Started by an SCM change Connecting to https://api.github.com using bgoglin/****** (github bgoglin) Obtained contrib/ci.inria.fr/Jenkinsfile-extended from e5549aff25c0f43421aacc25da439c12c09efea5 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.1 [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.1 # 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.1:refs/remotes/origin/v2.1 Fetching without tags Checking out Revision e5549aff25c0f43421aacc25da439c12c09efea5 (v2.1) Commit message: "linux: ignore single-PU dies explicitly" > git config remote.origin.url https://github.com/open-mpi/hwloc.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/v2.1:refs/remotes/origin/v2.1 # 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.1:refs/remotes/origin/v2.1 > git config core.sparsecheckout # timeout=10 > git checkout -f e5549aff25c0f43421aacc25da439c12c09efea5 > git rev-list --no-walk 2dcef370909270227d12af9aff2dfe21b444441f # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] sh + git config --get remote.origin.url [Pipeline] sh + test v2.1 + echo v2.1 [Pipeline] } [Pipeline] // script [Pipeline] sh + contrib/ci.inria.fr/job-0-tarball.sh v2.1 ############################ 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.1 + test -z v2.1 + echo 'Got GIT branch name v2.1' Got GIT branch name v2.1 + test -f /builds/.ciprofile + . /builds/.ciprofile ++ echo v2.1 ++ sed -r -e 's@^.*/([^/]+)$@\1@' -e 's/-.*//' + basebranch=v2.1 + test -d /builds/local/hwloc-v2.1 + export PATH=/builds/local/hwloc-v2.1/bin:/builds/.local/bin:/builds/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin + PATH=/builds/local/hwloc-v2.1/bin:/builds/.local/bin:/builds/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin + echo using specific /builds/local/hwloc-v2.1 using specific /builds/local/hwloc-v2.1 + rm -f 'hwloc-*.tar.gz' 'hwloc-*.tar.bz2' + automake --version + head -1 automake (GNU automake) 1.16.1 + libtool --version + head -1 libtool (GNU libtool) 2.4.6 + head -1 + autoconf --version autoconf (GNU Autoconf) 2.69 ++ date +%Y%m%d.%H%M ++ git show --format=format:%h -s + snapshot=v2.1-20200706.2130.gite5549aff + sed -e 's/^snapshot_version=.*/snapshot_version=v2.1-20200706.2130.gite5549aff/' -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.1/autoconf-2.69/../bin/autoconf --force autoreconf: running: /builds/local/hwloc-v2.1/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 whether make supports the include directive... yes (GNU style) 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.1 configure: hwloc srcdir: /builds/workspace/extended_v2.1 checking for hwloc version... v2.1-20200706.2130.gite5549aff 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 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 snprintf is correct... yes 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 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... /usr/bin/doxygen checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes checking for w3m... no checking for lynx... /usr/bin/lynx checking if can build top-level README... yes checking if will build doxygen docs... yes checking if will install doxygen docs... yes 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 whether lstopo Cairo/X11 interactive graphical output is supported... 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 whether bind is declared... yes checking for bind in -lsocket... no 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... no 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/x86+linux/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/x86+linux/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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: no ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory '/builds/workspace/extended_v2.1/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/include' Making all in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/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.1/hwloc' Making all in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/utils' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/utils/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/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 CC common-ps.lo CCLD libutils_common.la 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.1/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/utils/hwloc' Making all in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/utils/lstopo' CC lstopo_no_graphics-lstopo.o CC lstopo_no_graphics-lstopo-draw.o CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o CC lstopo_no_graphics-lstopo-text.o CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics CC lstopo-lstopo.o CC lstopo-lstopo-draw.o CC lstopo-lstopo-fig.o CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o CC lstopo-lstopo-text.o CC lstopo-lstopo-xml.o CC lstopo-lstopo-shmem.o CC lstopo-lstopo-cairo.o CCLD lstopo Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/builds/workspace/extended_v2.1/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/utils' Making all in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/tests' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc' Making all in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/xml' Making all in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/linux' Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/linux' Making all in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/linux/allowed' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/linux/gather' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/linux' Making all in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/x86+linux' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/tests' Making all in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory '/builds/workspace/extended_v2.1/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/doc' /usr/bin/mkdir -p images /usr/bin/fig2dev -m 1.5 -L png images/diagram.fig images/diagram.png /usr/bin/mkdir -p images /usr/bin/fig2dev -L eps images/diagram.fig images/diagram.eps make all-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/doc' Making all in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/doc' rm -fr doxygen-doc /usr/bin/doxygen /builds/workspace/extended_v2.1/doc/doxygen.cfg warning: Tag `CLANG_ASSISTED_PARSING' at line 1011 of file `/builds/workspace/extended_v2.1/doc/doxygen.cfg' belongs to an option that was not enabled at compile time. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled. warning: Tag `CLANG_OPTIONS' at line 1019 of file `/builds/workspace/extended_v2.1/doc/doxygen.cfg' belongs to an option that was not enabled at compile time. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u", or recompile doxygen with this feature enabled. Notice: Output directory `../doc/doxygen-doc' does not exist. I have created it for you. Searching for include files... Searching for files in directory /builds/workspace/extended_v2.1/doc Searching for example files... Searching for files in directory /builds/workspace/extended_v2.1/doc Searching for files in directory /builds/workspace/extended_v2.1/tests/netloc Searching for images... Searching for files in directory /builds/workspace/extended_v2.1/doc/images Searching for files in directory /builds/workspace/extended_v2.1/doc/images Searching for dot files... Searching for msc files... Searching for dia files... Searching for files to exclude Searching INPUT for files to process... Reading and parsing tag files Parsing files Preprocessing /builds/workspace/extended_v2.1/doc/main.doxy... Parsing file /builds/workspace/extended_v2.1/doc/main.doxy... Preprocessing /builds/workspace/extended_v2.1/doc/hwloc.doxy... Parsing file /builds/workspace/extended_v2.1/doc/hwloc.doxy... Preprocessing /builds/workspace/extended_v2.1/include/hwloc.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/helper.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/helper.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/bitmap.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/bitmap.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/export.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/export.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/distances.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/distances.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/linux.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/linux.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/linux-libnuma.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/linux-libnuma.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/glibc-sched.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/glibc-sched.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/opencl.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/opencl.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/cuda.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/cuda.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/cudart.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/cudart.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/nvml.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/nvml.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/gl.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/gl.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/intel-mic.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/intel-mic.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/openfabrics-verbs.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/openfabrics-verbs.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/diff.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/diff.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/shmem.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/shmem.h... Preprocessing /builds/workspace/extended_v2.1/include/hwloc/plugins.h... Parsing file /builds/workspace/extended_v2.1/include/hwloc/plugins.h... Preprocessing /builds/workspace/extended_v2.1/doc/netloc.doxy... Parsing file /builds/workspace/extended_v2.1/doc/netloc.doxy... Preprocessing /builds/workspace/extended_v2.1/include/netloc.h... Parsing file /builds/workspace/extended_v2.1/include/netloc.h... Building group list... Building directory list... Building namespace list... Building file list... Building class list... Associating documentation with classes... Computing nesting relations for classes... Building example list... Searching for enumerations... Searching for documented typedefs... Searching for members imported via using declarations... Searching for included using directives... Searching for documented variables... Building interface member list... Building member list... Searching for friends... Searching for documented defines... Computing class inheritance relations... Computing class usage relations... Flushing cached template relations that have become invalid... Computing class relations... Add enum values to enums... Searching for member function documentation... Creating members for template instances... Building page list... Search for main page... Computing page relations... Determining the scope of groups... Sorting lists... Freeing entry tree Determining which enums are documented Computing member relations... Building full member lists recursively... Adding members to member groups. Computing member references... Inheriting documentation... Generating disk names... Adding source references... Adding xrefitems... Sorting member lists... Computing dependencies between directories... Generating citations page... Counting data structures... Resolving user defined references... Finding anchors and sections in the documentation... Transferring function references... Combining using relations... Adding members to index pages... Generating style sheet... Generating search indices... Generating example documentation... Generating file sources... Generating code for file bitmap.h... Generating code for file cuda.h... Generating code for file cudart.h... Generating code for file diff.h... Generating code for file distances.h... Generating code for file export.h... Generating code for file gl.h... Generating code for file glibc-sched.h... Generating code for file helper.h... Generating code for file hwloc.h... Generating code for file intel-mic.h... Generating code for file linux-libnuma.h... Generating code for file linux.h... Generating code for file netloc.h... Generating code for file nvml.h... Generating code for file opencl.h... Generating code for file openfabrics-verbs.h... Generating code for file plugins.h... Generating code for file shmem.h... Generating file documentation... Generating page documentation... Generating docs for page hwloc_intro... Generating docs for page termsanddefs... Generating docs for page tools... Generating docs for page envvar... Generating docs for page cpu_mem_bind... Generating docs for page iodevices... Generating docs for page miscobjs... Generating docs for page attributes... Generating docs for page xml... Generating docs for page synthetic... Generating docs for page interoperability... Generating docs for page threadsafety... Generating docs for page plugins... Generating docs for page embed... Generating docs for page faq... Generating docs for page upgrade_to_api_2x... Generating docs for page netloc_intro... Generating docs for page netloc_scotch... Generating group documentation... Generating class documentation... Generating docs for compound hwloc_backend... Generating docs for compound hwloc_cl_device_topology_amd... Generating docs for compound hwloc_component... Generating docs for compound hwloc_disc_component... Generating docs for compound hwloc_disc_status... Generating docs for compound hwloc_distances_s... Generating docs for compound hwloc_info_s... Generating docs for compound hwloc_obj... Generating docs for compound hwloc_obj_attr_u... Generating docs for nested compound hwloc_obj_attr_u::hwloc_bridge_attr_s... Generating docs for nested compound hwloc_obj_attr_u::hwloc_cache_attr_s... Generating docs for nested compound hwloc_obj_attr_u::hwloc_group_attr_s... Generating docs for nested compound hwloc_obj_attr_u::hwloc_numanode_attr_s... Generating docs for nested compound hwloc_obj_attr_u::hwloc_numanode_attr_s::hwloc_memory_page_type_s... Generating docs for nested compound hwloc_obj_attr_u::hwloc_osdev_attr_s... Generating docs for nested compound hwloc_obj_attr_u::hwloc_pcidev_attr_s... Generating docs for compound hwloc_topology_cpubind_support... Generating docs for compound hwloc_topology_diff_obj_attr_u... Generating docs for nested compound hwloc_topology_diff_obj_attr_u::hwloc_topology_diff_obj_attr_generic_s... Generating docs for nested compound hwloc_topology_diff_obj_attr_u::hwloc_topology_diff_obj_attr_string_s... Generating docs for nested compound hwloc_topology_diff_obj_attr_u::hwloc_topology_diff_obj_attr_uint64_s... Generating docs for compound hwloc_topology_diff_u... Generating docs for nested compound hwloc_topology_diff_u::hwloc_topology_diff_generic_s... Generating docs for nested compound hwloc_topology_diff_u::hwloc_topology_diff_obj_attr_s... Generating docs for nested compound hwloc_topology_diff_u::hwloc_topology_diff_too_complex_s... Generating docs for compound hwloc_topology_discovery_support... Generating docs for compound hwloc_topology_membind_support... Generating docs for compound hwloc_topology_support... Generating namespace index... Generating graph info page... Generating directory documentation... Generating index page... Generating page index... Generating module index... Generating namespace index... Generating namespace member index... Generating annotated compound index... Generating alphabetical compound index... Generating hierarchical class index... Generating member index... Generating file member index... Generating example index... finalizing index lists... writing tag file... lookup cache used 788/65536 hits=6100 misses=824 finished... Work-around spurious leading _ in doxygen filenames... (cd doxygen-doc/man/man3 ; \ for i in _hwloc* ; do \ [ ! -f $i ] || mv $i ${i#_} ; \ done) Removing useless manpages... Copying custom doxygen.css... if test -d doxygen-doc/html -a -f doxygen-doc/html/doxygen.css; then \ cp -f ./doxygen.css doxygen-doc/html; \ fi cd doxygen-doc/latex; \ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \ /usr/bin/sed -e 's/a4paper/letterpaper/g' -e 's/\\usepackage{a4wide}//' refman.tex > letter-refman.tex; \ /usr/bin/pdflatex letter-refman.tex; \ /usr/bin/makeindex letter-refman.idx; \ /usr/bin/pdflatex letter-refman.tex; \ done=0; repeat=5; \ while test $done = 0 -a $repeat -gt 0; do \ if /usr/bin/grep -E 'Rerun (LaTeX|to get cross-references right)' letter-refman.log > /dev/null 2>&1; then \ /usr/bin/pdflatex letter-refman.tex; \ repeat=`expr $repeat - 1`; \ else \ done=1; \ fi; \ done; \ mv letter-refman.pdf /builds/workspace/extended_v2.1/doc/doxygen-doc/hwloc-letter.pdf This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./letter-refman.tex LaTeX2e <2017-04-15> Babel <3.17> and hyphenation patterns for 3 language(s) loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls Document Class: book 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty Package fixltx2e Warning: fixltx2e is not required with releases after 2015 (fixltx2e) All fixes are now in the LaTeX kernel. (fixltx2e) See the latexrelease package for details. ) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty) (./doxygen.sty (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty) (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty)) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/wasysym/wasysym.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/courier.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/sectsty/sectsty.sty) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/natbib/natbib.sty) (/usr/share/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty) Writing index file letter-refman.idx (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/backref.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) Package hyperref Message: Driver: hpdftex. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty) (/usr/share/texlive/texmf-dist/tex/latex/caption/ltcaption.sty)) No file letter-refman.aux. (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/latex/wasysym/uwasy.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/usr/share/texliv e/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] [1] [2] Chapter 1. (./index.tex (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1phv.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd) [1] Overfull \hbox (58.74509pt too wide) in paragraph at lines 56--57 []\T1/phv/m/n/10 Questions may be sent to the users or de-vel-op-ers mail-ing l ists ([][]\T1/pcr/m/n/10 http[]://www.[]open-mpi.[]org/community/lists/hwloc.[] ) [2] Chapter 2. (./a00358.tex [3] Overfull \hbox (76.04865pt too wide) in paragraph at lines 40--41 []\T1/phv/m/n/10 Remote ma-chine sim-u-la-tion through the gath-er-ing of topol -ogy as X[]ML files, see []. [4] Overfull \hbox (18.33435pt too wide) in paragraph at lines 71--72 []\T1/phv/m/n/10 libtool\TS1/phv/m/n/10 '\T1/phv/m/n/10 s ltdl li-brary for dy- namic plu-gin load-ing. The rel-e-vant de-vel-op-ment pack-age is usu-ally \T1/ pcr/m/n/10 libtool-ltdl-devel [5 <./dudley.png>] [6 <./hagrid.png>] [7 <./emmett.png>] Underfull \hbox (badness 1831) in paragraph at lines 197--198 []\T1/phv/m/n/10 Similarly, the abil-ity of re-port-ing topol-ogy in-for-ma-tio n varies from one plat-form to an-other. As shown in [8 <./ppc64-with-smt.png> <./ppc64-without-smt.png>] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1pcr.fd) [9 <./ppc64-full-wit h-smt.png>] Underfull \vbox (badness 10000) has occurred while \output is active [10] Underfull \vbox (badness 10000) has occurred while \output is active [11] [12]) [13] [14] Chapter 3. (./a00359.tex [15] [16] pdfTeX warning: /usr/bin/pdflatex (file ./diagram.pdf): PDF inclusion: found PD F version <1.7>, but at most version <1.5> allowed Underfull \vbox (badness 10000) has occurred while \output is active [17]) [18 <./diagram.pdf>] Chapter 4. (./a00360.tex [19] [20] Overfull \hbox (85.79591pt too wide) in paragraph at lines 53--54 []\T1/phv/m/n/10 Currently only used on In-tel Xeon Phi pro-ces-sor plat-forms. See []. ) [21] [22] Chapter 5. (./a00361.tex Overfull \hbox (93.98466pt too wide) in paragraph at lines 17--18 []\T1/phv/m/n/10 enforces the re-turn value of [], as if [] Overfull \hbox (138.96768pt too wide) in paragraph at lines 20--21 \T1/phv/m/n/10 tem even if the topol-ogy was loaded from X[]ML or syn-thetic de -scrip-tion, as if [] [23] [24] Underfull \hbox (badness 963) in paragraph at lines 75--76 []\T1/phv/m/n/10 loads files dumped by \T1/pcr/m/n/10 hwloc-dump-hwdata \T1/phv /m/n/10 (on [25]) [26] Chapter 6. (./a00362.tex) [27] [28] Chapter 7. (./a00363.tex [29] [30] Underfull \hbox (badness 1033) in paragraph at lines 72--73 []\T1/phv/m/n/10 Each host-bridge con-tains one or sev-eral chil-dren, ei-ther other bridges (usu-ally P[]CI to P[]CI) or P[]CI de-vices [31] [32 <./devel09-pci.png>]) [33] [34] Chapter 8. (./a00364.tex) Overfull \hbox (102.06674pt too wide) in paragraph at lines 25--174 \T1/phv/m/n/10 The user may an-no-tate hwloc topolo-gies with its own Misc ob-j ects. This can be achieved with [] [35] [36] Chapter 9. (./a00365.tex Underfull \hbox (badness 3815) in paragraph at lines 19--20 []\T1/phv/m/n/10 Some P[]O[]W[]E[]R/[]Power[]P[]C-specific at-tributes de- [37] [38] Underfull \hbox (badness 1412) in paragraph at lines 66--67 []\T1/phv/m/n/10 The type of Open[]CL de-vice, the Underfull \hbox (badness 1509) in paragraph at lines 67--68 []\T1/phv/m/n/10 The num-ber of com-pute units and Underfull \hbox (badness 5726) in paragraph at lines 70--71 []\T1/phv/m/n/10 The num- Underfull \hbox (badness 10000) in paragraph at lines 74--75 []\T1/phv/m/n/10 The node [39] Underfull \hbox (badness 10000) in paragraph at lines 88--89 []\T1/phv/m/n/10 Information ) [40] Chapter 10. (./a00366.tex Overfull \hbox (24.58128pt too wide) in paragraph at lines 3--4 \T1/phv/m/n/10 ma-nip-u-lat-ing other nodes\TS1/phv/m/n/10 ' \T1/phv/m/n/10 top ol-ogy, or avoid-ing the need for priv-i-leged pro-cesses (see []). Underfull \hbox (badness 10000) detected at line 9 [][][] [41]) Overfull \hbox (48.95135pt too wide) in paragraph at lines 34--182 []\T1/phv/m/n/10 It is there-fore strongly rec-om-mended to check the re-turn v alue of both [] (or []) [42] Chapter 11. (./a00367.tex Underfull \hbox (badness 10000) detected at line 24 [][][] [43] Overfull \hbox (147.07639pt too wide) in paragraph at lines 71--72 []\T1/phv/m/n/10 The ex-ported string may be passed back to hwloc for recre-at- ing an-other sim-i-lar topol-ogy (see also []). ) [44] [45] [46] Chapter 12. (./a00368.tex [47]) [48] Chapter 13. (./a00369.tex Overfull \hbox (61.98373pt too wide) in paragraph at lines 11--12 [][]\T1/pcr/m/n/10 , [], [] Overfull \hbox (100.00989pt too wide) in paragraph at lines 16--17 [][]\T1/phv/m/n/10 , [], Overfull \hbox (32.7369pt too wide) in paragraph at lines 18--19 [][] \T1/phv/m/n/10 and [] (see []) ) [49] [50] Chapter 14. (./a00370.tex Underfull \hbox (badness 2065) in paragraph at lines 18--19 []\T1/phv/m/n/10 Certain com-po-nents that man-age a vir-tual topol-ogy, for in -stance X[]ML topol-ogy im-port or syn-thetic topol- [51] [52]) [53] [54] Chapter 15. (./a00371.tex [55] [56]) [57] [58] Chapter 16. (./a00372.tex Overfull \hbox (48.00891pt too wide) in paragraph at lines 5--6 \T1/phv/m/n/10 ware threads, or to en-tire mul-ti-threaded cores, etc. See []. [59] Overfull \hbox (48.81555pt too wide) in paragraph at lines 46--46 \T1/phv/m/n/10 tance in-for-ma-tion for group-ing ob-jects to-gether (see [] Overfull \hbox (50.55278pt too wide) in paragraph at lines 51--51 []\T1/phv/m/n/10 For more in-for-ma-tion about the dis-tance A[]PI, see [] and [].[] [60] [61] [62] [63] Underfull \hbox (badness 10000) detected at line 148 [][][] Overfull \hbox (200.44678pt too wide) in paragraph at lines 156--156 []\T1/phv/m/n/10 If mul-ti-ple topolo-gies of dif-fer-ent (but sim-i-lar) nodes are needed in your pro-gram, have a look at [].[] Underfull \hbox (badness 1824) in paragraph at lines 164--165 []\T1/phv/m/n/10 It is also pos-si-ble to in-sert Misc ob-jects with a cus-tom name any-where as a leaf of the topol-ogy (see Overfull \hbox (36.06648pt too wide) in paragraph at lines 168--169 \T1/phv/m/n/10 pointer. It may be ma-nip-u-lated with [] and []. Underfull \hbox (badness 1584) in paragraph at lines 172--173 \T1/phv/m/n/10 Building a hwloc topol-ogy on a large ma-chine may be slow be-ca use the dis-cov-ery of hun-dreds of hard- Underfull \hbox (badness 1769) in paragraph at lines 172--173 \T1/phv/m/n/10 ob-jects (for in-stance caches) that aren\TS1/phv/m/n/10 '\T1/ph v/m/n/10 t use-ful to the cur-rent ap-pli-ca-tion may im-prove this over-head ( see Overfull \hbox (259.23987pt too wide) in paragraph at lines 172--173 []\T1/phv/m/n/10 ). One should also con-sider us-ing X[]ML (see []) [64] Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\char' on input line 187. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\char' on input line 187. [65] [66] Overfull \hbox (137.16737pt too wide) in paragraph at lines 241--242 \T1/phv/m/n/10 sev-eral clus-ter-ing modes that sig-nif-i-cantly af-fect the me m-ory or-ga-ni-za-tion (see [] [67] Underfull \hbox (badness 10000) detected at line 252 [][][] Overfull \hbox (70.17616pt too wide) in paragraph at lines 261--261 []\T1/phv/m/n/10 If build-ing with the Xeon Phi-specific G[]CC that comes with the M[]P[]SS en-vi-ron-ment, for in-stance \T1/pcr/m/n/10 /usr/linux-k1om-4.7/b in/x86[] [68] Overfull \hbox (18.78485pt too wide) in paragraph at lines 298--299 []\T1/phv/m/n/10 To check for the A[]PI of re-lease X.[]Y.[]Z at build time, yo u may com-pare [] with \T1/pcr/m/n/10 (X$\OML/cmm/m/it/10 <$$<$\T1/pcr/m/n/10 1 6)+(Y$\OML/cmm/m/it/10 <$$<$\T1/pcr/m/n/10 8)+Z\T1/phv/m/n/10 . Underfull \hbox (badness 1048) in paragraph at lines 310--310 []\T1/phv/m/n/10 Once a pro-gram is built against a hwloc li-brary, it may also dy-nam-i-cally link with com-pat-i-ble li-braries from Underfull \hbox (badness 2790) in paragraph at lines 312--313 \T1/phv/m/n/10 The hwloc in-ter-face was deeply mod-i-fied in re-lease 2.[]0 to fix sev-eral is-sues of the 1.[]x in-ter-face (see [69] [70]) [71] [72] Chapter 17. (./a00373.tex Underfull \hbox (badness 2680) in paragraph at lines 11--12 []\T1/phv/m/n/10 The nor-mal list of chil-dren (start-ing at \T1/pcr/m/n/10 obj -$\OML/cmm/m/it/10 >$\T1/pcr/m/n/10 first[]_[]child\T1/phv/m/n/10 , end-ing at \T1/pcr/m/n/10 obj-$\OML/cmm/m/it/10 >$\T1/pcr/m/n/10 last[]_[]child\T1/phv/m/n /10 , of size [73] [74] [75] Underfull \hbox (badness 812) in paragraph at lines 142--143 [][]\T1/phv/m/n/10 , [] and [] may be used to check Underfull \hbox (badness 4013) in paragraph at lines 152--153 \T1/pcr/m/n/10 obj-$\OML/cmm/m/it/10 >$\T1/pcr/m/n/10 depth \T1/phv/m/n/10 as w ell as depths given to func-tions such as [] or re-turned by [76] Underfull \hbox (badness 2005) in paragraph at lines 164--165 \T1/phv/m/n/10 The old ig-nor-ing A[]PI as well as sev-eral con-fig-u-ra-tion f lags are re-placed with the new fil-ter-ing A[]PI, see [77] [78] Underfull \hbox (badness 1997) in paragraph at lines 247--248 []\T1/phv/m/n/10 hwloc[]_[]topology[]_[]insert[]_[]misc[]_[]object[]_[]by[]_[]c puset() is re-placed with [] and Overfull \hbox (33.03777pt too wide) in paragraph at lines 267--268 []\T1/phv/m/n/10 hwloc[]_[]obj[]_[]snprintf() re-moved be-cause it was long-dep recated by [] and []. ) [79] [80] Chapter 18. (./a00374.tex [81 <./netloc_design.png>] [82] [83]) [84 <./netloc_draw.png (PNG copy)>] Chapter 19. (./a00375.tex [85]) [86] Chapter 20. (./modules.tex LaTeX Warning: Reference `a00176' on page 87 undefined on input line 3. LaTeX Warning: Reference `a00177' on page 87 undefined on input line 4. LaTeX Warning: Reference `a00178' on page 87 undefined on input line 5. LaTeX Warning: Reference `a00179' on page 87 undefined on input line 6. LaTeX Warning: Reference `a00180' on page 87 undefined on input line 7. LaTeX Warning: Reference `a00181' on page 87 undefined on input line 8. LaTeX Warning: Reference `a00182' on page 87 undefined on input line 9. LaTeX Warning: Reference `a00183' on page 87 undefined on input line 10. LaTeX Warning: Reference `a00184' on page 87 undefined on input line 11. LaTeX Warning: Reference `a00185' on page 87 undefined on input line 12. LaTeX Warning: Reference `a00186' on page 87 undefined on input line 13. LaTeX Warning: Reference `a00187' on page 87 undefined on input line 14. LaTeX Warning: Reference `a00188' on page 87 undefined on input line 15. LaTeX Warning: Reference `a00189' on page 87 undefined on input line 16. LaTeX Warning: Reference `a00190' on page 87 undefined on input line 17. LaTeX Warning: Reference `a00191' on page 87 undefined on input line 18. LaTeX Warning: Reference `a00192' on page 87 undefined on input line 19. LaTeX Warning: Reference `a00193' on page 87 undefined on input line 20. LaTeX Warning: Reference `a00194' on page 87 undefined on input line 21. LaTeX Warning: Reference `a00195' on page 87 undefined on input line 22. LaTeX Warning: Reference `a00196' on page 87 undefined on input line 23. LaTeX Warning: Reference `a00197' on page 87 undefined on input line 24. LaTeX Warning: Reference `a00198' on page 87 undefined on input line 25. LaTeX Warning: Reference `a00199' on page 87 undefined on input line 26. LaTeX Warning: Reference `a00200' on page 87 undefined on input line 27. LaTeX Warning: Reference `a00201' on page 87 undefined on input line 28. LaTeX Warning: Reference `a00202' on page 87 undefined on input line 29. LaTeX Warning: Reference `a00203' on page 87 undefined on input line 30. LaTeX Warning: Reference `a00204' on page 87 undefined on input line 31. LaTeX Warning: Reference `a00205' on page 87 undefined on input line 32. LaTeX Warning: Reference `a00206' on page 87 undefined on input line 33. LaTeX Warning: Reference `a00207' on page 87 undefined on input line 34. LaTeX Warning: Reference `a00208' on page 87 undefined on input line 35. LaTeX Warning: Reference `a00209' on page 87 undefined on input line 36. LaTeX Warning: Reference `a00210' on page 87 undefined on input line 37. [87] LaTeX Warning: Reference `a00211' on page 88 undefined on input line 38. LaTeX Warning: Reference `a00212' on page 88 undefined on input line 39. LaTeX Warning: Reference `a00213' on page 88 undefined on input line 40. LaTeX Warning: Reference `a00214' on page 88 undefined on input line 41. LaTeX Warning: Reference `a00215' on page 88 undefined on input line 42. LaTeX Warning: Reference `a00216' on page 88 undefined on input line 43. LaTeX Warning: Reference `a00217' on page 88 undefined on input line 44. LaTeX Warning: Reference `a00218' on page 88 undefined on input line 45. LaTeX Warning: Reference `a00219' on page 88 undefined on input line 46. LaTeX Warning: Reference `a00220' on page 88 undefined on input line 47. LaTeX Warning: Reference `a00221' on page 88 undefined on input line 48. LaTeX Warning: Reference `a00222' on page 88 undefined on input line 49. LaTeX Warning: Reference `a00223' on page 88 undefined on input line 50. LaTeX Warning: Reference `a00224' on page 88 undefined on input line 51. LaTeX Warning: Reference `a00225' on page 88 undefined on input line 52. ) [88] Chapter 21. (./annotated.tex LaTeX Warning: Reference `a00353' on page 89 undefined on input line 3. LaTeX Warning: Reference `a00257' on page 89 undefined on input line 4. LaTeX Warning: Reference `a00245' on page 89 undefined on input line 5. LaTeX Warning: Reference `a00301' on page 89 undefined on input line 6. LaTeX Warning: Reference `a00357' on page 89 undefined on input line 7. LaTeX Warning: Reference `a00345' on page 89 undefined on input line 8. LaTeX Warning: Reference `a00349' on page 89 undefined on input line 9. LaTeX Warning: Reference `a00297' on page 89 undefined on input line 10. LaTeX Warning: Reference `a00249' on page 89 undefined on input line 11. LaTeX Warning: Reference `a00277' on page 89 undefined on input line 12. LaTeX Warning: Reference `a00241' on page 89 undefined on input line 13. LaTeX Warning: Reference `a00237' on page 89 undefined on input line 14. LaTeX Warning: Reference `a00229' on page 89 undefined on input line 15. LaTeX Warning: Reference `a00233' on page 89 undefined on input line 16. LaTeX Warning: Reference `a00273' on page 89 undefined on input line 17. LaTeX Warning: Reference `a00253' on page 89 undefined on input line 18. LaTeX Warning: Reference `a00285' on page 89 undefined on input line 19. LaTeX Warning: Reference `a00333' on page 89 undefined on input line 20. LaTeX Warning: Reference `a00317' on page 89 undefined on input line 21. [89] LaTeX Warning: Reference `a00337' on page 90 undefined on input line 22. LaTeX Warning: Reference `a00325' on page 90 undefined on input line 23. LaTeX Warning: Reference `a00313' on page 90 undefined on input line 24. LaTeX Warning: Reference `a00321' on page 90 undefined on input line 25. LaTeX Warning: Reference `a00341' on page 90 undefined on input line 26. LaTeX Warning: Reference `a00329' on page 90 undefined on input line 27. LaTeX Warning: Reference `a00281' on page 90 undefined on input line 28. LaTeX Warning: Reference `a00289' on page 90 undefined on input line 29. LaTeX Warning: Reference `a00293' on page 90 undefined on input line 30. ) [90] Chapter 22. (./a00176.tex Underfull \hbox (badness 10000) detected at line 35 [][][] [91]) [92] (./a00177.tex [93]) [94] (./a00178.tex Overfull \hbox (107.18343pt too wide) in paragraph at lines 42--47 []\T1/phv/m/n/10 enum [] { [], [], [] Overfull \hbox (119.66747pt too wide) in paragraph at lines 51--61 []\T1/phv/m/n/10 , [], [], [], [95] Package longtable Warning: Column widths have changed (longtable) in table 22.1 on input line 119. Package longtable Warning: Column widths have changed (longtable) in table 22.2 on input line 139. [96] Package longtable Warning: Column widths have changed (longtable) in table 22.3 on input line 163. Package longtable Warning: Column widths have changed (longtable) in table 22.4 on input line 199. Underfull \hbox (badness 10000) detected at line 210 [][][] [97] Package longtable Warning: Column widths have changed (longtable) in table 22.5 on input line 306. [98] Underfull \hbox (badness 10000) detected at line 322 [][][] ) [99] (./a00179.tex) [100] (./a00180.tex Underfull \hbox (badness 10000) detected at line 56 [][][] Underfull \hbox (badness 10000) detected at line 61 [][][] [101] Package longtable Warning: Column widths have changed (longtable) in table 22.6 on input line 80. Underfull \hbox (badness 10000) detected at line 81 [][][] [102] Package longtable Warning: Column widths have changed (longtable) in table 22.7 on input line 100. Underfull \hbox (badness 10000) detected at line 115 [][][] Package longtable Warning: Column widths have changed (longtable) in table 22.8 on input line 132. [103] Underfull \hbox (badness 10000) detected at line 133 [][][] Overfull \hbox (27.12622pt too wide) in paragraph at lines 146--147 []\T1/phv/m/n/10 Build the ac-tual topol-ogy once ini-tial-ized with [] and tun ed with [] Package longtable Warning: Column widths have changed (longtable) in table 22.9 on input line 152. Underfull \hbox (badness 10000) detected at line 153 [][][] Underfull \hbox (badness 10000) detected at line 156 [][][] Underfull \hbox (badness 10000) detected at line 163 [][][] ) [104] (./a00181.tex Overfull \hbox (16.07794pt too wide) in paragraph at lines 6--17 []\T1/phv/m/n/10 , [], [], Underfull \hbox (badness 1527) in paragraph at lines 50--51 \T1/phv/m/n/10 Be sure to see the fig-ure in [] that shows a com-plete topol-og y tree, in-clud-ing depths, Package longtable Warning: Column widths have changed (longtable) in table 22.10 on input line 92. [105] Overfull \hbox (30.91214pt too wide) in paragraph at lines 106--107 []\T1/pcr/m/n/10 depth \T1/phv/m/n/10 should be-tween 0 and []-1, or a vir-tual depth such as []. Underfull \hbox (badness 10000) detected at line 108 [][][] [106] Underfull \hbox (badness 10000) detected at line 125 [][][] [107] Underfull \hbox (badness 1442) in paragraph at lines 190--193 []\T1/phv/m/n/10 If no ob-ject for that type ex-ists, \T1/pcr/m/n/10 N[]U[]LL \ T1/phv/m/n/10 is re-turned. If there are sev-eral lev-els with ob-jects of that type Overfull \hbox (47.0362pt too wide) in paragraph at lines 212--213 []\T1/phv/m/n/10 If type is ab-sent but a sim-i-lar type is ac-cept-able, see a lso [] and []. [108] Underfull \hbox (badness 10000) detected at line 216 [][][] [109] Underfull \hbox (badness 10000) detected at line 261 [][][] ) [110] (./a00182.tex Underfull \hbox (badness 10000) detected at line 38 [][][] [111] Underfull \hbox (badness 10000) detected at line 61 [][][] [112] Underfull \hbox (badness 10000) detected at line 94 [][][] Underfull \hbox (badness 10000) detected at line 97 [][][] Overfull \hbox (57.87215pt too wide) in paragraph at lines 116--117 []\T1/phv/m/n/10 If mul-ti-ple such lev-els ex-ist (for in-stance if giv-ing Gr oup with-out any depth), the func-tion may re-turn [] Underfull \hbox (badness 10000) detected at line 120 [][][] ) [113] (./a00183.tex Underfull \hbox (badness 10000) detected at line 30 [][][] Underfull \hbox (badness 10000) detected at line 33 [][][] Underfull \hbox (badness 1558) in paragraph at lines 36--37 []\T1/phv/m/n/10 If \T1/pcr/m/n/10 value \T1/phv/m/n/10 con-tains some non-prin table char-ac-ters, they will be dropped when ex-port-ing to X[]ML, see Underfull \hbox (badness 10000) detected at line 50 [][][] ) [114] (./a00184.tex Overfull \hbox (52.23923pt too wide) in paragraph at lines 6--11 []\T1/phv/m/n/10 enum [] { [], [], [], Underfull \hbox (badness 1810) in paragraph at lines 36--37 []\T1/phv/m/n/10 Some op-er-at-ing sys-tems do not pro-vide all hwloc-supported mech-a-nisms to bind pro-cesses, threads, etc. Underfull \hbox (badness 10000) detected at line 58 [][][] Underfull \hbox (badness 10000) detected at line 61 [][][] Overfull \hbox (21.23175pt too wide) in paragraph at lines 64--65 []\T1/phv/m/n/10 On some op-er-at-ing sys-tems, C[]PU bind-ing may have ef-fect s on mem-ory bind-ing, see [] [115] Underfull \hbox (badness 10000) detected at line 85 [][][] Underfull \hbox (badness 10000) detected at line 117 [][][] Underfull \hbox (badness 10000) detected at line 117 [][][] Package longtable Warning: Column widths have changed (longtable) in table 22.11 on input line 117. Overfull \vbox (13.47438pt too high) has occurred while \output is active [116] Underfull \hbox (badness 10000) detected at line 153 [][][] [117] Underfull \hbox (badness 10000) detected at line 172 [][][] Overfull \hbox (20.78793pt too wide) in paragraph at lines 175--176 []\T1/phv/m/n/10 As a spe-cial case on Linux, if a tid (thread ID) is sup-plied in-stead of a pid (pro-cess ID) and [] Underfull \hbox (badness 10000) detected at line 189 [][][] Underfull \hbox (badness 10000) detected at line 204 [][][] [118] Underfull \hbox (badness 10000) detected at line 219 [][][] Overfull \hbox (20.78793pt too wide) in paragraph at lines 222--223 []\T1/phv/m/n/10 As a spe-cial case on Linux, if a tid (thread ID) is sup-plied in-stead of a pid (pro-cess ID) and [] Underfull \hbox (badness 10000) detected at line 236 [][][] ) [119] (./a00185.tex Overfull \hbox (88.59142pt too wide) in paragraph at lines 6--16 []\T1/phv/m/n/10 , [], [], [], Overfull \hbox (67.5767pt too wide) in paragraph at lines 16--25 []\T1/phv/m/n/10 , [], [], [], Underfull \hbox (badness 5161) in paragraph at lines 33--35 []\T1/phv/m/n/10 int [] ([] topol-ogy, hwloc[]_[]pid[]_[]t pid, [] set, Overfull \hbox (30.86539pt too wide) in paragraph at lines 35--37 []\T1/phv/m/n/10 int [] ([] topol-ogy, hwloc[]_[]pid[]_[]t pid, [] set, [] Overfull \hbox (30.40282pt too wide) in paragraph at lines 45--47 []\T1/phv/m/n/10 void $\OMS/cmsy/m/n/10 ^^C$ [] \T1/phv/m/n/10 ([] topol-ogy, s ize[]_[]t len, [] set, [] [120] Underfull \hbox (badness 10000) detected at line 82 [][][] Underfull \hbox (badness 10000) detected at line 85 [][][] [121] Package longtable Warning: Column widths have changed (longtable) in table 22.12 on input line 132. Package longtable Warning: Column widths have changed (longtable) in table 22.13 on input line 172. [122] Underfull \hbox (badness 10000) detected at line 188 [][][] Underfull \hbox (badness 10000) detected at line 201 [][][] [123] Underfull \hbox (badness 10000) detected at line 210 [][][] [124] [125] Overfull \hbox (28.19855pt too wide) in paragraph at lines 293--294 []\T1/phv/m/n/10 In the [] case (or when nei-ther [] or [] [126] Underfull \hbox (badness 10000) detected at line 321 [][][] Underfull \hbox (badness 10000) detected at line 336 [][][] [127] Underfull \hbox (badness 10000) detected at line 357 [][][] Underfull \hbox (badness 10000) detected at line 374 [][][] Underfull \hbox (badness 10000) detected at line 379 [][][] ) [128] (./a00186.tex Package longtable Warning: Column widths have changed (longtable) in table 22.14 on input line 47. Underfull \vbox (badness 2564) has occurred while \output is active [129] Underfull \hbox (badness 10000) detected at line 79 [][][] [130] Underfull \hbox (badness 10000) detected at line 102 [][][] Underfull \hbox (badness 10000) detected at line 121 [][][] Underfull \hbox (badness 10000) detected at line 124 [][][] [131] Underfull \hbox (badness 10000) detected at line 145 [][][] Underfull \hbox (badness 10000) detected at line 148 [][][] ) [132] (./a00187.tex Overfull \hbox (106.79393pt too wide) in paragraph at lines 17--22 []\T1/phv/m/n/10 enum [] { [], [], Underfull \hbox (badness 5050) in paragraph at lines 22--27 []\T1/phv/m/n/10 enum [] { [], [], [133] Package longtable Warning: Column widths have changed (longtable) in table 22.15 on input line 100. [134] Package longtable Warning: Column widths have changed (longtable) in table 22.16 on input line 136. [135] Underfull \hbox (badness 10000) detected at line 152 [][][] [136] Underfull \hbox (badness 10000) detected at line 197 [][][] [137] [138]) [139] (./a00188.tex Underfull \hbox (badness 1052) in paragraph at lines 6--15 []\T1/phv/m/n/10 , [] = (1[]UL$\OML/cmm/m/it/10 <$$<$\T1/phv/m/n/10 3), Package longtable Warning: Column widths have changed (longtable) in table 22.17 on input line 66. Overfull \vbox (24.43701pt too high) has occurred while \output is active [140] Package longtable Warning: Column widths have changed (longtable) in table 22.18 on input line 98. [141] Underfull \hbox (badness 10000) detected at line 148 [][][] [142] Underfull \hbox (badness 10000) detected at line 173 [][][] Underfull \hbox (badness 10000) detected at line 200 [][][] [143] Underfull \hbox (badness 10000) detected at line 207 [][][] Underfull \hbox (badness 2150) in paragraph at lines 208--209 []\T1/phv/m/n/10 If \T1/pcr/m/n/10 name \T1/phv/m/n/10 con-tains some non-print able char-ac-ters, they will be dropped when ex-port-ing to X[]ML, see Underfull \hbox (badness 10000) detected at line 226 [][][] Underfull \hbox (badness 10000) detected at line 229 [][][] ) [144] (./a00189.tex Underfull \hbox (badness 1286) in paragraph at lines 20--22 []\T1/phv/m/n/10 static int [] ([] topol-ogy, [] set, Underfull \hbox (badness 10000) detected at line 40 [][][] [145] Underfull \hbox (badness 10000) detected at line 53 [][][] Underfull \hbox (badness 10000) detected at line 66 [][][] Underfull \hbox (badness 10000) detected at line 83 [][][] [146] Underfull \hbox (badness 10000) detected at line 100 [][][] Overfull \hbox (56.75238pt too wide) in paragraph at lines 115--116 []\T1/phv/m/n/10 If there are mul-ti-ple or no depth for given type, re-turn \T 1/pcr/m/n/10 N[]U[]LL \T1/phv/m/n/10 and let the caller fall-back to []. Underfull \hbox (badness 10000) detected at line 117 [][][] Underfull \hbox (badness 10000) detected at line 134 [][][] [147] Underfull \hbox (badness 10000) detected at line 149 [][][] Overfull \hbox (35.00874pt too wide) in paragraph at lines 164--165 []\T1/phv/m/n/10 If there are mul-ti-ple or no depth for given type, re-turn \T 1/pcr/m/n/10 N[]U[]LL \T1/phv/m/n/10 and let the caller fall-back to []. Underfull \hbox (badness 10000) detected at line 166 [][][] ) [148] (./a00190.tex Overfull \hbox (19.27014pt too wide) in paragraph at lines 10--12 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] Underfull \hbox (badness 10000) detected at line 30 [][][] Underfull \hbox (badness 10000) detected at line 33 [][][] Underfull \hbox (badness 10000) detected at line 48 [][][] [149] Overfull \hbox (87.08849pt too wide) in paragraph at lines 63--64 []\T1/phv/m/n/10 If there are no or mul-ti-ple depths for type \T1/pcr/m/n/10 t ype\T1/phv/m/n/10 , \T1/pcr/m/n/10 N[]U[]LL \T1/phv/m/n/10 is re-turned. The ca ller may fall-back to [] Underfull \hbox (badness 10000) detected at line 65 [][][] Underfull \hbox (badness 10000) detected at line 78 [][][] ) [150] (./a00191.tex Underfull \hbox (badness 4429) in paragraph at lines 8--10 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] type, Underfull \hbox (badness 1527) in paragraph at lines 19--20 \T1/phv/m/n/10 Be sure to see the fig-ure in [] that shows a com-plete topol-og y tree, in-clud-ing depths, Underfull \hbox (badness 10000) detected at line 32 [][][] Underfull \hbox (badness 10000) detected at line 45 [][][] Underfull \hbox (badness 1715) in paragraph at lines 46--47 []\T1/pcr/m/n/10 type \T1/phv/m/n/10 should not be [] or [] since these ob-ject s are an-ces- [151] Underfull \hbox (badness 10000) detected at line 82 [][][] ) [152] (./a00192.tex Underfull \hbox (badness 10000) detected at line 36 [][][] Underfull \hbox (badness 10000) detected at line 51 [][][] [153] Underfull \hbox (badness 10000) detected at line 66 [][][] Underfull \hbox (badness 10000) detected at line 81 [][][] Underfull \hbox (badness 10000) detected at line 96 [][][] Underfull \hbox (badness 10000) detected at line 113 [][][] ) [154] (./a00193.tex Underfull \hbox (badness 10000) detected at line 28 [][][] [155] Underfull \hbox (badness 10000) detected at line 61 [][][] ) [156] (./a00194.tex Underfull \hbox (badness 1527) in paragraph at lines 19--20 \T1/phv/m/n/10 Be sure to see the fig-ure in [] that shows a com-plete topol-og y tree, in-clud-ing depths, Underfull \hbox (badness 10000) detected at line 34 [][][] Underfull \hbox (badness 10000) detected at line 39 [][][] [157] Underfull \hbox (badness 10000) detected at line 70 [][][] Underfull \hbox (badness 10000) detected at line 87 [][][] [158]) [159] (./a00195.tex Package longtable Warning: Column widths have changed (longtable) in table 22.19 on input line 35. [160] Underfull \hbox (badness 10000) detected at line 59 [][][] ) [161] (./a00196.tex Underfull \hbox (badness 10000) detected at line 34 [][][] Underfull \hbox (badness 10000) detected at line 37 [][][] Underfull \hbox (badness 10000) detected at line 54 [][][] Underfull \hbox (badness 10000) detected at line 57 [][][] [162] Underfull \hbox (badness 10000) detected at line 74 [][][] Underfull \hbox (badness 10000) detected at line 77 [][][] Underfull \hbox (badness 10000) detected at line 92 [][][] Underfull \hbox (badness 10000) detected at line 95 [][][] [163] Underfull \hbox (badness 10000) detected at line 110 [][][] Underfull \hbox (badness 10000) detected at line 113 [][][] Underfull \hbox (badness 10000) detected at line 128 [][][] Underfull \hbox (badness 10000) detected at line 131 [][][] ) [164] (./a00197.tex) [165] (./a00198.tex Underfull \hbox (badness 10000) detected at line 42 [][][] Underfull \hbox (badness 10000) detected at line 55 [][][] [166] Underfull \hbox (badness 10000) detected at line 68 [][][] Underfull \hbox (badness 10000) detected at line 83 [][][] [167]) [168] (./a00199.tex [169] Underfull \hbox (badness 1953) in paragraph at lines 127--128 []\T1/phv/m/n/10 Bitmaps are used by hwloc for sets of OS pro-ces-sors (which m ay ac-tu-ally be hard-ware threads) as by Underfull \hbox (badness 760) in paragraph at lines 127--128 [] \T1/phv/m/n/10 (a type-def for []), or sets of N[]U[]MA mem-ory nodes as [] (also a Underfull \hbox (badness 832) in paragraph at lines 127--128 \T1/phv/m/n/10 type-def for []). Those are used for cpuset and node-set fields in the [] struc-ture, see Underfull \hbox (badness 10000) detected at line 139 [][][] [170] Underfull \hbox (badness 10000) detected at line 173 [][][] [171] Underfull \hbox (badness 10000) detected at line 222 [][][] [172] Underfull \hbox (badness 10000) detected at line 265 [][][] [173] Underfull \hbox (badness 10000) detected at line 300 [][][] Underfull \hbox (badness 10000) detected at line 309 [][][] Underfull \hbox (badness 10000) detected at line 324 [][][] Underfull \hbox (badness 10000) detected at line 331 [][][] [174] Underfull \hbox (badness 10000) detected at line 374 [][][] Underfull \hbox (badness 10000) detected at line 387 [][][] [175] [176] Underfull \hbox (badness 10000) detected at line 440 [][][] Underfull \hbox (badness 10000) detected at line 453 [][][] Underfull \hbox (badness 10000) detected at line 466 [][][] Underfull \hbox (badness 10000) detected at line 469 [][][] [177] Underfull \hbox (badness 10000) detected at line 482 [][][] Underfull \hbox (badness 10000) detected at line 485 [][][] Underfull \hbox (badness 10000) detected at line 498 [][][] Underfull \hbox (badness 10000) detected at line 511 [][][] Underfull \hbox (badness 10000) detected at line 524 [][][] [178] Underfull \hbox (badness 10000) detected at line 537 [][][] Underfull \hbox (badness 10000) detected at line 550 [][][] Underfull \hbox (badness 10000) detected at line 569 [][][] [179] Underfull \hbox (badness 10000) detected at line 594 [][][] [180] Underfull \hbox (badness 10000) detected at line 609 [][][] Underfull \hbox (badness 10000) detected at line 636 [][][] [181] [182] Underfull \hbox (badness 10000) detected at line 701 [][][] Underfull \hbox (badness 10000) detected at line 720 [][][] [183] Underfull \hbox (badness 10000) detected at line 743 [][][] Underfull \hbox (badness 10000) detected at line 762 [][][] [184] Underfull \hbox (badness 10000) detected at line 807 [][][] Underfull \hbox (badness 10000) detected at line 820 [][][] [185]) [186] (./a00200.tex Underfull \hbox (badness 10000) in paragraph at lines 18--20 []\T1/phv/m/n/10 void [] ([] topol-ogy, void($\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/ 10 export[]_[]cb)(void Package longtable Warning: Column widths have changed (longtable) in table 22.20 on input line 47. [187] Overfull \hbox (16.48914pt too wide) in paragraph at lines 61--62 []\T1/phv/m/n/10 This func-tion may only be called from within the ex-port() ca ll-back passed to []. Overfull \hbox (20.63033pt too wide) in paragraph at lines 63--64 []\T1/phv/m/n/10 When im-port-ing this X[]ML file, the im-port() call-back (if set) will be called ex-actly as many times as [] Overfull \hbox (58.7354pt too wide) in paragraph at lines 69--72 []\T1/phv/m/n/10 If ex-port-ing bi-nary data, the ap-pli-ca-tion should first e n-code into print-able char-ac-ters only (or use []). Overfull \hbox (16.48914pt too wide) in paragraph at lines 81--82 []\T1/phv/m/n/10 This func-tion may only be called from within the ex-port() ca ll-back passed to []. [188] Underfull \hbox (badness 10000) detected at line 109 [][][] Underfull \hbox (badness 10000) detected at line 112 [][][] Underfull \hbox (badness 10000) detected at line 141 [][][] Underfull \hbox (badness 10000) detected at line 144 [][][] [189] Underfull \hbox (badness 10000) detected at line 169 [][][] Underfull \hbox (badness 10000) in paragraph at lines 176--177 | \T1/pcr/m/n/8 void($\OMS/cmsy/m/n/8 ^^C$\T1/pcr/m/n/8 )([] topology, [] obj, const char $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/m/n/8 name, const void Underfull \hbox (badness 10000) detected at line 190 [][][] ) [190] (./a00201.tex Overfull \hbox (75.85985pt too wide) in paragraph at lines 6--11 []\T1/phv/m/n/10 enum [] { [], Overfull \hbox (60.112pt too wide) in paragraph at lines 6--11 []\T1/phv/m/n/10 , [], Package longtable Warning: Column widths have changed (longtable) in table 22.21 on input line 50. Underfull \vbox (badness 10000) has occurred while \output is active [191] Underfull \hbox (badness 10000) detected at line 70 [][][] Underfull \hbox (badness 10000) detected at line 75 [][][] ) [192] (./a00202.tex Overfull \hbox (108.59616pt too wide) in paragraph at lines 11--19 []\T1/phv/m/n/10 , [], [], Underfull \hbox (badness 866) in paragraph at lines 27--29 []\T1/phv/m/n/10 int [] ([] topol-ogy, [] type, un-signed $\OMS/cmsy/m/n/10 ^^C $\T1/phv/m/n/10 nr, struct Underfull \hbox (badness 1895) in paragraph at lines 29--31 []\T1/phv/m/n/10 int [] ([] topol-ogy, const char $\OMS/cmsy/m/n/10 ^^C$\T1/phv /m/n/10 name, un-signed $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/10 nr, struct [193] Package longtable Warning: Column widths have changed (longtable) in table 22.22 on input line 76. [194] [195] Underfull \hbox (badness 10000) detected at line 148 [][][] ) [196] (./a00203.tex Underfull \hbox (badness 10000) detected at line 26 [][][] Underfull \hbox (badness 10000) detected at line 41 [][][] ) [197] (./a00204.tex Overfull \hbox (128.76315pt too wide) in paragraph at lines 6--9 []\T1/phv/m/n/10 enum [] { [], [] Package longtable Warning: Column widths have changed (longtable) in table 22.23 on input line 48. [198] Overfull \hbox (98.64633pt too wide) in paragraph at lines 64--65 []\T1/pcr/m/n/10 kind \T1/phv/m/n/10 spec-i-fies the kind of dis-tance as a OR\ TS1/phv/m/n/10 '\T1/phv/m/n/10 ed set of []. Kind [] ) [199] [200] (./a00205.tex Underfull \hbox (badness 10000) detected at line 32 [][][] Underfull \hbox (badness 10000) detected at line 45 [][][] [201] Underfull \hbox (badness 10000) detected at line 60 [][][] Underfull \hbox (badness 10000) detected at line 75 [][][] ) [202] (./a00206.tex Underfull \hbox (badness 10000) detected at line 19 [][][] [203]) [204] (./a00207.tex Overfull \hbox (16.17918pt too wide) in paragraph at lines 8--10 []\T1/phv/m/n/10 static struct bit-mask $\OMS/cmsy/m/n/10 ^^C$ [] \T1/phv/m/n/1 0 ([] topol-ogy, [] Underfull \hbox (badness 10000) detected at line 19 [][][] Underfull \hbox (badness 10000) detected at line 51 [][][] [205] Underfull \hbox (badness 10000) detected at line 78 [][][] ) [206] (./a00208.tex Underfull \hbox (badness 10000) detected at line 15 [][][] ) [207] (./a00209.tex Underfull \hbox (badness 816) in paragraph at lines 52--53 \T1/phv/m/n/10 CL com-po-nent must be en-abled in the topol-ogy. If not, the lo -cal-ity of the ob-ject may still be found us-ing [208] Underfull \hbox (badness 10000) detected at line 54 [][][] Underfull \hbox (badness 10000) detected at line 73 [][][] ) [209] (./a00210.tex Underfull \hbox (badness 10000) detected at line 52 [][][] [210] Underfull \hbox (badness 10000) detected at line 71 [][][] [211]) [212] (./a00211.tex Underfull \hbox (badness 10000) detected at line 50 [][][] [213]) [214] (./a00212.tex Underfull \hbox (badness 10000) detected at line 48 [][][] [215] Underfull \hbox (badness 10000) detected at line 65 [][][] ) [216] (./a00213.tex Underfull \hbox (badness 10000) detected at line 46 [][][] [217] Underfull \hbox (badness 10000) detected at line 63 [][][] ) [218] (./a00214.tex Underfull \hbox (badness 10000) detected at line 46 [][][] ) [219] (./a00215.tex Underfull \hbox (badness 10000) detected at line 48 [][][] [220] Underfull \hbox (badness 10000) detected at line 65 [][][] ) [221] (./a00216.tex Overfull \hbox (123.29967pt too wide) in paragraph at lines 22--27 []\T1/phv/m/n/10 enum [] { [], [], Overfull \hbox (52.27306pt too wide) in paragraph at lines 27--31 []\T1/phv/m/n/10 enum [] { [], [] [222] Package longtable Warning: Column widths have changed (longtable) in table 22.24 on input line 111. [223] Overfull \hbox (33.8499pt too wide) in paragraph at lines 135--135 [] Overfull \hbox (31.47389pt too wide) in paragraph at lines 135--135 [] Overfull \hbox (33.97578pt too wide) in paragraph at lines 135--135 []\T1/phv/m/n/10 .| Package longtable Warning: Column widths have changed (longtable) in table 22.25 on input line 135. Package longtable Warning: Column widths have changed (longtable) in table 22.26 on input line 155. [224] Underfull \hbox (badness 10000) detected at line 175 [][][] Underfull \hbox (badness 10000) detected at line 194 [][][] Overfull \hbox (64.6971pt too wide) in paragraph at lines 199--200 []\T1/phv/m/n/10 1 if the dif-fer-ence is too com-plex (see above). Some en-tri es in the list will be of type []. Underfull \hbox (badness 10000) detected at line 203 [][][] [225] Underfull \hbox (badness 10000) detected at line 246 [][][] Underfull \hbox (badness 10000) detected at line 261 [][][] [226] Underfull \hbox (badness 10000) detected at line 276 [][][] ) [227] (./a00217.tex Overfull \hbox (55.65627pt too wide) in paragraph at lines 17--18 []\T1/phv/m/n/10 The mas-ter pro-cess must first get the re-quired shared-memor y size for stor-ing this topol-ogy with []. Overfull \hbox (31.66293pt too wide) in paragraph at lines 23--24 []\T1/phv/m/n/10 Other pro-cesses may then adopt this shared topol-ogy by open- ing the same file and pass-ing it to [] Underfull \hbox (badness 10000) detected at line 46 [][][] [228] Underfull \hbox (badness 10000) detected at line 53 [][][] Underfull \hbox (badness 10000) detected at line 72 [][][] Underfull \hbox (badness 10000) detected at line 91 [][][] [229] Underfull \hbox (badness 10000) detected at line 96 [][][] ) [230] (./a00218.tex) [231] (./a00219.tex Overfull \hbox (81.20195pt too wide) in paragraph at lines 18--30 []\T1/phv/m/n/10 , [], [], [], Overfull \hbox (81.64307pt too wide) in paragraph at lines 18--30 []\T1/phv/m/n/10 , [], [], [] [232] Package longtable Warning: Column widths have changed (longtable) in table 22.27 on input line 102. Package longtable Warning: Column widths have changed (longtable) in table 22.28 on input line 118. [233]) [234] (./a00220.tex Package longtable Warning: Column widths have changed (longtable) in table 22.29 on input line 58. Overfull \vbox (3.76405pt too high) has occurred while \output is active [235]) (./a00221.tex Underfull \hbox (badness 2556) in paragraph at lines 17--19 []\T1/phv/m/n/10 struct [] $\OMS/cmsy/m/n/10 ^^C$ [] \T1/phv/m/n/10 (struct hwl oc[]_[]topology $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/10 topology, [] root, [236] [237] Underfull \hbox (badness 10000) detected at line 146 [][][] Underfull \hbox (badness 10000) detected at line 153 [][][] [238]) [239] (./a00222.tex Underfull \hbox (badness 10000) detected at line 30 [][][] Underfull \hbox (badness 10000) detected at line 45 [][][] Underfull \hbox (badness 10000) detected at line 58 [][][] [240] Underfull \hbox (badness 10000) detected at line 71 [][][] ) [241] (./a00223.tex [242]) [243] (./a00224.tex) [244] (./a00225.tex Package longtable Warning: Column widths have changed (longtable) in table 22.30 on input line 72. ) [245] [246] Chapter 23. (./a00353.tex [247] Underfull \hbox (badness 10000) in paragraph at lines 70--71 \T1/pcr/m/n/8 int($\OMS/cmsy/m/n/8 ^^C$ \T1/pcr/m/n/8 hwloc[]_[]backend[]::get[ ]_[]pci[]_[]busid[]_[]cpuset) (struct [] $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/m/n/8 bac kend, struct hwloc[]_[]pcidev[]_[] [248]) (./a00257.tex [249] LaTeX Font Warning: Font shape `T1/pcr/bc/n' undefined (Font) using `T1/pcr/m/n' instead on input line 67. [250]) (./a00245.tex [251]) (./a00301.tex [252] [253]) (./a00357.tex [254] Underfull \hbox (badness 10000) detected at line 64 [][][] [255] Underfull \hbox (badness 10000) detected at line 93 [][][] Underfull \hbox (badness 10000) detected at line 96 [][][] ) (./a00345.tex Underfull \hbox (badness 4156) in paragraph at lines 16--18 []\T1/phv/m/n/10 struct [] $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/10 ($\OMS/cmsy/m/n /10 ^^C$ [] \T1/phv/m/n/10 )(struct hwloc[]_[]topology $\OMS/cmsy/m/n/10 ^^C$\T 1/phv/m/n/10 topology, struct [] [256] Underfull \hbox (badness 10000) in paragraph at lines 56--57 [] $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/bc/n/8 component, unsigned [], const void $\OMS /cmsy/m/n/8 ^^C$\T1/pcr/bc/n/8 data1, const void $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/b c/n/8 data2, [257]) (./a00349.tex [258]) (./a00297.tex [259] Underfull \hbox (badness 2269) in paragraph at lines 56--57 []\T1/phv/m/n/10 Array of ob-jects de-scribed by the dis-tance ma-trix. These o b-jects are not in any par-tic-u-lar or-der, see [260]) (./a00249.tex [261]) (./a00277.tex Underfull \hbox (badness 10000) detected at line 19 [][][] [262]) (./a00241.tex [263]) (./a00237.tex [264] Underfull \hbox (badness 10000) in paragraph at lines 41--42 \T1/pcr/bc/n/8 struct [] $\OMS/cmsy/m/n/8 ^^C$ \T1/pcr/bc/n/8 hwloc[]_[]obj[]_[ ]attr[]_[]u[] ) (./a00229.tex [265] [266] Overfull \hbox (42.48444pt too wide) in paragraph at lines 140--141 \T1/phv/m/n/10 in-com-plete, some of-flines C[]P[]Us, and the C[]P[]Us that are ig-nored when the [] Underfull \hbox (badness 10000) detected at line 142 [][][] Underfull \hbox (badness 1728) in paragraph at lines 155--156 []\T1/phv/m/n/10 This may in-clude not only the same as the node-set field, but also some N[]U[]MA nodes for which topol- Underfull \hbox (badness 1127) in paragraph at lines 155--156 \T1/phv/m/n/10 ogy in-for-ma-tion is un-known or in-com-plete, some of-flines n odes, and the nodes that are ig-nored when the [267] Underfull \hbox (badness 10000) detected at line 159 [][][] Underfull \hbox (badness 10000) detected at line 176 [][][] [268] [269] [270] [271] Underfull \hbox (badness 10000) detected at line 361 [][][] [272] Overfull \hbox (38.89732pt too wide) in paragraph at lines 466--467 []\T1/phv/m/n/10 Application-given pri-vate data pointer, ini-tial-ized to \T1/ pcr/m/n/10 N[]U[]LL\T1/phv/m/n/10 , use it as you wish. See [] ) (./a00233.tex [273] [274]) (./a00273.tex [275]) (./a00253.tex [276] [277]) (./a00285.tex [278] [279]) (./a00333.tex [280]) (./a00317.tex Underfull \hbox (badness 10000) in paragraph at lines 19--20 [] \T1/pcr/bc/n/8 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[] _[]topology[]_[]diff[]_[]obj[]_[]attr[] [281]) (./a00337.tex [282]) (./a00325.tex [283] Underfull \hbox (badness 10000) in paragraph at lines 46--47 [] \T1/pcr/bc/n/8 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[] _[]topology[]_[]diff[]_[]obj[]_[]attr[] ) (./a00313.tex [284] Underfull \hbox (badness 10000) in paragraph at lines 35--36 \T1/pcr/bc/n/8 struct [] hwloc[]_[]topology[]_[] Underfull \hbox (badness 10000) in paragraph at lines 41--42 \T1/pcr/bc/n/8 struct [] hwloc[]_[]topology[]_[]diff[] Underfull \hbox (badness 10000) in paragraph at lines 47--48 \T1/pcr/bc/n/8 struct [] hwloc[]_[]topology[]_[]diff[] ) (./a00321.tex [285] Underfull \hbox (badness 10000) in paragraph at lines 46--47 [] \T1/pcr/bc/n/8 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[] _[]topology[]_[]diff[]_[]obj[]_[]attr[] ) (./a00341.tex [286]) (./a00329.tex [287]) (./a00281.tex [288] [289]) (./a00289.tex [290] [291]) (./a00293.tex [292] [293]) [294] No file letter-refman.ind. Package longtable Warning: Table widths have changed. Rerun LaTeX. (./letter-refman.aux (./a00177.aux) (./a00178.aux) (./a00179.aux) (./a00180.aux ) (./a00181.aux) (./a00182.aux) (./a00183.aux) (./a00184.aux) (./a00185.aux) (./a00186.aux) (./a00187.aux) (./a00188.aux) (./a00189.aux) (./a00190.aux) (./a00191.aux) (./a00192.aux) (./a00193.aux) (./a00194.aux) (./a00195.aux) (./a00196.aux) (./a00197.aux) (./a00198.aux) (./a00199.aux) (./a00200.aux) (./a00201.aux) (./a00202.aux) (./a00203.aux) (./a00204.aux) (./a00205.aux) (./a00206.aux) (./a00207.aux) (./a00208.aux) (./a00209.aux) (./a00210.aux) (./a00211.aux) (./a00212.aux) (./a00213.aux) (./a00214.aux) (./a00215.aux) (./a00216.aux) (./a00217.aux) (./a00218.aux) (./a00219.aux) (./a00220.aux) (./a00221.aux) (./a00222.aux) (./a00223.aux) (./a00224.aux) (./a00225.aux)) Package rerunfilecheck Warning: File `letter-refman.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. LaTeX Font Warning: Some font shapes were not available, defaults substituted. LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information)pdfTeX warning (dest): name {a00128_source} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{a00170_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00131_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00164_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00155_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00152_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00149_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00146_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00143_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00158_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00161_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00140_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00137_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00134_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00125_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00122_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00119_source} has been referenced but does not exi st, replaced by a fixed one {/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc} Output written on letter-refman.pdf (298 pages, 1085708 bytes). Transcript written on letter-refman.log. This is makeindex, version 2.15 [TeX Live 2018] (kpathsea + Thai support). Scanning input file letter-refman.idx.....done (1032 entries accepted, 224 rejected). Sorting entries...........done (11702 comparisons). Generating output file letter-refman.ind.....done (1947 lines written, 0 warnings). Output written in letter-refman.ind. Transcript written in letter-refman.ilg. This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./letter-refman.tex LaTeX2e <2017-04-15> Babel <3.17> and hyphenation patterns for 3 language(s) loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls Document Class: book 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty Package fixltx2e Warning: fixltx2e is not required with releases after 2015 (fixltx2e) All fixes are now in the LaTeX kernel. (fixltx2e) See the latexrelease package for details. ) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty) (./doxygen.sty (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty) (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty)) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/wasysym/wasysym.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/courier.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/sectsty/sectsty.sty) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/natbib/natbib.sty) (/usr/share/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty) Writing index file letter-refman.idx (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/backref.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) Package hyperref Message: Driver: hpdftex. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty) (/usr/share/texlive/texmf-dist/tex/latex/caption/ltcaption.sty)) (./letter-refman.aux (./a00177.aux) (./a00178.aux) (./a00179.aux) (./a00180.aux ) (./a00181.aux) (./a00182.aux) (./a00183.aux) (./a00184.aux) (./a00185.aux) (./a00186.aux) (./a00187.aux) (./a00188.aux) (./a00189.aux) (./a00190.aux) (./a00191.aux) (./a00192.aux) (./a00193.aux) (./a00194.aux) (./a00195.aux) (./a00196.aux) (./a00197.aux) (./a00198.aux) (./a00199.aux) (./a00200.aux) (./a00201.aux) (./a00202.aux) (./a00203.aux) (./a00204.aux) (./a00205.aux) (./a00206.aux) (./a00207.aux) (./a00208.aux) (./a00209.aux) (./a00210.aux) (./a00211.aux) (./a00212.aux) (./a00213.aux) (./a00214.aux) (./a00215.aux) (./a00216.aux) (./a00217.aux) (./a00218.aux) (./a00219.aux) (./a00220.aux) (./a00221.aux) (./a00222.aux) (./a00223.aux) (./a00224.aux) (./a00225.aux)) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (./letter-refman.out) (./letter-refman.out) (/usr/share/texlive/texmf-dist/tex/latex/wasysym/uwasy.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/usr/share/texliv e/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] (./letter-refman.toc [1] [2] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1phv.fd) [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd) [23] [24] [25] [26] [27] [28] [29] [30] [31]) [32] Chapter 1. (./index.tex [1] Overfull \hbox (58.74509pt too wide) in paragraph at lines 56--57 []\T1/phv/m/n/10 Questions may be sent to the users or de-vel-op-ers mail-ing l ists ([][]\T1/pcr/m/n/10 http[]://www.[]open-mpi.[]org/community/lists/hwloc.[] ) [2] Chapter 2. (./a00358.tex [3] Overfull \hbox (76.04865pt too wide) in paragraph at lines 40--41 []\T1/phv/m/n/10 Remote ma-chine sim-u-la-tion through the gath-er-ing of topol -ogy as X[]ML files, see []. [4] Overfull \hbox (18.33435pt too wide) in paragraph at lines 71--72 []\T1/phv/m/n/10 libtool\TS1/phv/m/n/10 '\T1/phv/m/n/10 s ltdl li-brary for dy- namic plu-gin load-ing. The rel-e-vant de-vel-op-ment pack-age is usu-ally \T1/ pcr/m/n/10 libtool-ltdl-devel [5 <./dudley.png>] [6 <./hagrid.png>] [7 <./emmett.png>] Underfull \hbox (badness 1831) in paragraph at lines 197--198 []\T1/phv/m/n/10 Similarly, the abil-ity of re-port-ing topol-ogy in-for-ma-tio n varies from one plat-form to an-other. As shown in [8 <./ppc64-with-smt.png> <./ppc64-without-smt.png>] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1pcr.fd) [9 <./ppc64-full-wit h-smt.png>] Underfull \vbox (badness 10000) has occurred while \output is active [10] Underfull \vbox (badness 10000) has occurred while \output is active [11] [12]) [13] [14] Chapter 3. (./a00359.tex [15] [16] pdfTeX warning: /usr/bin/pdflatex (file ./diagram.pdf): PDF inclusion: found PD F version <1.7>, but at most version <1.5> allowed Underfull \vbox (badness 10000) has occurred while \output is active [17]) [18 <./diagram.pdf>] Chapter 4. (./a00360.tex [19] [20] Overfull \hbox (85.79591pt too wide) in paragraph at lines 53--54 []\T1/phv/m/n/10 Currently only used on In-tel Xeon Phi pro-ces-sor plat-forms. See []. ) [21] [22] Chapter 5. (./a00361.tex Overfull \hbox (93.98466pt too wide) in paragraph at lines 17--18 []\T1/phv/m/n/10 enforces the re-turn value of [], as if [] Overfull \hbox (138.96768pt too wide) in paragraph at lines 20--21 \T1/phv/m/n/10 tem even if the topol-ogy was loaded from X[]ML or syn-thetic de -scrip-tion, as if [] [23] [24] Underfull \hbox (badness 963) in paragraph at lines 75--76 []\T1/phv/m/n/10 loads files dumped by \T1/pcr/m/n/10 hwloc-dump-hwdata \T1/phv /m/n/10 (on [25]) [26] Chapter 6. (./a00362.tex) [27] [28] Chapter 7. (./a00363.tex [29] [30] Underfull \hbox (badness 1033) in paragraph at lines 72--73 []\T1/phv/m/n/10 Each host-bridge con-tains one or sev-eral chil-dren, ei-ther other bridges (usu-ally P[]CI to P[]CI) or P[]CI de-vices [31] [32 <./devel09-pci.png>]) [33] [34] Chapter 8. (./a00364.tex) Overfull \hbox (102.06674pt too wide) in paragraph at lines 25--174 \T1/phv/m/n/10 The user may an-no-tate hwloc topolo-gies with its own Misc ob-j ects. This can be achieved with [] [35] [36] Chapter 9. (./a00365.tex Underfull \hbox (badness 3815) in paragraph at lines 19--20 []\T1/phv/m/n/10 Some P[]O[]W[]E[]R/[]Power[]P[]C-specific at-tributes de- [37] [38] Underfull \hbox (badness 1412) in paragraph at lines 66--67 []\T1/phv/m/n/10 The type of Open[]CL de-vice, the Underfull \hbox (badness 1509) in paragraph at lines 67--68 []\T1/phv/m/n/10 The num-ber of com-pute units and Underfull \hbox (badness 5726) in paragraph at lines 70--71 []\T1/phv/m/n/10 The num- Underfull \hbox (badness 10000) in paragraph at lines 74--75 []\T1/phv/m/n/10 The node [39] Underfull \hbox (badness 10000) in paragraph at lines 88--89 []\T1/phv/m/n/10 Information ) [40] Chapter 10. (./a00366.tex Overfull \hbox (24.58128pt too wide) in paragraph at lines 3--4 \T1/phv/m/n/10 ma-nip-u-lat-ing other nodes\TS1/phv/m/n/10 ' \T1/phv/m/n/10 top ol-ogy, or avoid-ing the need for priv-i-leged pro-cesses (see []). Underfull \hbox (badness 10000) detected at line 9 [][][] [41]) Overfull \hbox (48.95135pt too wide) in paragraph at lines 34--182 []\T1/phv/m/n/10 It is there-fore strongly rec-om-mended to check the re-turn v alue of both [] (or []) [42] Chapter 11. (./a00367.tex Underfull \hbox (badness 10000) detected at line 24 [][][] [43] Overfull \hbox (147.07639pt too wide) in paragraph at lines 71--72 []\T1/phv/m/n/10 The ex-ported string may be passed back to hwloc for recre-at- ing an-other sim-i-lar topol-ogy (see also []). ) [44] [45] [46] Chapter 12. (./a00368.tex [47]) [48] Chapter 13. (./a00369.tex Overfull \hbox (61.98373pt too wide) in paragraph at lines 11--12 [][]\T1/pcr/m/n/10 , [], [] Overfull \hbox (100.00989pt too wide) in paragraph at lines 16--17 [][]\T1/phv/m/n/10 , [], Overfull \hbox (32.7369pt too wide) in paragraph at lines 18--19 [][] \T1/phv/m/n/10 and [] (see []) ) [49] [50] Chapter 14. (./a00370.tex Underfull \hbox (badness 2065) in paragraph at lines 18--19 []\T1/phv/m/n/10 Certain com-po-nents that man-age a vir-tual topol-ogy, for in -stance X[]ML topol-ogy im-port or syn-thetic topol- [51] [52]) [53] [54] Chapter 15. (./a00371.tex [55] [56]) [57] [58] Chapter 16. (./a00372.tex Overfull \hbox (48.00891pt too wide) in paragraph at lines 5--6 \T1/phv/m/n/10 ware threads, or to en-tire mul-ti-threaded cores, etc. See []. [59] Overfull \hbox (48.81555pt too wide) in paragraph at lines 46--46 \T1/phv/m/n/10 tance in-for-ma-tion for group-ing ob-jects to-gether (see [] Overfull \hbox (50.55278pt too wide) in paragraph at lines 51--51 []\T1/phv/m/n/10 For more in-for-ma-tion about the dis-tance A[]PI, see [] and [].[] [60] [61] [62] [63] Underfull \hbox (badness 10000) detected at line 148 [][][] Overfull \hbox (200.44678pt too wide) in paragraph at lines 156--156 []\T1/phv/m/n/10 If mul-ti-ple topolo-gies of dif-fer-ent (but sim-i-lar) nodes are needed in your pro-gram, have a look at [].[] Underfull \hbox (badness 1824) in paragraph at lines 164--165 []\T1/phv/m/n/10 It is also pos-si-ble to in-sert Misc ob-jects with a cus-tom name any-where as a leaf of the topol-ogy (see Overfull \hbox (36.06648pt too wide) in paragraph at lines 168--169 \T1/phv/m/n/10 pointer. It may be ma-nip-u-lated with [] and []. Underfull \hbox (badness 1584) in paragraph at lines 172--173 \T1/phv/m/n/10 Building a hwloc topol-ogy on a large ma-chine may be slow be-ca use the dis-cov-ery of hun-dreds of hard- Underfull \hbox (badness 1769) in paragraph at lines 172--173 \T1/phv/m/n/10 ob-jects (for in-stance caches) that aren\TS1/phv/m/n/10 '\T1/ph v/m/n/10 t use-ful to the cur-rent ap-pli-ca-tion may im-prove this over-head ( see Overfull \hbox (259.23987pt too wide) in paragraph at lines 172--173 []\T1/phv/m/n/10 ). One should also con-sider us-ing X[]ML (see []) [64] Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\char' on input line 187. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\char' on input line 187. [65] [66] Overfull \hbox (137.16737pt too wide) in paragraph at lines 241--242 \T1/phv/m/n/10 sev-eral clus-ter-ing modes that sig-nif-i-cantly af-fect the me m-ory or-ga-ni-za-tion (see [] [67] Underfull \hbox (badness 10000) detected at line 252 [][][] Overfull \hbox (70.17616pt too wide) in paragraph at lines 261--261 []\T1/phv/m/n/10 If build-ing with the Xeon Phi-specific G[]CC that comes with the M[]P[]SS en-vi-ron-ment, for in-stance \T1/pcr/m/n/10 /usr/linux-k1om-4.7/b in/x86[] [68] Overfull \hbox (18.78485pt too wide) in paragraph at lines 298--299 []\T1/phv/m/n/10 To check for the A[]PI of re-lease X.[]Y.[]Z at build time, yo u may com-pare [] with \T1/pcr/m/n/10 (X$\OML/cmm/m/it/10 <$$<$\T1/pcr/m/n/10 1 6)+(Y$\OML/cmm/m/it/10 <$$<$\T1/pcr/m/n/10 8)+Z\T1/phv/m/n/10 . Underfull \hbox (badness 1048) in paragraph at lines 310--310 []\T1/phv/m/n/10 Once a pro-gram is built against a hwloc li-brary, it may also dy-nam-i-cally link with com-pat-i-ble li-braries from Underfull \hbox (badness 2790) in paragraph at lines 312--313 \T1/phv/m/n/10 The hwloc in-ter-face was deeply mod-i-fied in re-lease 2.[]0 to fix sev-eral is-sues of the 1.[]x in-ter-face (see [69] [70]) [71] [72] Chapter 17. (./a00373.tex Underfull \hbox (badness 2680) in paragraph at lines 11--12 []\T1/phv/m/n/10 The nor-mal list of chil-dren (start-ing at \T1/pcr/m/n/10 obj -$\OML/cmm/m/it/10 >$\T1/pcr/m/n/10 first[]_[]child\T1/phv/m/n/10 , end-ing at \T1/pcr/m/n/10 obj-$\OML/cmm/m/it/10 >$\T1/pcr/m/n/10 last[]_[]child\T1/phv/m/n /10 , of size [73] [74] [75] Underfull \hbox (badness 812) in paragraph at lines 142--143 [][]\T1/phv/m/n/10 , [] and [] may be used to check Underfull \hbox (badness 4013) in paragraph at lines 152--153 \T1/pcr/m/n/10 obj-$\OML/cmm/m/it/10 >$\T1/pcr/m/n/10 depth \T1/phv/m/n/10 as w ell as depths given to func-tions such as [] or re-turned by [76] Underfull \hbox (badness 2005) in paragraph at lines 164--165 \T1/phv/m/n/10 The old ig-nor-ing A[]PI as well as sev-eral con-fig-u-ra-tion f lags are re-placed with the new fil-ter-ing A[]PI, see [77] [78] Underfull \hbox (badness 1997) in paragraph at lines 247--248 []\T1/phv/m/n/10 hwloc[]_[]topology[]_[]insert[]_[]misc[]_[]object[]_[]by[]_[]c puset() is re-placed with [] and Overfull \hbox (33.03777pt too wide) in paragraph at lines 267--268 []\T1/phv/m/n/10 hwloc[]_[]obj[]_[]snprintf() re-moved be-cause it was long-dep recated by [] and []. ) [79] [80] Chapter 18. (./a00374.tex [81 <./netloc_design.png>] [82] [83]) [84 <./netloc_draw.png (PNG copy)>] Chapter 19. (./a00375.tex [85]) [86] Chapter 20. (./modules.tex [87]) [88] Chapter 21. (./annotated.tex [89]) [90] Chapter 22. (./a00176.tex Underfull \hbox (badness 10000) detected at line 35 [][][] [91]) [92] (./a00177.tex [93]) [94] (./a00178.tex Overfull \hbox (107.18343pt too wide) in paragraph at lines 42--47 []\T1/phv/m/n/10 enum [] { [], [], [] Overfull \hbox (119.66747pt too wide) in paragraph at lines 51--61 []\T1/phv/m/n/10 , [], [], [], [95] [96] Underfull \hbox (badness 10000) detected at line 210 [][][] [97] [98] Underfull \hbox (badness 10000) detected at line 322 [][][] ) [99] (./a00179.tex) [100] (./a00180.tex Underfull \hbox (badness 10000) detected at line 56 [][][] Underfull \hbox (badness 10000) detected at line 61 [][][] [101] Underfull \hbox (badness 10000) detected at line 81 [][][] [102] Underfull \hbox (badness 10000) detected at line 115 [][][] [103] Underfull \hbox (badness 10000) detected at line 133 [][][] Overfull \hbox (27.12622pt too wide) in paragraph at lines 146--147 []\T1/phv/m/n/10 Build the ac-tual topol-ogy once ini-tial-ized with [] and tun ed with [] Underfull \hbox (badness 10000) detected at line 153 [][][] Underfull \hbox (badness 10000) detected at line 156 [][][] Underfull \hbox (badness 10000) detected at line 163 [][][] ) [104] (./a00181.tex Overfull \hbox (16.07794pt too wide) in paragraph at lines 6--17 []\T1/phv/m/n/10 , [], [], Underfull \hbox (badness 1527) in paragraph at lines 50--51 \T1/phv/m/n/10 Be sure to see the fig-ure in [] that shows a com-plete topol-og y tree, in-clud-ing depths, [105] Overfull \hbox (30.91214pt too wide) in paragraph at lines 106--107 []\T1/pcr/m/n/10 depth \T1/phv/m/n/10 should be-tween 0 and []-1, or a vir-tual depth such as []. Underfull \hbox (badness 10000) detected at line 108 [][][] [106] Underfull \hbox (badness 10000) detected at line 125 [][][] [107] Underfull \hbox (badness 1442) in paragraph at lines 190--193 []\T1/phv/m/n/10 If no ob-ject for that type ex-ists, \T1/pcr/m/n/10 N[]U[]LL \ T1/phv/m/n/10 is re-turned. If there are sev-eral lev-els with ob-jects of that type Overfull \hbox (47.0362pt too wide) in paragraph at lines 212--213 []\T1/phv/m/n/10 If type is ab-sent but a sim-i-lar type is ac-cept-able, see a lso [] and []. [108] Underfull \hbox (badness 10000) detected at line 216 [][][] [109] Underfull \hbox (badness 10000) detected at line 261 [][][] ) [110] (./a00182.tex Underfull \hbox (badness 10000) detected at line 38 [][][] [111] Underfull \hbox (badness 10000) detected at line 61 [][][] [112] Underfull \hbox (badness 10000) detected at line 94 [][][] Underfull \hbox (badness 10000) detected at line 97 [][][] Overfull \hbox (57.87215pt too wide) in paragraph at lines 116--117 []\T1/phv/m/n/10 If mul-ti-ple such lev-els ex-ist (for in-stance if giv-ing Gr oup with-out any depth), the func-tion may re-turn [] Underfull \hbox (badness 10000) detected at line 120 [][][] ) [113] (./a00183.tex Underfull \hbox (badness 10000) detected at line 30 [][][] Underfull \hbox (badness 10000) detected at line 33 [][][] Underfull \hbox (badness 1558) in paragraph at lines 36--37 []\T1/phv/m/n/10 If \T1/pcr/m/n/10 value \T1/phv/m/n/10 con-tains some non-prin table char-ac-ters, they will be dropped when ex-port-ing to X[]ML, see Underfull \hbox (badness 10000) detected at line 50 [][][] ) [114] (./a00184.tex Overfull \hbox (52.23923pt too wide) in paragraph at lines 6--11 []\T1/phv/m/n/10 enum [] { [], [], [], Underfull \hbox (badness 1810) in paragraph at lines 36--37 []\T1/phv/m/n/10 Some op-er-at-ing sys-tems do not pro-vide all hwloc-supported mech-a-nisms to bind pro-cesses, threads, etc. Underfull \hbox (badness 10000) detected at line 58 [][][] Underfull \hbox (badness 10000) detected at line 61 [][][] Overfull \hbox (21.23175pt too wide) in paragraph at lines 64--65 []\T1/phv/m/n/10 On some op-er-at-ing sys-tems, C[]PU bind-ing may have ef-fect s on mem-ory bind-ing, see [] [115] Underfull \hbox (badness 10000) detected at line 85 [][][] Underfull \hbox (badness 10000) detected at line 117 [][][] Underfull \hbox (badness 10000) detected at line 117 [][][] Overfull \vbox (13.47438pt too high) has occurred while \output is active [116] Underfull \hbox (badness 10000) detected at line 153 [][][] [117] Underfull \hbox (badness 10000) detected at line 172 [][][] Overfull \hbox (20.78793pt too wide) in paragraph at lines 175--176 []\T1/phv/m/n/10 As a spe-cial case on Linux, if a tid (thread ID) is sup-plied in-stead of a pid (pro-cess ID) and [] Underfull \hbox (badness 10000) detected at line 189 [][][] Underfull \hbox (badness 10000) detected at line 204 [][][] [118] Underfull \hbox (badness 10000) detected at line 219 [][][] Overfull \hbox (20.78793pt too wide) in paragraph at lines 222--223 []\T1/phv/m/n/10 As a spe-cial case on Linux, if a tid (thread ID) is sup-plied in-stead of a pid (pro-cess ID) and [] Underfull \hbox (badness 10000) detected at line 236 [][][] ) [119] (./a00185.tex Overfull \hbox (88.59142pt too wide) in paragraph at lines 6--16 []\T1/phv/m/n/10 , [], [], [], Overfull \hbox (67.5767pt too wide) in paragraph at lines 16--25 []\T1/phv/m/n/10 , [], [], [], Underfull \hbox (badness 5161) in paragraph at lines 33--35 []\T1/phv/m/n/10 int [] ([] topol-ogy, hwloc[]_[]pid[]_[]t pid, [] set, Overfull \hbox (30.86539pt too wide) in paragraph at lines 35--37 []\T1/phv/m/n/10 int [] ([] topol-ogy, hwloc[]_[]pid[]_[]t pid, [] set, [] Overfull \hbox (30.40282pt too wide) in paragraph at lines 45--47 []\T1/phv/m/n/10 void $\OMS/cmsy/m/n/10 ^^C$ [] \T1/phv/m/n/10 ([] topol-ogy, s ize[]_[]t len, [] set, [] [120] Underfull \hbox (badness 10000) detected at line 82 [][][] Underfull \hbox (badness 10000) detected at line 85 [][][] [121] [122] Underfull \hbox (badness 10000) detected at line 188 [][][] Underfull \hbox (badness 10000) detected at line 201 [][][] [123] Underfull \hbox (badness 10000) detected at line 210 [][][] [124] [125] Overfull \hbox (28.19855pt too wide) in paragraph at lines 293--294 []\T1/phv/m/n/10 In the [] case (or when nei-ther [] or [] [126] Underfull \hbox (badness 10000) detected at line 321 [][][] Underfull \hbox (badness 10000) detected at line 336 [][][] [127] Underfull \hbox (badness 10000) detected at line 357 [][][] Underfull \hbox (badness 10000) detected at line 374 [][][] Underfull \hbox (badness 10000) detected at line 379 [][][] ) [128] (./a00186.tex Underfull \vbox (badness 2564) has occurred while \output is active [129] Underfull \hbox (badness 10000) detected at line 79 [][][] [130] Underfull \hbox (badness 10000) detected at line 102 [][][] Underfull \hbox (badness 10000) detected at line 121 [][][] Underfull \hbox (badness 10000) detected at line 124 [][][] [131] Underfull \hbox (badness 10000) detected at line 145 [][][] Underfull \hbox (badness 10000) detected at line 148 [][][] ) [132] (./a00187.tex Overfull \hbox (106.79393pt too wide) in paragraph at lines 17--22 []\T1/phv/m/n/10 enum [] { [], [], Underfull \hbox (badness 5050) in paragraph at lines 22--27 []\T1/phv/m/n/10 enum [] { [], [], [133] [134] [135] Underfull \hbox (badness 10000) detected at line 152 [][][] [136] Underfull \hbox (badness 10000) detected at line 197 [][][] [137] [138]) [139] (./a00188.tex Underfull \hbox (badness 1052) in paragraph at lines 6--15 []\T1/phv/m/n/10 , [] = (1[]UL$\OML/cmm/m/it/10 <$$<$\T1/phv/m/n/10 3), Overfull \vbox (24.43701pt too high) has occurred while \output is active [140] [141] Underfull \hbox (badness 10000) detected at line 148 [][][] [142] Underfull \hbox (badness 10000) detected at line 173 [][][] Underfull \hbox (badness 10000) detected at line 200 [][][] [143] Underfull \hbox (badness 10000) detected at line 207 [][][] Underfull \hbox (badness 2150) in paragraph at lines 208--209 []\T1/phv/m/n/10 If \T1/pcr/m/n/10 name \T1/phv/m/n/10 con-tains some non-print able char-ac-ters, they will be dropped when ex-port-ing to X[]ML, see Underfull \hbox (badness 10000) detected at line 226 [][][] Underfull \hbox (badness 10000) detected at line 229 [][][] ) [144] (./a00189.tex Underfull \hbox (badness 1286) in paragraph at lines 20--22 []\T1/phv/m/n/10 static int [] ([] topol-ogy, [] set, Underfull \hbox (badness 10000) detected at line 40 [][][] [145] Underfull \hbox (badness 10000) detected at line 53 [][][] Underfull \hbox (badness 10000) detected at line 66 [][][] Underfull \hbox (badness 10000) detected at line 83 [][][] [146] Underfull \hbox (badness 10000) detected at line 100 [][][] Overfull \hbox (56.75238pt too wide) in paragraph at lines 115--116 []\T1/phv/m/n/10 If there are mul-ti-ple or no depth for given type, re-turn \T 1/pcr/m/n/10 N[]U[]LL \T1/phv/m/n/10 and let the caller fall-back to []. Underfull \hbox (badness 10000) detected at line 117 [][][] Underfull \hbox (badness 10000) detected at line 134 [][][] [147] Underfull \hbox (badness 10000) detected at line 149 [][][] Overfull \hbox (35.00874pt too wide) in paragraph at lines 164--165 []\T1/phv/m/n/10 If there are mul-ti-ple or no depth for given type, re-turn \T 1/pcr/m/n/10 N[]U[]LL \T1/phv/m/n/10 and let the caller fall-back to []. Underfull \hbox (badness 10000) detected at line 166 [][][] ) [148] (./a00190.tex Overfull \hbox (19.27014pt too wide) in paragraph at lines 10--12 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] Underfull \hbox (badness 10000) detected at line 30 [][][] Underfull \hbox (badness 10000) detected at line 33 [][][] Underfull \hbox (badness 10000) detected at line 48 [][][] [149] Overfull \hbox (87.08849pt too wide) in paragraph at lines 63--64 []\T1/phv/m/n/10 If there are no or mul-ti-ple depths for type \T1/pcr/m/n/10 t ype\T1/phv/m/n/10 , \T1/pcr/m/n/10 N[]U[]LL \T1/phv/m/n/10 is re-turned. The ca ller may fall-back to [] Underfull \hbox (badness 10000) detected at line 65 [][][] Underfull \hbox (badness 10000) detected at line 78 [][][] ) [150] (./a00191.tex Underfull \hbox (badness 4429) in paragraph at lines 8--10 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] type, Underfull \hbox (badness 1527) in paragraph at lines 19--20 \T1/phv/m/n/10 Be sure to see the fig-ure in [] that shows a com-plete topol-og y tree, in-clud-ing depths, Underfull \hbox (badness 10000) detected at line 32 [][][] Underfull \hbox (badness 10000) detected at line 45 [][][] Underfull \hbox (badness 1715) in paragraph at lines 46--47 []\T1/pcr/m/n/10 type \T1/phv/m/n/10 should not be [] or [] since these ob-ject s are an-ces- [151] Underfull \hbox (badness 10000) detected at line 82 [][][] ) [152] (./a00192.tex Underfull \hbox (badness 10000) detected at line 36 [][][] Underfull \hbox (badness 10000) detected at line 51 [][][] [153] Underfull \hbox (badness 10000) detected at line 66 [][][] Underfull \hbox (badness 10000) detected at line 81 [][][] Underfull \hbox (badness 10000) detected at line 96 [][][] Underfull \hbox (badness 10000) detected at line 113 [][][] ) [154] (./a00193.tex Underfull \hbox (badness 10000) detected at line 28 [][][] [155] Underfull \hbox (badness 10000) detected at line 61 [][][] ) [156] (./a00194.tex Underfull \hbox (badness 1527) in paragraph at lines 19--20 \T1/phv/m/n/10 Be sure to see the fig-ure in [] that shows a com-plete topol-og y tree, in-clud-ing depths, Underfull \hbox (badness 10000) detected at line 34 [][][] Underfull \hbox (badness 10000) detected at line 39 [][][] [157] Underfull \hbox (badness 10000) detected at line 70 [][][] Underfull \hbox (badness 10000) detected at line 87 [][][] [158]) [159] (./a00195.tex [160] Underfull \hbox (badness 10000) detected at line 59 [][][] ) [161] (./a00196.tex Underfull \hbox (badness 10000) detected at line 34 [][][] Underfull \hbox (badness 10000) detected at line 37 [][][] Underfull \hbox (badness 10000) detected at line 54 [][][] Underfull \hbox (badness 10000) detected at line 57 [][][] [162] Underfull \hbox (badness 10000) detected at line 74 [][][] Underfull \hbox (badness 10000) detected at line 77 [][][] Underfull \hbox (badness 10000) detected at line 92 [][][] Underfull \hbox (badness 10000) detected at line 95 [][][] [163] Underfull \hbox (badness 10000) detected at line 110 [][][] Underfull \hbox (badness 10000) detected at line 113 [][][] Underfull \hbox (badness 10000) detected at line 128 [][][] Underfull \hbox (badness 10000) detected at line 131 [][][] ) [164] (./a00197.tex) [165] (./a00198.tex Underfull \hbox (badness 10000) detected at line 42 [][][] Underfull \hbox (badness 10000) detected at line 55 [][][] [166] Underfull \hbox (badness 10000) detected at line 68 [][][] Underfull \hbox (badness 10000) detected at line 83 [][][] [167]) [168] (./a00199.tex [169] Underfull \hbox (badness 1953) in paragraph at lines 127--128 []\T1/phv/m/n/10 Bitmaps are used by hwloc for sets of OS pro-ces-sors (which m ay ac-tu-ally be hard-ware threads) as by Underfull \hbox (badness 760) in paragraph at lines 127--128 [] \T1/phv/m/n/10 (a type-def for []), or sets of N[]U[]MA mem-ory nodes as [] (also a Underfull \hbox (badness 832) in paragraph at lines 127--128 \T1/phv/m/n/10 type-def for []). Those are used for cpuset and node-set fields in the [] struc-ture, see Underfull \hbox (badness 10000) detected at line 139 [][][] [170] Underfull \hbox (badness 10000) detected at line 173 [][][] [171] Underfull \hbox (badness 10000) detected at line 222 [][][] [172] Underfull \hbox (badness 10000) detected at line 265 [][][] [173] Underfull \hbox (badness 10000) detected at line 300 [][][] Underfull \hbox (badness 10000) detected at line 309 [][][] Underfull \hbox (badness 10000) detected at line 324 [][][] Underfull \hbox (badness 10000) detected at line 331 [][][] [174] Underfull \hbox (badness 10000) detected at line 374 [][][] Underfull \hbox (badness 10000) detected at line 387 [][][] [175] [176] Underfull \hbox (badness 10000) detected at line 440 [][][] Underfull \hbox (badness 10000) detected at line 453 [][][] Underfull \hbox (badness 10000) detected at line 466 [][][] Underfull \hbox (badness 10000) detected at line 469 [][][] [177] Underfull \hbox (badness 10000) detected at line 482 [][][] Underfull \hbox (badness 10000) detected at line 485 [][][] Underfull \hbox (badness 10000) detected at line 498 [][][] Underfull \hbox (badness 10000) detected at line 511 [][][] Underfull \hbox (badness 10000) detected at line 524 [][][] [178] Underfull \hbox (badness 10000) detected at line 537 [][][] Underfull \hbox (badness 10000) detected at line 550 [][][] Underfull \hbox (badness 10000) detected at line 569 [][][] [179] Underfull \hbox (badness 10000) detected at line 594 [][][] [180] Underfull \hbox (badness 10000) detected at line 609 [][][] Underfull \hbox (badness 10000) detected at line 636 [][][] [181] [182] Underfull \hbox (badness 10000) detected at line 701 [][][] Underfull \hbox (badness 10000) detected at line 720 [][][] [183] Underfull \hbox (badness 10000) detected at line 743 [][][] Underfull \hbox (badness 10000) detected at line 762 [][][] [184] Underfull \hbox (badness 10000) detected at line 807 [][][] Underfull \hbox (badness 10000) detected at line 820 [][][] [185]) [186] (./a00200.tex Underfull \hbox (badness 10000) in paragraph at lines 18--20 []\T1/phv/m/n/10 void [] ([] topol-ogy, void($\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/ 10 export[]_[]cb)(void [187] Overfull \hbox (16.48914pt too wide) in paragraph at lines 61--62 []\T1/phv/m/n/10 This func-tion may only be called from within the ex-port() ca ll-back passed to []. Overfull \hbox (20.63033pt too wide) in paragraph at lines 63--64 []\T1/phv/m/n/10 When im-port-ing this X[]ML file, the im-port() call-back (if set) will be called ex-actly as many times as [] Overfull \hbox (58.7354pt too wide) in paragraph at lines 69--72 []\T1/phv/m/n/10 If ex-port-ing bi-nary data, the ap-pli-ca-tion should first e n-code into print-able char-ac-ters only (or use []). Overfull \hbox (16.48914pt too wide) in paragraph at lines 81--82 []\T1/phv/m/n/10 This func-tion may only be called from within the ex-port() ca ll-back passed to []. [188] Underfull \hbox (badness 10000) detected at line 109 [][][] Underfull \hbox (badness 10000) detected at line 112 [][][] Underfull \hbox (badness 10000) detected at line 141 [][][] Underfull \hbox (badness 10000) detected at line 144 [][][] [189] Underfull \hbox (badness 10000) detected at line 169 [][][] Underfull \hbox (badness 10000) in paragraph at lines 176--177 | \T1/pcr/m/n/8 void($\OMS/cmsy/m/n/8 ^^C$\T1/pcr/m/n/8 )([] topology, [] obj, const char $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/m/n/8 name, const void Underfull \hbox (badness 10000) detected at line 190 [][][] ) [190] (./a00201.tex Overfull \hbox (75.85985pt too wide) in paragraph at lines 6--11 []\T1/phv/m/n/10 enum [] { [], Overfull \hbox (60.112pt too wide) in paragraph at lines 6--11 []\T1/phv/m/n/10 , [], Underfull \vbox (badness 10000) has occurred while \output is active [191] Underfull \hbox (badness 10000) detected at line 70 [][][] Underfull \hbox (badness 10000) detected at line 75 [][][] ) [192] (./a00202.tex Overfull \hbox (108.59616pt too wide) in paragraph at lines 11--19 []\T1/phv/m/n/10 , [], [], Underfull \hbox (badness 866) in paragraph at lines 27--29 []\T1/phv/m/n/10 int [] ([] topol-ogy, [] type, un-signed $\OMS/cmsy/m/n/10 ^^C $\T1/phv/m/n/10 nr, struct Underfull \hbox (badness 1895) in paragraph at lines 29--31 []\T1/phv/m/n/10 int [] ([] topol-ogy, const char $\OMS/cmsy/m/n/10 ^^C$\T1/phv /m/n/10 name, un-signed $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/10 nr, struct [193] [194] [195] Underfull \hbox (badness 10000) detected at line 148 [][][] ) [196] (./a00203.tex Underfull \hbox (badness 10000) detected at line 26 [][][] Underfull \hbox (badness 10000) detected at line 41 [][][] ) [197] (./a00204.tex Overfull \hbox (128.76315pt too wide) in paragraph at lines 6--9 []\T1/phv/m/n/10 enum [] { [], [] [198] Overfull \hbox (98.64633pt too wide) in paragraph at lines 64--65 []\T1/pcr/m/n/10 kind \T1/phv/m/n/10 spec-i-fies the kind of dis-tance as a OR\ TS1/phv/m/n/10 '\T1/phv/m/n/10 ed set of []. Kind [] ) [199] [200] (./a00205.tex Underfull \hbox (badness 10000) detected at line 32 [][][] Underfull \hbox (badness 10000) detected at line 45 [][][] [201] Underfull \hbox (badness 10000) detected at line 60 [][][] Underfull \hbox (badness 10000) detected at line 75 [][][] ) [202] (./a00206.tex Underfull \hbox (badness 10000) detected at line 19 [][][] [203]) [204] (./a00207.tex Overfull \hbox (16.17918pt too wide) in paragraph at lines 8--10 []\T1/phv/m/n/10 static struct bit-mask $\OMS/cmsy/m/n/10 ^^C$ [] \T1/phv/m/n/1 0 ([] topol-ogy, [] Underfull \hbox (badness 10000) detected at line 19 [][][] Underfull \hbox (badness 10000) detected at line 51 [][][] [205] Underfull \hbox (badness 10000) detected at line 78 [][][] ) [206] (./a00208.tex Underfull \hbox (badness 10000) detected at line 15 [][][] ) [207] (./a00209.tex Underfull \hbox (badness 816) in paragraph at lines 52--53 \T1/phv/m/n/10 CL com-po-nent must be en-abled in the topol-ogy. If not, the lo -cal-ity of the ob-ject may still be found us-ing [208] Underfull \hbox (badness 10000) detected at line 54 [][][] Underfull \hbox (badness 10000) detected at line 73 [][][] ) [209] (./a00210.tex Underfull \hbox (badness 10000) detected at line 52 [][][] [210] Underfull \hbox (badness 10000) detected at line 71 [][][] [211]) [212] (./a00211.tex Underfull \hbox (badness 10000) detected at line 50 [][][] [213]) [214] (./a00212.tex Underfull \hbox (badness 10000) detected at line 48 [][][] [215] Underfull \hbox (badness 10000) detected at line 65 [][][] ) [216] (./a00213.tex Underfull \hbox (badness 10000) detected at line 46 [][][] [217] Underfull \hbox (badness 10000) detected at line 63 [][][] ) [218] (./a00214.tex Underfull \hbox (badness 10000) detected at line 46 [][][] ) [219] (./a00215.tex Underfull \hbox (badness 10000) detected at line 48 [][][] [220] Underfull \hbox (badness 10000) detected at line 65 [][][] ) [221] (./a00216.tex Overfull \hbox (123.29967pt too wide) in paragraph at lines 22--27 []\T1/phv/m/n/10 enum [] { [], [], Overfull \hbox (52.27306pt too wide) in paragraph at lines 27--31 []\T1/phv/m/n/10 enum [] { [], [] [222] [223] Overfull \hbox (33.8499pt too wide) in paragraph at lines 135--135 [] Overfull \hbox (31.47389pt too wide) in paragraph at lines 135--135 [] Overfull \hbox (33.97578pt too wide) in paragraph at lines 135--135 []\T1/phv/m/n/10 .| [224] Underfull \hbox (badness 10000) detected at line 175 [][][] Underfull \hbox (badness 10000) detected at line 194 [][][] Overfull \hbox (64.6971pt too wide) in paragraph at lines 199--200 []\T1/phv/m/n/10 1 if the dif-fer-ence is too com-plex (see above). Some en-tri es in the list will be of type []. Underfull \hbox (badness 10000) detected at line 203 [][][] [225] Underfull \hbox (badness 10000) detected at line 246 [][][] Underfull \hbox (badness 10000) detected at line 261 [][][] [226] Underfull \hbox (badness 10000) detected at line 276 [][][] ) [227] (./a00217.tex Overfull \hbox (55.65627pt too wide) in paragraph at lines 17--18 []\T1/phv/m/n/10 The mas-ter pro-cess must first get the re-quired shared-memor y size for stor-ing this topol-ogy with []. Overfull \hbox (31.66293pt too wide) in paragraph at lines 23--24 []\T1/phv/m/n/10 Other pro-cesses may then adopt this shared topol-ogy by open- ing the same file and pass-ing it to [] Underfull \hbox (badness 10000) detected at line 46 [][][] [228] Underfull \hbox (badness 10000) detected at line 53 [][][] Underfull \hbox (badness 10000) detected at line 72 [][][] Underfull \hbox (badness 10000) detected at line 91 [][][] [229] Underfull \hbox (badness 10000) detected at line 96 [][][] ) [230] (./a00218.tex) [231] (./a00219.tex Overfull \hbox (81.20195pt too wide) in paragraph at lines 18--30 []\T1/phv/m/n/10 , [], [], [], Overfull \hbox (81.64307pt too wide) in paragraph at lines 18--30 []\T1/phv/m/n/10 , [], [], [] [232] [233]) [234] (./a00220.tex Overfull \vbox (3.76405pt too high) has occurred while \output is active [235]) (./a00221.tex Underfull \hbox (badness 2556) in paragraph at lines 17--19 []\T1/phv/m/n/10 struct [] $\OMS/cmsy/m/n/10 ^^C$ [] \T1/phv/m/n/10 (struct hwl oc[]_[]topology $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/10 topology, [] root, [236] [237] Underfull \hbox (badness 10000) detected at line 146 [][][] Underfull \hbox (badness 10000) detected at line 153 [][][] [238]) [239] (./a00222.tex Underfull \hbox (badness 10000) detected at line 30 [][][] Underfull \hbox (badness 10000) detected at line 45 [][][] Underfull \hbox (badness 10000) detected at line 58 [][][] [240] Underfull \hbox (badness 10000) detected at line 71 [][][] ) [241] (./a00223.tex [242]) [243] (./a00224.tex) [244] (./a00225.tex) [245] [246] Chapter 23. (./a00353.tex [247] Underfull \hbox (badness 10000) in paragraph at lines 70--71 \T1/pcr/m/n/8 int($\OMS/cmsy/m/n/8 ^^C$ \T1/pcr/m/n/8 hwloc[]_[]backend[]::get[ ]_[]pci[]_[]busid[]_[]cpuset) (struct [] $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/m/n/8 bac kend, struct hwloc[]_[]pcidev[]_[] [248]) (./a00257.tex [249] LaTeX Font Warning: Font shape `T1/pcr/bc/n' undefined (Font) using `T1/pcr/m/n' instead on input line 67. [250]) (./a00245.tex [251]) (./a00301.tex [252] [253]) (./a00357.tex [254] Underfull \hbox (badness 10000) detected at line 64 [][][] [255] Underfull \hbox (badness 10000) detected at line 93 [][][] Underfull \hbox (badness 10000) detected at line 96 [][][] ) (./a00345.tex Underfull \hbox (badness 4156) in paragraph at lines 16--18 []\T1/phv/m/n/10 struct [] $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/10 ($\OMS/cmsy/m/n /10 ^^C$ [] \T1/phv/m/n/10 )(struct hwloc[]_[]topology $\OMS/cmsy/m/n/10 ^^C$\T 1/phv/m/n/10 topology, struct [] [256] Underfull \hbox (badness 10000) in paragraph at lines 56--57 [] $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/bc/n/8 component, unsigned [], const void $\OMS /cmsy/m/n/8 ^^C$\T1/pcr/bc/n/8 data1, const void $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/b c/n/8 data2, [257]) (./a00349.tex [258]) (./a00297.tex [259] Underfull \hbox (badness 2269) in paragraph at lines 56--57 []\T1/phv/m/n/10 Array of ob-jects de-scribed by the dis-tance ma-trix. These o b-jects are not in any par-tic-u-lar or-der, see [260]) (./a00249.tex [261]) (./a00277.tex Underfull \hbox (badness 10000) detected at line 19 [][][] [262]) (./a00241.tex [263]) (./a00237.tex [264] Underfull \hbox (badness 10000) in paragraph at lines 41--42 \T1/pcr/bc/n/8 struct [] $\OMS/cmsy/m/n/8 ^^C$ \T1/pcr/bc/n/8 hwloc[]_[]obj[]_[ ]attr[]_[]u[] ) (./a00229.tex [265] [266] Overfull \hbox (42.48444pt too wide) in paragraph at lines 140--141 \T1/phv/m/n/10 in-com-plete, some of-flines C[]P[]Us, and the C[]P[]Us that are ig-nored when the [] Underfull \hbox (badness 10000) detected at line 142 [][][] Underfull \hbox (badness 1728) in paragraph at lines 155--156 []\T1/phv/m/n/10 This may in-clude not only the same as the node-set field, but also some N[]U[]MA nodes for which topol- Underfull \hbox (badness 1127) in paragraph at lines 155--156 \T1/phv/m/n/10 ogy in-for-ma-tion is un-known or in-com-plete, some of-flines n odes, and the nodes that are ig-nored when the [267] Underfull \hbox (badness 10000) detected at line 159 [][][] Underfull \hbox (badness 10000) detected at line 176 [][][] [268] [269] [270] [271] Underfull \hbox (badness 10000) detected at line 361 [][][] [272] Overfull \hbox (38.89732pt too wide) in paragraph at lines 466--467 []\T1/phv/m/n/10 Application-given pri-vate data pointer, ini-tial-ized to \T1/ pcr/m/n/10 N[]U[]LL\T1/phv/m/n/10 , use it as you wish. See [] ) (./a00233.tex [273] [274]) (./a00273.tex [275]) (./a00253.tex [276] [277]) (./a00285.tex [278] [279]) (./a00333.tex [280]) (./a00317.tex Underfull \hbox (badness 10000) in paragraph at lines 19--20 [] \T1/pcr/bc/n/8 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[] _[]topology[]_[]diff[]_[]obj[]_[]attr[] [281]) (./a00337.tex [282]) (./a00325.tex [283] Underfull \hbox (badness 10000) in paragraph at lines 46--47 [] \T1/pcr/bc/n/8 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[] _[]topology[]_[]diff[]_[]obj[]_[]attr[] ) (./a00313.tex [284] Underfull \hbox (badness 10000) in paragraph at lines 35--36 \T1/pcr/bc/n/8 struct [] hwloc[]_[]topology[]_[] Underfull \hbox (badness 10000) in paragraph at lines 41--42 \T1/pcr/bc/n/8 struct [] hwloc[]_[]topology[]_[]diff[] Underfull \hbox (badness 10000) in paragraph at lines 47--48 \T1/pcr/bc/n/8 struct [] hwloc[]_[]topology[]_[]diff[] ) (./a00321.tex [285] Underfull \hbox (badness 10000) in paragraph at lines 46--47 [] \T1/pcr/bc/n/8 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[] _[]topology[]_[]diff[]_[]obj[]_[]attr[] ) (./a00341.tex [286]) (./a00329.tex [287]) (./a00281.tex [288] [289]) (./a00289.tex [290] [291]) (./a00293.tex [292] [293]) [294] (./letter-refman.ind [295] Underfull \hbox (badness 816) in paragraph at lines 160--162 []\T1/phv/m/n/10 Converting be-tween Ob-ject Types and At-tributes, and Underfull \hbox (badness 10000) in paragraph at lines 169--171 []| \T1/phv/m/n/10 hwloc[]_[]obj[]_[]attr[]_[]u[]::hwloc[]_[]numanode[]_[]attr[ ]_[]s[]::hwloc[] Underfull \hbox (badness 10000) in paragraph at lines 200--202 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]obj[]_[] [296] [297] [298] Underfull \hbox (badness 1221) in paragraph at lines 574--576 []| \T1/phv/m/n/10 In-ter-op-er-abil-ity with Linux lib-numa un-signed long Underfull \hbox (badness 1221) in paragraph at lines 589--591 []| \T1/phv/m/n/10 In-ter-op-er-abil-ity with Linux lib-numa un-signed long [299] [300] Underfull \hbox (badness 1221) in paragraph at lines 863--865 []| \T1/phv/m/n/10 In-ter-op-er-abil-ity with Linux lib-numa un-signed long Underfull \hbox (badness 1221) in paragraph at lines 872--874 []| \T1/phv/m/n/10 In-ter-op-er-abil-ity with Linux lib-numa un-signed long [301] Underfull \hbox (badness 10000) in paragraph at lines 964--966 []\T1/phv/m/n/10 hwloc[]_[]obj[]_[]attr[]_[]u[]::hwloc[]_[]numanode[]_[]attr[]_ []s[]::hwloc[]_[] [302] Underfull \hbox (badness 10000) in paragraph at lines 1135--1137 []\T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[]_ []topology[]_[]diff[]_[] [303] Underfull \hbox (badness 10000) in paragraph at lines 1138--1140 []\T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[]_ []topology[]_[]diff[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1144--1146 []\T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[]_ []topology[]_[]diff[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1160--1162 []\T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[]di ff[]_[]generic[]_[]s, Underfull \hbox (badness 10000) in paragraph at lines 1164--1166 []\T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[]di ff[]_[]obj[]_[]attr[]_[]s, Underfull \hbox (badness 10000) in paragraph at lines 1171--1173 []\T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[]di ff[]_[]too[]_[] [304] Underfull \hbox (badness 10000) in paragraph at lines 1323--1325 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[]_[] [305] Underfull \hbox (badness 10000) in paragraph at lines 1539--1541 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1545--1547 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1547--1549 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1550--1552 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1552--1554 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]obj[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1554--1556 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]too[]_[] [306] Underfull \hbox (badness 10000) in paragraph at lines 1579--1581 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]obj[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1581--1583 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]too[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1584--1586 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]obj[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1586--1588 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]too[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1640--1642 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1642--1644 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[]_[] [307] Underfull \hbox (badness 10000) in paragraph at lines 1745--1747 []| \T1/phv/m/n/10 hwloc[]_[]obj[]_[]attr[]_[]u[]::hwloc[]_[]numanode[]_[]attr[ ]_[]s[]::hwloc[] [308] Underfull \hbox (badness 10000) in paragraph at lines 1907--1909 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1909--1911 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1911--1913 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1913--1915 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1915--1917 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]obj[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1917--1919 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]too[]_[] [309]) (./letter-refman.aux (./a00177.aux) (./a00178.aux) (./a00179.aux) (./a00180.aux) (./a00181.aux) (./a00182.aux) (./a00183.aux) (./a00184.aux) (./a00185.aux) (./a00186.aux) (./a00187.aux) (./a00188.aux) (./a00189.aux) (./a00190.aux) (./a00191.aux) (./a00192.aux) (./a00193.aux) (./a00194.aux) (./a00195.aux) (./a00196.aux) (./a00197.aux) (./a00198.aux) (./a00199.aux) (./a00200.aux) (./a00201.aux) (./a00202.aux) (./a00203.aux) (./a00204.aux) (./a00205.aux) (./a00206.aux) (./a00207.aux) (./a00208.aux) (./a00209.aux) (./a00210.aux) (./a00211.aux) (./a00212.aux) (./a00213.aux) (./a00214.aux) (./a00215.aux) (./a00216.aux) (./a00217.aux) (./a00218.aux) (./a00219.aux) (./a00220.aux) (./a00221.aux) (./a00222.aux) (./a00223.aux) (./a00224.aux) (./a00225.aux)) Package rerunfilecheck Warning: File `letter-refman.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. LaTeX Font Warning: Some font shapes were not available, defaults substituted. ) (see the transcript file for additional information)pdfTeX warning (dest): name {a00128_source} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{a00170_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00131_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00164_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00155_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00152_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00149_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00146_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00143_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00158_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00161_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00140_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00137_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00134_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00125_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00122_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00119_source} has been referenced but does not exi st, replaced by a fixed one {/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc} Output written on letter-refman.pdf (343 pages, 1257915 bytes). Transcript written on letter-refman.log. cd doxygen-doc/latex; \ rm -f *.aux *.toc *.idx *.ind *.ilg *.log *.out; \ cp refman.tex a4-refman.tex; \ /usr/bin/pdflatex a4-refman.tex; \ /usr/bin/makeindex a4-refman.idx; \ /usr/bin/pdflatex a4-refman.tex; \ done=0; repeat=5; \ while test $done = 0 -a $repeat -gt 0; do \ if /usr/bin/grep -E 'Rerun (LaTeX|to get cross-references right)' a4-refman.log > /dev/null 2>&1; then \ /usr/bin/pdflatex a4-refman.tex; \ repeat=`expr $repeat - 1`; \ else \ done=1; \ fi; \ done; \ mv a4-refman.pdf /builds/workspace/extended_v2.1/doc/doxygen-doc/hwloc-a4.pdf This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./a4-refman.tex LaTeX2e <2017-04-15> Babel <3.17> and hyphenation patterns for 3 language(s) loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls Document Class: book 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty Package fixltx2e Warning: fixltx2e is not required with releases after 2015 (fixltx2e) All fixes are now in the LaTeX kernel. (fixltx2e) See the latexrelease package for details. ) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty) (./doxygen.sty (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty) (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty)) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/wasysym/wasysym.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/courier.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/sectsty/sectsty.sty) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/natbib/natbib.sty) (/usr/share/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty) Writing index file a4-refman.idx (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/backref.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) Package hyperref Message: Driver: hpdftex. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty) (/usr/share/texlive/texmf-dist/tex/latex/caption/ltcaption.sty)) No file a4-refman.aux. (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (/usr/share/texlive/texmf-dist/tex/latex/wasysym/uwasy.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/usr/share/texliv e/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] [1] [2] Chapter 1. (./index.tex (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1phv.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd) [1] Overfull \hbox (75.53221pt too wide) in paragraph at lines 56--57 []\T1/phv/m/n/10 Questions may be sent to the users or de-vel-op-ers mail-ing l ists ([][]\T1/pcr/m/n/10 http[]://www.[]open-mpi.[]org/community/lists/hwloc.[] ) [2] Chapter 2. (./a00358.tex Overfull \hbox (17.0447pt too wide) in paragraph at lines 31--32 []\T1/phv/m/n/10 To check whether hwloc works on a par-tic-u-lar ma-chine, just try to build it and run \T1/pcr/m/n/10 lstopo \T1/phv/m/n/10 or \T1/pcr/m/n/10 lstopo-no-graphics\T1/phv/m/n/10 . [3] Overfull \hbox (92.83577pt too wide) in paragraph at lines 40--41 []\T1/phv/m/n/10 Remote ma-chine sim-u-la-tion through the gath-er-ing of topol -ogy as X[]ML files, see []. Underfull \hbox (badness 5331) in paragraph at lines 68--69 [][]\T1/pcr/m/n/10 ftp[]://download.[]nvidia.[]com/[]X[]Free86/nvidia-settings/ [][] \T1/phv/m/n/10 and [][]\T1/pcr/m/n/10 https[]://github.[] Overfull \hbox (22.1674pt too wide) in paragraph at lines 69--70 \T1/phv/m/n/10 X[]ML files that were ex-ported by the same hwloc re-lease). See [] [4] Underfull \hbox (badness 3439) in paragraph at lines 71--72 []\T1/phv/m/n/10 libtool\TS1/phv/m/n/10 '\T1/phv/m/n/10 s ltdl li-brary for dy- namic plu-gin load-ing. The rel-e-vant de-vel-op-ment pack-age is usu-ally [5 <./dudley.png>] [6 <./hagrid.png>] [7 <./emmett.png>] Underfull \hbox (badness 779) in paragraph at lines 197--198 []\T1/phv/m/n/10 Similarly, the abil-ity of re-port-ing topol-ogy in-for-ma-tio n varies from one plat-form to an-other. As shown in [8 <./ppc64-with-smt.png> <./ppc64-without-smt.png> <./ppc64-full-with-smt.png> ] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1pcr.fd) [9] Underfull \vbox (badness 10000) has occurred while \output is active [10] Overfull \hbox (22.00404pt too wide) in paragraph at lines 471--472 \T1/phv/m/n/10 hwloc is the evo-lu-tion and merger of the libtopol-ogy ([][]\T1 /pcr/m/n/10 http[]://runtime.[]bordeaux.[]inria.[]fr/libtopology/[][]\T1/phv/m/ n/10 ) [11]) [12] Chapter 3. (./a00359.tex [13] [14] pdfTeX warning: /usr/bin/pdflatex (file ./diagram.pdf): PDF inclusion: found PD F version <1.7>, but at most version <1.5> allowed ) [15 <./diagram.pdf>] [16] Chapter 4. (./a00360.tex [17] [18] Overfull \hbox (102.58304pt too wide) in paragraph at lines 53--54 []\T1/phv/m/n/10 Currently only used on In-tel Xeon Phi pro-ces-sor plat-forms. See []. ) [19] [20] Chapter 5. (./a00361.tex Overfull \hbox (110.77179pt too wide) in paragraph at lines 17--18 []\T1/phv/m/n/10 enforces the re-turn value of [], as if [] Underfull \hbox (badness 6725) in paragraph at lines 20--21 []\T1/phv/m/n/10 Get the set of al-lowed re-sources from the na- Underfull \hbox (badness 1810) in paragraph at lines 20--21 \T1/phv/m/n/10 tive op-er-at-ing sys-tem even if the topol-ogy was loaded from X[]ML or syn-thetic de-scrip-tion, as if Overfull \hbox (23.87022pt too wide) in paragraph at lines 20--21 [] \T1/phv/m/n/10 was set with []. [21] [22] [23]) [24] Chapter 6. (./a00362.tex) [25] [26] Chapter 7. (./a00363.tex [27] [28] Overfull \hbox (15.55527pt too wide) in paragraph at lines 75--76 \T1/phv/m/n/10 I/O de-vices may be con-sulted by travers-ing the topol-ogy man- u-ally (with usual rou-tines such as []) [29] [30 <./devel09-pci.png>]) [31] [32] Chapter 8. (./a00364.tex) Overfull \hbox (118.85387pt too wide) in paragraph at lines 25--174 \T1/phv/m/n/10 The user may an-no-tate hwloc topolo-gies with its own Misc ob-j ects. This can be achieved with [] [33] [34] Chapter 9. (./a00365.tex Underfull \hbox (badness 776) in paragraph at lines 6--7 []\T1/phv/m/n/10 Each ob-ject also con-tains an \T1/pcr/m/n/10 attr \T1/phv/m/n /10 field that, if non N[]U[]LL, points to a union [] of type- Underfull \hbox (badness 1005) in paragraph at lines 6--7 \T1/phv/m/n/10 specific at-tribute struc-tures. For in-stance, a L2[]Cache ob-j ect \T1/pcr/m/n/10 obj \T1/phv/m/n/10 con-tains cache-specific in-for-ma-tion i n [35] [36] Underfull \hbox (badness 10000) in paragraph at lines 70--71 []\T1/phv/m/n/10 The Underfull \hbox (badness 10000) in paragraph at lines 72--73 []\T1/phv/m/n/10 The fam-ily, S[]KU Underfull \hbox (badness 10000) in paragraph at lines 74--75 []\T1/phv/m/n/10 The [37] Underfull \hbox (badness 10000) in paragraph at lines 88--89 []\T1/phv/m/n/10 Information ) [38] Chapter 10. (./a00366.tex Overfull \hbox (41.36841pt too wide) in paragraph at lines 3--4 \T1/phv/m/n/10 ma-nip-u-lat-ing other nodes\TS1/phv/m/n/10 ' \T1/phv/m/n/10 top ol-ogy, or avoid-ing the need for priv-i-leged pro-cesses (see []). Underfull \hbox (badness 10000) detected at line 9 [][][] Underfull \hbox (badness 1237) in paragraph at lines 10--11 []\T1/phv/m/n/10 Loading X[]ML topolo-gies dis-ables bind-ing be-cause the load ed topol-ogy may not cor-re-spond to the Underfull \hbox (badness 1533) in paragraph at lines 10--11 \T1/phv/m/n/10 phys-i-cal ma-chine that loads it. This be-hav-ior may be re-ver ted by as-sert-ing that loaded file re- Underfull \hbox (badness 2717) in paragraph at lines 10--11 \T1/phv/m/n/10 ally matches the un-der-ly-ing sys-tem with the H[]W[]L[]O[]C[]_ [][]T[]H[]I[]S[]S[]Y[]S[]T[]EM en-vi-ron-ment vari-able or the [39] Overfull \hbox (18.05698pt too wide) in paragraph at lines 32--33 []\T1/phv/m/n/10 Both back-end can-not de-tect all these er-rors when the in-pu t X[]ML file or buffer is se-lected (when [] ) Underfull \hbox (badness 2662) in paragraph at lines 34--182 []\T1/phv/m/n/10 It is there-fore strongly rec-om-mended to check the re-turn v alue of both [] (or [40] Chapter 11. (./a00367.tex Underfull \hbox (badness 10000) detected at line 24 [][][] [41] Underfull \hbox (badness 2443) in paragraph at lines 71--72 []\T1/phv/m/n/10 The ex-ported string may be passed back to hwloc for recre-at- ing an-other sim-i-lar topol-ogy (see also ) [42] Chapter 12. (./a00368.tex [43]) [44] Chapter 13. (./a00369.tex Overfull \hbox (78.77086pt too wide) in paragraph at lines 11--12 [][]\T1/pcr/m/n/10 , [], [] Overfull \hbox (116.79701pt too wide) in paragraph at lines 16--17 [][]\T1/phv/m/n/10 , [], Overfull \hbox (49.52402pt too wide) in paragraph at lines 18--19 [][] \T1/phv/m/n/10 and [] (see []) Underfull \hbox (badness 1033) in paragraph at lines 32--33 []\T1/pcr/m/n/10 hwloc[]_[]topology[]_[]set[]_[]$\OMS/cmsy/m/n/10 ^^C$ \T1/phv/ m/n/10 (see []) do not ) [45] [46] Chapter 14. (./a00370.tex [47] Underfull \hbox (badness 791) in paragraph at lines 34--35 \T1/phv/m/n/10 their de-pen-den-cies (for in-stance the \T1/pcr/m/n/10 libpciac cess \T1/phv/m/n/10 li-brary). Plu-gin sup-port may be en-abled with the Overfull \hbox (15.64052pt too wide) in paragraph at lines 50--51 \T1/phv/m/n/10 when \T1/pcr/m/n/10 --host=powerpc64-bgq-linux \T1/phv/m/n/10 is passed to con-fig-ure (see []). [48]) [49] [50] Chapter 15. (./a00371.tex [51] [52]) [53] [54] Chapter 16. (./a00372.tex Overfull \hbox (82.80469pt too wide) in paragraph at lines 5--6 \T1/phv/m/n/10 hard-ware threads, or to en-tire mul-ti-threaded cores, etc. See []. [55] Underfull \hbox (badness 2126) in paragraph at lines 46--46 []\T1/phv/m/n/10 The fo-cus of hwloc is mainly of the struc-tural mod-el-ing si de. How-ever, hwloc lets user adds per- Underfull \hbox (badness 6691) in paragraph at lines 46--46 \T1/phv/m/n/10 for-mance in-for-ma-tion to the topol-ogy through dis-tances (se e [] and Overfull \hbox (53.2637pt too wide) in paragraph at lines 46--46 []\T1/phv/m/n/10 ) or even cus-tom an-no-ta-tions (see []). Overfull \hbox (176.40015pt too wide) in paragraph at lines 46--46 \T1/phv/m/n/10 hwloc may also use such dis-tance in-for-ma-tion for group-ing o b-jects to-gether (see [] Overfull \hbox (67.3399pt too wide) in paragraph at lines 51--51 []\T1/phv/m/n/10 For more in-for-ma-tion about the dis-tance A[]PI, see [] and [].[] [56] [57] [58] Underfull \hbox (badness 10000) detected at line 148 [][][] Overfull \hbox (217.2339pt too wide) in paragraph at lines 156--156 []\T1/phv/m/n/10 If mul-ti-ple topolo-gies of dif-fer-ent (but sim-i-lar) nodes are needed in your pro-gram, have a look at [].[] [59] Underfull \hbox (badness 892) in paragraph at lines 160--161 \T1/phv/m/n/10 Each hwloc ob-ject con-tains a \T1/pcr/m/n/10 userdata \T1/phv/m /n/10 field that may be used by ap-pli-ca-tions to store pri-vate point- Underfull \hbox (badness 820) in paragraph at lines 160--161 \T1/phv/m/n/10 ers. This field is only valid dur-ing the life-time of these con -tainer ob-ject and topol-ogy. It be-comes in- Underfull \hbox (badness 849) in paragraph at lines 160--161 \T1/phv/m/n/10 ing the topol-ogy. The user-data field is not ex-ported/imported to/from X[]ML by de-fault since hwloc does Overfull \hbox (106.08545pt too wide) in paragraph at lines 160--161 [] \T1/phv/m/n/10 and []. Underfull \hbox (badness 853) in paragraph at lines 164--165 []\T1/phv/m/n/10 It is also pos-si-ble to in-sert Misc ob-jects with a cus-tom name any-where as a leaf of the topol-ogy (see Underfull \hbox (badness 1019) in paragraph at lines 168--169 []\T1/phv/m/n/10 There is also a topology-specific user-data pointer that can b e used to rec-og-nize dif-fer-ent topolo-gies by Underfull \hbox (badness 2600) in paragraph at lines 168--169 \T1/phv/m/n/10 stor-ing a cus-tom pointer. It may be ma-nip-u-lated with [] and Underfull \hbox (badness 1275) in paragraph at lines 172--173 \T1/phv/m/n/10 ware cores or threads takes time (es-pe-cially when read-ing tho u-sands of sysfs files on Linux). Ig-nor- Underfull \hbox (badness 2142) in paragraph at lines 172--173 \T1/phv/m/n/10 ing some ob-jects (for in-stance caches) that aren\TS1/phv/m/n/1 0 '\T1/phv/m/n/10 t use-ful to the cur-rent ap-pli-ca-tion may im-prove this Underfull \hbox (badness 1448) in paragraph at lines 172--173 \T1/phv/m/n/10 over-head (see []). One should also con-sider us-ing X[]ML (see Underfull \hbox (badness 4156) in paragraph at lines 172--173 []\T1/phv/m/n/10 ) to work around Underfull \hbox (badness 3536) in paragraph at lines 180--180 []\T1/phv/m/n/10 Also re-mem-ber that these com-po-nents may be dis-abled at bu ild-time with con-fig-ure flags such as [60] Overfull \hbox (49.43918pt too wide) in paragraph at lines 187--187 \T1/phv/m/n/10 ap-plies to In-tel Xeon Phi pro-ces-sors for now (see []). Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\char' on input line 187. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\char' on input line 187. [61] Overfull \hbox (187.28093pt too wide) in paragraph at lines 241--242 \T1/phv/m/n/10 are also sev-eral clus-ter-ing modes that sig-nif-i-cantly af-fe ct the mem-ory or-ga-ni-za-tion (see [] [62] Underfull \hbox (badness 10000) detected at line 252 [][][] Overfull \hbox (86.96329pt too wide) in paragraph at lines 261--261 []\T1/phv/m/n/10 If build-ing with the Xeon Phi-specific G[]CC that comes with the M[]P[]SS en-vi-ron-ment, for in-stance \T1/pcr/m/n/10 /usr/linux-k1om-4.7/b in/x86[] [63] Underfull \hbox (badness 2126) in paragraph at lines 298--299 []\T1/phv/m/n/10 To check for the A[]PI of re-lease X.[]Y.[]Z at build time, yo u may com-pare [] with [64] Underfull \hbox (badness 1337) in paragraph at lines 312--313 \T1/phv/m/n/10 The hwloc in-ter-face was deeply mod-i-fied in re-lease 2.[]0 to fix sev-eral is-sues of the 1.[]x in-ter-face (see [65]) [66] Chapter 17. (./a00373.tex Underfull \hbox (badness 918) in paragraph at lines 11--12 []\T1/phv/m/n/10 The nor-mal list of chil-dren (start-ing at \T1/pcr/m/n/10 obj -$\OML/cmm/m/it/10 >$\T1/pcr/m/n/10 first[]_[]child\T1/phv/m/n/10 , end-ing at \T1/pcr/m/n/10 obj-$\OML/cmm/m/it/10 >$\T1/pcr/m/n/10 last[]_[]child\T1/phv/m/n /10 , of size [67] [68] [69] Overfull \hbox (24.88307pt too wide) in paragraph at lines 136--137 \T1/phv/m/n/10 Instead of a sin-gle H[]W[]L[]O[]C[]_[][]O[]B[]J[]_[][]C[]A[]C[] HE, there are now 8 types [], ..., [], Underfull \hbox (badness 1675) in paragraph at lines 152--153 \T1/pcr/m/n/10 obj-$\OML/cmm/m/it/10 >$\T1/pcr/m/n/10 depth \T1/phv/m/n/10 as w ell as depths given to func-tions such as [] or re-turned by [70] Underfull \hbox (badness 870) in paragraph at lines 164--165 \T1/phv/m/n/10 The old ig-nor-ing A[]PI as well as sev-eral con-fig-u-ra-tion f lags are re-placed with the new fil-ter-ing A[]PI, see [71] [72] Underfull \hbox (badness 6675) in paragraph at lines 267--268 []\T1/phv/m/n/10 hwloc[]_[]obj[]_[]snprintf() re-moved be-cause it was long-dep recated by [] and ) [73] [74] Chapter 18. (./a00374.tex [75 <./netloc_design.png>] [76] [77]) [78 <./netloc_draw.png (PNG copy)>] Chapter 19. (./a00375.tex [79]) [80] Chapter 20. (./modules.tex LaTeX Warning: Reference `a00176' on page 81 undefined on input line 3. LaTeX Warning: Reference `a00177' on page 81 undefined on input line 4. LaTeX Warning: Reference `a00178' on page 81 undefined on input line 5. LaTeX Warning: Reference `a00179' on page 81 undefined on input line 6. LaTeX Warning: Reference `a00180' on page 81 undefined on input line 7. LaTeX Warning: Reference `a00181' on page 81 undefined on input line 8. LaTeX Warning: Reference `a00182' on page 81 undefined on input line 9. LaTeX Warning: Reference `a00183' on page 81 undefined on input line 10. LaTeX Warning: Reference `a00184' on page 81 undefined on input line 11. LaTeX Warning: Reference `a00185' on page 81 undefined on input line 12. LaTeX Warning: Reference `a00186' on page 81 undefined on input line 13. LaTeX Warning: Reference `a00187' on page 81 undefined on input line 14. LaTeX Warning: Reference `a00188' on page 81 undefined on input line 15. LaTeX Warning: Reference `a00189' on page 81 undefined on input line 16. LaTeX Warning: Reference `a00190' on page 81 undefined on input line 17. LaTeX Warning: Reference `a00191' on page 81 undefined on input line 18. LaTeX Warning: Reference `a00192' on page 81 undefined on input line 19. LaTeX Warning: Reference `a00193' on page 81 undefined on input line 20. LaTeX Warning: Reference `a00194' on page 81 undefined on input line 21. LaTeX Warning: Reference `a00195' on page 81 undefined on input line 22. LaTeX Warning: Reference `a00196' on page 81 undefined on input line 23. LaTeX Warning: Reference `a00197' on page 81 undefined on input line 24. LaTeX Warning: Reference `a00198' on page 81 undefined on input line 25. LaTeX Warning: Reference `a00199' on page 81 undefined on input line 26. LaTeX Warning: Reference `a00200' on page 81 undefined on input line 27. LaTeX Warning: Reference `a00201' on page 81 undefined on input line 28. LaTeX Warning: Reference `a00202' on page 81 undefined on input line 29. LaTeX Warning: Reference `a00203' on page 81 undefined on input line 30. LaTeX Warning: Reference `a00204' on page 81 undefined on input line 31. LaTeX Warning: Reference `a00205' on page 81 undefined on input line 32. LaTeX Warning: Reference `a00206' on page 81 undefined on input line 33. LaTeX Warning: Reference `a00207' on page 81 undefined on input line 34. LaTeX Warning: Reference `a00208' on page 81 undefined on input line 35. LaTeX Warning: Reference `a00209' on page 81 undefined on input line 36. LaTeX Warning: Reference `a00210' on page 81 undefined on input line 37. LaTeX Warning: Reference `a00211' on page 81 undefined on input line 38. LaTeX Warning: Reference `a00212' on page 81 undefined on input line 39. LaTeX Warning: Reference `a00213' on page 81 undefined on input line 40. LaTeX Warning: Reference `a00214' on page 81 undefined on input line 41. [81] LaTeX Warning: Reference `a00215' on page 82 undefined on input line 42. LaTeX Warning: Reference `a00216' on page 82 undefined on input line 43. LaTeX Warning: Reference `a00217' on page 82 undefined on input line 44. LaTeX Warning: Reference `a00218' on page 82 undefined on input line 45. LaTeX Warning: Reference `a00219' on page 82 undefined on input line 46. LaTeX Warning: Reference `a00220' on page 82 undefined on input line 47. LaTeX Warning: Reference `a00221' on page 82 undefined on input line 48. LaTeX Warning: Reference `a00222' on page 82 undefined on input line 49. LaTeX Warning: Reference `a00223' on page 82 undefined on input line 50. LaTeX Warning: Reference `a00224' on page 82 undefined on input line 51. LaTeX Warning: Reference `a00225' on page 82 undefined on input line 52. ) [82] Chapter 21. (./annotated.tex LaTeX Warning: Reference `a00353' on page 83 undefined on input line 3. LaTeX Warning: Reference `a00257' on page 83 undefined on input line 4. LaTeX Warning: Reference `a00245' on page 83 undefined on input line 5. LaTeX Warning: Reference `a00301' on page 83 undefined on input line 6. LaTeX Warning: Reference `a00357' on page 83 undefined on input line 7. LaTeX Warning: Reference `a00345' on page 83 undefined on input line 8. LaTeX Warning: Reference `a00349' on page 83 undefined on input line 9. LaTeX Warning: Reference `a00297' on page 83 undefined on input line 10. LaTeX Warning: Reference `a00249' on page 83 undefined on input line 11. LaTeX Warning: Reference `a00277' on page 83 undefined on input line 12. LaTeX Warning: Reference `a00241' on page 83 undefined on input line 13. LaTeX Warning: Reference `a00237' on page 83 undefined on input line 14. LaTeX Warning: Reference `a00229' on page 83 undefined on input line 15. LaTeX Warning: Reference `a00233' on page 83 undefined on input line 16. LaTeX Warning: Reference `a00273' on page 83 undefined on input line 17. LaTeX Warning: Reference `a00253' on page 83 undefined on input line 18. LaTeX Warning: Reference `a00285' on page 83 undefined on input line 19. LaTeX Warning: Reference `a00333' on page 83 undefined on input line 20. LaTeX Warning: Reference `a00317' on page 83 undefined on input line 21. LaTeX Warning: Reference `a00337' on page 83 undefined on input line 22. LaTeX Warning: Reference `a00325' on page 83 undefined on input line 23. LaTeX Warning: Reference `a00313' on page 83 undefined on input line 24. [83] LaTeX Warning: Reference `a00321' on page 84 undefined on input line 25. LaTeX Warning: Reference `a00341' on page 84 undefined on input line 26. LaTeX Warning: Reference `a00329' on page 84 undefined on input line 27. LaTeX Warning: Reference `a00281' on page 84 undefined on input line 28. LaTeX Warning: Reference `a00289' on page 84 undefined on input line 29. LaTeX Warning: Reference `a00293' on page 84 undefined on input line 30. ) [84] Chapter 22. (./a00176.tex Underfull \hbox (badness 10000) detected at line 35 [][][] [85]) [86] (./a00177.tex) [87] (./a00178.tex Underfull \hbox (badness 10000) in paragraph at lines 42--47 []\T1/phv/m/n/10 enum [] { [], [], Underfull \hbox (badness 10000) in paragraph at lines 51--61 []\T1/phv/m/n/10 , [], [], [88] Package longtable Warning: Column widths have changed (longtable) in table 22.1 on input line 119. Package longtable Warning: Column widths have changed (longtable) in table 22.2 on input line 139. Package longtable Warning: Column widths have changed (longtable) in table 22.3 on input line 163. Underfull \vbox (badness 10000) has occurred while \output is active [89] Package longtable Warning: Column widths have changed (longtable) in table 22.4 on input line 199. Underfull \hbox (badness 10000) detected at line 210 [][][] Package longtable Warning: Column widths have changed (longtable) in table 22.5 on input line 306. [90] [91] Underfull \hbox (badness 10000) detected at line 322 [][][] ) [92] (./a00179.tex) [93] (./a00180.tex Underfull \hbox (badness 10000) detected at line 56 [][][] Underfull \hbox (badness 10000) detected at line 61 [][][] [94] Package longtable Warning: Column widths have changed (longtable) in table 22.6 on input line 80. Underfull \hbox (badness 10000) detected at line 81 [][][] Package longtable Warning: Column widths have changed (longtable) in table 22.7 on input line 100. Underfull \hbox (badness 10000) detected at line 115 [][][] [95] Package longtable Warning: Column widths have changed (longtable) in table 22.8 on input line 132. Underfull \hbox (badness 10000) detected at line 133 [][][] Overfull \hbox (43.91335pt too wide) in paragraph at lines 146--147 []\T1/phv/m/n/10 Build the ac-tual topol-ogy once ini-tial-ized with [] and tun ed with [] Package longtable Warning: Column widths have changed (longtable) in table 22.9 on input line 152. Underfull \hbox (badness 10000) detected at line 153 [][][] Underfull \hbox (badness 10000) detected at line 156 [][][] Underfull \hbox (badness 10000) detected at line 163 [][][] ) [96] (./a00181.tex Overfull \hbox (32.86507pt too wide) in paragraph at lines 6--17 []\T1/phv/m/n/10 , [], [], Overfull \hbox (16.39491pt too wide) in paragraph at lines 6--17 []\T1/phv/m/n/10 , [], [], Underfull \hbox (badness 4832) in paragraph at lines 45--46 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] type, Package longtable Warning: Column widths have changed (longtable) in table 22.10 on input line 92. Overfull \vbox (57.75644pt too high) has occurred while \output is active [97] Overfull \hbox (47.69926pt too wide) in paragraph at lines 106--107 []\T1/pcr/m/n/10 depth \T1/phv/m/n/10 should be-tween 0 and []-1, or a vir-tual depth such as []. Underfull \hbox (badness 10000) detected at line 108 [][][] Underfull \hbox (badness 10000) detected at line 125 [][][] [98] [99] Overfull \hbox (63.82332pt too wide) in paragraph at lines 212--213 []\T1/phv/m/n/10 If type is ab-sent but a sim-i-lar type is ac-cept-able, see a lso [] and []. Underfull \hbox (badness 10000) detected at line 216 [][][] [100] Underfull \hbox (badness 10000) detected at line 261 [][][] ) [101] (./a00182.tex Underfull \hbox (badness 10000) detected at line 38 [][][] [102] Underfull \hbox (badness 10000) detected at line 61 [][][] Underfull \hbox (badness 10000) detected at line 94 [][][] [103] Underfull \hbox (badness 10000) detected at line 97 [][][] Underfull \hbox (badness 1859) in paragraph at lines 116--117 []\T1/phv/m/n/10 If mul-ti-ple such lev-els ex-ist (for in-stance if giv-ing Gr oup with-out any depth), the func-tion may re-turn Underfull \hbox (badness 10000) detected at line 120 [][][] ) [104] (./a00183.tex Underfull \hbox (badness 10000) detected at line 30 [][][] Underfull \hbox (badness 10000) detected at line 33 [][][] Underfull \hbox (badness 10000) detected at line 50 [][][] ) [105] (./a00184.tex Overfull \hbox (69.02635pt too wide) in paragraph at lines 6--11 []\T1/phv/m/n/10 enum [] { [], [], [], Underfull \hbox (badness 10000) detected at line 58 [][][] Underfull \hbox (badness 10000) detected at line 61 [][][] Overfull \hbox (38.01888pt too wide) in paragraph at lines 64--65 []\T1/phv/m/n/10 On some op-er-at-ing sys-tems, C[]PU bind-ing may have ef-fect s on mem-ory bind-ing, see [] [106] Underfull \hbox (badness 10000) detected at line 85 [][][] Underfull \hbox (badness 10000) detected at line 117 [][][] Underfull \hbox (badness 10000) detected at line 117 [][][] Package longtable Warning: Column widths have changed (longtable) in table 22.11 on input line 117. [107] Underfull \hbox (badness 10000) detected at line 153 [][][] [108] Underfull \hbox (badness 10000) detected at line 172 [][][] Underfull \hbox (badness 1715) in paragraph at lines 175--176 []\T1/phv/m/n/10 As a spe-cial case on Linux, if a tid (thread ID) is sup-plied in-stead of a pid (pro-cess ID) and Underfull \hbox (badness 10000) detected at line 189 [][][] Underfull \hbox (badness 10000) detected at line 204 [][][] [109] Underfull \hbox (badness 10000) detected at line 219 [][][] Underfull \hbox (badness 1715) in paragraph at lines 222--223 []\T1/phv/m/n/10 As a spe-cial case on Linux, if a tid (thread ID) is sup-plied in-stead of a pid (pro-cess ID) and Underfull \hbox (badness 10000) detected at line 236 [][][] ) [110] (./a00185.tex Overfull \hbox (105.37854pt too wide) in paragraph at lines 6--16 []\T1/phv/m/n/10 , [], [], [], Overfull \hbox (84.36383pt too wide) in paragraph at lines 16--25 []\T1/phv/m/n/10 , [], [], [], Underfull \hbox (badness 1102) in paragraph at lines 33--35 []\T1/phv/m/n/10 int [] ([] topol-ogy, hwloc[]_[]pid[]_[]t pid, [] set, Underfull \hbox (badness 10000) in paragraph at lines 35--37 []\T1/phv/m/n/10 int [] ([] topol-ogy, hwloc[]_[]pid[]_[]t pid, [] set, Underfull \hbox (badness 6412) in paragraph at lines 45--47 []\T1/phv/m/n/10 void $\OMS/cmsy/m/n/10 ^^C$ [] \T1/phv/m/n/10 ([] topol-ogy, s ize[]_[]t len, [] set, [111] Underfull \hbox (badness 10000) detected at line 82 [][][] Underfull \hbox (badness 10000) detected at line 85 [][][] [112] Package longtable Warning: Column widths have changed (longtable) in table 22.12 on input line 132. Package longtable Warning: Column widths have changed (longtable) in table 22.13 on input line 172. [113] Underfull \hbox (badness 10000) detected at line 188 [][][] Underfull \hbox (badness 10000) detected at line 201 [][][] [114] Underfull \hbox (badness 10000) detected at line 210 [][][] [115] [116] Overfull \hbox (44.98567pt too wide) in paragraph at lines 293--294 []\T1/phv/m/n/10 In the [] case (or when nei-ther [] or [] [117] Underfull \hbox (badness 10000) detected at line 321 [][][] Underfull \hbox (badness 10000) detected at line 336 [][][] Underfull \hbox (badness 10000) detected at line 357 [][][] [118] Underfull \hbox (badness 10000) detected at line 374 [][][] Underfull \hbox (badness 10000) detected at line 379 [][][] ) [119] (./a00186.tex Package longtable Warning: Column widths have changed (longtable) in table 22.14 on input line 47. [120] Underfull \hbox (badness 10000) detected at line 79 [][][] Underfull \hbox (badness 10000) detected at line 102 [][][] [121] Underfull \hbox (badness 10000) detected at line 121 [][][] Underfull \hbox (badness 10000) detected at line 124 [][][] Underfull \hbox (badness 10000) detected at line 145 [][][] Underfull \hbox (badness 10000) detected at line 148 [][][] ) [122] (./a00187.tex Overfull \hbox (123.58105pt too wide) in paragraph at lines 17--22 []\T1/phv/m/n/10 enum [] { [], [], [123] Package longtable Warning: Column widths have changed (longtable) in table 22.15 on input line 100. [124] Package longtable Warning: Column widths have changed (longtable) in table 22.16 on input line 136. [125] Underfull \hbox (badness 10000) detected at line 152 [][][] [126] Underfull \hbox (badness 10000) detected at line 197 [][][] [127]) [128] (./a00188.tex Underfull \hbox (badness 10000) in paragraph at lines 6--15 []\T1/phv/m/n/10 , [] = (1[] Overfull \hbox (27.14008pt too wide) in paragraph at lines 25--27 []\T1/phv/m/n/10 int [] ([] re-strict topol-ogy, [] cpuset, [] Package longtable Warning: Column widths have changed (longtable) in table 22.17 on input line 66. Underfull \vbox (badness 10000) has occurred while \output is active [129] Package longtable Warning: Column widths have changed (longtable) in table 22.18 on input line 98. [130] Underfull \hbox (badness 10000) detected at line 148 [][][] [131] Underfull \hbox (badness 10000) detected at line 173 [][][] Underfull \hbox (badness 10000) detected at line 200 [][][] Underfull \hbox (badness 10000) detected at line 207 [][][] Underfull \hbox (badness 787) in paragraph at lines 208--209 []\T1/phv/m/n/10 If \T1/pcr/m/n/10 name \T1/phv/m/n/10 con-tains some non-print able char-ac-ters, they will be dropped when ex-port-ing to X[]ML, see [132] Underfull \hbox (badness 10000) detected at line 226 [][][] Underfull \hbox (badness 10000) detected at line 229 [][][] ) [133] (./a00189.tex Underfull \hbox (badness 10000) in paragraph at lines 8--10 []\T1/phv/m/n/10 int [] ([] topol-ogy, [] set, Overfull \hbox (25.77943pt too wide) in paragraph at lines 10--12 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] Overfull \hbox (20.27159pt too wide) in paragraph at lines 12--14 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] Underfull \hbox (badness 3219) in paragraph at lines 22--23 []\T1/phv/m/n/10 static int [] ([] topol-ogy, [] set, Underfull \hbox (badness 10000) detected at line 40 [][][] Underfull \hbox (badness 10000) detected at line 53 [][][] [134] Underfull \hbox (badness 10000) detected at line 66 [][][] Underfull \hbox (badness 10000) detected at line 83 [][][] [135] Underfull \hbox (badness 10000) detected at line 100 [][][] Overfull \hbox (73.5395pt too wide) in paragraph at lines 115--116 []\T1/phv/m/n/10 If there are mul-ti-ple or no depth for given type, re-turn \T 1/pcr/m/n/10 N[]U[]LL \T1/phv/m/n/10 and let the caller fall-back to []. Underfull \hbox (badness 10000) detected at line 117 [][][] Underfull \hbox (badness 10000) detected at line 134 [][][] [136] Underfull \hbox (badness 10000) detected at line 149 [][][] Overfull \hbox (51.79587pt too wide) in paragraph at lines 164--165 []\T1/phv/m/n/10 If there are mul-ti-ple or no depth for given type, re-turn \T 1/pcr/m/n/10 N[]U[]LL \T1/phv/m/n/10 and let the caller fall-back to []. Underfull \hbox (badness 10000) detected at line 166 [][][] ) [137] (./a00190.tex Overfull \hbox (36.05727pt too wide) in paragraph at lines 10--12 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] Overfull \hbox (30.54942pt too wide) in paragraph at lines 12--13 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] Underfull \hbox (badness 10000) detected at line 30 [][][] Underfull \hbox (badness 10000) detected at line 33 [][][] Underfull \hbox (badness 10000) detected at line 48 [][][] [138] Overfull \hbox (103.87561pt too wide) in paragraph at lines 63--64 []\T1/phv/m/n/10 If there are no or mul-ti-ple depths for type \T1/pcr/m/n/10 t ype\T1/phv/m/n/10 , \T1/pcr/m/n/10 N[]U[]LL \T1/phv/m/n/10 is re-turned. The ca ller may fall-back to [] Underfull \hbox (badness 10000) detected at line 65 [][][] Underfull \hbox (badness 10000) detected at line 78 [][][] ) [139] (./a00191.tex Underfull \hbox (badness 5245) in paragraph at lines 10--12 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] obj1, Underfull \hbox (badness 10000) detected at line 32 [][][] Underfull \hbox (badness 10000) detected at line 45 [][][] [140] Underfull \hbox (badness 10000) detected at line 82 [][][] ) [141] (./a00192.tex Overfull \hbox (30.20866pt too wide) in paragraph at lines 21--22 \T1/phv/m/n/10 Each ob-ject type is ei-ther Nor-mal (i.[]e. [] re-turns 1), or Mem-ory (i.[]e. [] Underfull \hbox (badness 10000) detected at line 36 [][][] Underfull \hbox (badness 10000) detected at line 51 [][][] [142] Underfull \hbox (badness 10000) detected at line 66 [][][] Underfull \hbox (badness 10000) detected at line 81 [][][] Underfull \hbox (badness 10000) detected at line 96 [][][] Underfull \hbox (badness 10000) detected at line 113 [][][] ) [143] (./a00193.tex Overfull \hbox (20.66931pt too wide) in paragraph at lines 6--8 []\T1/phv/m/n/10 static int [] ([] topol-ogy, un-signed cachelevel, [] Underfull \hbox (badness 10000) detected at line 28 [][][] Overfull \hbox (25.2213pt too wide) in paragraph at lines 43--44 []\T1/phv/m/n/10 This func-tion is iden-ti-cal to call-ing [] with the cor-re-s pond-ing type such as [], [144] Underfull \hbox (badness 10000) detected at line 61 [][][] ) [145] (./a00194.tex Underfull \hbox (badness 10000) detected at line 34 [][][] Underfull \hbox (badness 10000) detected at line 39 [][][] [146] Underfull \hbox (badness 10000) detected at line 70 [][][] Underfull \hbox (badness 10000) detected at line 87 [][][] [147]) [148] (./a00195.tex Package longtable Warning: Column widths have changed (longtable) in table 22.19 on input line 35. [149] Underfull \hbox (badness 10000) detected at line 59 [][][] ) [150] (./a00196.tex Underfull \hbox (badness 10000) detected at line 34 [][][] Underfull \hbox (badness 10000) detected at line 37 [][][] Underfull \hbox (badness 10000) detected at line 54 [][][] Underfull \hbox (badness 10000) detected at line 57 [][][] [151] Underfull \hbox (badness 10000) detected at line 74 [][][] Underfull \hbox (badness 10000) detected at line 77 [][][] Underfull \hbox (badness 10000) detected at line 92 [][][] Underfull \hbox (badness 10000) detected at line 95 [][][] Underfull \hbox (badness 10000) detected at line 110 [][][] Underfull \hbox (badness 10000) detected at line 113 [][][] [152] Underfull \hbox (badness 10000) detected at line 128 [][][] Underfull \hbox (badness 10000) detected at line 131 [][][] ) [153] (./a00197.tex Overfull \hbox (16.16023pt too wide) in paragraph at lines 6--8 []\T1/phv/m/n/10 static int [] ([] topol-ogy, [] []_[]cpuset, [] Overfull \hbox (26.65407pt too wide) in paragraph at lines 8--9 []\T1/phv/m/n/10 static int [] ([] topol-ogy, [] []_[]cpuset, [] ) [154] (./a00198.tex Underfull \hbox (badness 10000) detected at line 42 [][][] Underfull \hbox (badness 10000) detected at line 55 [][][] [155] Underfull \hbox (badness 10000) detected at line 68 [][][] Underfull \hbox (badness 10000) detected at line 83 [][][] ) [156] (./a00199.tex Underfull \hbox (badness 1748) in paragraph at lines 106--108 []\T1/phv/m/n/10 int [] ([] res, [] bitmap1, [] [157] Underfull \hbox (badness 836) in paragraph at lines 127--128 []\T1/phv/m/n/10 Bitmaps are used by hwloc for sets of OS pro-ces-sors (which m ay ac-tu-ally be hard-ware threads) as by Underfull \hbox (badness 10000) detected at line 139 [][][] [158] Underfull \hbox (badness 10000) detected at line 173 [][][] [159] Underfull \hbox (badness 10000) detected at line 222 [][][] [160] Underfull \hbox (badness 10000) detected at line 265 [][][] Underfull \hbox (badness 10000) detected at line 300 [][][] Underfull \hbox (badness 10000) detected at line 309 [][][] [161] Underfull \hbox (badness 10000) detected at line 324 [][][] Underfull \hbox (badness 10000) detected at line 331 [][][] [162] Underfull \hbox (badness 10000) detected at line 374 [][][] Underfull \hbox (badness 10000) detected at line 387 [][][] [163] Underfull \hbox (badness 10000) detected at line 440 [][][] Underfull \hbox (badness 10000) detected at line 453 [][][] Underfull \hbox (badness 10000) detected at line 466 [][][] Underfull \hbox (badness 10000) detected at line 469 [][][] [164] Underfull \hbox (badness 10000) detected at line 482 [][][] Underfull \hbox (badness 10000) detected at line 485 [][][] Underfull \hbox (badness 10000) detected at line 498 [][][] Underfull \hbox (badness 10000) detected at line 511 [][][] [165] Underfull \hbox (badness 10000) detected at line 524 [][][] Underfull \hbox (badness 10000) detected at line 537 [][][] Underfull \hbox (badness 10000) detected at line 550 [][][] [166] Underfull \hbox (badness 10000) detected at line 569 [][][] Underfull \hbox (badness 10000) detected at line 594 [][][] Underfull \hbox (badness 10000) detected at line 609 [][][] [167] Underfull \hbox (badness 10000) detected at line 636 [][][] [168] Underfull \hbox (badness 10000) detected at line 701 [][][] [169] Underfull \hbox (badness 10000) detected at line 720 [][][] Underfull \hbox (badness 10000) detected at line 743 [][][] [170] Underfull \hbox (badness 10000) detected at line 762 [][][] [171] Underfull \hbox (badness 10000) detected at line 807 [][][] Underfull \hbox (badness 10000) detected at line 820 [][][] [172]) [173] (./a00200.tex Underfull \hbox (badness 4832) in paragraph at lines 18--20 []\T1/phv/m/n/10 void [] ([] topol-ogy, void($\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/ 10 export[]_[]cb)(void Overfull \hbox (28.36728pt too wide) in paragraph at lines 24--25 []\T1/phv/m/n/10 void [] ([] topol-ogy, void($\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/ 10 import[]_[]cb)([] Package longtable Warning: Column widths have changed (longtable) in table 22.20 on input line 47. [174] Overfull \hbox (33.27626pt too wide) in paragraph at lines 61--62 []\T1/phv/m/n/10 This func-tion may only be called from within the ex-port() ca ll-back passed to []. Underfull \hbox (badness 2057) in paragraph at lines 63--64 []\T1/phv/m/n/10 When im-port-ing this X[]ML file, the im-port() call-back (if set) will be called ex-actly as many times as Overfull \hbox (75.52252pt too wide) in paragraph at lines 69--72 []\T1/phv/m/n/10 If ex-port-ing bi-nary data, the ap-pli-ca-tion should first e n-code into print-able char-ac-ters only (or use []). Overfull \hbox (33.27626pt too wide) in paragraph at lines 81--82 []\T1/phv/m/n/10 This func-tion may only be called from within the ex-port() ca ll-back passed to []. [175] Underfull \hbox (badness 10000) detected at line 109 [][][] Underfull \hbox (badness 10000) detected at line 112 [][][] Underfull \hbox (badness 10000) detected at line 141 [][][] Underfull \hbox (badness 10000) detected at line 144 [][][] [176] Underfull \hbox (badness 10000) detected at line 169 [][][] Underfull \hbox (badness 10000) in paragraph at lines 176--177 | \T1/pcr/m/n/8 void($\OMS/cmsy/m/n/8 ^^C$\T1/pcr/m/n/8 )([] topology, [] obj, const char $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/m/n/8 name, const void Underfull \hbox (badness 10000) detected at line 190 [][][] ) [177] (./a00201.tex Overfull \hbox (92.64697pt too wide) in paragraph at lines 6--11 []\T1/phv/m/n/10 enum [] { [], Overfull \hbox (76.89912pt too wide) in paragraph at lines 6--11 []\T1/phv/m/n/10 , [], Package longtable Warning: Column widths have changed (longtable) in table 22.21 on input line 50. [178] Underfull \hbox (badness 10000) detected at line 70 [][][] Underfull \hbox (badness 10000) detected at line 75 [][][] ) [179] (./a00202.tex Overfull \hbox (125.38329pt too wide) in paragraph at lines 11--19 []\T1/phv/m/n/10 , [], [], [180] Package longtable Warning: Column widths have changed (longtable) in table 22.22 on input line 76. Overfull \hbox (24.34033pt too wide) in paragraph at lines 98--101 []\T1/phv/m/n/10 Each dis-tance ma-trix re-turned in the \T1/pcr/m/n/10 distanc es \T1/phv/m/n/10 ar-ray should be re-leased by the caller us-ing []. [181] Underfull \hbox (badness 10000) detected at line 148 [][][] ) [182] (./a00203.tex Underfull \hbox (badness 3460) in paragraph at lines 8--9 []\T1/phv/m/n/10 static int [] (struct [] $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/10 distances, [] obj1, Underfull \hbox (badness 10000) detected at line 26 [][][] Underfull \hbox (badness 10000) detected at line 41 [][][] ) [183] (./a00204.tex Overfull \hbox (145.55028pt too wide) in paragraph at lines 6--9 []\T1/phv/m/n/10 enum [] { [], [] Package longtable Warning: Column widths have changed (longtable) in table 22.23 on input line 48. [184] Overfull \hbox (115.43346pt too wide) in paragraph at lines 64--65 []\T1/pcr/m/n/10 kind \T1/phv/m/n/10 spec-i-fies the kind of dis-tance as a OR\ TS1/phv/m/n/10 '\T1/phv/m/n/10 ed set of []. Kind [] ) [185] (./a00205.tex Underfull \hbox (badness 10000) detected at line 32 [][][] Underfull \hbox (badness 10000) detected at line 45 [][][] [186] Underfull \hbox (badness 10000) detected at line 60 [][][] Underfull \hbox (badness 10000) detected at line 75 [][][] ) [187] (./a00206.tex Underfull \hbox (badness 1953) in paragraph at lines 8--10 []\T1/phv/m/n/10 static int [] ([] topol-ogy, [] Underfull \hbox (badness 10000) detected at line 19 [][][] [188]) [189] (./a00207.tex Overfull \hbox (21.95062pt too wide) in paragraph at lines 6--8 []\T1/phv/m/n/10 static struct bit-mask $\OMS/cmsy/m/n/10 ^^C$ [] \T1/phv/m/n/1 0 ([] topol-ogy, [] Overfull \hbox (32.96631pt too wide) in paragraph at lines 8--10 []\T1/phv/m/n/10 static struct bit-mask $\OMS/cmsy/m/n/10 ^^C$ [] \T1/phv/m/n/1 0 ([] topol-ogy, [] Underfull \hbox (badness 10000) detected at line 19 [][][] Underfull \hbox (badness 10000) detected at line 51 [][][] [190] Underfull \hbox (badness 10000) detected at line 78 [][][] ) [191] (./a00208.tex Underfull \hbox (badness 10000) detected at line 15 [][][] ) [192] (./a00209.tex Underfull \hbox (badness 7064) in paragraph at lines 10--12 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, un-signed [193] Underfull \hbox (badness 10000) detected at line 54 [][][] Underfull \hbox (badness 10000) detected at line 73 [][][] ) [194] (./a00210.tex Underfull \hbox (badness 10000) detected at line 52 [][][] [195] Underfull \hbox (badness 10000) detected at line 71 [][][] ) [196] (./a00211.tex Underfull \hbox (badness 10000) detected at line 50 [][][] [197]) [198] (./a00212.tex Underfull \hbox (badness 10000) detected at line 48 [][][] [199] Underfull \hbox (badness 10000) detected at line 65 [][][] ) [200] (./a00213.tex Underfull \hbox (badness 10000) detected at line 46 [][][] [201] Underfull \hbox (badness 10000) detected at line 63 [][][] ) [202] (./a00214.tex Underfull \hbox (badness 10000) detected at line 46 [][][] ) [203] (./a00215.tex Underfull \hbox (badness 10000) detected at line 48 [][][] [204] Underfull \hbox (badness 10000) detected at line 65 [][][] ) [205] (./a00216.tex Overfull \hbox (140.08679pt too wide) in paragraph at lines 22--27 []\T1/phv/m/n/10 enum [] { [], [], Overfull \hbox (69.06018pt too wide) in paragraph at lines 27--31 []\T1/phv/m/n/10 enum [] { [], [] [206] Package longtable Warning: Column widths have changed (longtable) in table 22.24 on input line 111. Overfull \hbox (50.63702pt too wide) in paragraph at lines 135--135 [] Overfull \hbox (48.26102pt too wide) in paragraph at lines 135--135 [] Overfull \hbox (50.76291pt too wide) in paragraph at lines 135--135 []\T1/phv/m/n/10 .| [207] [208] Package longtable Warning: Column widths have changed (longtable) in table 22.25 on input line 135. Package longtable Warning: Column widths have changed (longtable) in table 22.26 on input line 155. Underfull \hbox (badness 10000) detected at line 175 [][][] [209] Underfull \hbox (badness 10000) detected at line 194 [][][] Overfull \hbox (81.48422pt too wide) in paragraph at lines 199--200 []\T1/phv/m/n/10 1 if the dif-fer-ence is too com-plex (see above). Some en-tri es in the list will be of type []. Underfull \hbox (badness 10000) detected at line 203 [][][] [210] Underfull \hbox (badness 10000) detected at line 246 [][][] Underfull \hbox (badness 10000) detected at line 261 [][][] Underfull \hbox (badness 10000) detected at line 276 [][][] ) [211] (./a00217.tex Underfull \hbox (badness 791) in paragraph at lines 10--11 []\T1/phv/m/n/10 int [] ([] $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/10 topologyp, int fd, hwloc[]_[]uint64[]_[]t file-off-set, void Overfull \hbox (72.44339pt too wide) in paragraph at lines 17--18 []\T1/phv/m/n/10 The mas-ter pro-cess must first get the re-quired shared-memor y size for stor-ing this topol-ogy with []. Underfull \hbox (badness 2961) in paragraph at lines 23--24 []\T1/phv/m/n/10 Other pro-cesses may then adopt this shared topol-ogy by open- ing the same file and pass-ing it to Overfull \hbox (19.29019pt too wide) in paragraph at lines 36--37 []\T1/phv/m/n/10 Map a file in vir-tual mem-ory and adopt the topol-ogy that wa s pre-vi-ously stored there with []. Underfull \hbox (badness 10000) detected at line 46 [][][] [212] Underfull \hbox (badness 10000) detected at line 53 [][][] Underfull \hbox (badness 10000) detected at line 72 [][][] Underfull \hbox (badness 10000) detected at line 91 [][][] Underfull \hbox (badness 10000) detected at line 96 [][][] [213]) [214] (./a00218.tex) [215] (./a00219.tex Underfull \hbox (badness 10000) in paragraph at lines 18--30 []\T1/phv/m/n/10 , [], [], Underfull \hbox (badness 10000) in paragraph at lines 18--30 []\T1/phv/m/n/10 , [], [], [216] Package longtable Warning: Column widths have changed (longtable) in table 22.27 on input line 102. Package longtable Warning: Column widths have changed (longtable) in table 22.28 on input line 118. ) [217] (./a00220.tex Package longtable Warning: Column widths have changed (longtable) in table 22.29 on input line 58. ) [218] (./a00221.tex [219] [220] Underfull \hbox (badness 10000) detected at line 146 [][][] Underfull \hbox (badness 10000) detected at line 153 [][][] [221]) [222] (./a00222.tex Underfull \hbox (badness 10000) detected at line 30 [][][] Underfull \hbox (badness 10000) detected at line 45 [][][] Underfull \hbox (badness 10000) detected at line 58 [][][] [223] Underfull \hbox (badness 10000) detected at line 71 [][][] ) [224] (./a00223.tex [225]) [226] (./a00224.tex) [227] (./a00225.tex Package longtable Warning: Column widths have changed (longtable) in table 22.30 on input line 72. ) [228] Chapter 23. (./a00353.tex Underfull \hbox (badness 7238) in paragraph at lines 22--23 []\T1/phv/m/n/10 int($\OMS/cmsy/m/n/10 ^^C$ [] \T1/phv/m/n/10 )(struct [] $\OMS /cmsy/m/n/10 ^^C$\T1/phv/m/n/10 backend, struct hwloc[]_[]pcidev[]_[]attr[]_[]s $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/10 busid, [229] Underfull \hbox (badness 10000) in paragraph at lines 70--71 \T1/pcr/m/n/8 int($\OMS/cmsy/m/n/8 ^^C$ \T1/pcr/m/n/8 hwloc[]_[]backend[]::get[ ]_[]pci[]_[]busid[]_[]cpuset) (struct [] $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/m/n/8 bac kend, struct hwloc[]_[] ) (./a00257.tex [230] [231] LaTeX Font Warning: Font shape `T1/pcr/bc/n' undefined (Font) using `T1/pcr/m/n' instead on input line 67. ) (./a00245.tex [232] [233]) (./a00301.tex [234]) (./a00357.tex [235] [236] Underfull \hbox (badness 10000) detected at line 64 [][][] Underfull \hbox (badness 10000) detected at line 93 [][][] Underfull \hbox (badness 10000) detected at line 96 [][][] ) (./a00345.tex [237] Underfull \hbox (badness 931) in paragraph at lines 16--18 []\T1/phv/m/n/10 struct [] $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/10 ($\OMS/cmsy/m/n /10 ^^C$ [] \T1/phv/m/n/10 )(struct hwloc[]_[]topology $\OMS/cmsy/m/n/10 ^^C$\T 1/phv/m/n/10 topology, struct [] Underfull \hbox (badness 10000) in paragraph at lines 56--57 \T1/pcr/bc/n/8 struct []$\OMS/cmsy/m/n/8 ^^C$\T1/pcr/bc/n/8 ($\OMS/cmsy/m/n/8 ^ ^C$ \T1/pcr/bc/n/8 hwloc[]_[]disc[]_[]component[]::instantiate) (struct hwloc[] _[]topology $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/bc/n/8 topology, Underfull \hbox (badness 10000) in paragraph at lines 56--57 \T1/pcr/bc/n/8 struct [] $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/bc/n/8 component, unsigne d [], const void $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/bc/n/8 data1, const void [238]) (./a00349.tex [239]) (./a00297.tex [240] Underfull \hbox (badness 1087) in paragraph at lines 56--57 []\T1/phv/m/n/10 Array of ob-jects de-scribed by the dis-tance ma-trix. These o b-jects are not in any par-tic-u-lar or-der, see [241]) (./a00249.tex [242]) (./a00277.tex Underfull \hbox (badness 10000) detected at line 19 [][][] [243]) (./a00241.tex Underfull \hbox (badness 10000) in paragraph at lines 1--1 []\T1/phv/bc/n/14.4 hwloc[]_[]obj[]_[]attr[]_[]u[]:[]:hwloc[]_[]numanode[]_[]at tr[]_[]s[]:[]:hwloc[]_[]memory[]_[]page[]_[]type[]_[]s Struct ) (./a00237.tex [244] Underfull \hbox (badness 10000) in paragraph at lines 41--42 \T1/pcr/bc/n/8 struct [] $\OMS/cmsy/m/n/8 ^^C$ \T1/pcr/bc/n/8 hwloc[]_[]obj[]_[ ]attr[]_[]u[] ) (./a00229.tex [245] [246] Underfull \hbox (badness 1371) in paragraph at lines 140--141 []\T1/phv/m/n/10 This may in-clude not only the same as the cpuset field, but a lso some C[]P[]Us for which topol-ogy in- Underfull \hbox (badness 2158) in paragraph at lines 140--141 \T1/phv/m/n/10 for-ma-tion is un-known or in-com-plete, some of-flines C[]P[]Us , and the C[]P[]Us that are ig-nored when the Underfull \hbox (badness 10000) detected at line 142 [][][] Underfull \hbox (badness 768) in paragraph at lines 155--156 []\T1/phv/m/n/10 This may in-clude not only the same as the node-set field, but also some N[]U[]MA nodes for which topol- [247] Underfull \hbox (badness 10000) detected at line 159 [][][] Underfull \hbox (badness 10000) detected at line 176 [][][] [248] [249] [250] Underfull \hbox (badness 10000) detected at line 361 [][][] [251] [252] Overfull \hbox (55.68445pt too wide) in paragraph at lines 466--467 []\T1/phv/m/n/10 Application-given pri-vate data pointer, ini-tial-ized to \T1/ pcr/m/n/10 N[]U[]LL\T1/phv/m/n/10 , use it as you wish. See [] ) (./a00233.tex [253]) (./a00273.tex [254]) (./a00253.tex [255] [256]) (./a00285.tex [257] [258]) (./a00333.tex [259]) (./a00317.tex Underfull \hbox (badness 10000) in paragraph at lines 1--1 []\T1/phv/bc/n/14.4 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]:[]:hwl oc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]generic[]_[]s Struct Underfull \hbox (badness 10000) in paragraph at lines 19--20 [] \T1/pcr/bc/n/8 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[] _[]topology[]_[]diff[]_[]obj[]_[] [260]) (./a00337.tex Underfull \hbox (badness 10000) in paragraph at lines 27--28 \T1/pcr/bc/n/8 union [] hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology []_[]diff[]_[]obj[]_[]attr[]_[]s[] [261]) (./a00325.tex Underfull \hbox (badness 10000) in paragraph at lines 1--1 []\T1/phv/bc/n/14.4 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]:[]:hwl oc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]string[]_[]s Struct [262] Underfull \hbox (badness 10000) in paragraph at lines 46--47 [] \T1/pcr/bc/n/8 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[] _[]topology[]_[]diff[]_[]obj[]_[] ) (./a00313.tex Underfull \hbox (badness 10000) in paragraph at lines 35--36 \T1/pcr/bc/n/8 struct [] hwloc[]_[]topology[] Underfull \hbox (badness 10000) in paragraph at lines 41--42 \T1/pcr/bc/n/8 struct [] hwloc[]_[]topology[]_[] [263] Underfull \hbox (badness 10000) in paragraph at lines 47--48 \T1/pcr/bc/n/8 struct [] hwloc[]_[]topology[]_[] ) (./a00321.tex Underfull \hbox (badness 10000) in paragraph at lines 1--1 []\T1/phv/bc/n/14.4 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]:[]:hwl oc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]uint64[]_[]s Struct [264] Underfull \hbox (badness 10000) in paragraph at lines 46--47 [] \T1/pcr/bc/n/8 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[] _[]topology[]_[]diff[]_[]obj[]_[] ) (./a00341.tex [265]) (./a00329.tex [266] Underfull \hbox (badness 10000) in paragraph at lines 47--48 \T1/pcr/bc/n/8 struct [] hwloc[]_[]topology[]_[]diff[]_[]u[]::too[]_[] ) (./a00281.tex [267]) (./a00289.tex [268] [269] [270]) (./a00293.tex [271]) [272] No file a4-refman.ind. Package longtable Warning: Table widths have changed. Rerun LaTeX. (./a4-refman.aux (./a00177.aux) (./a00178.aux) (./a00179.aux) (./a00180.aux) (./a00181.aux) (./a00182.aux) (./a00183.aux) (./a00184.aux) (./a00185.aux) (./a00186.aux) (./a00187.aux) (./a00188.aux) (./a00189.aux) (./a00190.aux) (./a00191.aux) (./a00192.aux) (./a00193.aux) (./a00194.aux) (./a00195.aux) (./a00196.aux) (./a00197.aux) (./a00198.aux) (./a00199.aux) (./a00200.aux) (./a00201.aux) (./a00202.aux) (./a00203.aux) (./a00204.aux) (./a00205.aux) (./a00206.aux) (./a00207.aux) (./a00208.aux) (./a00209.aux) (./a00210.aux) (./a00211.aux) (./a00212.aux) (./a00213.aux) (./a00214.aux) (./a00215.aux) (./a00216.aux) (./a00217.aux) (./a00218.aux) (./a00219.aux) (./a00220.aux) (./a00221.aux) (./a00222.aux) (./a00223.aux) (./a00224.aux) (./a00225.aux)) Package rerunfilecheck Warning: File `a4-refman.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. LaTeX Font Warning: Some font shapes were not available, defaults substituted. LaTeX Warning: There were undefined references. LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) (see the transcript file for additional information)pdfTeX warning (dest): name {a00128_source} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{a00170_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00131_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00164_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00155_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00152_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00149_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00146_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00143_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00158_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00161_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00140_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00137_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00134_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00125_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00122_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00119_source} has been referenced but does not exi st, replaced by a fixed one {/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc} Output written on a4-refman.pdf (276 pages, 1074417 bytes). Transcript written on a4-refman.log. This is makeindex, version 2.15 [TeX Live 2018] (kpathsea + Thai support). Scanning input file a4-refman.idx.....done (1032 entries accepted, 224 rejected). Sorting entries...........done (11702 comparisons). Generating output file a4-refman.ind.....done (1947 lines written, 0 warnings). Output written in a4-refman.ind. Transcript written in a4-refman.ilg. This is pdfTeX, Version 3.14159265-2.6-1.40.19 (TeX Live 2018) (preloaded format=pdflatex) restricted \write18 enabled. entering extended mode (./a4-refman.tex LaTeX2e <2017-04-15> Babel <3.17> and hyphenation patterns for 3 language(s) loaded. (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls Document Class: book 2014/09/29 v1.4h Standard LaTeX document class (/usr/share/texlive/texmf-dist/tex/latex/base/bk10.clo)) (/usr/share/texlive/texmf-dist/tex/latex/base/fixltx2e.sty Package fixltx2e Warning: fixltx2e is not required with releases after 2015 (fixltx2e) All fixes are now in the LaTeX kernel. (fixltx2e) See the latexrelease package for details. ) (/usr/share/texlive/texmf-dist/tex/latex/tools/calc.sty) (./doxygen.sty (/usr/share/texlive/texmf-dist/tex/latex/base/alltt.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/array.sty) (/usr/share/texlive/texmf-dist/tex/latex/float/float.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/ifthen.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/verbatim.sty) (/usr/share/texlive/texmf-dist/tex/latex/xcolor/xcolor.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/color.cfg) (/usr/share/texlive/texmf-dist/tex/latex/graphics-def/pdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/longtable.sty) (/usr/share/texlive/texmf-dist/tex/latex/tabu/tabu.sty (/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty)) (/usr/share/texlive/texmf-dist/tex/latex/tools/tabularx.sty) (/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty)) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty (/usr/share/texlive/texmf-dist/tex/latex/xkeyval/xkeyval.sty (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkeyval.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/xkvutils.tex (/usr/share/texlive/texmf-dist/tex/generic/xkeyval/keyval.tex)))) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty (/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics-cfg/graphics.cfg))) (/usr/share/texlive/texmf-dist/tex/latex/collectbox/collectbox.sty) (/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-pdftex.def)) (/usr/share/texlive/texmf-dist/tex/latex/ifoddpage/ifoddpage.sty)) (/usr/share/texlive/texmf-dist/tex/latex/base/inputenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/utf8.def (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/ot1enc.dfu) (/usr/share/texlive/texmf-dist/tex/latex/base/omsenc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/base/makeidx.sty) (/usr/share/texlive/texmf-dist/tex/latex/tools/multicol.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/textcomp.sty (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.def (/usr/share/texlive/texmf-dist/tex/latex/base/ts1enc.dfu))) (/usr/share/texlive/texmf-dist/tex/latex/wasysym/wasysym.sty) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/helvet.sty) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/courier.sty) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amssymb.sty (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/amsfonts.sty)) (/usr/share/texlive/texmf-dist/tex/latex/sectsty/sectsty.sty) (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty) (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty) (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty)) (/usr/share/texlive/texmf-dist/tex/latex/fancyhdr/fancyhdr.sty) (/usr/share/texlive/texmf-dist/tex/latex/natbib/natbib.sty) (/usr/share/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty) Writing index file a4-refman.idx (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-hyperref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/hobsub-generic.sty)) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/auxhook.sty) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/kvoptions.sty) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/hyperref.cfg) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/backref.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/rerunfilecheck.sty)) (/usr/share/texlive/texmf-dist/tex/latex/url/url.sty)) Package hyperref Message: Driver: hpdftex. (/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def) (/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def) (/usr/share/texlive/texmf-dist/tex/latex/caption/caption.sty (/usr/share/texlive/texmf-dist/tex/latex/caption/caption3.sty) (/usr/share/texlive/texmf-dist/tex/latex/caption/ltcaption.sty)) (./a4-refman.aux (./a00177.aux) (./a00178.aux) (./a00179.aux) (./a00180.aux) (./a00181.aux) (./a00182.aux) (./a00183.aux) (./a00184.aux) (./a00185.aux) (./a00186.aux) (./a00187.aux) (./a00188.aux) (./a00189.aux) (./a00190.aux) (./a00191.aux) (./a00192.aux) (./a00193.aux) (./a00194.aux) (./a00195.aux) (./a00196.aux) (./a00197.aux) (./a00198.aux) (./a00199.aux) (./a00200.aux) (./a00201.aux) (./a00202.aux) (./a00203.aux) (./a00204.aux) (./a00205.aux) (./a00206.aux) (./a00207.aux) (./a00208.aux) (./a00209.aux) (./a00210.aux) (./a00211.aux) (./a00212.aux) (./a00213.aux) (./a00214.aux) (./a00215.aux) (./a00216.aux) (./a00217.aux) (./a00218.aux) (./a00219.aux) (./a00220.aux) (./a00221.aux) (./a00222.aux) (./a00223.aux) (./a00224.aux) (./a00225.aux)) (/usr/share/texlive/texmf-dist/tex/latex/base/ts1cmr.fd) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1phv.fd) (/usr/share/texlive/texmf-dist/tex/context/base/mkii/supp-pdf.mkii [Loading MPS to PDF converter (version 2006.09.02).] ) (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/epstopdf-base.sty (/usr/share/texlive/texmf-dist/tex/latex/oberdiek/grfext.sty) (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/epstopdf-sys.cfg)) *geometry* driver: auto-detecting *geometry* detected driver: pdftex (/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/gettitlestring.sty)) (./a4-refman.out) (./a4-refman.out) (/usr/share/texlive/texmf-dist/tex/latex/wasysym/uwasy.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsa.fd) (/usr/share/texlive/texmf-dist/tex/latex/amsfonts/umsb.fd) [1{/usr/share/texliv e/texmf-dist/fonts/map/pdftex/updmap/pdftex.map}] [2] (./a4-refman.toc [1] [2] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1phv.fd) [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/t1pcr.fd) [22] [23] [24] [25] [26] [27] [28]) [29] [30] Chapter 1. (./index.tex [1] Overfull \hbox (75.53221pt too wide) in paragraph at lines 56--57 []\T1/phv/m/n/10 Questions may be sent to the users or de-vel-op-ers mail-ing l ists ([][]\T1/pcr/m/n/10 http[]://www.[]open-mpi.[]org/community/lists/hwloc.[] ) [2] Chapter 2. (./a00358.tex Overfull \hbox (17.0447pt too wide) in paragraph at lines 31--32 []\T1/phv/m/n/10 To check whether hwloc works on a par-tic-u-lar ma-chine, just try to build it and run \T1/pcr/m/n/10 lstopo \T1/phv/m/n/10 or \T1/pcr/m/n/10 lstopo-no-graphics\T1/phv/m/n/10 . [3] Overfull \hbox (92.83577pt too wide) in paragraph at lines 40--41 []\T1/phv/m/n/10 Remote ma-chine sim-u-la-tion through the gath-er-ing of topol -ogy as X[]ML files, see []. Underfull \hbox (badness 5331) in paragraph at lines 68--69 [][]\T1/pcr/m/n/10 ftp[]://download.[]nvidia.[]com/[]X[]Free86/nvidia-settings/ [][] \T1/phv/m/n/10 and [][]\T1/pcr/m/n/10 https[]://github.[] Overfull \hbox (22.1674pt too wide) in paragraph at lines 69--70 \T1/phv/m/n/10 X[]ML files that were ex-ported by the same hwloc re-lease). See [] [4] Underfull \hbox (badness 3439) in paragraph at lines 71--72 []\T1/phv/m/n/10 libtool\TS1/phv/m/n/10 '\T1/phv/m/n/10 s ltdl li-brary for dy- namic plu-gin load-ing. The rel-e-vant de-vel-op-ment pack-age is usu-ally [5 <./dudley.png>] [6 <./hagrid.png>] [7 <./emmett.png>] Underfull \hbox (badness 779) in paragraph at lines 197--198 []\T1/phv/m/n/10 Similarly, the abil-ity of re-port-ing topol-ogy in-for-ma-tio n varies from one plat-form to an-other. As shown in [8 <./ppc64-with-smt.png> <./ppc64-without-smt.png> <./ppc64-full-with-smt.png> ] (/usr/share/texlive/texmf-dist/tex/latex/psnfss/ts1pcr.fd) [9] Underfull \vbox (badness 10000) has occurred while \output is active [10] Overfull \hbox (22.00404pt too wide) in paragraph at lines 471--472 \T1/phv/m/n/10 hwloc is the evo-lu-tion and merger of the libtopol-ogy ([][]\T1 /pcr/m/n/10 http[]://runtime.[]bordeaux.[]inria.[]fr/libtopology/[][]\T1/phv/m/ n/10 ) [11]) [12] Chapter 3. (./a00359.tex [13] [14] pdfTeX warning: /usr/bin/pdflatex (file ./diagram.pdf): PDF inclusion: found PD F version <1.7>, but at most version <1.5> allowed ) [15 <./diagram.pdf>] [16] Chapter 4. (./a00360.tex [17] [18] Overfull \hbox (102.58304pt too wide) in paragraph at lines 53--54 []\T1/phv/m/n/10 Currently only used on In-tel Xeon Phi pro-ces-sor plat-forms. See []. ) [19] [20] Chapter 5. (./a00361.tex Overfull \hbox (110.77179pt too wide) in paragraph at lines 17--18 []\T1/phv/m/n/10 enforces the re-turn value of [], as if [] Underfull \hbox (badness 6725) in paragraph at lines 20--21 []\T1/phv/m/n/10 Get the set of al-lowed re-sources from the na- Underfull \hbox (badness 1810) in paragraph at lines 20--21 \T1/phv/m/n/10 tive op-er-at-ing sys-tem even if the topol-ogy was loaded from X[]ML or syn-thetic de-scrip-tion, as if Overfull \hbox (23.87022pt too wide) in paragraph at lines 20--21 [] \T1/phv/m/n/10 was set with []. [21] [22] [23]) [24] Chapter 6. (./a00362.tex) [25] [26] Chapter 7. (./a00363.tex [27] [28] Overfull \hbox (15.55527pt too wide) in paragraph at lines 75--76 \T1/phv/m/n/10 I/O de-vices may be con-sulted by travers-ing the topol-ogy man- u-ally (with usual rou-tines such as []) [29] [30 <./devel09-pci.png>]) [31] [32] Chapter 8. (./a00364.tex) Overfull \hbox (118.85387pt too wide) in paragraph at lines 25--174 \T1/phv/m/n/10 The user may an-no-tate hwloc topolo-gies with its own Misc ob-j ects. This can be achieved with [] [33] [34] Chapter 9. (./a00365.tex Underfull \hbox (badness 776) in paragraph at lines 6--7 []\T1/phv/m/n/10 Each ob-ject also con-tains an \T1/pcr/m/n/10 attr \T1/phv/m/n /10 field that, if non N[]U[]LL, points to a union [] of type- Underfull \hbox (badness 1005) in paragraph at lines 6--7 \T1/phv/m/n/10 specific at-tribute struc-tures. For in-stance, a L2[]Cache ob-j ect \T1/pcr/m/n/10 obj \T1/phv/m/n/10 con-tains cache-specific in-for-ma-tion i n [35] [36] Underfull \hbox (badness 10000) in paragraph at lines 70--71 []\T1/phv/m/n/10 The Underfull \hbox (badness 10000) in paragraph at lines 72--73 []\T1/phv/m/n/10 The fam-ily, S[]KU Underfull \hbox (badness 10000) in paragraph at lines 74--75 []\T1/phv/m/n/10 The [37] Underfull \hbox (badness 10000) in paragraph at lines 88--89 []\T1/phv/m/n/10 Information ) [38] Chapter 10. (./a00366.tex Overfull \hbox (41.36841pt too wide) in paragraph at lines 3--4 \T1/phv/m/n/10 ma-nip-u-lat-ing other nodes\TS1/phv/m/n/10 ' \T1/phv/m/n/10 top ol-ogy, or avoid-ing the need for priv-i-leged pro-cesses (see []). Underfull \hbox (badness 10000) detected at line 9 [][][] Underfull \hbox (badness 1237) in paragraph at lines 10--11 []\T1/phv/m/n/10 Loading X[]ML topolo-gies dis-ables bind-ing be-cause the load ed topol-ogy may not cor-re-spond to the Underfull \hbox (badness 1533) in paragraph at lines 10--11 \T1/phv/m/n/10 phys-i-cal ma-chine that loads it. This be-hav-ior may be re-ver ted by as-sert-ing that loaded file re- Underfull \hbox (badness 2717) in paragraph at lines 10--11 \T1/phv/m/n/10 ally matches the un-der-ly-ing sys-tem with the H[]W[]L[]O[]C[]_ [][]T[]H[]I[]S[]S[]Y[]S[]T[]EM en-vi-ron-ment vari-able or the [39] Overfull \hbox (18.05698pt too wide) in paragraph at lines 32--33 []\T1/phv/m/n/10 Both back-end can-not de-tect all these er-rors when the in-pu t X[]ML file or buffer is se-lected (when [] ) Underfull \hbox (badness 2662) in paragraph at lines 34--182 []\T1/phv/m/n/10 It is there-fore strongly rec-om-mended to check the re-turn v alue of both [] (or [40] Chapter 11. (./a00367.tex Underfull \hbox (badness 10000) detected at line 24 [][][] [41] Underfull \hbox (badness 2443) in paragraph at lines 71--72 []\T1/phv/m/n/10 The ex-ported string may be passed back to hwloc for recre-at- ing an-other sim-i-lar topol-ogy (see also ) [42] Chapter 12. (./a00368.tex [43]) [44] Chapter 13. (./a00369.tex Overfull \hbox (78.77086pt too wide) in paragraph at lines 11--12 [][]\T1/pcr/m/n/10 , [], [] Overfull \hbox (116.79701pt too wide) in paragraph at lines 16--17 [][]\T1/phv/m/n/10 , [], Overfull \hbox (49.52402pt too wide) in paragraph at lines 18--19 [][] \T1/phv/m/n/10 and [] (see []) Underfull \hbox (badness 1033) in paragraph at lines 32--33 []\T1/pcr/m/n/10 hwloc[]_[]topology[]_[]set[]_[]$\OMS/cmsy/m/n/10 ^^C$ \T1/phv/ m/n/10 (see []) do not ) [45] [46] Chapter 14. (./a00370.tex [47] Underfull \hbox (badness 791) in paragraph at lines 34--35 \T1/phv/m/n/10 their de-pen-den-cies (for in-stance the \T1/pcr/m/n/10 libpciac cess \T1/phv/m/n/10 li-brary). Plu-gin sup-port may be en-abled with the Overfull \hbox (15.64052pt too wide) in paragraph at lines 50--51 \T1/phv/m/n/10 when \T1/pcr/m/n/10 --host=powerpc64-bgq-linux \T1/phv/m/n/10 is passed to con-fig-ure (see []). [48]) [49] [50] Chapter 15. (./a00371.tex [51] [52]) [53] [54] Chapter 16. (./a00372.tex Overfull \hbox (82.80469pt too wide) in paragraph at lines 5--6 \T1/phv/m/n/10 hard-ware threads, or to en-tire mul-ti-threaded cores, etc. See []. [55] Underfull \hbox (badness 2126) in paragraph at lines 46--46 []\T1/phv/m/n/10 The fo-cus of hwloc is mainly of the struc-tural mod-el-ing si de. How-ever, hwloc lets user adds per- Underfull \hbox (badness 6691) in paragraph at lines 46--46 \T1/phv/m/n/10 for-mance in-for-ma-tion to the topol-ogy through dis-tances (se e [] and Overfull \hbox (53.2637pt too wide) in paragraph at lines 46--46 []\T1/phv/m/n/10 ) or even cus-tom an-no-ta-tions (see []). Overfull \hbox (176.40015pt too wide) in paragraph at lines 46--46 \T1/phv/m/n/10 hwloc may also use such dis-tance in-for-ma-tion for group-ing o b-jects to-gether (see [] Overfull \hbox (67.3399pt too wide) in paragraph at lines 51--51 []\T1/phv/m/n/10 For more in-for-ma-tion about the dis-tance A[]PI, see [] and [].[] [56] [57] [58] Underfull \hbox (badness 10000) detected at line 148 [][][] Overfull \hbox (217.2339pt too wide) in paragraph at lines 156--156 []\T1/phv/m/n/10 If mul-ti-ple topolo-gies of dif-fer-ent (but sim-i-lar) nodes are needed in your pro-gram, have a look at [].[] [59] Underfull \hbox (badness 892) in paragraph at lines 160--161 \T1/phv/m/n/10 Each hwloc ob-ject con-tains a \T1/pcr/m/n/10 userdata \T1/phv/m /n/10 field that may be used by ap-pli-ca-tions to store pri-vate point- Underfull \hbox (badness 820) in paragraph at lines 160--161 \T1/phv/m/n/10 ers. This field is only valid dur-ing the life-time of these con -tainer ob-ject and topol-ogy. It be-comes in- Underfull \hbox (badness 849) in paragraph at lines 160--161 \T1/phv/m/n/10 ing the topol-ogy. The user-data field is not ex-ported/imported to/from X[]ML by de-fault since hwloc does Overfull \hbox (106.08545pt too wide) in paragraph at lines 160--161 [] \T1/phv/m/n/10 and []. Underfull \hbox (badness 853) in paragraph at lines 164--165 []\T1/phv/m/n/10 It is also pos-si-ble to in-sert Misc ob-jects with a cus-tom name any-where as a leaf of the topol-ogy (see Underfull \hbox (badness 1019) in paragraph at lines 168--169 []\T1/phv/m/n/10 There is also a topology-specific user-data pointer that can b e used to rec-og-nize dif-fer-ent topolo-gies by Underfull \hbox (badness 2600) in paragraph at lines 168--169 \T1/phv/m/n/10 stor-ing a cus-tom pointer. It may be ma-nip-u-lated with [] and Underfull \hbox (badness 1275) in paragraph at lines 172--173 \T1/phv/m/n/10 ware cores or threads takes time (es-pe-cially when read-ing tho u-sands of sysfs files on Linux). Ig-nor- Underfull \hbox (badness 2142) in paragraph at lines 172--173 \T1/phv/m/n/10 ing some ob-jects (for in-stance caches) that aren\TS1/phv/m/n/1 0 '\T1/phv/m/n/10 t use-ful to the cur-rent ap-pli-ca-tion may im-prove this Underfull \hbox (badness 1448) in paragraph at lines 172--173 \T1/phv/m/n/10 over-head (see []). One should also con-sider us-ing X[]ML (see Underfull \hbox (badness 4156) in paragraph at lines 172--173 []\T1/phv/m/n/10 ) to work around Underfull \hbox (badness 3536) in paragraph at lines 180--180 []\T1/phv/m/n/10 Also re-mem-ber that these com-po-nents may be dis-abled at bu ild-time with con-fig-ure flags such as [60] Overfull \hbox (49.43918pt too wide) in paragraph at lines 187--187 \T1/phv/m/n/10 ap-plies to In-tel Xeon Phi pro-ces-sors for now (see []). Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\char' on input line 187. Package hyperref Warning: Token not allowed in a PDF string (Unicode): (hyperref) removing `\char' on input line 187. [61] Overfull \hbox (187.28093pt too wide) in paragraph at lines 241--242 \T1/phv/m/n/10 are also sev-eral clus-ter-ing modes that sig-nif-i-cantly af-fe ct the mem-ory or-ga-ni-za-tion (see [] [62] Underfull \hbox (badness 10000) detected at line 252 [][][] Overfull \hbox (86.96329pt too wide) in paragraph at lines 261--261 []\T1/phv/m/n/10 If build-ing with the Xeon Phi-specific G[]CC that comes with the M[]P[]SS en-vi-ron-ment, for in-stance \T1/pcr/m/n/10 /usr/linux-k1om-4.7/b in/x86[] [63] Underfull \hbox (badness 2126) in paragraph at lines 298--299 []\T1/phv/m/n/10 To check for the A[]PI of re-lease X.[]Y.[]Z at build time, yo u may com-pare [] with [64] Underfull \hbox (badness 1337) in paragraph at lines 312--313 \T1/phv/m/n/10 The hwloc in-ter-face was deeply mod-i-fied in re-lease 2.[]0 to fix sev-eral is-sues of the 1.[]x in-ter-face (see [65]) [66] Chapter 17. (./a00373.tex Underfull \hbox (badness 918) in paragraph at lines 11--12 []\T1/phv/m/n/10 The nor-mal list of chil-dren (start-ing at \T1/pcr/m/n/10 obj -$\OML/cmm/m/it/10 >$\T1/pcr/m/n/10 first[]_[]child\T1/phv/m/n/10 , end-ing at \T1/pcr/m/n/10 obj-$\OML/cmm/m/it/10 >$\T1/pcr/m/n/10 last[]_[]child\T1/phv/m/n /10 , of size [67] [68] [69] Overfull \hbox (24.88307pt too wide) in paragraph at lines 136--137 \T1/phv/m/n/10 Instead of a sin-gle H[]W[]L[]O[]C[]_[][]O[]B[]J[]_[][]C[]A[]C[] HE, there are now 8 types [], ..., [], Underfull \hbox (badness 1675) in paragraph at lines 152--153 \T1/pcr/m/n/10 obj-$\OML/cmm/m/it/10 >$\T1/pcr/m/n/10 depth \T1/phv/m/n/10 as w ell as depths given to func-tions such as [] or re-turned by [70] Underfull \hbox (badness 870) in paragraph at lines 164--165 \T1/phv/m/n/10 The old ig-nor-ing A[]PI as well as sev-eral con-fig-u-ra-tion f lags are re-placed with the new fil-ter-ing A[]PI, see [71] [72] Underfull \hbox (badness 6675) in paragraph at lines 267--268 []\T1/phv/m/n/10 hwloc[]_[]obj[]_[]snprintf() re-moved be-cause it was long-dep recated by [] and ) [73] [74] Chapter 18. (./a00374.tex [75 <./netloc_design.png>] [76] [77]) [78 <./netloc_draw.png (PNG copy)>] Chapter 19. (./a00375.tex [79]) [80] Chapter 20. (./modules.tex [81]) [82] Chapter 21. (./annotated.tex [83]) [84] Chapter 22. (./a00176.tex Underfull \hbox (badness 10000) detected at line 35 [][][] [85]) [86] (./a00177.tex) [87] (./a00178.tex Underfull \hbox (badness 10000) in paragraph at lines 42--47 []\T1/phv/m/n/10 enum [] { [], [], Underfull \hbox (badness 10000) in paragraph at lines 51--61 []\T1/phv/m/n/10 , [], [], [88] Underfull \vbox (badness 10000) has occurred while \output is active [89] Underfull \hbox (badness 10000) detected at line 210 [][][] [90] [91] Underfull \hbox (badness 10000) detected at line 322 [][][] ) [92] (./a00179.tex) [93] (./a00180.tex Underfull \hbox (badness 10000) detected at line 56 [][][] Underfull \hbox (badness 10000) detected at line 61 [][][] [94] Underfull \hbox (badness 10000) detected at line 81 [][][] Underfull \hbox (badness 10000) detected at line 115 [][][] [95] Underfull \hbox (badness 10000) detected at line 133 [][][] Overfull \hbox (43.91335pt too wide) in paragraph at lines 146--147 []\T1/phv/m/n/10 Build the ac-tual topol-ogy once ini-tial-ized with [] and tun ed with [] Underfull \hbox (badness 10000) detected at line 153 [][][] Underfull \hbox (badness 10000) detected at line 156 [][][] Underfull \hbox (badness 10000) detected at line 163 [][][] ) [96] (./a00181.tex Overfull \hbox (32.86507pt too wide) in paragraph at lines 6--17 []\T1/phv/m/n/10 , [], [], Overfull \hbox (16.39491pt too wide) in paragraph at lines 6--17 []\T1/phv/m/n/10 , [], [], Underfull \hbox (badness 4832) in paragraph at lines 45--46 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] type, Overfull \vbox (57.75644pt too high) has occurred while \output is active [97] Overfull \hbox (47.69926pt too wide) in paragraph at lines 106--107 []\T1/pcr/m/n/10 depth \T1/phv/m/n/10 should be-tween 0 and []-1, or a vir-tual depth such as []. Underfull \hbox (badness 10000) detected at line 108 [][][] Underfull \hbox (badness 10000) detected at line 125 [][][] [98] [99] Overfull \hbox (63.82332pt too wide) in paragraph at lines 212--213 []\T1/phv/m/n/10 If type is ab-sent but a sim-i-lar type is ac-cept-able, see a lso [] and []. Underfull \hbox (badness 10000) detected at line 216 [][][] [100] Underfull \hbox (badness 10000) detected at line 261 [][][] ) [101] (./a00182.tex Underfull \hbox (badness 10000) detected at line 38 [][][] [102] Underfull \hbox (badness 10000) detected at line 61 [][][] Underfull \hbox (badness 10000) detected at line 94 [][][] [103] Underfull \hbox (badness 10000) detected at line 97 [][][] Underfull \hbox (badness 1859) in paragraph at lines 116--117 []\T1/phv/m/n/10 If mul-ti-ple such lev-els ex-ist (for in-stance if giv-ing Gr oup with-out any depth), the func-tion may re-turn Underfull \hbox (badness 10000) detected at line 120 [][][] ) [104] (./a00183.tex Underfull \hbox (badness 10000) detected at line 30 [][][] Underfull \hbox (badness 10000) detected at line 33 [][][] Underfull \hbox (badness 10000) detected at line 50 [][][] ) [105] (./a00184.tex Overfull \hbox (69.02635pt too wide) in paragraph at lines 6--11 []\T1/phv/m/n/10 enum [] { [], [], [], Underfull \hbox (badness 10000) detected at line 58 [][][] Underfull \hbox (badness 10000) detected at line 61 [][][] Overfull \hbox (38.01888pt too wide) in paragraph at lines 64--65 []\T1/phv/m/n/10 On some op-er-at-ing sys-tems, C[]PU bind-ing may have ef-fect s on mem-ory bind-ing, see [] [106] Underfull \hbox (badness 10000) detected at line 85 [][][] Underfull \hbox (badness 10000) detected at line 117 [][][] Underfull \hbox (badness 10000) detected at line 117 [][][] [107] Underfull \hbox (badness 10000) detected at line 153 [][][] [108] Underfull \hbox (badness 10000) detected at line 172 [][][] Underfull \hbox (badness 1715) in paragraph at lines 175--176 []\T1/phv/m/n/10 As a spe-cial case on Linux, if a tid (thread ID) is sup-plied in-stead of a pid (pro-cess ID) and Underfull \hbox (badness 10000) detected at line 189 [][][] Underfull \hbox (badness 10000) detected at line 204 [][][] [109] Underfull \hbox (badness 10000) detected at line 219 [][][] Underfull \hbox (badness 1715) in paragraph at lines 222--223 []\T1/phv/m/n/10 As a spe-cial case on Linux, if a tid (thread ID) is sup-plied in-stead of a pid (pro-cess ID) and Underfull \hbox (badness 10000) detected at line 236 [][][] ) [110] (./a00185.tex Overfull \hbox (105.37854pt too wide) in paragraph at lines 6--16 []\T1/phv/m/n/10 , [], [], [], Overfull \hbox (84.36383pt too wide) in paragraph at lines 16--25 []\T1/phv/m/n/10 , [], [], [], Underfull \hbox (badness 1102) in paragraph at lines 33--35 []\T1/phv/m/n/10 int [] ([] topol-ogy, hwloc[]_[]pid[]_[]t pid, [] set, Underfull \hbox (badness 10000) in paragraph at lines 35--37 []\T1/phv/m/n/10 int [] ([] topol-ogy, hwloc[]_[]pid[]_[]t pid, [] set, Underfull \hbox (badness 6412) in paragraph at lines 45--47 []\T1/phv/m/n/10 void $\OMS/cmsy/m/n/10 ^^C$ [] \T1/phv/m/n/10 ([] topol-ogy, s ize[]_[]t len, [] set, [111] Underfull \hbox (badness 10000) detected at line 82 [][][] Underfull \hbox (badness 10000) detected at line 85 [][][] [112] [113] Underfull \hbox (badness 10000) detected at line 188 [][][] Underfull \hbox (badness 10000) detected at line 201 [][][] [114] Underfull \hbox (badness 10000) detected at line 210 [][][] [115] [116] Overfull \hbox (44.98567pt too wide) in paragraph at lines 293--294 []\T1/phv/m/n/10 In the [] case (or when nei-ther [] or [] [117] Underfull \hbox (badness 10000) detected at line 321 [][][] Underfull \hbox (badness 10000) detected at line 336 [][][] Underfull \hbox (badness 10000) detected at line 357 [][][] [118] Underfull \hbox (badness 10000) detected at line 374 [][][] Underfull \hbox (badness 10000) detected at line 379 [][][] ) [119] (./a00186.tex [120] Underfull \hbox (badness 10000) detected at line 79 [][][] Underfull \hbox (badness 10000) detected at line 102 [][][] [121] Underfull \hbox (badness 10000) detected at line 121 [][][] Underfull \hbox (badness 10000) detected at line 124 [][][] Underfull \hbox (badness 10000) detected at line 145 [][][] Underfull \hbox (badness 10000) detected at line 148 [][][] ) [122] (./a00187.tex Overfull \hbox (123.58105pt too wide) in paragraph at lines 17--22 []\T1/phv/m/n/10 enum [] { [], [], [123] [124] [125] Underfull \hbox (badness 10000) detected at line 152 [][][] [126] Underfull \hbox (badness 10000) detected at line 197 [][][] [127]) [128] (./a00188.tex Underfull \hbox (badness 10000) in paragraph at lines 6--15 []\T1/phv/m/n/10 , [] = (1[] Overfull \hbox (27.14008pt too wide) in paragraph at lines 25--27 []\T1/phv/m/n/10 int [] ([] re-strict topol-ogy, [] cpuset, [] Underfull \vbox (badness 10000) has occurred while \output is active [129] [130] Underfull \hbox (badness 10000) detected at line 148 [][][] [131] Underfull \hbox (badness 10000) detected at line 173 [][][] Underfull \hbox (badness 10000) detected at line 200 [][][] Underfull \hbox (badness 10000) detected at line 207 [][][] Underfull \hbox (badness 787) in paragraph at lines 208--209 []\T1/phv/m/n/10 If \T1/pcr/m/n/10 name \T1/phv/m/n/10 con-tains some non-print able char-ac-ters, they will be dropped when ex-port-ing to X[]ML, see [132] Underfull \hbox (badness 10000) detected at line 226 [][][] Underfull \hbox (badness 10000) detected at line 229 [][][] ) [133] (./a00189.tex Underfull \hbox (badness 10000) in paragraph at lines 8--10 []\T1/phv/m/n/10 int [] ([] topol-ogy, [] set, Overfull \hbox (25.77943pt too wide) in paragraph at lines 10--12 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] Overfull \hbox (20.27159pt too wide) in paragraph at lines 12--14 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] Underfull \hbox (badness 3219) in paragraph at lines 22--23 []\T1/phv/m/n/10 static int [] ([] topol-ogy, [] set, Underfull \hbox (badness 10000) detected at line 40 [][][] Underfull \hbox (badness 10000) detected at line 53 [][][] [134] Underfull \hbox (badness 10000) detected at line 66 [][][] Underfull \hbox (badness 10000) detected at line 83 [][][] [135] Underfull \hbox (badness 10000) detected at line 100 [][][] Overfull \hbox (73.5395pt too wide) in paragraph at lines 115--116 []\T1/phv/m/n/10 If there are mul-ti-ple or no depth for given type, re-turn \T 1/pcr/m/n/10 N[]U[]LL \T1/phv/m/n/10 and let the caller fall-back to []. Underfull \hbox (badness 10000) detected at line 117 [][][] Underfull \hbox (badness 10000) detected at line 134 [][][] [136] Underfull \hbox (badness 10000) detected at line 149 [][][] Overfull \hbox (51.79587pt too wide) in paragraph at lines 164--165 []\T1/phv/m/n/10 If there are mul-ti-ple or no depth for given type, re-turn \T 1/pcr/m/n/10 N[]U[]LL \T1/phv/m/n/10 and let the caller fall-back to []. Underfull \hbox (badness 10000) detected at line 166 [][][] ) [137] (./a00190.tex Overfull \hbox (36.05727pt too wide) in paragraph at lines 10--12 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] Overfull \hbox (30.54942pt too wide) in paragraph at lines 12--13 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] Underfull \hbox (badness 10000) detected at line 30 [][][] Underfull \hbox (badness 10000) detected at line 33 [][][] Underfull \hbox (badness 10000) detected at line 48 [][][] [138] Overfull \hbox (103.87561pt too wide) in paragraph at lines 63--64 []\T1/phv/m/n/10 If there are no or mul-ti-ple depths for type \T1/pcr/m/n/10 t ype\T1/phv/m/n/10 , \T1/pcr/m/n/10 N[]U[]LL \T1/phv/m/n/10 is re-turned. The ca ller may fall-back to [] Underfull \hbox (badness 10000) detected at line 65 [][][] Underfull \hbox (badness 10000) detected at line 78 [][][] ) [139] (./a00191.tex Underfull \hbox (badness 5245) in paragraph at lines 10--12 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, [] obj1, Underfull \hbox (badness 10000) detected at line 32 [][][] Underfull \hbox (badness 10000) detected at line 45 [][][] [140] Underfull \hbox (badness 10000) detected at line 82 [][][] ) [141] (./a00192.tex Overfull \hbox (30.20866pt too wide) in paragraph at lines 21--22 \T1/phv/m/n/10 Each ob-ject type is ei-ther Nor-mal (i.[]e. [] re-turns 1), or Mem-ory (i.[]e. [] Underfull \hbox (badness 10000) detected at line 36 [][][] Underfull \hbox (badness 10000) detected at line 51 [][][] [142] Underfull \hbox (badness 10000) detected at line 66 [][][] Underfull \hbox (badness 10000) detected at line 81 [][][] Underfull \hbox (badness 10000) detected at line 96 [][][] Underfull \hbox (badness 10000) detected at line 113 [][][] ) [143] (./a00193.tex Overfull \hbox (20.66931pt too wide) in paragraph at lines 6--8 []\T1/phv/m/n/10 static int [] ([] topol-ogy, un-signed cachelevel, [] Underfull \hbox (badness 10000) detected at line 28 [][][] Overfull \hbox (25.2213pt too wide) in paragraph at lines 43--44 []\T1/phv/m/n/10 This func-tion is iden-ti-cal to call-ing [] with the cor-re-s pond-ing type such as [], [144] Underfull \hbox (badness 10000) detected at line 61 [][][] ) [145] (./a00194.tex Underfull \hbox (badness 10000) detected at line 34 [][][] Underfull \hbox (badness 10000) detected at line 39 [][][] [146] Underfull \hbox (badness 10000) detected at line 70 [][][] Underfull \hbox (badness 10000) detected at line 87 [][][] [147]) [148] (./a00195.tex [149] Underfull \hbox (badness 10000) detected at line 59 [][][] ) [150] (./a00196.tex Underfull \hbox (badness 10000) detected at line 34 [][][] Underfull \hbox (badness 10000) detected at line 37 [][][] Underfull \hbox (badness 10000) detected at line 54 [][][] Underfull \hbox (badness 10000) detected at line 57 [][][] [151] Underfull \hbox (badness 10000) detected at line 74 [][][] Underfull \hbox (badness 10000) detected at line 77 [][][] Underfull \hbox (badness 10000) detected at line 92 [][][] Underfull \hbox (badness 10000) detected at line 95 [][][] Underfull \hbox (badness 10000) detected at line 110 [][][] Underfull \hbox (badness 10000) detected at line 113 [][][] [152] Underfull \hbox (badness 10000) detected at line 128 [][][] Underfull \hbox (badness 10000) detected at line 131 [][][] ) [153] (./a00197.tex Overfull \hbox (16.16023pt too wide) in paragraph at lines 6--8 []\T1/phv/m/n/10 static int [] ([] topol-ogy, [] []_[]cpuset, [] Overfull \hbox (26.65407pt too wide) in paragraph at lines 8--9 []\T1/phv/m/n/10 static int [] ([] topol-ogy, [] []_[]cpuset, [] ) [154] (./a00198.tex Underfull \hbox (badness 10000) detected at line 42 [][][] Underfull \hbox (badness 10000) detected at line 55 [][][] [155] Underfull \hbox (badness 10000) detected at line 68 [][][] Underfull \hbox (badness 10000) detected at line 83 [][][] ) [156] (./a00199.tex Underfull \hbox (badness 1748) in paragraph at lines 106--108 []\T1/phv/m/n/10 int [] ([] res, [] bitmap1, [] [157] Underfull \hbox (badness 836) in paragraph at lines 127--128 []\T1/phv/m/n/10 Bitmaps are used by hwloc for sets of OS pro-ces-sors (which m ay ac-tu-ally be hard-ware threads) as by Underfull \hbox (badness 10000) detected at line 139 [][][] [158] Underfull \hbox (badness 10000) detected at line 173 [][][] [159] Underfull \hbox (badness 10000) detected at line 222 [][][] [160] Underfull \hbox (badness 10000) detected at line 265 [][][] Underfull \hbox (badness 10000) detected at line 300 [][][] Underfull \hbox (badness 10000) detected at line 309 [][][] [161] Underfull \hbox (badness 10000) detected at line 324 [][][] Underfull \hbox (badness 10000) detected at line 331 [][][] [162] Underfull \hbox (badness 10000) detected at line 374 [][][] Underfull \hbox (badness 10000) detected at line 387 [][][] [163] Underfull \hbox (badness 10000) detected at line 440 [][][] Underfull \hbox (badness 10000) detected at line 453 [][][] Underfull \hbox (badness 10000) detected at line 466 [][][] Underfull \hbox (badness 10000) detected at line 469 [][][] [164] Underfull \hbox (badness 10000) detected at line 482 [][][] Underfull \hbox (badness 10000) detected at line 485 [][][] Underfull \hbox (badness 10000) detected at line 498 [][][] Underfull \hbox (badness 10000) detected at line 511 [][][] [165] Underfull \hbox (badness 10000) detected at line 524 [][][] Underfull \hbox (badness 10000) detected at line 537 [][][] Underfull \hbox (badness 10000) detected at line 550 [][][] [166] Underfull \hbox (badness 10000) detected at line 569 [][][] Underfull \hbox (badness 10000) detected at line 594 [][][] Underfull \hbox (badness 10000) detected at line 609 [][][] [167] Underfull \hbox (badness 10000) detected at line 636 [][][] [168] Underfull \hbox (badness 10000) detected at line 701 [][][] [169] Underfull \hbox (badness 10000) detected at line 720 [][][] Underfull \hbox (badness 10000) detected at line 743 [][][] [170] Underfull \hbox (badness 10000) detected at line 762 [][][] [171] Underfull \hbox (badness 10000) detected at line 807 [][][] Underfull \hbox (badness 10000) detected at line 820 [][][] [172]) [173] (./a00200.tex Underfull \hbox (badness 4832) in paragraph at lines 18--20 []\T1/phv/m/n/10 void [] ([] topol-ogy, void($\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/ 10 export[]_[]cb)(void Overfull \hbox (28.36728pt too wide) in paragraph at lines 24--25 []\T1/phv/m/n/10 void [] ([] topol-ogy, void($\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/ 10 import[]_[]cb)([] [174] Overfull \hbox (33.27626pt too wide) in paragraph at lines 61--62 []\T1/phv/m/n/10 This func-tion may only be called from within the ex-port() ca ll-back passed to []. Underfull \hbox (badness 2057) in paragraph at lines 63--64 []\T1/phv/m/n/10 When im-port-ing this X[]ML file, the im-port() call-back (if set) will be called ex-actly as many times as Overfull \hbox (75.52252pt too wide) in paragraph at lines 69--72 []\T1/phv/m/n/10 If ex-port-ing bi-nary data, the ap-pli-ca-tion should first e n-code into print-able char-ac-ters only (or use []). Overfull \hbox (33.27626pt too wide) in paragraph at lines 81--82 []\T1/phv/m/n/10 This func-tion may only be called from within the ex-port() ca ll-back passed to []. [175] Underfull \hbox (badness 10000) detected at line 109 [][][] Underfull \hbox (badness 10000) detected at line 112 [][][] Underfull \hbox (badness 10000) detected at line 141 [][][] Underfull \hbox (badness 10000) detected at line 144 [][][] [176] Underfull \hbox (badness 10000) detected at line 169 [][][] Underfull \hbox (badness 10000) in paragraph at lines 176--177 | \T1/pcr/m/n/8 void($\OMS/cmsy/m/n/8 ^^C$\T1/pcr/m/n/8 )([] topology, [] obj, const char $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/m/n/8 name, const void Underfull \hbox (badness 10000) detected at line 190 [][][] ) [177] (./a00201.tex Overfull \hbox (92.64697pt too wide) in paragraph at lines 6--11 []\T1/phv/m/n/10 enum [] { [], Overfull \hbox (76.89912pt too wide) in paragraph at lines 6--11 []\T1/phv/m/n/10 , [], [178] Underfull \hbox (badness 10000) detected at line 70 [][][] Underfull \hbox (badness 10000) detected at line 75 [][][] ) [179] (./a00202.tex Overfull \hbox (125.38329pt too wide) in paragraph at lines 11--19 []\T1/phv/m/n/10 , [], [], [180] Overfull \hbox (24.34033pt too wide) in paragraph at lines 98--101 []\T1/phv/m/n/10 Each dis-tance ma-trix re-turned in the \T1/pcr/m/n/10 distanc es \T1/phv/m/n/10 ar-ray should be re-leased by the caller us-ing []. [181] Underfull \hbox (badness 10000) detected at line 148 [][][] ) [182] (./a00203.tex Underfull \hbox (badness 3460) in paragraph at lines 8--9 []\T1/phv/m/n/10 static int [] (struct [] $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/10 distances, [] obj1, Underfull \hbox (badness 10000) detected at line 26 [][][] Underfull \hbox (badness 10000) detected at line 41 [][][] ) [183] (./a00204.tex Overfull \hbox (145.55028pt too wide) in paragraph at lines 6--9 []\T1/phv/m/n/10 enum [] { [], [] [184] Overfull \hbox (115.43346pt too wide) in paragraph at lines 64--65 []\T1/pcr/m/n/10 kind \T1/phv/m/n/10 spec-i-fies the kind of dis-tance as a OR\ TS1/phv/m/n/10 '\T1/phv/m/n/10 ed set of []. Kind [] ) [185] (./a00205.tex Underfull \hbox (badness 10000) detected at line 32 [][][] Underfull \hbox (badness 10000) detected at line 45 [][][] [186] Underfull \hbox (badness 10000) detected at line 60 [][][] Underfull \hbox (badness 10000) detected at line 75 [][][] ) [187] (./a00206.tex Underfull \hbox (badness 1953) in paragraph at lines 8--10 []\T1/phv/m/n/10 static int [] ([] topol-ogy, [] Underfull \hbox (badness 10000) detected at line 19 [][][] [188]) [189] (./a00207.tex Overfull \hbox (21.95062pt too wide) in paragraph at lines 6--8 []\T1/phv/m/n/10 static struct bit-mask $\OMS/cmsy/m/n/10 ^^C$ [] \T1/phv/m/n/1 0 ([] topol-ogy, [] Overfull \hbox (32.96631pt too wide) in paragraph at lines 8--10 []\T1/phv/m/n/10 static struct bit-mask $\OMS/cmsy/m/n/10 ^^C$ [] \T1/phv/m/n/1 0 ([] topol-ogy, [] Underfull \hbox (badness 10000) detected at line 19 [][][] Underfull \hbox (badness 10000) detected at line 51 [][][] [190] Underfull \hbox (badness 10000) detected at line 78 [][][] ) [191] (./a00208.tex Underfull \hbox (badness 10000) detected at line 15 [][][] ) [192] (./a00209.tex Underfull \hbox (badness 7064) in paragraph at lines 10--12 []\T1/phv/m/n/10 static [] [] ([] topol-ogy, un-signed [193] Underfull \hbox (badness 10000) detected at line 54 [][][] Underfull \hbox (badness 10000) detected at line 73 [][][] ) [194] (./a00210.tex Underfull \hbox (badness 10000) detected at line 52 [][][] [195] Underfull \hbox (badness 10000) detected at line 71 [][][] ) [196] (./a00211.tex Underfull \hbox (badness 10000) detected at line 50 [][][] [197]) [198] (./a00212.tex Underfull \hbox (badness 10000) detected at line 48 [][][] [199] Underfull \hbox (badness 10000) detected at line 65 [][][] ) [200] (./a00213.tex Underfull \hbox (badness 10000) detected at line 46 [][][] [201] Underfull \hbox (badness 10000) detected at line 63 [][][] ) [202] (./a00214.tex Underfull \hbox (badness 10000) detected at line 46 [][][] ) [203] (./a00215.tex Underfull \hbox (badness 10000) detected at line 48 [][][] [204] Underfull \hbox (badness 10000) detected at line 65 [][][] ) [205] (./a00216.tex Overfull \hbox (140.08679pt too wide) in paragraph at lines 22--27 []\T1/phv/m/n/10 enum [] { [], [], Overfull \hbox (69.06018pt too wide) in paragraph at lines 27--31 []\T1/phv/m/n/10 enum [] { [], [] [206] Overfull \hbox (50.63702pt too wide) in paragraph at lines 135--135 [] Overfull \hbox (48.26102pt too wide) in paragraph at lines 135--135 [] Overfull \hbox (50.76291pt too wide) in paragraph at lines 135--135 []\T1/phv/m/n/10 .| [207] [208] Underfull \hbox (badness 10000) detected at line 175 [][][] [209] Underfull \hbox (badness 10000) detected at line 194 [][][] Overfull \hbox (81.48422pt too wide) in paragraph at lines 199--200 []\T1/phv/m/n/10 1 if the dif-fer-ence is too com-plex (see above). Some en-tri es in the list will be of type []. Underfull \hbox (badness 10000) detected at line 203 [][][] [210] Underfull \hbox (badness 10000) detected at line 246 [][][] Underfull \hbox (badness 10000) detected at line 261 [][][] Underfull \hbox (badness 10000) detected at line 276 [][][] ) [211] (./a00217.tex Underfull \hbox (badness 791) in paragraph at lines 10--11 []\T1/phv/m/n/10 int [] ([] $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/10 topologyp, int fd, hwloc[]_[]uint64[]_[]t file-off-set, void Overfull \hbox (72.44339pt too wide) in paragraph at lines 17--18 []\T1/phv/m/n/10 The mas-ter pro-cess must first get the re-quired shared-memor y size for stor-ing this topol-ogy with []. Underfull \hbox (badness 2961) in paragraph at lines 23--24 []\T1/phv/m/n/10 Other pro-cesses may then adopt this shared topol-ogy by open- ing the same file and pass-ing it to Overfull \hbox (19.29019pt too wide) in paragraph at lines 36--37 []\T1/phv/m/n/10 Map a file in vir-tual mem-ory and adopt the topol-ogy that wa s pre-vi-ously stored there with []. Underfull \hbox (badness 10000) detected at line 46 [][][] [212] Underfull \hbox (badness 10000) detected at line 53 [][][] Underfull \hbox (badness 10000) detected at line 72 [][][] Underfull \hbox (badness 10000) detected at line 91 [][][] Underfull \hbox (badness 10000) detected at line 96 [][][] [213]) [214] (./a00218.tex) [215] (./a00219.tex Underfull \hbox (badness 10000) in paragraph at lines 18--30 []\T1/phv/m/n/10 , [], [], Underfull \hbox (badness 10000) in paragraph at lines 18--30 []\T1/phv/m/n/10 , [], [], [216]) [217] (./a00220.tex) [218] (./a00221.tex [219] [220] Underfull \hbox (badness 10000) detected at line 146 [][][] Underfull \hbox (badness 10000) detected at line 153 [][][] [221]) [222] (./a00222.tex Underfull \hbox (badness 10000) detected at line 30 [][][] Underfull \hbox (badness 10000) detected at line 45 [][][] Underfull \hbox (badness 10000) detected at line 58 [][][] [223] Underfull \hbox (badness 10000) detected at line 71 [][][] ) [224] (./a00223.tex [225]) [226] (./a00224.tex) [227] (./a00225.tex) [228] Chapter 23. (./a00353.tex Underfull \hbox (badness 7238) in paragraph at lines 22--23 []\T1/phv/m/n/10 int($\OMS/cmsy/m/n/10 ^^C$ [] \T1/phv/m/n/10 )(struct [] $\OMS /cmsy/m/n/10 ^^C$\T1/phv/m/n/10 backend, struct hwloc[]_[]pcidev[]_[]attr[]_[]s $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/10 busid, [229] Underfull \hbox (badness 10000) in paragraph at lines 70--71 \T1/pcr/m/n/8 int($\OMS/cmsy/m/n/8 ^^C$ \T1/pcr/m/n/8 hwloc[]_[]backend[]::get[ ]_[]pci[]_[]busid[]_[]cpuset) (struct [] $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/m/n/8 bac kend, struct hwloc[]_[] ) (./a00257.tex [230] [231] LaTeX Font Warning: Font shape `T1/pcr/bc/n' undefined (Font) using `T1/pcr/m/n' instead on input line 67. ) (./a00245.tex [232] [233]) (./a00301.tex [234]) (./a00357.tex [235] [236] Underfull \hbox (badness 10000) detected at line 64 [][][] Underfull \hbox (badness 10000) detected at line 93 [][][] Underfull \hbox (badness 10000) detected at line 96 [][][] ) (./a00345.tex [237] Underfull \hbox (badness 931) in paragraph at lines 16--18 []\T1/phv/m/n/10 struct [] $\OMS/cmsy/m/n/10 ^^C$\T1/phv/m/n/10 ($\OMS/cmsy/m/n /10 ^^C$ [] \T1/phv/m/n/10 )(struct hwloc[]_[]topology $\OMS/cmsy/m/n/10 ^^C$\T 1/phv/m/n/10 topology, struct [] Underfull \hbox (badness 10000) in paragraph at lines 56--57 \T1/pcr/bc/n/8 struct []$\OMS/cmsy/m/n/8 ^^C$\T1/pcr/bc/n/8 ($\OMS/cmsy/m/n/8 ^ ^C$ \T1/pcr/bc/n/8 hwloc[]_[]disc[]_[]component[]::instantiate) (struct hwloc[] _[]topology $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/bc/n/8 topology, Underfull \hbox (badness 10000) in paragraph at lines 56--57 \T1/pcr/bc/n/8 struct [] $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/bc/n/8 component, unsigne d [], const void $\OMS/cmsy/m/n/8 ^^C$\T1/pcr/bc/n/8 data1, const void [238]) (./a00349.tex [239]) (./a00297.tex [240] Underfull \hbox (badness 1087) in paragraph at lines 56--57 []\T1/phv/m/n/10 Array of ob-jects de-scribed by the dis-tance ma-trix. These o b-jects are not in any par-tic-u-lar or-der, see [241]) (./a00249.tex [242]) (./a00277.tex Underfull \hbox (badness 10000) detected at line 19 [][][] [243]) (./a00241.tex Underfull \hbox (badness 10000) in paragraph at lines 1--1 []\T1/phv/bc/n/14.4 hwloc[]_[]obj[]_[]attr[]_[]u[]:[]:hwloc[]_[]numanode[]_[]at tr[]_[]s[]:[]:hwloc[]_[]memory[]_[]page[]_[]type[]_[]s Struct ) (./a00237.tex [244] Underfull \hbox (badness 10000) in paragraph at lines 41--42 \T1/pcr/bc/n/8 struct [] $\OMS/cmsy/m/n/8 ^^C$ \T1/pcr/bc/n/8 hwloc[]_[]obj[]_[ ]attr[]_[]u[] ) (./a00229.tex [245] [246] Underfull \hbox (badness 1371) in paragraph at lines 140--141 []\T1/phv/m/n/10 This may in-clude not only the same as the cpuset field, but a lso some C[]P[]Us for which topol-ogy in- Underfull \hbox (badness 2158) in paragraph at lines 140--141 \T1/phv/m/n/10 for-ma-tion is un-known or in-com-plete, some of-flines C[]P[]Us , and the C[]P[]Us that are ig-nored when the Underfull \hbox (badness 10000) detected at line 142 [][][] Underfull \hbox (badness 768) in paragraph at lines 155--156 []\T1/phv/m/n/10 This may in-clude not only the same as the node-set field, but also some N[]U[]MA nodes for which topol- [247] Underfull \hbox (badness 10000) detected at line 159 [][][] Underfull \hbox (badness 10000) detected at line 176 [][][] [248] [249] [250] Underfull \hbox (badness 10000) detected at line 361 [][][] [251] [252] Overfull \hbox (55.68445pt too wide) in paragraph at lines 466--467 []\T1/phv/m/n/10 Application-given pri-vate data pointer, ini-tial-ized to \T1/ pcr/m/n/10 N[]U[]LL\T1/phv/m/n/10 , use it as you wish. See [] ) (./a00233.tex [253]) (./a00273.tex [254]) (./a00253.tex [255] [256]) (./a00285.tex [257] [258]) (./a00333.tex [259]) (./a00317.tex Underfull \hbox (badness 10000) in paragraph at lines 1--1 []\T1/phv/bc/n/14.4 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]:[]:hwl oc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]generic[]_[]s Struct Underfull \hbox (badness 10000) in paragraph at lines 19--20 [] \T1/pcr/bc/n/8 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[] _[]topology[]_[]diff[]_[]obj[]_[] [260]) (./a00337.tex Underfull \hbox (badness 10000) in paragraph at lines 27--28 \T1/pcr/bc/n/8 union [] hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology []_[]diff[]_[]obj[]_[]attr[]_[]s[] [261]) (./a00325.tex Underfull \hbox (badness 10000) in paragraph at lines 1--1 []\T1/phv/bc/n/14.4 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]:[]:hwl oc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]string[]_[]s Struct [262] Underfull \hbox (badness 10000) in paragraph at lines 46--47 [] \T1/pcr/bc/n/8 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[] _[]topology[]_[]diff[]_[]obj[]_[] ) (./a00313.tex Underfull \hbox (badness 10000) in paragraph at lines 35--36 \T1/pcr/bc/n/8 struct [] hwloc[]_[]topology[] Underfull \hbox (badness 10000) in paragraph at lines 41--42 \T1/pcr/bc/n/8 struct [] hwloc[]_[]topology[]_[] [263] Underfull \hbox (badness 10000) in paragraph at lines 47--48 \T1/pcr/bc/n/8 struct [] hwloc[]_[]topology[]_[] ) (./a00321.tex Underfull \hbox (badness 10000) in paragraph at lines 1--1 []\T1/phv/bc/n/14.4 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]:[]:hwl oc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]uint64[]_[]s Struct [264] Underfull \hbox (badness 10000) in paragraph at lines 46--47 [] \T1/pcr/bc/n/8 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[] _[]topology[]_[]diff[]_[]obj[]_[] ) (./a00341.tex [265]) (./a00329.tex [266] Underfull \hbox (badness 10000) in paragraph at lines 47--48 \T1/pcr/bc/n/8 struct [] hwloc[]_[]topology[]_[]diff[]_[]u[]::too[]_[] ) (./a00281.tex [267]) (./a00289.tex [268] [269] [270]) (./a00293.tex [271]) [272] (./a4-refman.ind Underfull \hbox (badness 10000) in paragraph at lines 128--130 []| \T1/phv/m/n/10 hwloc[]_[]filter[]_[]check[]_[]pcidev[]_[]subtype[]_[]import ant, [273] Underfull \hbox (badness 10000) in paragraph at lines 169--171 []| \T1/phv/m/n/10 hwloc[]_[]obj[]_[]attr[]_[]u[]::hwloc[]_[]numanode[]_[]attr[ ]_[]s[] Underfull \hbox (badness 10000) in paragraph at lines 200--202 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]obj[] Underfull \hbox (badness 10000) in paragraph at lines 256--258 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]set[]_[]userdata[]_[]export[]_[]callb ack, Underfull \hbox (badness 10000) in paragraph at lines 258--260 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]set[]_[]userdata[]_[]import[]_[]callb ack, Underfull \hbox (badness 10000) in paragraph at lines 281--283 []| \T1/phv/m/n/10 hwloc[]_[]get[]_[]next[]_[]obj[]_[]covering[]_[]cpuset[]_[]b y[]_[]depth, Underfull \hbox (badness 10000) in paragraph at lines 283--285 []| \T1/phv/m/n/10 hwloc[]_[]get[]_[]next[]_[]obj[]_[]covering[]_[]cpuset[]_[]b y[]_[]type, [274] [275] [276] [277] [278] [279] Underfull \hbox (badness 10000) in paragraph at lines 964--966 []\T1/phv/m/n/10 hwloc[]_[]obj[]_[]attr[]_[]u[]::hwloc[]_[]numanode[]_[]attr[]_ []s[]::hwloc[]_[] [280] Underfull \hbox (badness 10000) in paragraph at lines 1135--1137 []\T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[]_ []topology[]_[]diff[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1138--1140 []\T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[]_ []topology[]_[]diff[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1144--1146 []\T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[]_ []topology[]_[]diff[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1160--1162 []\T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[]di ff[]_[]generic[]_[]s, Underfull \hbox (badness 10000) in paragraph at lines 1164--1166 []\T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[]di ff[]_[]obj[]_[]attr[]_[]s, Underfull \hbox (badness 10000) in paragraph at lines 1171--1173 []\T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[]di ff[]_[]too[]_[] [281] Underfull \hbox (badness 10000) in paragraph at lines 1323--1325 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[] [282] [283] Underfull \hbox (badness 10000) in paragraph at lines 1539--1541 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[] Underfull \hbox (badness 10000) in paragraph at lines 1545--1547 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[] Underfull \hbox (badness 10000) in paragraph at lines 1547--1549 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[] Underfull \hbox (badness 10000) in paragraph at lines 1550--1552 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1552--1554 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]obj[] Underfull \hbox (badness 10000) in paragraph at lines 1554--1556 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]too[] Underfull \hbox (badness 10000) in paragraph at lines 1579--1581 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]obj[] Underfull \hbox (badness 10000) in paragraph at lines 1581--1583 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]too[] Underfull \hbox (badness 10000) in paragraph at lines 1584--1586 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]obj[] Underfull \hbox (badness 10000) in paragraph at lines 1586--1588 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]too[] Underfull \hbox (badness 10000) in paragraph at lines 1640--1642 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[] Underfull \hbox (badness 10000) in paragraph at lines 1642--1644 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[] [284] Underfull \hbox (badness 10000) in paragraph at lines 1745--1747 []| \T1/phv/m/n/10 hwloc[]_[]obj[]_[]attr[]_[]u[]::hwloc[]_[]numanode[]_[]attr[ ]_[]s[] [285] Underfull \hbox (badness 10000) in paragraph at lines 1907--1909 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[] Underfull \hbox (badness 10000) in paragraph at lines 1909--1911 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[] Underfull \hbox (badness 10000) in paragraph at lines 1911--1913 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]obj[]_[]attr[]_[]u[]::hwloc[ ]_[]topology[] Underfull \hbox (badness 10000) in paragraph at lines 1913--1915 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[] Underfull \hbox (badness 10000) in paragraph at lines 1915--1917 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]obj[] Underfull \hbox (badness 10000) in paragraph at lines 1917--1919 []| \T1/phv/m/n/10 hwloc[]_[]topology[]_[]diff[]_[]u[]::hwloc[]_[]topology[]_[] diff[]_[]too[] [286]) (./a4-refman.aux (./a00177.aux) (./a00178.aux) (./a00179.aux) (./a00180.aux) (./a00181.aux) (./a00182.aux) (./a00183.aux) (./a00184.aux) (./a00185.aux) (./a00186.aux) (./a00187.aux) (./a00188.aux) (./a00189.aux) (./a00190.aux) (./a00191.aux) (./a00192.aux) (./a00193.aux) (./a00194.aux) (./a00195.aux) (./a00196.aux) (./a00197.aux) (./a00198.aux) (./a00199.aux) (./a00200.aux) (./a00201.aux) (./a00202.aux) (./a00203.aux) (./a00204.aux) (./a00205.aux) (./a00206.aux) (./a00207.aux) (./a00208.aux) (./a00209.aux) (./a00210.aux) (./a00211.aux) (./a00212.aux) (./a00213.aux) (./a00214.aux) (./a00215.aux) (./a00216.aux) (./a00217.aux) (./a00218.aux) (./a00219.aux) (./a00220.aux) (./a00221.aux) (./a00222.aux) (./a00223.aux) (./a00224.aux) (./a00225.aux)) Package rerunfilecheck Warning: File `a4-refman.out' has changed. (rerunfilecheck) Rerun to get outlines right (rerunfilecheck) or use package `bookmark'. LaTeX Font Warning: Some font shapes were not available, defaults substituted. ) (see the transcript file for additional information)pdfTeX warning (dest): name {a00128_source} has been referenced but does not exist, replaced by a fixed one pdfTeX warning (dest): name{a00170_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00131_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00164_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00155_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00152_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00149_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00146_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00143_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00158_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00161_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00140_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00137_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00134_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00125_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00122_source} has been referenced but does not exi st, replaced by a fixed one pdfTeX warning (dest): name{a00119_source} has been referenced but does not exi st, replaced by a fixed one {/usr/share/texlive/texmf-dist/fonts/enc/dvips/base/8r.enc} Output written on a4-refman.pdf (318 pages, 1245046 bytes). Transcript written on a4-refman.log. sed -n -f ./README.sed doxygen-doc/html/index.html > doxygen-doc/html/readme.tmp.html LC_ALL=C /usr/bin/lynx -dump -nolist doxygen-doc/html/readme.tmp.html \ | /usr/bin/sed -n -e 's/^ //' -e '/^Introduction$/,$p' \ | /usr/bin/sed -e '/^--*-$/,$ d' \ > /builds/workspace/extended_v2.1/README echo >> /builds/workspace/extended_v2.1/README echo >> /builds/workspace/extended_v2.1/README echo "See https://www.open-mpi.org/projects/hwloc/doc/ for more hwloc documentation." >> /builds/workspace/extended_v2.1/README rm -f doxygen-doc/html/readme.tmp.html make[3]: Leaving directory '/builds/workspace/extended_v2.1/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1' + make distcheck make dist-bzip2 dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/builds/workspace/extended_v2.1' make distdir-am make[2]: Entering directory '/builds/workspace/extended_v2.1' if test -d "hwloc-v2.1-20200706.2130.gite5549aff"; then find "hwloc-v2.1-20200706.2130.gite5549aff" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "hwloc-v2.1-20200706.2130.gite5549aff" || { sleep 5 && rm -rf "hwloc-v2.1-20200706.2130.gite5549aff"; }; else :; fi test -d "hwloc-v2.1-20200706.2130.gite5549aff" || mkdir "hwloc-v2.1-20200706.2130.gite5549aff" (cd include && make top_distdir=../hwloc-v2.1-20200706.2130.gite5549aff distdir=../hwloc-v2.1-20200706.2130.gite5549aff/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.1/include' make distdir-am make[4]: Entering directory '/builds/workspace/extended_v2.1/include' make[4]: Leaving directory '/builds/workspace/extended_v2.1/include' make[3]: Leaving directory '/builds/workspace/extended_v2.1/include' (cd hwloc && make top_distdir=../hwloc-v2.1-20200706.2130.gite5549aff distdir=../hwloc-v2.1-20200706.2130.gite5549aff/hwloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc' make distdir-am make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc' (cd utils && make top_distdir=../hwloc-v2.1-20200706.2130.gite5549aff distdir=../hwloc-v2.1-20200706.2130.gite5549aff/utils \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.1/utils' make distdir-am make[4]: Entering directory '/builds/workspace/extended_v2.1/utils' (cd hwloc && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/builds/workspace/extended_v2.1/utils/hwloc' make distdir-am make[6]: Entering directory '/builds/workspace/extended_v2.1/utils/hwloc' (cd test-hwloc-dump-hwdata && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/builds/workspace/extended_v2.1/utils/hwloc/test-hwloc-dump-hwdata' make distdir-am make[8]: Entering directory '/builds/workspace/extended_v2.1/utils/hwloc/test-hwloc-dump-hwdata' make[8]: Leaving directory '/builds/workspace/extended_v2.1/utils/hwloc/test-hwloc-dump-hwdata' make[7]: Leaving directory '/builds/workspace/extended_v2.1/utils/hwloc/test-hwloc-dump-hwdata' make[6]: Leaving directory '/builds/workspace/extended_v2.1/utils/hwloc' make[5]: Leaving directory '/builds/workspace/extended_v2.1/utils/hwloc' (cd lstopo && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/builds/workspace/extended_v2.1/utils/lstopo' make distdir-am make[6]: Entering directory '/builds/workspace/extended_v2.1/utils/lstopo' make[6]: Leaving directory '/builds/workspace/extended_v2.1/utils/lstopo' make[5]: Leaving directory '/builds/workspace/extended_v2.1/utils/lstopo' (cd netloc/infiniband && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/builds/workspace/extended_v2.1/utils/netloc/infiniband' make distdir-am make[6]: Entering directory '/builds/workspace/extended_v2.1/utils/netloc/infiniband' make[6]: Leaving directory '/builds/workspace/extended_v2.1/utils/netloc/infiniband' make[5]: Leaving directory '/builds/workspace/extended_v2.1/utils/netloc/infiniband' (cd netloc/draw && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/builds/workspace/extended_v2.1/utils/netloc/draw' make distdir-am make[6]: Entering directory '/builds/workspace/extended_v2.1/utils/netloc/draw' make[6]: Leaving directory '/builds/workspace/extended_v2.1/utils/netloc/draw' make[5]: Leaving directory '/builds/workspace/extended_v2.1/utils/netloc/draw' (cd netloc/mpi && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/builds/workspace/extended_v2.1/utils/netloc/mpi' make distdir-am make[6]: Entering directory '/builds/workspace/extended_v2.1/utils/netloc/mpi' make[6]: Leaving directory '/builds/workspace/extended_v2.1/utils/netloc/mpi' make[5]: Leaving directory '/builds/workspace/extended_v2.1/utils/netloc/mpi' (cd netloc/scotch && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/scotch \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/builds/workspace/extended_v2.1/utils/netloc/scotch' make distdir-am make[6]: Entering directory '/builds/workspace/extended_v2.1/utils/netloc/scotch' make[6]: Leaving directory '/builds/workspace/extended_v2.1/utils/netloc/scotch' make[5]: Leaving directory '/builds/workspace/extended_v2.1/utils/netloc/scotch' make[4]: Leaving directory '/builds/workspace/extended_v2.1/utils' make[3]: Leaving directory '/builds/workspace/extended_v2.1/utils' (cd tests && make top_distdir=../hwloc-v2.1-20200706.2130.gite5549aff distdir=../hwloc-v2.1-20200706.2130.gite5549aff/tests \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.1/tests' make distdir-am make[4]: Entering directory '/builds/workspace/extended_v2.1/tests' (cd hwloc && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc' make distdir-am make[6]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc' (cd ports && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/ports' make distdir-am make[8]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/ports' make[8]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/ports' make[7]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/ports' (cd xml && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/xml' make distdir-am make[8]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/xml' make[8]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/xml' make[7]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/xml' (cd linux && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/linux' make distdir-am make[8]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/linux' (cd allowed && make top_distdir=../../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/linux/allowed' make distdir-am make[10]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/linux/allowed' make[10]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/linux/allowed' make[9]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/linux/allowed' (cd gather && make top_distdir=../../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[9]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/linux/gather' make distdir-am make[10]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/linux/gather' make[10]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/linux/gather' make[9]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/linux/gather' make[8]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/linux' make[7]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/linux' (cd x86 && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/x86' make distdir-am make[8]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/x86' make[8]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/x86' make[7]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/x86' (cd x86+linux && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/x86+linux' make distdir-am make[8]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/x86+linux' make[8]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/x86+linux' make[7]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/x86+linux' (cd rename && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/rename \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[7]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/rename' make distdir-am make[8]: Entering directory '/builds/workspace/extended_v2.1/tests/hwloc/rename' make[8]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/rename' make[7]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc/rename' make[6]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc' make[5]: Leaving directory '/builds/workspace/extended_v2.1/tests/hwloc' (cd netloc && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/builds/workspace/extended_v2.1/tests/netloc' make distdir-am make[6]: Entering directory '/builds/workspace/extended_v2.1/tests/netloc' make[6]: Leaving directory '/builds/workspace/extended_v2.1/tests/netloc' make[5]: Leaving directory '/builds/workspace/extended_v2.1/tests/netloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/tests' make[3]: Leaving directory '/builds/workspace/extended_v2.1/tests' (cd contrib/systemd && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.1/contrib/systemd' make distdir-am make[4]: Entering directory '/builds/workspace/extended_v2.1/contrib/systemd' make[4]: Leaving directory '/builds/workspace/extended_v2.1/contrib/systemd' make[3]: Leaving directory '/builds/workspace/extended_v2.1/contrib/systemd' (cd contrib/misc && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.1/contrib/misc' make distdir-am make[4]: Entering directory '/builds/workspace/extended_v2.1/contrib/misc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/contrib/misc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/contrib/misc' (cd contrib/hwloc-ps.www && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.1/contrib/hwloc-ps.www' make distdir-am make[4]: Entering directory '/builds/workspace/extended_v2.1/contrib/hwloc-ps.www' make[4]: Leaving directory '/builds/workspace/extended_v2.1/contrib/hwloc-ps.www' make[3]: Leaving directory '/builds/workspace/extended_v2.1/contrib/hwloc-ps.www' (cd doc && make top_distdir=../hwloc-v2.1-20200706.2130.gite5549aff distdir=../hwloc-v2.1-20200706.2130.gite5549aff/doc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.1/doc' make distdir-am make[4]: Entering directory '/builds/workspace/extended_v2.1/doc' (cd examples && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/doc/examples \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[5]: Entering directory '/builds/workspace/extended_v2.1/doc/examples' make distdir-am make[6]: Entering directory '/builds/workspace/extended_v2.1/doc/examples' cp -f ./hwloc-hello.c hwloc-hello-cpp.cpp make[6]: Leaving directory '/builds/workspace/extended_v2.1/doc/examples' make[5]: Leaving directory '/builds/workspace/extended_v2.1/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/doc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/doc' (cd contrib/windows && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.1/contrib/windows' make distdir-am make[4]: Entering directory '/builds/workspace/extended_v2.1/contrib/windows' make[4]: Leaving directory '/builds/workspace/extended_v2.1/contrib/windows' make[3]: Leaving directory '/builds/workspace/extended_v2.1/contrib/windows' (cd netloc && make top_distdir=../hwloc-v2.1-20200706.2130.gite5549aff distdir=../hwloc-v2.1-20200706.2130.gite5549aff/netloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.1/netloc' make distdir-am make[4]: Entering directory '/builds/workspace/extended_v2.1/netloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/netloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/netloc' make \ top_distdir="hwloc-v2.1-20200706.2130.gite5549aff" distdir="hwloc-v2.1-20200706.2130.gite5549aff" \ dist-hook make[3]: Entering directory '/builds/workspace/extended_v2.1' sh "./config/distscript.sh" "." "hwloc-v2.1-20200706.2130.gite5549aff" "v2.1-20200706.2130.gite5549aff" Creating hwloc distribution In directory: /builds/workspace/extended_v2.1 Srcdir: /builds/workspace/extended_v2.1 Builddir: /builds/workspace/extended_v2.1 Version: v2.1-20200706.2130.gite5549aff Started: Mon Jul 6 21:31:23 EDT 2020 *** Copying doxygen-doc tree to dist... *** Directory: srcdir: /builds/workspace/extended_v2.1, distdir: /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff, pwd: /builds/workspace/extended_v2.1 mkdir -p /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc chmod -R a=rwx /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc rm -rf /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc tar c -C /builds/workspace/extended_v2.1 -h -f - doc/doxygen-doc | tar x -C /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff -f - *** Copying new README /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/README cp -pf /builds/workspace/extended_v2.1/README /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff *** Now in distdir: /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff *** Removing latex source from dist tree rm -rf doc/doxygen-doc/latex *** hwloc version v2.1-20200706.2130.gite5549aff distribution created Started: Mon Jul 6 21:31:23 EDT 2020 Ended: Mon Jul 6 21:31:23 EDT 2020 make[3]: Leaving directory '/builds/workspace/extended_v2.1' test -n "" \ || find "hwloc-v2.1-20200706.2130.gite5549aff" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /builds/workspace/extended_v2.1/config/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "hwloc-v2.1-20200706.2130.gite5549aff" make[2]: Leaving directory '/builds/workspace/extended_v2.1' tardir=hwloc-v2.1-20200706.2130.gite5549aff && tar --format=ustar -chf - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >hwloc-v2.1-20200706.2130.gite5549aff.tar.bz2 tardir=hwloc-v2.1-20200706.2130.gite5549aff && tar --format=ustar -chf - "$tardir" | eval GZIP= gzip --best -c >hwloc-v2.1-20200706.2130.gite5549aff.tar.gz make[1]: Leaving directory '/builds/workspace/extended_v2.1' if test -d "hwloc-v2.1-20200706.2130.gite5549aff"; then find "hwloc-v2.1-20200706.2130.gite5549aff" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "hwloc-v2.1-20200706.2130.gite5549aff" || { sleep 5 && rm -rf "hwloc-v2.1-20200706.2130.gite5549aff"; }; else :; fi case 'hwloc-v2.1-20200706.2130.gite5549aff.tar.gz hwloc-v2.1-20200706.2130.gite5549aff.tar.bz2' in \ *.tar.gz*) \ eval GZIP= gzip --best -dc hwloc-v2.1-20200706.2130.gite5549aff.tar.gz | tar -xf - ;;\ *.tar.bz2*) \ bzip2 -dc hwloc-v2.1-20200706.2130.gite5549aff.tar.bz2 | tar -xf - ;;\ *.tar.lz*) \ lzip -dc hwloc-v2.1-20200706.2130.gite5549aff.tar.lz | tar -xf - ;;\ *.tar.xz*) \ xz -dc hwloc-v2.1-20200706.2130.gite5549aff.tar.xz | tar -xf - ;;\ *.tar.Z*) \ uncompress -c hwloc-v2.1-20200706.2130.gite5549aff.tar.Z | tar -xf - ;;\ *.shar.gz*) \ eval GZIP= gzip --best -dc hwloc-v2.1-20200706.2130.gite5549aff.shar.gz | unshar ;;\ *.zip*) \ unzip hwloc-v2.1-20200706.2130.gite5549aff.zip ;;\ esac chmod -R a-w hwloc-v2.1-20200706.2130.gite5549aff chmod u+w hwloc-v2.1-20200706.2130.gite5549aff mkdir hwloc-v2.1-20200706.2130.gite5549aff/_build hwloc-v2.1-20200706.2130.gite5549aff/_build/sub hwloc-v2.1-20200706.2130.gite5549aff/_inst chmod a-w hwloc-v2.1-20200706.2130.gite5549aff test -d hwloc-v2.1-20200706.2130.gite5549aff/_build || exit 0; \ dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd hwloc-v2.1-20200706.2130.gite5549aff/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \ && am__cwd=`pwd` \ && CDPATH="${ZSH_VERSION+.}:" && cd hwloc-v2.1-20200706.2130.gite5549aff/_build/sub \ && ../../configure \ \ \ --srcdir=../.. --prefix="$dc_install_base" \ && make \ && make dvi \ && make check \ && make install \ && make installcheck \ && make uninstall \ && make distuninstallcheck_dir="$dc_install_base" \ distuninstallcheck \ && chmod -R a-w "$dc_install_base" \ && ({ \ (cd ../.. && umask 077 && mkdir "$dc_destdir") \ && make DESTDIR="$dc_destdir" install \ && make DESTDIR="$dc_destdir" uninstall \ && make DESTDIR="$dc_destdir" \ distuninstallcheck_dir="$dc_destdir" distuninstallcheck; \ } || { rm -rf "$dc_destdir"; exit 1; }) \ && rm -rf "$dc_destdir" \ && make dist \ && rm -rf hwloc-v2.1-20200706.2130.gite5549aff.tar.gz hwloc-v2.1-20200706.2130.gite5549aff.tar.bz2 \ && make distcleancheck \ && cd "$am__cwd" \ || exit 1 ### ### 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 whether make supports the include directive... yes (GNU style) 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.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub configure: hwloc srcdir: /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff 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 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 snprintf is correct... yes 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 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... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes checking for w3m... no checking for lynx... /usr/bin/lynx checking if can build top-level README... yes checking if will build doxygen docs... no checking if will install doxygen docs... yes checking whether to enable "picky" compiler mode... no (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 whether lstopo Cairo/X11 interactive graphical output is supported... 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 whether bind is declared... yes checking for bind in -lsocket... no 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... no 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/x86+linux/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/x86+linux/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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: no ----------------------------------------------------------------------------- make[1]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' Making all in include make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/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[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' Making all in utils make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making all in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/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 CC common-ps.lo CCLD libutils_common.la 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[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making all in test-hwloc-dump-hwdata make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making all in lstopo make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' CC lstopo_no_graphics-lstopo.o CC lstopo_no_graphics-lstopo-draw.o CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o CC lstopo_no_graphics-lstopo-text.o CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics CC lstopo-lstopo.o CC lstopo-lstopo-draw.o CC lstopo-lstopo-fig.o CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o CC lstopo-lstopo-text.o CC lstopo-lstopo-xml.o CC lstopo-lstopo-shmem.o CC lstopo-lstopo-cairo.o CCLD lstopo Creating lstopo-no-graphics.1 man page... make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making all in tests make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making all in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making all in ports make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' Making all in xml make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' Making all in linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making all in . make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making all in allowed make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' Making all in gather make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making all in x86 make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' Making all in x86+linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making all in contrib/systemd make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' Creating hwloc-dump-hwdata.service... make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' Making all in contrib/misc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' Making all in contrib/hwloc-ps.www make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' Making all in doc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make all-recursive make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' Making all in examples make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' Making dvi in include make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' make[2]: Nothing to be done for 'dvi'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' Making dvi in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' make[2]: Nothing to be done for 'dvi'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' Making dvi in utils make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making dvi in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making dvi in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' make[4]: Nothing to be done for 'dvi-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making dvi in test-hwloc-dump-hwdata make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Nothing to be done for 'dvi'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making dvi in lstopo make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[3]: Nothing to be done for 'dvi'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[3]: Nothing to be done for 'dvi-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making dvi in tests make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making dvi in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making dvi in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[4]: Nothing to be done for 'dvi-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making dvi in ports make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make[4]: Nothing to be done for 'dvi'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' Making dvi in xml make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[4]: Nothing to be done for 'dvi'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' Making dvi in linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making dvi in . make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[5]: Nothing to be done for 'dvi-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making dvi in allowed make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[5]: Nothing to be done for 'dvi'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' Making dvi in gather make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[5]: Nothing to be done for 'dvi'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making dvi in x86 make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[4]: Nothing to be done for 'dvi'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' Making dvi in x86+linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[4]: Nothing to be done for 'dvi'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[3]: Nothing to be done for 'dvi-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making dvi in contrib/systemd make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' make[2]: Nothing to be done for 'dvi'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' Making dvi in contrib/misc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make[2]: Nothing to be done for 'dvi'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' Making dvi in contrib/hwloc-ps.www make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' make[2]: Nothing to be done for 'dvi'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' Making dvi in doc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' Making dvi in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[3]: Nothing to be done for 'dvi'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[3]: Nothing to be done for 'dvi-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[2]: Nothing to be done for 'dvi-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' Making check in include make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' make make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' Making check in utils make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making check in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making check in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' PASS: test-hwloc-annotate.sh PASS: test-hwloc-calc.sh PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: test-hwloc-distrib.sh PASS: test-hwloc-info.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 6 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making check in test-hwloc-dump-hwdata make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making check in lstopo make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making check in tests make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making check in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making check in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem glibc-sched make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CC hwloc_list_components.o CCLD hwloc_list_components CC hwloc_bitmap.o CCLD hwloc_bitmap CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o CCLD hwloc_type_depth CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf CC hwloc_bind.o CCLD hwloc_bind CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation CC hwloc_object_userdata.o CCLD hwloc_object_userdata CC hwloc_synthetic.o CCLD hwloc_synthetic CC hwloc_backends.o CCLD hwloc_backends CC hwloc_pci_backend.o CCLD hwloc_pci_backend CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem CC hwloc_distances.o CCLD hwloc_distances CC hwloc_groups.o CCLD hwloc_groups CC hwloc_insert_misc.o CCLD hwloc_insert_misc CC hwloc_topology_allow.o CCLD hwloc_topology_allow CC hwloc_topology_restrict.o CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CCLD hwloc_topology_dup CC hwloc_topology_diff.o CCLD hwloc_topology_diff CC hwloc_topology_abi.o CCLD hwloc_topology_abi CC hwloc_obj_infos.o CCLD hwloc_obj_infos CC hwloc_iodevs.o CCLD hwloc_iodevs CC xmlbuffer.o CCLD xmlbuffer CC gl.o CCLD gl CC intel-mic.o CCLD intel-mic CC shmem.o CCLD shmem CC glibc-sched.o CCLD glibc-sched make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs PASS: hwloc_get_obj_covering_cpuset PASS: hwloc_get_cache_covering_cpuset PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation PASS: hwloc_object_userdata PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: xmlbuffer PASS: gl PASS: intel-mic PASS: shmem PASS: glibc-sched ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 40 # PASS: 40 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making check in ports make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o AR liblstopo-port-windows.a CC libhwloc_port_aix_la-topology-aix.lo CCLD libhwloc-port-aix.la CC libhwloc_port_bgq_la-topology-bgq.lo CCLD libhwloc-port-bgq.la CC libhwloc_port_darwin_la-topology-darwin.lo CCLD libhwloc-port-darwin.la CC libhwloc_port_freebsd_la-topology-freebsd.lo CCLD libhwloc-port-freebsd.la CC libhwloc_port_hpux_la-topology-hpux.lo CCLD libhwloc-port-hpux.la CC libhwloc_port_netbsd_la-topology-netbsd.lo CCLD libhwloc-port-netbsd.la CC libhwloc_port_solaris_la-topology-solaris.lo CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CCLD libhwloc-port-solaris.la CC libhwloc_port_windows_la-topology-windows.lo CCLD libhwloc-port-windows.la CC libhwloc_port_opencl_la-topology-opencl.lo CCLD libhwloc-port-opencl.la CC libhwloc_port_cuda_la-topology-cuda.lo CCLD libhwloc-port-cuda.la CC libhwloc_port_nvml_la-topology-nvml.lo CCLD libhwloc-port-nvml.la CC libhwloc_port_gl_la-topology-gl.lo CCLD libhwloc-port-gl.la make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' Making check in xml make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml PASS: 192em64t-12gr2n8c2t.xml PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' Making check in linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making check in . make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make check-TESTS make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[7]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output PASS: 256ppc-8n8s4t.output PASS: 256ppc-8n8s4t-nocache.output PASS: 32amd64-4s2n4c-cgroup.output PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16em64t-4s2c2t_ncaches.output PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: 16ia64-8n2s.output PASS: 32em64t-2n8c+1mic.output PASS: 40intel64-2g2n4c+pci.output PASS: 40intel64-4n10c+pci-conflicts.output PASS: 48amd64-4d2n6c-sparse.output PASS: 64amd64-4s2n4ca2co.output PASS: 64fake-4n2s2ca2c2t.output PASS: 64intel64-fakeKNL-A2A-cache.output PASS: 64intel64-fakeKNL-SNC4-hybrid.output PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output PASS: 96em64t-4n4d3ca2co.output PASS: 128ia64-17n4s2c.output PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output PASS: nvidiagpunumanodes.output PASS: nvidiagpunumanodes.kept.output PASS: fakememinitiators-1npc+1npc.output PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[7]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making check in allowed make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make check-TESTS make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[7]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[7]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' Making check in gather make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make check-TESTS make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[7]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[7]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making check in x86 make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' Making check in x86+linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' PASS: 64amd64-4p2n4ca2co.output PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making check in contrib/systemd make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' Making check in contrib/misc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make hwloc-tweak-osindex make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' Making check in contrib/hwloc-ps.www make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' Making check in doc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make check-recursive make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' Making check in examples make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' CC hwloc-hello.o CCLD hwloc-hello CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind CC nodeset+membind+policy.o CCLD nodeset+membind+policy CC get-knl-modes.o CCLD get-knl-modes CC gpu.o CCLD gpu CC sharedcaches.o CCLD sharedcaches make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[4]: Nothing to be done for 'check-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' Making install in include make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include' /usr/bin/install -c -m 644 ../../../include/hwloc.h '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include/hwloc' /usr/bin/install -c -m 644 ../../../include/hwloc/bitmap.h ../../../include/hwloc/helper.h ../../../include/hwloc/inlines.h ../../../include/hwloc/diff.h ../../../include/hwloc/shmem.h ../../../include/hwloc/distances.h ../../../include/hwloc/export.h ../../../include/hwloc/openfabrics-verbs.h ../../../include/hwloc/opencl.h ../../../include/hwloc/cuda.h ../../../include/hwloc/cudart.h ../../../include/hwloc/nvml.h ../../../include/hwloc/plugins.h ../../../include/hwloc/gl.h ../../../include/hwloc/intel-mic.h ../../../include/hwloc/rename.h ../../../include/hwloc/deprecated.h ../../../include/hwloc/linux.h ../../../include/hwloc/linux-libnuma.h ../../../include/hwloc/glibc-sched.h '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include/hwloc' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include/hwloc/autogen' /usr/bin/install -c -m 644 hwloc/autogen/config.h '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include/hwloc/autogen' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' Making install in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libhwloc.la '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' libtool: install: /usr/bin/install -c .libs/libhwloc.so.15.1.0 /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/libhwloc.so.15.1.0 libtool: install: (cd /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib && { ln -s -f libhwloc.so.15.1.0 libhwloc.so.15 || { rm -f libhwloc.so.15 && ln -s libhwloc.so.15.1.0 libhwloc.so.15; }; }) libtool: install: (cd /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib && { ln -s -f libhwloc.so.15.1.0 libhwloc.so || { rm -f libhwloc.so && ln -s libhwloc.so.15.1.0 libhwloc.so; }; }) libtool: install: /usr/bin/install -c .libs/libhwloc.lai /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/libhwloc.la libtool: finish: PATH="/builds/local/hwloc-v2.1/bin:/builds/.local/bin:/builds/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin" ldconfig -n /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib ---------------------------------------------------------------------- Libraries have been installed in: /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make install-exec-hook make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' make[4]: Nothing to be done for 'install-exec-hook'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' /usr/bin/install -c -m 644 ../../../hwloc/hwloc.dtd ../../../hwloc/hwloc2.dtd ../../../hwloc/hwloc2-diff.dtd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' Making install in utils make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making install in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making install in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c hwloc-annotate hwloc-bind hwloc-calc hwloc-diff hwloc-distrib hwloc-info hwloc-patch hwloc-ps hwloc-gather-cpuid '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' libtool: install: /usr/bin/install -c .libs/hwloc-annotate /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-annotate libtool: install: /usr/bin/install -c .libs/hwloc-bind /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-bind libtool: install: /usr/bin/install -c .libs/hwloc-calc /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-calc libtool: install: /usr/bin/install -c .libs/hwloc-diff /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-diff libtool: install: /usr/bin/install -c .libs/hwloc-distrib /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-distrib libtool: install: /usr/bin/install -c .libs/hwloc-info /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-info libtool: install: /usr/bin/install -c .libs/hwloc-patch /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-patch libtool: install: /usr/bin/install -c .libs/hwloc-ps /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-ps libtool: install: /usr/bin/install -c .libs/hwloc-gather-cpuid /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-gather-cpuid /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' /usr/bin/install -c hwloc-compress-dir hwloc-gather-topology '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/sbin' /bin/sh ../../libtool --mode=install /usr/bin/install -c hwloc-dump-hwdata '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/sbin' libtool: install: /usr/bin/install -c .libs/hwloc-dump-hwdata /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/sbin/hwloc-dump-hwdata make install-exec-hook make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' /usr/bin/sed -e 's/HWLOC_top_builddir\/utils\/hwloc/bindir/' -e 's/HWLOC_top_builddir\/utils\/lstopo/bindir/' -e '/HWLOC_top_builddir/d' /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-compress-dir > /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-compress-dir.tmp && mv -f /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-compress-dir.tmp /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-compress-dir chmod +x /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-compress-dir /usr/bin/sed -e 's/HWLOC_top_builddir\/utils\/lstopo/bindir/' -e 's/HWLOC_top_builddir\/utils\/hwloc/bindir/' -e '/HWLOC_top_builddir/d' /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-gather-topology > /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-gather-topology.tmp && mv -f /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-gather-topology.tmp /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-gather-topology chmod +x /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-gather-topology make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1' /usr/bin/install -c -m 644 hwloc-annotate.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-gather-topology.1 hwloc-ps.1 hwloc-gather-cpuid.1 hwloc-dump-hwdata.1 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man7' /usr/bin/install -c -m 644 hwloc.7 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man7' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making install in test-hwloc-dump-hwdata make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making install in lstopo make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c lstopo-no-graphics lstopo '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' libtool: install: /usr/bin/install -c .libs/lstopo-no-graphics /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/lstopo-no-graphics libtool: install: /usr/bin/install -c .libs/lstopo /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/lstopo make install-exec-hook make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' rm -f /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-ls cd /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin && ln -s lstopo-no-graphics hwloc-ls make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/applications' /usr/bin/install -c -m 644 ../../../../utils/lstopo/lstopo.desktop '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/applications' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1' /usr/bin/install -c -m 644 lstopo-no-graphics.1 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1' make install-data-hook make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' rm -f /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1/hwloc-ls.1 cd /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1 && ln -s lstopo-no-graphics.1 hwloc-ls.1 rm -f /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1/lstopo.1 cd /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1 && ln -s lstopo-no-graphics.1 lstopo.1 make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making install in tests make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making install in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making install in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making install in ports make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' Making install in xml make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' Making install in linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making install in . make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making install in allowed make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' Making install in gather make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making install in x86 make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' Making install in x86+linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making install in contrib/systemd make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' /usr/bin/install -c -m 644 hwloc-dump-hwdata.service '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' Making install in contrib/misc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' Making install in contrib/hwloc-ps.www make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc/hwloc-ps.www' /usr/bin/install -c -m 644 ../../../../contrib/hwloc-ps.www/client.js ../../../../contrib/hwloc-ps.www/package.json ../../../../contrib/hwloc-ps.www/README '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc/hwloc-ps.www' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc/hwloc-ps.www/assets' /usr/bin/install -c -m 644 ../../../../contrib/hwloc-ps.www/assets/index.html ../../../../contrib/hwloc-ps.www/assets/main.css ../../../../contrib/hwloc-ps.www/assets/script.js ../../../../contrib/hwloc-ps.www/assets/style.css '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc/hwloc-ps.www/assets' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' Making install in doc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make install-recursive make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' Making install in examples make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_api_version.3 ../../../doc/doxygen-doc/man/man3/HWLOC_API_VERSION.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_api_version.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_bitmap.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_allbut.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_alloc.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_alloc_full.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_and.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_andnot.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_asprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_clr.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_clr_range.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_compare.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_compare_first.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_copy.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_dup.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_fill.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_first.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_foreach_begin.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_foreach_end.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_free.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_from_ith_ulong.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_from_ulong.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_from_ulongs.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_intersects.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_isequal.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_isfull.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_isincluded.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_isset.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_iszero.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_last.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_list_asprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_list_snprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_list_sscanf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_next.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_not.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_nr_ulongs.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_only.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_or.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_set.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_set_ith_ulong.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_set_range.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_singlify.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_snprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_sscanf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_asprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_snprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_sscanf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_to_ith_ulong.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_to_ulong.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_to_ulongs.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_weight.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_xor.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_zero.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_configuration.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_INCLUDE_DISALLOWED.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_flags_e.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_flags.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_flags.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_is_thissystem.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_discovery_support.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_cpubind_support.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_membind_support.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_support.3 ../../../doc/doxygen-doc/man/man3/hwloc_type_filter_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_ALL.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_NONE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_STRUCTURE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_IMPORTANT.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_type_filter.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_all_types_filter.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_cache_types_filter.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_icache_types_filter.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_io_types_filter.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_type_filter.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_userdata.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_userdata.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_cpubinding.3 ../../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_NOMEMBIND.3 ../../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_PROCESS.3 ../../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_STRICT.3 ../../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_THREAD.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpubind_flags_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_proc_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_proc_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_thread_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_thread_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_proc_last_cpu_location.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_last_cpu_location.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_creation.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_init.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_load.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_destroy.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_dup.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_abi_check.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_check.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_opencl.3 ../../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_pci_busid.3 ../../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_osdev.3 ../../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_osdev_by_index.3 ../../../doc/doxygen-doc/man/man3/hwlocality_cuda.3 ../../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_pci_ids.3 ../../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_pcidev.3 ../../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_osdev.3 ../../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_osdev_by_index.3 ../../../doc/doxygen-doc/man/man3/hwlocality_cudart.3 ../../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_pci_ids.3 ../../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_pcidev.3 ../../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_osdev_by_index.3 ../../../doc/doxygen-doc/man/man3/hwlocality_nvml.3 ../../../doc/doxygen-doc/man/man3/hwloc_nvml_get_device_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_nvml_get_device_osdev.3 ../../../doc/doxygen-doc/man/man3/hwloc_nvml_get_device_osdev_by_index.3 ../../../doc/doxygen-doc/man/man3/hwlocality_gl.3 ../../../doc/doxygen-doc/man/man3/hwloc_gl_get_display_osdev_by_port_device.3 ../../../doc/doxygen-doc/man/man3/hwloc_gl_get_display_osdev_by_name.3 ../../../doc/doxygen-doc/man/man3/hwloc_gl_get_display_by_osdev.3 ../../../doc/doxygen-doc/man/man3/hwlocality_intel_mic.3 ../../../doc/doxygen-doc/man/man3/hwloc_intel_mic_get_device_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_intel_mic_get_device_osdev_by_index.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_diff.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_type_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_u.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_type_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_u.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_build.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_apply_flags_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_apply.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_destroy.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_load_xml.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_export_xml.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_load_xmlbuffer.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_export_xmlbuffer.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_glibc_sched.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_glibc_sched_affinity.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_glibc_sched_affinity.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_advanced_io.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_non_io_ancestor_obj.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_pcidev.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_pcidev_by_busid.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_pcidev_by_busidstring.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_osdev.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_bridge.3 ../../../doc/doxygen-doc/man/man3/hwloc_bridge_covers_pcibus.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_ancestors.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_ancestor_obj_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_ancestor_obj_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_common_ancestor_obj.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_is_in_subtree.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_distances_get.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_kind_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_FROM_OS.3 ../../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_FROM_USER.3 ../../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_MEANS_LATENCY.3 ../../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_MEANS_BANDWIDTH.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_get.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_get_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_get_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_get_by_name.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_get_name.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_release.3 ../../../doc/doxygen-doc/man/man3/hwlocality_distances_consult.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_obj_index.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_obj_pair_values.3 ../../../doc/doxygen-doc/man/man3/hwlocality_distances_add.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_add_flag_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_ADD_FLAG_GROUP.3 ../../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_ADD_FLAG_GROUP_INACCURATE.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_add.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_remove.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_remove_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_remove_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_release_remove.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_distribute.3 ../../../doc/doxygen-doc/man/man3/hwloc_distrib_flags_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_DISTRIB_FLAG_REVERSE.3 ../../../doc/doxygen-doc/man/man3/hwloc_distrib.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_find_cache.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_cache_type_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_cache_covering_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_shared_cache_covering_obj.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_find_covering.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_child_covering_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_covering_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_covering_cpuset_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_covering_cpuset_by_type.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_find_inside.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_first_largest_obj_inside_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_largest_objs_inside_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_inside_cpuset_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_inside_cpuset_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_inside_cpuset_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_inside_cpuset_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_inside_cpuset_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_inside_cpuset_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_index_inside_cpuset.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_find_misc.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_pu_obj_by_os_index.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_child.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_closest_objs.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_below_array_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_below_by_type.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_types.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_normal.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_memory.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_io.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_cache.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_dcache.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_icache.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_nodeset_convert.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_topology_sets.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_allowed_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_complete_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_topology_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_allowed_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_complete_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_topology_nodeset.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_levels.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_type_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_type_depth_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_MULTIPLE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_UNKNOWN.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_BRIDGE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_PCI_DEVICE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_OS_DEVICE.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_memory_parents_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_type_or_above_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_type_or_below_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_depth_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_root_obj.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_by_type.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_linux.3 ../../../doc/doxygen-doc/man/man3/hwloc_linux_set_tid_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_linux_get_tid_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_linux_get_tid_last_cpu_location.3 ../../../doc/doxygen-doc/man/man3/hwloc_linux_read_path_as_cpumask.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_bitmask.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_linux_libnuma_bitmask.3 ../../../doc/doxygen-doc/man/man3/hwloc_nodeset_from_linux_libnuma_bitmask.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_linux_libnuma_bitmask.3 ../../../doc/doxygen-doc/man/man3/hwloc_nodeset_to_linux_libnuma_bitmask.3 ../../../doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_ulongs.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_linux_libnuma_ulongs.3 ../../../doc/doxygen-doc/man/man3/hwloc_nodeset_from_linux_libnuma_ulongs.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_linux_libnuma_ulongs.3 ../../../doc/doxygen-doc/man/man3/hwloc_nodeset_to_linux_libnuma_ulongs.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_membinding.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_BIND.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_DEFAULT.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_FIRSTTOUCH.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_INTERLEAVE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_MIGRATE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_MIXED.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_NEXTTOUCH.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_NOCPUBIND.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_BYNODESET.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_PROCESS.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_STRICT.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_THREAD.3 ../../../doc/doxygen-doc/man/man3/hwloc_membind_flags_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_membind_policy_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_proc_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_proc_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_area_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_area_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_area_memlocation.3 ../../../doc/doxygen-doc/man/man3/hwloc_alloc.3 ../../../doc/doxygen-doc/man/man3/hwloc_alloc_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy.3 ../../../doc/doxygen-doc/man/man3/hwloc_free.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_info_attr.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_get_info_by_name.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_add_info.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_object_sets.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_const_bitmap_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_const_cpuset_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_nodeset_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_const_nodeset_t.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_object_strings.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_string.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_snprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_snprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_type_sscanf.3 ../../../doc/doxygen-doc/man/man3/hwloc_type_sscanf_as_depth.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_object_types.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CORE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_GROUP.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L1CACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L2CACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L3CACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L4CACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L5CACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L1ICACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L2ICACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L3ICACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_MACHINE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_MISC.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_NUMANODE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OS_DEVICE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_PU.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_PCI_DEVICE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_PACKAGE.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_t.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_UNIFIED.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_DATA.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_INSTRUCTION.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_cache_type_e.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_cache_type_t.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE_HOST.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE_PCI.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_bridge_type_e.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_bridge_type_t.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_BLOCK.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_DMA.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_GPU.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_NETWORK.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_OPENFABRICS.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_COPROC.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_osdev_type_e.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_osdev_type_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_compare_types.3 ../../../doc/doxygen-doc/man/man3/hwloc_compare_types_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_UNORDERED.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_objects.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_numanode_attr_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_numanode_attr_s_hwloc_memory_page_type_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_bridge_attr_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_osdev_attr_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_info_s.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_openfabrics.3 ../../../doc/doxygen-doc/man/man3/hwloc_ibv_get_device_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_ibv_get_device_osdev.3 ../../../doc/doxygen-doc/man/man3/hwloc_ibv_get_device_osdev_by_name.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_setsource.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_pid.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_synthetic.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_xml.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_xmlbuffer.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_components_flag_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_COMPONENTS_FLAG_BLACKLIST.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_components.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_shmem.3 ../../../doc/doxygen-doc/man/man3/hwloc_shmem_topology_get_length.3 ../../../doc/doxygen-doc/man/man3/hwloc_shmem_topology_write.3 ../../../doc/doxygen-doc/man/man3/hwloc_shmem_topology_adopt.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_syntheticexport.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_export_synthetic.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_tinker.3 ../../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_REMOVE_CPULESS.3 ../../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_BYNODESET.3 ../../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_REMOVE_MEMLESS.3 ../../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_IO.3 ../../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 ../../../doc/doxygen-doc/man/man3/hwloc_restrict_flags_e.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_restrict.3 ../../../doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_ALL.3 ../../../doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_LOCAL_RESTRICTIONS.3 ../../../doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_CUSTOM.3 ../../../doc/doxygen-doc/man/man3/hwloc_allow_flags_e.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_allow.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_alloc_group_object.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_insert_group_object.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_add_other_obj_sets.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_xmlexport.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_export_xml.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_export_xmlbuffer.3 ../../../doc/doxygen-doc/man/man3/hwloc_free_xmlbuffer.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_userdata_export_callback.3 ../../../doc/doxygen-doc/man/man3/hwloc_export_obj_userdata.3 ../../../doc/doxygen-doc/man/man3/hwloc_export_obj_userdata_base64.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_userdata_import_callback.3 '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/doc/hwloc' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/hwloc-a4.pdf ../../../doc/doxygen-doc/hwloc-letter.pdf '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/doc/hwloc' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/etc/bash_completion.d' /usr/bin/install -c -m 644 ../../contrib/completion/hwloc-completion.bash '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/etc/bash_completion.d' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/doc/hwloc' /usr/bin/install -c -m 644 ../../contrib/misc/dynamic_SVG_example.html '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/doc/hwloc' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' /usr/bin/install -c -m 644 ../../contrib/hwloc-valgrind.supp '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' /usr/bin/mkdir -p '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/pkgconfig' /usr/bin/install -c -m 644 hwloc.pc '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/pkgconfig' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' Making installcheck in include make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' make[2]: Nothing to be done for 'installcheck'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' Making installcheck in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' make[2]: Nothing to be done for 'installcheck'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' Making installcheck in utils make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making installcheck in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making installcheck in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' make[4]: Nothing to be done for 'installcheck-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making installcheck in test-hwloc-dump-hwdata make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Nothing to be done for 'installcheck'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making installcheck in lstopo make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[3]: Nothing to be done for 'installcheck'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[3]: Nothing to be done for 'installcheck-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making installcheck in tests make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making installcheck in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making installcheck in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[4]: Nothing to be done for 'installcheck-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making installcheck in ports make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make[4]: Nothing to be done for 'installcheck'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' Making installcheck in xml make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[4]: Nothing to be done for 'installcheck'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' Making installcheck in linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making installcheck in . make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[5]: Nothing to be done for 'installcheck-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making installcheck in allowed make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[5]: Nothing to be done for 'installcheck'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' Making installcheck in gather make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[5]: Nothing to be done for 'installcheck'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making installcheck in x86 make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[4]: Nothing to be done for 'installcheck'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' Making installcheck in x86+linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[4]: Nothing to be done for 'installcheck'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[3]: Nothing to be done for 'installcheck-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making installcheck in contrib/systemd make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' make[2]: Nothing to be done for 'installcheck'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' Making installcheck in contrib/misc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make[2]: Nothing to be done for 'installcheck'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' Making installcheck in contrib/hwloc-ps.www make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' make[2]: Nothing to be done for 'installcheck'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' Making installcheck in doc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' Making installcheck in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[3]: Nothing to be done for 'installcheck'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[3]: Nothing to be done for 'installcheck-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[2]: Nothing to be done for 'installcheck-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' Making uninstall in include make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include' && rm -f hwloc.h ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include/hwloc' && rm -f bitmap.h helper.h inlines.h diff.h shmem.h distances.h export.h openfabrics-verbs.h opencl.h cuda.h cudart.h nvml.h plugins.h gl.h intel-mic.h rename.h deprecated.h linux.h linux-libnuma.h glibc-sched.h ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include/hwloc/autogen' && rm -f config.h ) make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' Making uninstall in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' /bin/sh ../libtool --mode=uninstall rm -f '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/libhwloc.la' libtool: uninstall: rm -f /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/libhwloc.la /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/libhwloc.so.15.1.0 /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/libhwloc.so.15 /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/libhwloc.so ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' && rm -f hwloc.dtd hwloc2.dtd hwloc2-diff.dtd ) make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' Making uninstall in utils make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making uninstall in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making uninstall in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' && rm -f hwloc-annotate hwloc-bind hwloc-calc hwloc-diff hwloc-distrib hwloc-info hwloc-patch hwloc-ps hwloc-gather-cpuid ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' && rm -f hwloc-compress-dir hwloc-gather-topology ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1' && rm -f hwloc-annotate.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-gather-topology.1 hwloc-ps.1 hwloc-gather-cpuid.1 hwloc-dump-hwdata.1 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man7' && rm -f hwloc.7 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/sbin' && rm -f hwloc-dump-hwdata ) make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making uninstall in test-hwloc-dump-hwdata make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Nothing to be done for 'uninstall'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making uninstall in lstopo make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' && rm -f lstopo-no-graphics lstopo ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/applications' && rm -f lstopo.desktop ) rm -f /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-ls rm -f /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1/hwloc-ls.1 /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1/lstopo.1 ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1' && rm -f lstopo-no-graphics.1 ) make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[3]: Nothing to be done for 'uninstall-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making uninstall in tests make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making uninstall in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making uninstall in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[4]: Nothing to be done for 'uninstall-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making uninstall in ports make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make[4]: Nothing to be done for 'uninstall'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' Making uninstall in xml make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[4]: Nothing to be done for 'uninstall'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' Making uninstall in linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making uninstall in . make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[5]: Nothing to be done for 'uninstall-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making uninstall in allowed make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[5]: Nothing to be done for 'uninstall'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' Making uninstall in gather make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[5]: Nothing to be done for 'uninstall'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making uninstall in x86 make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[4]: Nothing to be done for 'uninstall'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' Making uninstall in x86+linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[4]: Nothing to be done for 'uninstall'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[3]: Nothing to be done for 'uninstall-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making uninstall in contrib/systemd make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' && rm -f hwloc-dump-hwdata.service ) make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' Making uninstall in contrib/misc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make[2]: Nothing to be done for 'uninstall'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' Making uninstall in contrib/hwloc-ps.www make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc/hwloc-ps.www' && rm -f client.js package.json README ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc/hwloc-ps.www/assets' && rm -f index.html main.css script.js style.css ) make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' Making uninstall in doc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' Making uninstall in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[3]: Nothing to be done for 'uninstall'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_api_version.3 HWLOC_API_VERSION.3 hwloc_get_api_version.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_bitmap.3 hwloc_bitmap_allbut.3 hwloc_bitmap_alloc.3 hwloc_bitmap_alloc_full.3 hwloc_bitmap_and.3 hwloc_bitmap_andnot.3 hwloc_bitmap_asprintf.3 hwloc_bitmap_clr.3 hwloc_bitmap_clr_range.3 hwloc_bitmap_compare.3 hwloc_bitmap_compare_first.3 hwloc_bitmap_copy.3 hwloc_bitmap_dup.3 hwloc_bitmap_fill.3 hwloc_bitmap_first.3 hwloc_bitmap_foreach_begin.3 hwloc_bitmap_foreach_end.3 hwloc_bitmap_free.3 hwloc_bitmap_from_ith_ulong.3 hwloc_bitmap_from_ulong.3 hwloc_bitmap_from_ulongs.3 hwloc_bitmap_intersects.3 hwloc_bitmap_isequal.3 hwloc_bitmap_isfull.3 hwloc_bitmap_isincluded.3 hwloc_bitmap_isset.3 hwloc_bitmap_iszero.3 hwloc_bitmap_last.3 hwloc_bitmap_list_asprintf.3 hwloc_bitmap_list_snprintf.3 hwloc_bitmap_list_sscanf.3 hwloc_bitmap_next.3 hwloc_bitmap_not.3 hwloc_bitmap_nr_ulongs.3 hwloc_bitmap_only.3 hwloc_bitmap_or.3 hwloc_bitmap_set.3 hwloc_bitmap_set_ith_ulong.3 hwloc_bitmap_set_range.3 hwloc_bitmap_singlify.3 hwloc_bitmap_snprintf.3 hwloc_bitmap_sscanf.3 hwloc_bitmap_taskset_asprintf.3 hwloc_bitmap_taskset_snprintf.3 hwloc_bitmap_taskset_sscanf.3 hwloc_bitmap_to_ith_ulong.3 hwloc_bitmap_to_ulong.3 hwloc_bitmap_to_ulongs.3 hwloc_bitmap_weight.3 hwloc_bitmap_xor.3 hwloc_bitmap_zero.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_configuration.3 HWLOC_TOPOLOGY_FLAG_INCLUDE_DISALLOWED.3 HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES.3 hwloc_topology_flags_e.3 hwloc_topology_get_flags.3 hwloc_topology_set_flags.3 hwloc_topology_is_thissystem.3 hwloc_topology_discovery_support.3 hwloc_topology_cpubind_support.3 hwloc_topology_membind_support.3 hwloc_topology_support.3 hwloc_type_filter_e.3 HWLOC_TYPE_FILTER_KEEP_ALL.3 HWLOC_TYPE_FILTER_KEEP_NONE.3 HWLOC_TYPE_FILTER_KEEP_STRUCTURE.3 HWLOC_TYPE_FILTER_KEEP_IMPORTANT.3 hwloc_topology_set_type_filter.3 hwloc_topology_set_all_types_filter.3 hwloc_topology_set_cache_types_filter.3 hwloc_topology_set_icache_types_filter.3 hwloc_topology_set_io_types_filter.3 hwloc_topology_get_type_filter.3 hwloc_topology_set_userdata.3 hwloc_topology_get_userdata.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_cpubinding.3 HWLOC_CPUBIND_NOMEMBIND.3 HWLOC_CPUBIND_PROCESS.3 HWLOC_CPUBIND_STRICT.3 HWLOC_CPUBIND_THREAD.3 hwloc_cpubind_flags_t.3 hwloc_set_cpubind.3 hwloc_get_cpubind.3 hwloc_set_proc_cpubind.3 hwloc_get_proc_cpubind.3 hwloc_set_thread_cpubind.3 hwloc_get_thread_cpubind.3 hwloc_get_proc_last_cpu_location.3 hwloc_get_last_cpu_location.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_creation.3 hwloc_topology_t.3 hwloc_topology_init.3 hwloc_topology_load.3 hwloc_topology_destroy.3 hwloc_topology_dup.3 hwloc_topology_abi_check.3 hwloc_topology_check.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_opencl.3 hwloc_opencl_get_device_pci_busid.3 hwloc_opencl_get_device_cpuset.3 hwloc_opencl_get_device_osdev.3 hwloc_opencl_get_device_osdev_by_index.3 hwlocality_cuda.3 hwloc_cuda_get_device_cpuset.3 hwloc_cuda_get_device_pci_ids.3 hwloc_cuda_get_device_pcidev.3 hwloc_cuda_get_device_osdev.3 hwloc_cuda_get_device_osdev_by_index.3 hwlocality_cudart.3 hwloc_cudart_get_device_cpuset.3 hwloc_cudart_get_device_pci_ids.3 hwloc_cudart_get_device_pcidev.3 hwloc_cudart_get_device_osdev_by_index.3 hwlocality_nvml.3 hwloc_nvml_get_device_cpuset.3 hwloc_nvml_get_device_osdev.3 hwloc_nvml_get_device_osdev_by_index.3 hwlocality_gl.3 hwloc_gl_get_display_osdev_by_port_device.3 hwloc_gl_get_display_osdev_by_name.3 hwloc_gl_get_display_by_osdev.3 hwlocality_intel_mic.3 hwloc_intel_mic_get_device_cpuset.3 hwloc_intel_mic_get_device_osdev_by_index.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_diff.3 hwloc_topology_diff_obj_attr_type_e.3 HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 hwloc_topology_diff_obj_attr_u.3 hwloc_topology_diff_type_e.3 HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 hwloc_topology_diff_u.3 hwloc_topology_diff_build.3 hwloc_topology_diff_apply_flags_e.3 HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 hwloc_topology_diff_apply.3 hwloc_topology_diff_destroy.3 hwloc_topology_diff_load_xml.3 hwloc_topology_diff_export_xml.3 hwloc_topology_diff_load_xmlbuffer.3 hwloc_topology_diff_export_xmlbuffer.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_glibc_sched.3 hwloc_cpuset_from_glibc_sched_affinity.3 hwloc_cpuset_to_glibc_sched_affinity.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_advanced_io.3 hwloc_get_non_io_ancestor_obj.3 hwloc_get_next_pcidev.3 hwloc_get_pcidev_by_busid.3 hwloc_get_pcidev_by_busidstring.3 hwloc_get_next_osdev.3 hwloc_get_next_bridge.3 hwloc_bridge_covers_pcibus.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_ancestors.3 hwloc_get_ancestor_obj_by_depth.3 hwloc_get_ancestor_obj_by_type.3 hwloc_get_common_ancestor_obj.3 hwloc_obj_is_in_subtree.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_distances_get.3 hwloc_distances_s.3 hwloc_distances_kind_e.3 HWLOC_DISTANCES_KIND_FROM_OS.3 HWLOC_DISTANCES_KIND_FROM_USER.3 HWLOC_DISTANCES_KIND_MEANS_LATENCY.3 HWLOC_DISTANCES_KIND_MEANS_BANDWIDTH.3 hwloc_distances_get.3 hwloc_distances_get_by_depth.3 hwloc_distances_get_by_type.3 hwloc_distances_get_by_name.3 hwloc_distances_get_name.3 hwloc_distances_release.3 hwlocality_distances_consult.3 hwloc_distances_obj_index.3 hwloc_distances_obj_pair_values.3 hwlocality_distances_add.3 hwloc_distances_add_flag_e.3 HWLOC_DISTANCES_ADD_FLAG_GROUP.3 HWLOC_DISTANCES_ADD_FLAG_GROUP_INACCURATE.3 hwloc_distances_add.3 hwloc_distances_remove.3 hwloc_distances_remove_by_depth.3 hwloc_distances_remove_by_type.3 hwloc_distances_release_remove.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_distribute.3 hwloc_distrib_flags_e.3 HWLOC_DISTRIB_FLAG_REVERSE.3 hwloc_distrib.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_find_cache.3 hwloc_get_cache_type_depth.3 hwloc_get_cache_covering_cpuset.3 hwloc_get_shared_cache_covering_obj.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_find_covering.3 hwloc_get_child_covering_cpuset.3 hwloc_get_obj_covering_cpuset.3 hwloc_get_next_obj_covering_cpuset_by_depth.3 hwloc_get_next_obj_covering_cpuset_by_type.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_find_inside.3 hwloc_get_first_largest_obj_inside_cpuset.3 hwloc_get_largest_objs_inside_cpuset.3 hwloc_get_next_obj_inside_cpuset_by_depth.3 hwloc_get_next_obj_inside_cpuset_by_type.3 hwloc_get_obj_inside_cpuset_by_depth.3 hwloc_get_obj_inside_cpuset_by_type.3 hwloc_get_nbobjs_inside_cpuset_by_depth.3 hwloc_get_nbobjs_inside_cpuset_by_type.3 hwloc_get_obj_index_inside_cpuset.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_find_misc.3 hwloc_get_pu_obj_by_os_index.3 hwloc_get_next_child.3 hwloc_get_closest_objs.3 hwloc_get_obj_below_array_by_type.3 hwloc_get_obj_below_by_type.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_types.3 hwloc_obj_type_is_normal.3 hwloc_obj_type_is_memory.3 hwloc_obj_type_is_io.3 hwloc_obj_type_is_cache.3 hwloc_obj_type_is_dcache.3 hwloc_obj_type_is_icache.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_nodeset_convert.3 hwloc_cpuset_to_nodeset.3 hwloc_cpuset_from_nodeset.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_topology_sets.3 hwloc_topology_get_allowed_cpuset.3 hwloc_topology_get_complete_nodeset.3 hwloc_topology_get_topology_cpuset.3 hwloc_topology_get_allowed_nodeset.3 hwloc_topology_get_complete_cpuset.3 hwloc_topology_get_topology_nodeset.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_levels.3 hwloc_topology_get_depth.3 hwloc_get_type_depth.3 hwloc_get_type_depth_e.3 HWLOC_TYPE_DEPTH_MULTIPLE.3 HWLOC_TYPE_DEPTH_UNKNOWN.3 HWLOC_TYPE_DEPTH_BRIDGE.3 HWLOC_TYPE_DEPTH_PCI_DEVICE.3 HWLOC_TYPE_DEPTH_OS_DEVICE.3 hwloc_get_memory_parents_depth.3 hwloc_get_type_or_above_depth.3 hwloc_get_type_or_below_depth.3 hwloc_get_depth_type.3 hwloc_get_nbobjs_by_depth.3 hwloc_get_nbobjs_by_type.3 hwloc_get_root_obj.3 hwloc_get_obj_by_depth.3 hwloc_get_obj_by_type.3 hwloc_get_next_obj_by_depth.3 hwloc_get_next_obj_by_type.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_linux.3 hwloc_linux_set_tid_cpubind.3 hwloc_linux_get_tid_cpubind.3 hwloc_linux_get_tid_last_cpu_location.3 hwloc_linux_read_path_as_cpumask.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_linux_libnuma_bitmask.3 hwloc_cpuset_from_linux_libnuma_bitmask.3 hwloc_nodeset_from_linux_libnuma_bitmask.3 hwloc_cpuset_to_linux_libnuma_bitmask.3 hwloc_nodeset_to_linux_libnuma_bitmask.3 hwlocality_linux_libnuma_ulongs.3 hwloc_cpuset_from_linux_libnuma_ulongs.3 hwloc_nodeset_from_linux_libnuma_ulongs.3 hwloc_cpuset_to_linux_libnuma_ulongs.3 hwloc_nodeset_to_linux_libnuma_ulongs.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_membinding.3 HWLOC_MEMBIND_BIND.3 HWLOC_MEMBIND_DEFAULT.3 HWLOC_MEMBIND_FIRSTTOUCH.3 HWLOC_MEMBIND_INTERLEAVE.3 HWLOC_MEMBIND_MIGRATE.3 HWLOC_MEMBIND_MIXED.3 HWLOC_MEMBIND_NEXTTOUCH.3 HWLOC_MEMBIND_NOCPUBIND.3 HWLOC_MEMBIND_BYNODESET.3 HWLOC_MEMBIND_PROCESS.3 HWLOC_MEMBIND_STRICT.3 HWLOC_MEMBIND_THREAD.3 hwloc_membind_flags_t.3 hwloc_membind_policy_t.3 hwloc_set_membind.3 hwloc_get_membind.3 hwloc_set_proc_membind.3 hwloc_get_proc_membind.3 hwloc_set_area_membind.3 hwloc_get_area_membind.3 hwloc_get_area_memlocation.3 hwloc_alloc.3 hwloc_alloc_membind.3 hwloc_alloc_membind_policy.3 hwloc_free.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_info_attr.3 hwloc_obj_get_info_by_name.3 hwloc_obj_add_info.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_object_sets.3 hwloc_bitmap_t.3 hwloc_const_bitmap_t.3 hwloc_cpuset_t.3 hwloc_const_cpuset_t.3 hwloc_nodeset_t.3 hwloc_const_nodeset_t.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_object_strings.3 hwloc_obj_type_string.3 hwloc_obj_type_snprintf.3 hwloc_obj_attr_snprintf.3 hwloc_type_sscanf.3 hwloc_type_sscanf_as_depth.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_object_types.3 HWLOC_OBJ_BRIDGE.3 HWLOC_OBJ_CORE.3 HWLOC_OBJ_GROUP.3 HWLOC_OBJ_L1CACHE.3 HWLOC_OBJ_L2CACHE.3 HWLOC_OBJ_L3CACHE.3 HWLOC_OBJ_L4CACHE.3 HWLOC_OBJ_L5CACHE.3 HWLOC_OBJ_L1ICACHE.3 HWLOC_OBJ_L2ICACHE.3 HWLOC_OBJ_L3ICACHE.3 HWLOC_OBJ_MACHINE.3 HWLOC_OBJ_MISC.3 HWLOC_OBJ_NUMANODE.3 HWLOC_OBJ_OS_DEVICE.3 HWLOC_OBJ_PU.3 HWLOC_OBJ_PCI_DEVICE.3 HWLOC_OBJ_PACKAGE.3 hwloc_obj_type_t.3 HWLOC_OBJ_CACHE_UNIFIED.3 HWLOC_OBJ_CACHE_DATA.3 HWLOC_OBJ_CACHE_INSTRUCTION.3 hwloc_obj_cache_type_e.3 hwloc_obj_cache_type_t.3 HWLOC_OBJ_BRIDGE_HOST.3 HWLOC_OBJ_BRIDGE_PCI.3 hwloc_obj_bridge_type_e.3 hwloc_obj_bridge_type_t.3 HWLOC_OBJ_OSDEV_BLOCK.3 HWLOC_OBJ_OSDEV_DMA.3 HWLOC_OBJ_OSDEV_GPU.3 HWLOC_OBJ_OSDEV_NETWORK.3 HWLOC_OBJ_OSDEV_OPENFABRICS.3 HWLOC_OBJ_OSDEV_COPROC.3 hwloc_obj_osdev_type_e.3 hwloc_obj_osdev_type_t.3 hwloc_compare_types.3 hwloc_compare_types_e.3 HWLOC_TYPE_UNORDERED.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_objects.3 hwloc_obj.3 hwloc_obj_t.3 hwloc_obj_attr_u.3 hwloc_obj_attr_u_hwloc_numanode_attr_s.3 hwloc_obj_attr_u_hwloc_numanode_attr_s_hwloc_memory_page_type_s.3 hwloc_obj_attr_u_hwloc_bridge_attr_s.3 hwloc_obj_attr_u_hwloc_cache_attr_s.3 hwloc_obj_attr_u_hwloc_group_attr_s.3 hwloc_obj_attr_u_hwloc_osdev_attr_s.3 hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 hwloc_info_s.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_openfabrics.3 hwloc_ibv_get_device_cpuset.3 hwloc_ibv_get_device_osdev.3 hwloc_ibv_get_device_osdev_by_name.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_setsource.3 hwloc_topology_set_pid.3 hwloc_topology_set_synthetic.3 hwloc_topology_set_xml.3 hwloc_topology_set_xmlbuffer.3 hwloc_topology_components_flag_e.3 HWLOC_TOPOLOGY_COMPONENTS_FLAG_BLACKLIST.3 hwloc_topology_set_components.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_shmem.3 hwloc_shmem_topology_get_length.3 hwloc_shmem_topology_write.3 hwloc_shmem_topology_adopt.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_syntheticexport.3 hwloc_topology_export_synthetic.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_tinker.3 HWLOC_RESTRICT_FLAG_REMOVE_CPULESS.3 HWLOC_RESTRICT_FLAG_BYNODESET.3 HWLOC_RESTRICT_FLAG_REMOVE_MEMLESS.3 HWLOC_RESTRICT_FLAG_ADAPT_IO.3 HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 hwloc_restrict_flags_e.3 hwloc_topology_restrict.3 HWLOC_ALLOW_FLAG_ALL.3 HWLOC_ALLOW_FLAG_LOCAL_RESTRICTIONS.3 HWLOC_ALLOW_FLAG_CUSTOM.3 hwloc_allow_flags_e.3 hwloc_topology_allow.3 hwloc_topology_insert_misc_object.3 hwloc_topology_alloc_group_object.3 hwloc_topology_insert_group_object.3 hwloc_obj_add_other_obj_sets.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_xmlexport.3 hwloc_topology_export_xml.3 hwloc_topology_export_xmlbuffer.3 hwloc_free_xmlbuffer.3 hwloc_topology_set_userdata_export_callback.3 hwloc_export_obj_userdata.3 hwloc_export_obj_userdata_base64.3 hwloc_topology_set_userdata_import_callback.3 ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/doc/hwloc' && rm -f hwloc-a4.pdf hwloc-letter.pdf ) make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/etc/bash_completion.d' && rm -f hwloc-completion.bash ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/doc/hwloc' && rm -f dynamic_SVG_example.html ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' && rm -f hwloc-valgrind.supp ) ( cd '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/pkgconfig' && rm -f hwloc.pc ) make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' Making install in include make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include' /usr/bin/install -c -m 644 ../../../include/hwloc.h '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include/hwloc' /usr/bin/install -c -m 644 ../../../include/hwloc/bitmap.h ../../../include/hwloc/helper.h ../../../include/hwloc/inlines.h ../../../include/hwloc/diff.h ../../../include/hwloc/shmem.h ../../../include/hwloc/distances.h ../../../include/hwloc/export.h ../../../include/hwloc/openfabrics-verbs.h ../../../include/hwloc/opencl.h ../../../include/hwloc/cuda.h ../../../include/hwloc/cudart.h ../../../include/hwloc/nvml.h ../../../include/hwloc/plugins.h ../../../include/hwloc/gl.h ../../../include/hwloc/intel-mic.h ../../../include/hwloc/rename.h ../../../include/hwloc/deprecated.h ../../../include/hwloc/linux.h ../../../include/hwloc/linux-libnuma.h ../../../include/hwloc/glibc-sched.h '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include/hwloc' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include/hwloc/autogen' /usr/bin/install -c -m 644 hwloc/autogen/config.h '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include/hwloc/autogen' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' Making install in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libhwloc.la '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' libtool: install: /usr/bin/install -c .libs/libhwloc.so.15.1.0 /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/libhwloc.so.15.1.0 libtool: install: (cd /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib && { ln -s -f libhwloc.so.15.1.0 libhwloc.so.15 || { rm -f libhwloc.so.15 && ln -s libhwloc.so.15.1.0 libhwloc.so.15; }; }) libtool: install: (cd /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib && { ln -s -f libhwloc.so.15.1.0 libhwloc.so || { rm -f libhwloc.so && ln -s libhwloc.so.15.1.0 libhwloc.so; }; }) libtool: install: /usr/bin/install -c .libs/libhwloc.lai /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/libhwloc.la libtool: warning: remember to run 'libtool --finish /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' make install-exec-hook make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' make[4]: Nothing to be done for 'install-exec-hook'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' /usr/bin/install -c -m 644 ../../../hwloc/hwloc.dtd ../../../hwloc/hwloc2.dtd ../../../hwloc/hwloc2-diff.dtd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' Making install in utils make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making install in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making install in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c hwloc-annotate hwloc-bind hwloc-calc hwloc-diff hwloc-distrib hwloc-info hwloc-patch hwloc-ps hwloc-gather-cpuid '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' libtool: warning: '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc/libhwloc.la' has not been installed in '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' libtool: install: /usr/bin/install -c .libs/hwloc-annotate /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-annotate libtool: warning: '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc/libhwloc.la' has not been installed in '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' libtool: install: /usr/bin/install -c .libs/hwloc-bind /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-bind libtool: warning: '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc/libhwloc.la' has not been installed in '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' libtool: install: /usr/bin/install -c .libs/hwloc-calc /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-calc libtool: warning: '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc/libhwloc.la' has not been installed in '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' libtool: install: /usr/bin/install -c .libs/hwloc-diff /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-diff libtool: warning: '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc/libhwloc.la' has not been installed in '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' libtool: install: /usr/bin/install -c .libs/hwloc-distrib /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-distrib libtool: warning: '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc/libhwloc.la' has not been installed in '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' libtool: install: /usr/bin/install -c .libs/hwloc-info /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-info libtool: warning: '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc/libhwloc.la' has not been installed in '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' libtool: install: /usr/bin/install -c .libs/hwloc-patch /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-patch libtool: warning: '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc/libhwloc.la' has not been installed in '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' libtool: install: /usr/bin/install -c .libs/hwloc-ps /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-ps libtool: warning: '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc/libhwloc.la' has not been installed in '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' libtool: install: /usr/bin/install -c .libs/hwloc-gather-cpuid /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-gather-cpuid /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' /usr/bin/install -c hwloc-compress-dir hwloc-gather-topology '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/sbin' /bin/sh ../../libtool --mode=install /usr/bin/install -c hwloc-dump-hwdata '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/sbin' libtool: warning: '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc/libhwloc.la' has not been installed in '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' libtool: install: /usr/bin/install -c .libs/hwloc-dump-hwdata /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/sbin/hwloc-dump-hwdata make install-exec-hook make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' /usr/bin/sed -e 's/HWLOC_top_builddir\/utils\/hwloc/bindir/' -e 's/HWLOC_top_builddir\/utils\/lstopo/bindir/' -e '/HWLOC_top_builddir/d' /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-compress-dir > /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-compress-dir.tmp && mv -f /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-compress-dir.tmp /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-compress-dir chmod +x /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-compress-dir /usr/bin/sed -e 's/HWLOC_top_builddir\/utils\/lstopo/bindir/' -e 's/HWLOC_top_builddir\/utils\/hwloc/bindir/' -e '/HWLOC_top_builddir/d' /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-gather-topology > /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-gather-topology.tmp && mv -f /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-gather-topology.tmp /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-gather-topology chmod +x /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-gather-topology make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1' /usr/bin/install -c -m 644 hwloc-annotate.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-gather-topology.1 hwloc-ps.1 hwloc-gather-cpuid.1 hwloc-dump-hwdata.1 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man7' /usr/bin/install -c -m 644 hwloc.7 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man7' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making install in test-hwloc-dump-hwdata make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making install in lstopo make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c lstopo-no-graphics lstopo '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' libtool: warning: '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc/libhwloc.la' has not been installed in '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' libtool: install: /usr/bin/install -c .libs/lstopo-no-graphics /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/lstopo-no-graphics libtool: warning: '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc/libhwloc.la' has not been installed in '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib' libtool: install: /usr/bin/install -c .libs/lstopo /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/lstopo make install-exec-hook make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' rm -f /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-ls cd /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin && ln -s lstopo-no-graphics hwloc-ls make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/applications' /usr/bin/install -c -m 644 ../../../../utils/lstopo/lstopo.desktop '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/applications' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1' /usr/bin/install -c -m 644 lstopo-no-graphics.1 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1' make install-data-hook make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' rm -f /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1/hwloc-ls.1 cd /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1 && ln -s lstopo-no-graphics.1 hwloc-ls.1 rm -f /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1/lstopo.1 cd /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1 && ln -s lstopo-no-graphics.1 lstopo.1 make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making install in tests make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making install in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making install in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making install in ports make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' Making install in xml make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' Making install in linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making install in . make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making install in allowed make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' Making install in gather make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making install in x86 make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' Making install in x86+linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making install in contrib/systemd make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' /usr/bin/install -c -m 644 hwloc-dump-hwdata.service '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' Making install in contrib/misc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' Making install in contrib/hwloc-ps.www make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc/hwloc-ps.www' /usr/bin/install -c -m 644 ../../../../contrib/hwloc-ps.www/client.js ../../../../contrib/hwloc-ps.www/package.json ../../../../contrib/hwloc-ps.www/README '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc/hwloc-ps.www' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc/hwloc-ps.www/assets' /usr/bin/install -c -m 644 ../../../../contrib/hwloc-ps.www/assets/index.html ../../../../contrib/hwloc-ps.www/assets/main.css ../../../../contrib/hwloc-ps.www/assets/script.js ../../../../contrib/hwloc-ps.www/assets/style.css '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc/hwloc-ps.www/assets' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' Making install in doc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make install-recursive make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' Making install in examples make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_api_version.3 ../../../doc/doxygen-doc/man/man3/HWLOC_API_VERSION.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_api_version.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_bitmap.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_allbut.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_alloc.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_alloc_full.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_and.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_andnot.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_asprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_clr.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_clr_range.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_compare.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_compare_first.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_copy.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_dup.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_fill.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_first.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_foreach_begin.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_foreach_end.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_free.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_from_ith_ulong.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_from_ulong.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_from_ulongs.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_intersects.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_isequal.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_isfull.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_isincluded.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_isset.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_iszero.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_last.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_list_asprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_list_snprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_list_sscanf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_next.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_not.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_nr_ulongs.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_only.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_or.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_set.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_set_ith_ulong.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_set_range.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_singlify.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_snprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_sscanf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_asprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_snprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_sscanf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_to_ith_ulong.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_to_ulong.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_to_ulongs.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_weight.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_xor.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_zero.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_configuration.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_INCLUDE_DISALLOWED.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_flags_e.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_flags.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_flags.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_is_thissystem.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_discovery_support.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_cpubind_support.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_membind_support.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_support.3 ../../../doc/doxygen-doc/man/man3/hwloc_type_filter_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_ALL.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_NONE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_STRUCTURE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_IMPORTANT.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_type_filter.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_all_types_filter.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_cache_types_filter.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_icache_types_filter.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_io_types_filter.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_type_filter.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_userdata.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_userdata.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_cpubinding.3 ../../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_NOMEMBIND.3 ../../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_PROCESS.3 ../../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_STRICT.3 ../../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_THREAD.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpubind_flags_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_proc_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_proc_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_thread_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_thread_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_proc_last_cpu_location.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_last_cpu_location.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_creation.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_init.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_load.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_destroy.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_dup.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_abi_check.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_check.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_opencl.3 ../../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_pci_busid.3 ../../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_osdev.3 ../../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_osdev_by_index.3 ../../../doc/doxygen-doc/man/man3/hwlocality_cuda.3 ../../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_pci_ids.3 ../../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_pcidev.3 ../../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_osdev.3 ../../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_osdev_by_index.3 ../../../doc/doxygen-doc/man/man3/hwlocality_cudart.3 ../../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_pci_ids.3 ../../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_pcidev.3 ../../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_osdev_by_index.3 ../../../doc/doxygen-doc/man/man3/hwlocality_nvml.3 ../../../doc/doxygen-doc/man/man3/hwloc_nvml_get_device_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_nvml_get_device_osdev.3 ../../../doc/doxygen-doc/man/man3/hwloc_nvml_get_device_osdev_by_index.3 ../../../doc/doxygen-doc/man/man3/hwlocality_gl.3 ../../../doc/doxygen-doc/man/man3/hwloc_gl_get_display_osdev_by_port_device.3 ../../../doc/doxygen-doc/man/man3/hwloc_gl_get_display_osdev_by_name.3 ../../../doc/doxygen-doc/man/man3/hwloc_gl_get_display_by_osdev.3 ../../../doc/doxygen-doc/man/man3/hwlocality_intel_mic.3 ../../../doc/doxygen-doc/man/man3/hwloc_intel_mic_get_device_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_intel_mic_get_device_osdev_by_index.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_diff.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_type_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_u.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_type_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_u.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_build.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_apply_flags_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_apply.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_destroy.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_load_xml.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_export_xml.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_load_xmlbuffer.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_diff_export_xmlbuffer.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_glibc_sched.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_glibc_sched_affinity.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_glibc_sched_affinity.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_advanced_io.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_non_io_ancestor_obj.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_pcidev.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_pcidev_by_busid.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_pcidev_by_busidstring.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_osdev.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_bridge.3 ../../../doc/doxygen-doc/man/man3/hwloc_bridge_covers_pcibus.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_ancestors.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_ancestor_obj_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_ancestor_obj_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_common_ancestor_obj.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_is_in_subtree.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_distances_get.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_kind_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_FROM_OS.3 ../../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_FROM_USER.3 ../../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_MEANS_LATENCY.3 ../../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_MEANS_BANDWIDTH.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_get.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_get_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_get_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_get_by_name.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_get_name.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_release.3 ../../../doc/doxygen-doc/man/man3/hwlocality_distances_consult.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_obj_index.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_obj_pair_values.3 ../../../doc/doxygen-doc/man/man3/hwlocality_distances_add.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_add_flag_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_ADD_FLAG_GROUP.3 ../../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_ADD_FLAG_GROUP_INACCURATE.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_add.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_remove.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_remove_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_remove_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_distances_release_remove.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_distribute.3 ../../../doc/doxygen-doc/man/man3/hwloc_distrib_flags_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_DISTRIB_FLAG_REVERSE.3 ../../../doc/doxygen-doc/man/man3/hwloc_distrib.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_find_cache.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_cache_type_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_cache_covering_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_shared_cache_covering_obj.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_find_covering.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_child_covering_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_covering_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_covering_cpuset_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_covering_cpuset_by_type.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_find_inside.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_first_largest_obj_inside_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_largest_objs_inside_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_inside_cpuset_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_inside_cpuset_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_inside_cpuset_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_inside_cpuset_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_inside_cpuset_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_inside_cpuset_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_index_inside_cpuset.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_find_misc.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_pu_obj_by_os_index.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_child.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_closest_objs.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_below_array_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_below_by_type.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_types.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_normal.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_memory.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_io.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_cache.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_dcache.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_icache.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_nodeset_convert.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_helper_topology_sets.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_allowed_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_complete_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_topology_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_allowed_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_complete_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_topology_nodeset.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_levels.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_type_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_type_depth_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_MULTIPLE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_UNKNOWN.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_BRIDGE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_PCI_DEVICE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_OS_DEVICE.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_memory_parents_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_type_or_above_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_type_or_below_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_depth_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_root_obj.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_obj_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_by_type.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_linux.3 ../../../doc/doxygen-doc/man/man3/hwloc_linux_set_tid_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_linux_get_tid_cpubind.3 ../../../doc/doxygen-doc/man/man3/hwloc_linux_get_tid_last_cpu_location.3 ../../../doc/doxygen-doc/man/man3/hwloc_linux_read_path_as_cpumask.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_bitmask.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_linux_libnuma_bitmask.3 ../../../doc/doxygen-doc/man/man3/hwloc_nodeset_from_linux_libnuma_bitmask.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_linux_libnuma_bitmask.3 ../../../doc/doxygen-doc/man/man3/hwloc_nodeset_to_linux_libnuma_bitmask.3 ../../../doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_ulongs.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_linux_libnuma_ulongs.3 ../../../doc/doxygen-doc/man/man3/hwloc_nodeset_from_linux_libnuma_ulongs.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_linux_libnuma_ulongs.3 ../../../doc/doxygen-doc/man/man3/hwloc_nodeset_to_linux_libnuma_ulongs.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_membinding.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_BIND.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_DEFAULT.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_FIRSTTOUCH.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_INTERLEAVE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_MIGRATE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_MIXED.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_NEXTTOUCH.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_NOCPUBIND.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_BYNODESET.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_PROCESS.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_STRICT.3 ../../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_THREAD.3 ../../../doc/doxygen-doc/man/man3/hwloc_membind_flags_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_membind_policy_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_proc_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_proc_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_area_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_area_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_area_memlocation.3 ../../../doc/doxygen-doc/man/man3/hwloc_alloc.3 ../../../doc/doxygen-doc/man/man3/hwloc_alloc_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy.3 ../../../doc/doxygen-doc/man/man3/hwloc_free.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_info_attr.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_get_info_by_name.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_add_info.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_object_sets.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_const_bitmap_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_const_cpuset_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_nodeset_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_const_nodeset_t.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_object_strings.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_string.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_snprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_snprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_type_sscanf.3 ../../../doc/doxygen-doc/man/man3/hwloc_type_sscanf_as_depth.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_object_types.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CORE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_GROUP.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L1CACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L2CACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L3CACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L4CACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L5CACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L1ICACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L2ICACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L3ICACHE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_MACHINE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_MISC.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_NUMANODE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OS_DEVICE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_PU.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_PCI_DEVICE.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_PACKAGE.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_t.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_UNIFIED.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_DATA.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_INSTRUCTION.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_cache_type_e.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_cache_type_t.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE_HOST.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE_PCI.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_bridge_type_e.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_bridge_type_t.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_BLOCK.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_DMA.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_GPU.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_NETWORK.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_OPENFABRICS.3 ../../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_COPROC.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_osdev_type_e.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_osdev_type_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_compare_types.3 ../../../doc/doxygen-doc/man/man3/hwloc_compare_types_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TYPE_UNORDERED.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_objects.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_t.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_numanode_attr_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_numanode_attr_s_hwloc_memory_page_type_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_bridge_attr_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_osdev_attr_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_info_s.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_openfabrics.3 ../../../doc/doxygen-doc/man/man3/hwloc_ibv_get_device_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_ibv_get_device_osdev.3 ../../../doc/doxygen-doc/man/man3/hwloc_ibv_get_device_osdev_by_name.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_setsource.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_pid.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_synthetic.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_xml.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_xmlbuffer.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_components_flag_e.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_COMPONENTS_FLAG_BLACKLIST.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_components.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_shmem.3 ../../../doc/doxygen-doc/man/man3/hwloc_shmem_topology_get_length.3 ../../../doc/doxygen-doc/man/man3/hwloc_shmem_topology_write.3 ../../../doc/doxygen-doc/man/man3/hwloc_shmem_topology_adopt.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_syntheticexport.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_export_synthetic.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_tinker.3 ../../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_REMOVE_CPULESS.3 ../../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_BYNODESET.3 ../../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_REMOVE_MEMLESS.3 ../../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_IO.3 ../../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 ../../../doc/doxygen-doc/man/man3/hwloc_restrict_flags_e.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_restrict.3 ../../../doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_ALL.3 ../../../doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_LOCAL_RESTRICTIONS.3 ../../../doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_CUSTOM.3 ../../../doc/doxygen-doc/man/man3/hwloc_allow_flags_e.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_allow.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_alloc_group_object.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_insert_group_object.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_add_other_obj_sets.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_xmlexport.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_export_xml.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_export_xmlbuffer.3 ../../../doc/doxygen-doc/man/man3/hwloc_free_xmlbuffer.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_userdata_export_callback.3 ../../../doc/doxygen-doc/man/man3/hwloc_export_obj_userdata.3 ../../../doc/doxygen-doc/man/man3/hwloc_export_obj_userdata_base64.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_userdata_import_callback.3 '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/doc/hwloc' /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/hwloc-a4.pdf ../../../doc/doxygen-doc/hwloc-letter.pdf '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/doc/hwloc' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/etc/bash_completion.d' /usr/bin/install -c -m 644 ../../contrib/completion/hwloc-completion.bash '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/etc/bash_completion.d' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/doc/hwloc' /usr/bin/install -c -m 644 ../../contrib/misc/dynamic_SVG_example.html '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/doc/hwloc' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' /usr/bin/install -c -m 644 ../../contrib/hwloc-valgrind.supp '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' /usr/bin/mkdir -p '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/pkgconfig' /usr/bin/install -c -m 644 hwloc.pc '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/pkgconfig' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' Making uninstall in include make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include' && rm -f hwloc.h ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include/hwloc' && rm -f bitmap.h helper.h inlines.h diff.h shmem.h distances.h export.h openfabrics-verbs.h opencl.h cuda.h cudart.h nvml.h plugins.h gl.h intel-mic.h rename.h deprecated.h linux.h linux-libnuma.h glibc-sched.h ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/include/hwloc/autogen' && rm -f config.h ) make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' Making uninstall in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' /bin/sh ../libtool --mode=uninstall rm -f '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/libhwloc.la' libtool: uninstall: rm -f /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/libhwloc.la /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/libhwloc.so.15.1.0 /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/libhwloc.so.15 /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/libhwloc.so ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' && rm -f hwloc.dtd hwloc2.dtd hwloc2-diff.dtd ) make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' Making uninstall in utils make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making uninstall in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making uninstall in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' && rm -f hwloc-annotate hwloc-bind hwloc-calc hwloc-diff hwloc-distrib hwloc-info hwloc-patch hwloc-ps hwloc-gather-cpuid ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' && rm -f hwloc-compress-dir hwloc-gather-topology ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1' && rm -f hwloc-annotate.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-gather-topology.1 hwloc-ps.1 hwloc-gather-cpuid.1 hwloc-dump-hwdata.1 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man7' && rm -f hwloc.7 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/sbin' && rm -f hwloc-dump-hwdata ) make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making uninstall in test-hwloc-dump-hwdata make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Nothing to be done for 'uninstall'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making uninstall in lstopo make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin' && rm -f lstopo-no-graphics lstopo ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/applications' && rm -f lstopo.desktop ) rm -f /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/bin/hwloc-ls rm -f /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1/hwloc-ls.1 /tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1/lstopo.1 ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man1' && rm -f lstopo-no-graphics.1 ) make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[3]: Nothing to be done for 'uninstall-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making uninstall in tests make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making uninstall in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making uninstall in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[4]: Nothing to be done for 'uninstall-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making uninstall in ports make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make[4]: Nothing to be done for 'uninstall'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' Making uninstall in xml make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[4]: Nothing to be done for 'uninstall'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' Making uninstall in linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making uninstall in . make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[5]: Nothing to be done for 'uninstall-am'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making uninstall in allowed make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[5]: Nothing to be done for 'uninstall'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' Making uninstall in gather make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[5]: Nothing to be done for 'uninstall'. make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making uninstall in x86 make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[4]: Nothing to be done for 'uninstall'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' Making uninstall in x86+linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[4]: Nothing to be done for 'uninstall'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[3]: Nothing to be done for 'uninstall-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making uninstall in contrib/systemd make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' && rm -f hwloc-dump-hwdata.service ) make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' Making uninstall in contrib/misc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make[2]: Nothing to be done for 'uninstall'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' Making uninstall in contrib/hwloc-ps.www make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc/hwloc-ps.www' && rm -f client.js package.json README ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc/hwloc-ps.www/assets' && rm -f index.html main.css script.js style.css ) make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' Making uninstall in doc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' Making uninstall in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[3]: Nothing to be done for 'uninstall'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_api_version.3 HWLOC_API_VERSION.3 hwloc_get_api_version.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_bitmap.3 hwloc_bitmap_allbut.3 hwloc_bitmap_alloc.3 hwloc_bitmap_alloc_full.3 hwloc_bitmap_and.3 hwloc_bitmap_andnot.3 hwloc_bitmap_asprintf.3 hwloc_bitmap_clr.3 hwloc_bitmap_clr_range.3 hwloc_bitmap_compare.3 hwloc_bitmap_compare_first.3 hwloc_bitmap_copy.3 hwloc_bitmap_dup.3 hwloc_bitmap_fill.3 hwloc_bitmap_first.3 hwloc_bitmap_foreach_begin.3 hwloc_bitmap_foreach_end.3 hwloc_bitmap_free.3 hwloc_bitmap_from_ith_ulong.3 hwloc_bitmap_from_ulong.3 hwloc_bitmap_from_ulongs.3 hwloc_bitmap_intersects.3 hwloc_bitmap_isequal.3 hwloc_bitmap_isfull.3 hwloc_bitmap_isincluded.3 hwloc_bitmap_isset.3 hwloc_bitmap_iszero.3 hwloc_bitmap_last.3 hwloc_bitmap_list_asprintf.3 hwloc_bitmap_list_snprintf.3 hwloc_bitmap_list_sscanf.3 hwloc_bitmap_next.3 hwloc_bitmap_not.3 hwloc_bitmap_nr_ulongs.3 hwloc_bitmap_only.3 hwloc_bitmap_or.3 hwloc_bitmap_set.3 hwloc_bitmap_set_ith_ulong.3 hwloc_bitmap_set_range.3 hwloc_bitmap_singlify.3 hwloc_bitmap_snprintf.3 hwloc_bitmap_sscanf.3 hwloc_bitmap_taskset_asprintf.3 hwloc_bitmap_taskset_snprintf.3 hwloc_bitmap_taskset_sscanf.3 hwloc_bitmap_to_ith_ulong.3 hwloc_bitmap_to_ulong.3 hwloc_bitmap_to_ulongs.3 hwloc_bitmap_weight.3 hwloc_bitmap_xor.3 hwloc_bitmap_zero.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_configuration.3 HWLOC_TOPOLOGY_FLAG_INCLUDE_DISALLOWED.3 HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES.3 hwloc_topology_flags_e.3 hwloc_topology_get_flags.3 hwloc_topology_set_flags.3 hwloc_topology_is_thissystem.3 hwloc_topology_discovery_support.3 hwloc_topology_cpubind_support.3 hwloc_topology_membind_support.3 hwloc_topology_support.3 hwloc_type_filter_e.3 HWLOC_TYPE_FILTER_KEEP_ALL.3 HWLOC_TYPE_FILTER_KEEP_NONE.3 HWLOC_TYPE_FILTER_KEEP_STRUCTURE.3 HWLOC_TYPE_FILTER_KEEP_IMPORTANT.3 hwloc_topology_set_type_filter.3 hwloc_topology_set_all_types_filter.3 hwloc_topology_set_cache_types_filter.3 hwloc_topology_set_icache_types_filter.3 hwloc_topology_set_io_types_filter.3 hwloc_topology_get_type_filter.3 hwloc_topology_set_userdata.3 hwloc_topology_get_userdata.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_cpubinding.3 HWLOC_CPUBIND_NOMEMBIND.3 HWLOC_CPUBIND_PROCESS.3 HWLOC_CPUBIND_STRICT.3 HWLOC_CPUBIND_THREAD.3 hwloc_cpubind_flags_t.3 hwloc_set_cpubind.3 hwloc_get_cpubind.3 hwloc_set_proc_cpubind.3 hwloc_get_proc_cpubind.3 hwloc_set_thread_cpubind.3 hwloc_get_thread_cpubind.3 hwloc_get_proc_last_cpu_location.3 hwloc_get_last_cpu_location.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_creation.3 hwloc_topology_t.3 hwloc_topology_init.3 hwloc_topology_load.3 hwloc_topology_destroy.3 hwloc_topology_dup.3 hwloc_topology_abi_check.3 hwloc_topology_check.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_opencl.3 hwloc_opencl_get_device_pci_busid.3 hwloc_opencl_get_device_cpuset.3 hwloc_opencl_get_device_osdev.3 hwloc_opencl_get_device_osdev_by_index.3 hwlocality_cuda.3 hwloc_cuda_get_device_cpuset.3 hwloc_cuda_get_device_pci_ids.3 hwloc_cuda_get_device_pcidev.3 hwloc_cuda_get_device_osdev.3 hwloc_cuda_get_device_osdev_by_index.3 hwlocality_cudart.3 hwloc_cudart_get_device_cpuset.3 hwloc_cudart_get_device_pci_ids.3 hwloc_cudart_get_device_pcidev.3 hwloc_cudart_get_device_osdev_by_index.3 hwlocality_nvml.3 hwloc_nvml_get_device_cpuset.3 hwloc_nvml_get_device_osdev.3 hwloc_nvml_get_device_osdev_by_index.3 hwlocality_gl.3 hwloc_gl_get_display_osdev_by_port_device.3 hwloc_gl_get_display_osdev_by_name.3 hwloc_gl_get_display_by_osdev.3 hwlocality_intel_mic.3 hwloc_intel_mic_get_device_cpuset.3 hwloc_intel_mic_get_device_osdev_by_index.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_diff.3 hwloc_topology_diff_obj_attr_type_e.3 HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 hwloc_topology_diff_obj_attr_u.3 hwloc_topology_diff_type_e.3 HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 hwloc_topology_diff_u.3 hwloc_topology_diff_build.3 hwloc_topology_diff_apply_flags_e.3 HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 hwloc_topology_diff_apply.3 hwloc_topology_diff_destroy.3 hwloc_topology_diff_load_xml.3 hwloc_topology_diff_export_xml.3 hwloc_topology_diff_load_xmlbuffer.3 hwloc_topology_diff_export_xmlbuffer.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_glibc_sched.3 hwloc_cpuset_from_glibc_sched_affinity.3 hwloc_cpuset_to_glibc_sched_affinity.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_advanced_io.3 hwloc_get_non_io_ancestor_obj.3 hwloc_get_next_pcidev.3 hwloc_get_pcidev_by_busid.3 hwloc_get_pcidev_by_busidstring.3 hwloc_get_next_osdev.3 hwloc_get_next_bridge.3 hwloc_bridge_covers_pcibus.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_ancestors.3 hwloc_get_ancestor_obj_by_depth.3 hwloc_get_ancestor_obj_by_type.3 hwloc_get_common_ancestor_obj.3 hwloc_obj_is_in_subtree.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_distances_get.3 hwloc_distances_s.3 hwloc_distances_kind_e.3 HWLOC_DISTANCES_KIND_FROM_OS.3 HWLOC_DISTANCES_KIND_FROM_USER.3 HWLOC_DISTANCES_KIND_MEANS_LATENCY.3 HWLOC_DISTANCES_KIND_MEANS_BANDWIDTH.3 hwloc_distances_get.3 hwloc_distances_get_by_depth.3 hwloc_distances_get_by_type.3 hwloc_distances_get_by_name.3 hwloc_distances_get_name.3 hwloc_distances_release.3 hwlocality_distances_consult.3 hwloc_distances_obj_index.3 hwloc_distances_obj_pair_values.3 hwlocality_distances_add.3 hwloc_distances_add_flag_e.3 HWLOC_DISTANCES_ADD_FLAG_GROUP.3 HWLOC_DISTANCES_ADD_FLAG_GROUP_INACCURATE.3 hwloc_distances_add.3 hwloc_distances_remove.3 hwloc_distances_remove_by_depth.3 hwloc_distances_remove_by_type.3 hwloc_distances_release_remove.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_distribute.3 hwloc_distrib_flags_e.3 HWLOC_DISTRIB_FLAG_REVERSE.3 hwloc_distrib.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_find_cache.3 hwloc_get_cache_type_depth.3 hwloc_get_cache_covering_cpuset.3 hwloc_get_shared_cache_covering_obj.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_find_covering.3 hwloc_get_child_covering_cpuset.3 hwloc_get_obj_covering_cpuset.3 hwloc_get_next_obj_covering_cpuset_by_depth.3 hwloc_get_next_obj_covering_cpuset_by_type.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_find_inside.3 hwloc_get_first_largest_obj_inside_cpuset.3 hwloc_get_largest_objs_inside_cpuset.3 hwloc_get_next_obj_inside_cpuset_by_depth.3 hwloc_get_next_obj_inside_cpuset_by_type.3 hwloc_get_obj_inside_cpuset_by_depth.3 hwloc_get_obj_inside_cpuset_by_type.3 hwloc_get_nbobjs_inside_cpuset_by_depth.3 hwloc_get_nbobjs_inside_cpuset_by_type.3 hwloc_get_obj_index_inside_cpuset.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_find_misc.3 hwloc_get_pu_obj_by_os_index.3 hwloc_get_next_child.3 hwloc_get_closest_objs.3 hwloc_get_obj_below_array_by_type.3 hwloc_get_obj_below_by_type.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_types.3 hwloc_obj_type_is_normal.3 hwloc_obj_type_is_memory.3 hwloc_obj_type_is_io.3 hwloc_obj_type_is_cache.3 hwloc_obj_type_is_dcache.3 hwloc_obj_type_is_icache.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_nodeset_convert.3 hwloc_cpuset_to_nodeset.3 hwloc_cpuset_from_nodeset.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_helper_topology_sets.3 hwloc_topology_get_allowed_cpuset.3 hwloc_topology_get_complete_nodeset.3 hwloc_topology_get_topology_cpuset.3 hwloc_topology_get_allowed_nodeset.3 hwloc_topology_get_complete_cpuset.3 hwloc_topology_get_topology_nodeset.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_levels.3 hwloc_topology_get_depth.3 hwloc_get_type_depth.3 hwloc_get_type_depth_e.3 HWLOC_TYPE_DEPTH_MULTIPLE.3 HWLOC_TYPE_DEPTH_UNKNOWN.3 HWLOC_TYPE_DEPTH_BRIDGE.3 HWLOC_TYPE_DEPTH_PCI_DEVICE.3 HWLOC_TYPE_DEPTH_OS_DEVICE.3 hwloc_get_memory_parents_depth.3 hwloc_get_type_or_above_depth.3 hwloc_get_type_or_below_depth.3 hwloc_get_depth_type.3 hwloc_get_nbobjs_by_depth.3 hwloc_get_nbobjs_by_type.3 hwloc_get_root_obj.3 hwloc_get_obj_by_depth.3 hwloc_get_obj_by_type.3 hwloc_get_next_obj_by_depth.3 hwloc_get_next_obj_by_type.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_linux.3 hwloc_linux_set_tid_cpubind.3 hwloc_linux_get_tid_cpubind.3 hwloc_linux_get_tid_last_cpu_location.3 hwloc_linux_read_path_as_cpumask.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_linux_libnuma_bitmask.3 hwloc_cpuset_from_linux_libnuma_bitmask.3 hwloc_nodeset_from_linux_libnuma_bitmask.3 hwloc_cpuset_to_linux_libnuma_bitmask.3 hwloc_nodeset_to_linux_libnuma_bitmask.3 hwlocality_linux_libnuma_ulongs.3 hwloc_cpuset_from_linux_libnuma_ulongs.3 hwloc_nodeset_from_linux_libnuma_ulongs.3 hwloc_cpuset_to_linux_libnuma_ulongs.3 hwloc_nodeset_to_linux_libnuma_ulongs.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_membinding.3 HWLOC_MEMBIND_BIND.3 HWLOC_MEMBIND_DEFAULT.3 HWLOC_MEMBIND_FIRSTTOUCH.3 HWLOC_MEMBIND_INTERLEAVE.3 HWLOC_MEMBIND_MIGRATE.3 HWLOC_MEMBIND_MIXED.3 HWLOC_MEMBIND_NEXTTOUCH.3 HWLOC_MEMBIND_NOCPUBIND.3 HWLOC_MEMBIND_BYNODESET.3 HWLOC_MEMBIND_PROCESS.3 HWLOC_MEMBIND_STRICT.3 HWLOC_MEMBIND_THREAD.3 hwloc_membind_flags_t.3 hwloc_membind_policy_t.3 hwloc_set_membind.3 hwloc_get_membind.3 hwloc_set_proc_membind.3 hwloc_get_proc_membind.3 hwloc_set_area_membind.3 hwloc_get_area_membind.3 hwloc_get_area_memlocation.3 hwloc_alloc.3 hwloc_alloc_membind.3 hwloc_alloc_membind_policy.3 hwloc_free.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_info_attr.3 hwloc_obj_get_info_by_name.3 hwloc_obj_add_info.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_object_sets.3 hwloc_bitmap_t.3 hwloc_const_bitmap_t.3 hwloc_cpuset_t.3 hwloc_const_cpuset_t.3 hwloc_nodeset_t.3 hwloc_const_nodeset_t.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_object_strings.3 hwloc_obj_type_string.3 hwloc_obj_type_snprintf.3 hwloc_obj_attr_snprintf.3 hwloc_type_sscanf.3 hwloc_type_sscanf_as_depth.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_object_types.3 HWLOC_OBJ_BRIDGE.3 HWLOC_OBJ_CORE.3 HWLOC_OBJ_GROUP.3 HWLOC_OBJ_L1CACHE.3 HWLOC_OBJ_L2CACHE.3 HWLOC_OBJ_L3CACHE.3 HWLOC_OBJ_L4CACHE.3 HWLOC_OBJ_L5CACHE.3 HWLOC_OBJ_L1ICACHE.3 HWLOC_OBJ_L2ICACHE.3 HWLOC_OBJ_L3ICACHE.3 HWLOC_OBJ_MACHINE.3 HWLOC_OBJ_MISC.3 HWLOC_OBJ_NUMANODE.3 HWLOC_OBJ_OS_DEVICE.3 HWLOC_OBJ_PU.3 HWLOC_OBJ_PCI_DEVICE.3 HWLOC_OBJ_PACKAGE.3 hwloc_obj_type_t.3 HWLOC_OBJ_CACHE_UNIFIED.3 HWLOC_OBJ_CACHE_DATA.3 HWLOC_OBJ_CACHE_INSTRUCTION.3 hwloc_obj_cache_type_e.3 hwloc_obj_cache_type_t.3 HWLOC_OBJ_BRIDGE_HOST.3 HWLOC_OBJ_BRIDGE_PCI.3 hwloc_obj_bridge_type_e.3 hwloc_obj_bridge_type_t.3 HWLOC_OBJ_OSDEV_BLOCK.3 HWLOC_OBJ_OSDEV_DMA.3 HWLOC_OBJ_OSDEV_GPU.3 HWLOC_OBJ_OSDEV_NETWORK.3 HWLOC_OBJ_OSDEV_OPENFABRICS.3 HWLOC_OBJ_OSDEV_COPROC.3 hwloc_obj_osdev_type_e.3 hwloc_obj_osdev_type_t.3 hwloc_compare_types.3 hwloc_compare_types_e.3 HWLOC_TYPE_UNORDERED.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_objects.3 hwloc_obj.3 hwloc_obj_t.3 hwloc_obj_attr_u.3 hwloc_obj_attr_u_hwloc_numanode_attr_s.3 hwloc_obj_attr_u_hwloc_numanode_attr_s_hwloc_memory_page_type_s.3 hwloc_obj_attr_u_hwloc_bridge_attr_s.3 hwloc_obj_attr_u_hwloc_cache_attr_s.3 hwloc_obj_attr_u_hwloc_group_attr_s.3 hwloc_obj_attr_u_hwloc_osdev_attr_s.3 hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 hwloc_info_s.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_openfabrics.3 hwloc_ibv_get_device_cpuset.3 hwloc_ibv_get_device_osdev.3 hwloc_ibv_get_device_osdev_by_name.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_setsource.3 hwloc_topology_set_pid.3 hwloc_topology_set_synthetic.3 hwloc_topology_set_xml.3 hwloc_topology_set_xmlbuffer.3 hwloc_topology_components_flag_e.3 HWLOC_TOPOLOGY_COMPONENTS_FLAG_BLACKLIST.3 hwloc_topology_set_components.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_shmem.3 hwloc_shmem_topology_get_length.3 hwloc_shmem_topology_write.3 hwloc_shmem_topology_adopt.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_syntheticexport.3 hwloc_topology_export_synthetic.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_tinker.3 HWLOC_RESTRICT_FLAG_REMOVE_CPULESS.3 HWLOC_RESTRICT_FLAG_BYNODESET.3 HWLOC_RESTRICT_FLAG_REMOVE_MEMLESS.3 HWLOC_RESTRICT_FLAG_ADAPT_IO.3 HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 hwloc_restrict_flags_e.3 hwloc_topology_restrict.3 HWLOC_ALLOW_FLAG_ALL.3 HWLOC_ALLOW_FLAG_LOCAL_RESTRICTIONS.3 HWLOC_ALLOW_FLAG_CUSTOM.3 hwloc_allow_flags_e.3 hwloc_topology_allow.3 hwloc_topology_insert_misc_object.3 hwloc_topology_alloc_group_object.3 hwloc_topology_insert_group_object.3 hwloc_obj_add_other_obj_sets.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/man/man3' && rm -f hwlocality_xmlexport.3 hwloc_topology_export_xml.3 hwloc_topology_export_xmlbuffer.3 hwloc_free_xmlbuffer.3 hwloc_topology_set_userdata_export_callback.3 hwloc_export_obj_userdata.3 hwloc_export_obj_userdata_base64.3 hwloc_topology_set_userdata_import_callback.3 ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/doc/hwloc' && rm -f hwloc-a4.pdf hwloc-letter.pdf ) make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/etc/bash_completion.d' && rm -f hwloc-completion.bash ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/doc/hwloc' && rm -f dynamic_SVG_example.html ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/share/hwloc' && rm -f hwloc-valgrind.supp ) ( cd '/tmp/am-dc-31248//builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_inst/lib/pkgconfig' && rm -f hwloc.pc ) make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make dist-bzip2 dist-gzip am__post_remove_distdir='@:' make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make distdir-am make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' if test -d "hwloc-v2.1-20200706.2130.gite5549aff"; then find "hwloc-v2.1-20200706.2130.gite5549aff" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "hwloc-v2.1-20200706.2130.gite5549aff" || { sleep 5 && rm -rf "hwloc-v2.1-20200706.2130.gite5549aff"; }; else :; fi test -d "hwloc-v2.1-20200706.2130.gite5549aff" || mkdir "hwloc-v2.1-20200706.2130.gite5549aff" (cd include && make top_distdir=../hwloc-v2.1-20200706.2130.gite5549aff distdir=../hwloc-v2.1-20200706.2130.gite5549aff/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' make distdir-am make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' (cd hwloc && make top_distdir=../hwloc-v2.1-20200706.2130.gite5549aff distdir=../hwloc-v2.1-20200706.2130.gite5549aff/hwloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' make distdir-am make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' (cd utils && make top_distdir=../hwloc-v2.1-20200706.2130.gite5549aff distdir=../hwloc-v2.1-20200706.2130.gite5549aff/utils \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make distdir-am make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' (cd hwloc && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' make distdir-am make[7]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' (cd test-hwloc-dump-hwdata && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[8]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make distdir-am make[9]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[9]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[8]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' make[7]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' (cd lstopo && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make distdir-am make[7]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[7]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' (cd netloc/infiniband && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/infiniband' make distdir-am make[7]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/infiniband' make[7]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/infiniband' make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/infiniband' (cd netloc/draw && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/draw' make distdir-am make[7]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/draw' make[7]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/draw' make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/draw' (cd netloc/mpi && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/mpi' make distdir-am make[7]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/mpi' make[7]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/mpi' make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/mpi' (cd netloc/scotch && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/scotch \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/scotch' make distdir-am make[7]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/scotch' make[7]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/scotch' make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/scotch' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' (cd tests && make top_distdir=../hwloc-v2.1-20200706.2130.gite5549aff distdir=../hwloc-v2.1-20200706.2130.gite5549aff/tests \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make distdir-am make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' (cd hwloc && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make distdir-am make[7]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' (cd ports && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[8]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make distdir-am make[9]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make[9]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' make[8]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' (cd xml && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[8]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make distdir-am make[9]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[9]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' make[8]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' (cd linux && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[8]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make distdir-am make[9]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' (cd allowed && make top_distdir=../../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[10]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make distdir-am make[11]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[11]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' make[10]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' (cd gather && make top_distdir=../../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[10]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make distdir-am make[11]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[11]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[10]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' make[9]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' make[8]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' (cd x86 && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86 \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[8]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make distdir-am make[9]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[9]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' make[8]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' (cd x86+linux && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[8]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make distdir-am make[9]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[9]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' make[8]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' (cd rename && make top_distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../../hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/rename \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[8]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/rename' make distdir-am make[9]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/rename' make[9]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/rename' make[8]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/rename' make[7]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' (cd netloc && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/netloc' make distdir-am make[7]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/netloc' make[7]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/netloc' make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/netloc' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' (cd contrib/systemd && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' make distdir-am make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' (cd contrib/misc && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make distdir-am make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' (cd contrib/hwloc-ps.www && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' make distdir-am make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' (cd doc && make top_distdir=../hwloc-v2.1-20200706.2130.gite5549aff distdir=../hwloc-v2.1-20200706.2130.gite5549aff/doc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make distdir-am make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' (cd examples && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/doc/examples \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[6]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make distdir-am make[7]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[7]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[6]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' (cd contrib/windows && make top_distdir=../../hwloc-v2.1-20200706.2130.gite5549aff distdir=../../hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/windows' make distdir-am make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/windows' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/windows' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/windows' (cd netloc && make top_distdir=../hwloc-v2.1-20200706.2130.gite5549aff distdir=../hwloc-v2.1-20200706.2130.gite5549aff/netloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/netloc' make distdir-am make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/netloc' make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/netloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/netloc' make \ top_distdir="hwloc-v2.1-20200706.2130.gite5549aff" distdir="hwloc-v2.1-20200706.2130.gite5549aff" \ dist-hook make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' sh "../../config/distscript.sh" "../.." "hwloc-v2.1-20200706.2130.gite5549aff" "v2.1-20200706.2130.gite5549aff" Creating hwloc distribution In directory: /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub Srcdir: /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff Builddir: /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub Version: v2.1-20200706.2130.gite5549aff Started: Mon Jul 6 21:32:49 EDT 2020 *** Copying doxygen-doc tree to dist... *** Directory: srcdir: /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff, distdir: /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc-v2.1-20200706.2130.gite5549aff, pwd: /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub mkdir -p /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc chmod -R a=rwx /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc rm -rf /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc tar c -C /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff -h -f - doc/doxygen-doc | tar x -C /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc-v2.1-20200706.2130.gite5549aff -f - *** Copying new README /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc-v2.1-20200706.2130.gite5549aff/README cp -pf /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/README /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc-v2.1-20200706.2130.gite5549aff *** Now in distdir: /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc-v2.1-20200706.2130.gite5549aff *** Removing latex source from dist tree rm -rf doc/doxygen-doc/latex *** hwloc version v2.1-20200706.2130.gite5549aff distribution created Started: Mon Jul 6 21:32:49 EDT 2020 Ended: Mon Jul 6 21:32:49 EDT 2020 make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' test -n "" \ || find "hwloc-v2.1-20200706.2130.gite5549aff" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/sh /builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/config/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "hwloc-v2.1-20200706.2130.gite5549aff" make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' tardir=hwloc-v2.1-20200706.2130.gite5549aff && tar --format=ustar -chf - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >hwloc-v2.1-20200706.2130.gite5549aff.tar.bz2 tardir=hwloc-v2.1-20200706.2130.gite5549aff && tar --format=ustar -chf - "$tardir" | eval GZIP= gzip --best -c >hwloc-v2.1-20200706.2130.gite5549aff.tar.gz make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' if test -d "hwloc-v2.1-20200706.2130.gite5549aff"; then find "hwloc-v2.1-20200706.2130.gite5549aff" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "hwloc-v2.1-20200706.2130.gite5549aff" || { sleep 5 && rm -rf "hwloc-v2.1-20200706.2130.gite5549aff"; }; else :; fi make[1]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' make[1]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' Making distclean in include make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../include" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/include' Making distclean in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' test -z "" || rm -f test -z "libhwloc.la" || rm -f libhwloc.la rm -f ./so_locations rm -rf .libs _libs test -z "" || rm -f test -z " " || rm -f rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "../../../hwloc" || test -z "" || rm -f test -z "static-components.h" || rm -f static-components.h rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/base64.Plo rm -f ./.deps/bind.Plo rm -f ./.deps/bitmap.Plo rm -f ./.deps/components.Plo rm -f ./.deps/diff.Plo rm -f ./.deps/distances.Plo rm -f ./.deps/hwloc_cuda_la-topology-cuda.Plo rm -f ./.deps/hwloc_gl_la-topology-gl.Plo rm -f ./.deps/hwloc_nvml_la-topology-nvml.Plo rm -f ./.deps/hwloc_opencl_la-topology-opencl.Plo rm -f ./.deps/hwloc_pci_la-topology-pci.Plo rm -f ./.deps/hwloc_xml_libxml_la-topology-xml-libxml.Plo rm -f ./.deps/misc.Plo rm -f ./.deps/pci-common.Plo rm -f ./.deps/shmem.Plo rm -f ./.deps/topology-aix.Plo rm -f ./.deps/topology-bgq.Plo rm -f ./.deps/topology-cuda.Plo rm -f ./.deps/topology-darwin.Plo rm -f ./.deps/topology-fake.Plo rm -f ./.deps/topology-freebsd.Plo rm -f ./.deps/topology-gl.Plo rm -f ./.deps/topology-hardwired.Plo rm -f ./.deps/topology-hpux.Plo rm -f ./.deps/topology-linux.Plo rm -f ./.deps/topology-netbsd.Plo rm -f ./.deps/topology-noos.Plo rm -f ./.deps/topology-nvml.Plo rm -f ./.deps/topology-opencl.Plo rm -f ./.deps/topology-pci.Plo rm -f ./.deps/topology-solaris-chiptype.Plo rm -f ./.deps/topology-solaris.Plo rm -f ./.deps/topology-synthetic.Plo rm -f ./.deps/topology-windows.Plo rm -f ./.deps/topology-x86.Plo rm -f ./.deps/topology-xml-libxml.Plo rm -f ./.deps/topology-xml-nolibxml.Plo rm -f ./.deps/topology-xml.Plo rm -f ./.deps/topology.Plo rm -f ./.deps/traversal.Plo rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/hwloc' Making distclean in utils make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making distclean in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making distclean in . make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' rm -f hwloc-annotate hwloc-bind hwloc-calc hwloc-diff hwloc-distrib hwloc-info hwloc-patch hwloc-ps hwloc-gather-cpuid rm -rf .libs _libs test -z "libutils_common.la" || rm -f libutils_common.la rm -f ./so_locations rm -f hwloc-dump-hwdata rm -f *.o test -z "test-hwloc-annotate.sh.log test-hwloc-calc.sh.log test-hwloc-compress-dir.sh.log test-hwloc-diffpatch.sh.log test-hwloc-distrib.sh.log test-hwloc-info.sh.log" || rm -f test-hwloc-annotate.sh.log test-hwloc-calc.sh.log test-hwloc-compress-dir.sh.log test-hwloc-diffpatch.sh.log test-hwloc-distrib.sh.log test-hwloc-info.sh.log test -z "test-hwloc-annotate.sh.trs test-hwloc-calc.sh.trs test-hwloc-compress-dir.sh.trs test-hwloc-diffpatch.sh.trs test-hwloc-distrib.sh.trs test-hwloc-info.sh.trs" || rm -f test-hwloc-annotate.sh.trs test-hwloc-calc.sh.trs test-hwloc-compress-dir.sh.trs test-hwloc-diffpatch.sh.trs test-hwloc-distrib.sh.trs test-hwloc-info.sh.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo rm -f *.tab.c test -z "hwloc-compress-dir hwloc-gather-topology test-hwloc-annotate.sh test-hwloc-calc.sh test-hwloc-compress-dir.sh test-hwloc-diffpatch.sh test-hwloc-distrib.sh test-hwloc-info.sh test-fake-plugin.sh" || rm -f hwloc-compress-dir hwloc-gather-topology test-hwloc-annotate.sh test-hwloc-calc.sh test-hwloc-compress-dir.sh test-hwloc-diffpatch.sh test-hwloc-distrib.sh test-hwloc-info.sh test-fake-plugin.sh test . = "../../../../utils/hwloc" || test -z "" || rm -f rm -f hwloc.7 hwloc-annotate.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-gather-topology.1 hwloc-ps.1 hwloc-gather-cpuid.1 hwloc-dump-hwdata.1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making distclean in test-hwloc-dump-hwdata make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' rm -rf .libs _libs test -z "knl-snc4h50.tar.bz2.log" || rm -f knl-snc4h50.tar.bz2.log test -z "knl-snc4h50.tar.bz2.trs" || rm -f knl-snc4h50.tar.bz2.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-hwloc-dump-hwdata.sh" || rm -f test-hwloc-dump-hwdata.sh test . = "../../../../../utils/hwloc/test-hwloc-dump-hwdata" || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc/test-hwloc-dump-hwdata' rm -f ./.deps/common-ps.Plo rm -f ./.deps/hwloc-annotate.Po rm -f ./.deps/hwloc-bind.Po rm -f ./.deps/hwloc-calc.Po rm -f ./.deps/hwloc-diff.Po rm -f ./.deps/hwloc-distrib.Po rm -f ./.deps/hwloc-gather-cpuid.Po rm -f ./.deps/hwloc-info.Po rm -f ./.deps/hwloc-patch.Po rm -f ./.deps/hwloc-ps.Po rm -f ./.deps/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.Po rm -f ./.deps/hwloc_dump_hwdata-hwloc-dump-hwdata.Po rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/hwloc' Making distclean in lstopo make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' rm -f lstopo-no-graphics lstopo rm -rf .libs _libs rm -f *.o test -z "test-lstopo.sh.log test-lstopo-shmem.sh.log" || rm -f test-lstopo.sh.log test-lstopo-shmem.sh.log test -z "test-lstopo.sh.trs test-lstopo-shmem.sh.trs" || rm -f test-lstopo.sh.trs test-lstopo-shmem.sh.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo rm -f *.tab.c test -z "test-lstopo.sh test-lstopo-shmem.sh" || rm -f test-lstopo.sh test-lstopo-shmem.sh test . = "../../../../utils/lstopo" || test -z "" || rm -f rm -f lstopo-no-graphics.1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/lstopo-lstopo-ascii.Po rm -f ./.deps/lstopo-lstopo-cairo.Po rm -f ./.deps/lstopo-lstopo-draw.Po rm -f ./.deps/lstopo-lstopo-fig.Po rm -f ./.deps/lstopo-lstopo-shmem.Po rm -f ./.deps/lstopo-lstopo-svg.Po rm -f ./.deps/lstopo-lstopo-text.Po rm -f ./.deps/lstopo-lstopo-windows.Po rm -f ./.deps/lstopo-lstopo-xml.Po rm -f ./.deps/lstopo-lstopo.Po rm -f ./.deps/lstopo_no_graphics-lstopo-ascii.Po rm -f ./.deps/lstopo_no_graphics-lstopo-draw.Po rm -f ./.deps/lstopo_no_graphics-lstopo-fig.Po rm -f ./.deps/lstopo_no_graphics-lstopo-shmem.Po rm -f ./.deps/lstopo_no_graphics-lstopo-svg.Po rm -f ./.deps/lstopo_no_graphics-lstopo-text.Po rm -f ./.deps/lstopo_no_graphics-lstopo-xml.Po rm -f ./.deps/lstopo_no_graphics-lstopo.Po rm -f ./.deps/lstopo_win-lstopo-ascii.Po rm -f ./.deps/lstopo_win-lstopo-cairo.Po rm -f ./.deps/lstopo_win-lstopo-draw.Po rm -f ./.deps/lstopo_win-lstopo-fig.Po rm -f ./.deps/lstopo_win-lstopo-shmem.Po rm -f ./.deps/lstopo_win-lstopo-svg.Po rm -f ./.deps/lstopo_win-lstopo-text.Po rm -f ./.deps/lstopo_win-lstopo-windows.Po rm -f ./.deps/lstopo_win-lstopo-xml.Po rm -f ./.deps/lstopo_win-lstopo.Po rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/lstopo' Making distclean in netloc/infiniband make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/infiniband' rm -f netloc_ib_extract_dats test -z "netloc_ib_gather_raw" || rm -f netloc_ib_gather_raw rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "netloc_ib_gather_raw" || rm -f netloc_ib_gather_raw test . = "../../../../../utils/netloc/infiniband" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/netloc_ib_extract_dats.Po rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/infiniband' Making distclean in netloc/draw make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/draw' rm -f netloc_draw_to_json rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "../../../../../utils/netloc/draw" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/netloc_draw_to_json.Po rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/draw' Making distclean in netloc/mpi make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/mpi' rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "../../../../../utils/netloc/mpi" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/netloc_mpi_find_hosts-netloc_mpi_find_hosts.Po rm -f ./.deps/netloc_mpi_rank_file.Po rm -f ./.deps/netloc_rank_order.Po rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/mpi' Making distclean in netloc/scotch make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/scotch' rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "../../../../../utils/netloc/scotch" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/netlocscotch_get_arch.Po rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils/netloc/scotch' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../utils" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/utils' Making distclean in tests make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making distclean in hwloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making distclean in ports make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' test -z "liblstopo-port-windows.a" || rm -f liblstopo-port-windows.a test -z "libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la" || rm -f libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la rm -f ./so_locations rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "topology-solaris.c topology-solaris-chiptype.c topology-aix.c topology-windows.c topology-darwin.c topology-freebsd.c topology-netbsd.c topology-hpux.c topology-bgq.c topology-opencl.c topology-cuda.c topology-nvml.c topology-gl.c lstopo-windows.c" || rm -f topology-solaris.c topology-solaris-chiptype.c topology-aix.c topology-windows.c topology-darwin.c topology-freebsd.c topology-netbsd.c topology-hpux.c topology-bgq.c topology-opencl.c topology-cuda.c topology-nvml.c topology-gl.c lstopo-windows.c test . = "../../../../../tests/hwloc/ports" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/libhwloc_port_aix_la-topology-aix.Plo rm -f ./.deps/libhwloc_port_bgq_la-topology-bgq.Plo rm -f ./.deps/libhwloc_port_cuda_la-topology-cuda.Plo rm -f ./.deps/libhwloc_port_darwin_la-topology-darwin.Plo rm -f ./.deps/libhwloc_port_freebsd_la-topology-freebsd.Plo rm -f ./.deps/libhwloc_port_gl_la-topology-gl.Plo rm -f ./.deps/libhwloc_port_hpux_la-topology-hpux.Plo rm -f ./.deps/libhwloc_port_netbsd_la-topology-netbsd.Plo rm -f ./.deps/libhwloc_port_nvml_la-topology-nvml.Plo rm -f ./.deps/libhwloc_port_opencl_la-topology-opencl.Plo rm -f ./.deps/libhwloc_port_solaris_la-topology-solaris-chiptype.Plo rm -f ./.deps/libhwloc_port_solaris_la-topology-solaris.Plo rm -f ./.deps/libhwloc_port_windows_la-topology-windows.Plo rm -f ./.deps/liblstopo_port_windows_a-lstopo-windows.Po rm -f Makefile make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/ports' Making distclean in xml make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' rm -rf .libs _libs test -z "16amd64-8n2c-cpusets.xml.log 16amd64-4distances.xml.log 16amd64-4distances.console.output.log 16em64t-4s2c2t.xml.log 16em64t-4s2c2t-offlines.xml.log 16em64t-4s2c2t.console.output.log 16-2gr2gr2n2c+misc.xml.log 16-2gr2gr2n2c+misc.console.output.log 16intel64-manyVFs.xml.log 16intel64-manyVFs.console.output.log 16intel64-manyVFs.console.nocollapse.output.log 24em64t-2n6c2t-pci.xml.log 32em64t-2n8c2t-pci-noio.xml.log 32em64t-2n8c2t-pci-normalio.xml.log 32em64t-2n8c2t-pci-wholeio.xml.log 64intel64-3g2n+2n-irregulargroups+pci.xml.log 64intel64-3g2n+2n-irregulargroups+pci.console.output.log 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml.log 64intel64-fakeKNL-SNC4-hybrid.xml.log 96em64t-4n4d3ca2co-pci.xml.log 192em64t-12gr2n8c2t.xml.log 192em64t-24n8c2t.xml.log fakeheterodistances.xml.log 8em64t-2p2ca2co-nonodesets.v1tov2.xml.log 8ia64-2n2s2c+1n.v1tov2.xml.log 16amd64-4distances.v1tov2.xml.log 16amd64-4distances.v2tov1.xml.log 2intel64-1n2c-numaroot.v1tov2.xml.log 28intel64-2p2g7c-CoDgroups.v1tov2.xml.log 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml.log 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml.log 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml.log 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml.log 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml.log" || rm -f 16amd64-8n2c-cpusets.xml.log 16amd64-4distances.xml.log 16amd64-4distances.console.output.log 16em64t-4s2c2t.xml.log 16em64t-4s2c2t-offlines.xml.log 16em64t-4s2c2t.console.output.log 16-2gr2gr2n2c+misc.xml.log 16-2gr2gr2n2c+misc.console.output.log 16intel64-manyVFs.xml.log 16intel64-manyVFs.console.output.log 16intel64-manyVFs.console.nocollapse.output.log 24em64t-2n6c2t-pci.xml.log 32em64t-2n8c2t-pci-noio.xml.log 32em64t-2n8c2t-pci-normalio.xml.log 32em64t-2n8c2t-pci-wholeio.xml.log 64intel64-3g2n+2n-irregulargroups+pci.xml.log 64intel64-3g2n+2n-irregulargroups+pci.console.output.log 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml.log 64intel64-fakeKNL-SNC4-hybrid.xml.log 96em64t-4n4d3ca2co-pci.xml.log 192em64t-12gr2n8c2t.xml.log 192em64t-24n8c2t.xml.log fakeheterodistances.xml.log 8em64t-2p2ca2co-nonodesets.v1tov2.xml.log 8ia64-2n2s2c+1n.v1tov2.xml.log 16amd64-4distances.v1tov2.xml.log 16amd64-4distances.v2tov1.xml.log 2intel64-1n2c-numaroot.v1tov2.xml.log 28intel64-2p2g7c-CoDgroups.v1tov2.xml.log 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml.log 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml.log 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml.log 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml.log 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml.log test -z "16amd64-8n2c-cpusets.xml.trs 16amd64-4distances.xml.trs 16amd64-4distances.console.output.trs 16em64t-4s2c2t.xml.trs 16em64t-4s2c2t-offlines.xml.trs 16em64t-4s2c2t.console.output.trs 16-2gr2gr2n2c+misc.xml.trs 16-2gr2gr2n2c+misc.console.output.trs 16intel64-manyVFs.xml.trs 16intel64-manyVFs.console.output.trs 16intel64-manyVFs.console.nocollapse.output.trs 24em64t-2n6c2t-pci.xml.trs 32em64t-2n8c2t-pci-noio.xml.trs 32em64t-2n8c2t-pci-normalio.xml.trs 32em64t-2n8c2t-pci-wholeio.xml.trs 64intel64-3g2n+2n-irregulargroups+pci.xml.trs 64intel64-3g2n+2n-irregulargroups+pci.console.output.trs 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml.trs 64intel64-fakeKNL-SNC4-hybrid.xml.trs 96em64t-4n4d3ca2co-pci.xml.trs 192em64t-12gr2n8c2t.xml.trs 192em64t-24n8c2t.xml.trs fakeheterodistances.xml.trs 8em64t-2p2ca2co-nonodesets.v1tov2.xml.trs 8ia64-2n2s2c+1n.v1tov2.xml.trs 16amd64-4distances.v1tov2.xml.trs 16amd64-4distances.v2tov1.xml.trs 2intel64-1n2c-numaroot.v1tov2.xml.trs 28intel64-2p2g7c-CoDgroups.v1tov2.xml.trs 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml.trs 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml.trs 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml.trs 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml.trs 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml.trs" || rm -f 16amd64-8n2c-cpusets.xml.trs 16amd64-4distances.xml.trs 16amd64-4distances.console.output.trs 16em64t-4s2c2t.xml.trs 16em64t-4s2c2t-offlines.xml.trs 16em64t-4s2c2t.console.output.trs 16-2gr2gr2n2c+misc.xml.trs 16-2gr2gr2n2c+misc.console.output.trs 16intel64-manyVFs.xml.trs 16intel64-manyVFs.console.output.trs 16intel64-manyVFs.console.nocollapse.output.trs 24em64t-2n6c2t-pci.xml.trs 32em64t-2n8c2t-pci-noio.xml.trs 32em64t-2n8c2t-pci-normalio.xml.trs 32em64t-2n8c2t-pci-wholeio.xml.trs 64intel64-3g2n+2n-irregulargroups+pci.xml.trs 64intel64-3g2n+2n-irregulargroups+pci.console.output.trs 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml.trs 64intel64-fakeKNL-SNC4-hybrid.xml.trs 96em64t-4n4d3ca2co-pci.xml.trs 192em64t-12gr2n8c2t.xml.trs 192em64t-24n8c2t.xml.trs fakeheterodistances.xml.trs 8em64t-2p2ca2co-nonodesets.v1tov2.xml.trs 8ia64-2n2s2c+1n.v1tov2.xml.trs 16amd64-4distances.v1tov2.xml.trs 16amd64-4distances.v2tov1.xml.trs 2intel64-1n2c-numaroot.v1tov2.xml.trs 28intel64-2p2g7c-CoDgroups.v1tov2.xml.trs 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml.trs 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml.trs 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml.trs 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml.trs 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-topology.sh" || rm -f test-topology.sh test . = "../../../../../tests/hwloc/xml" || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/xml' Making distclean in linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making distclean in . make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' rm -rf .libs _libs test -z "2amd64-2n.output.log 2i386-2t-hugepagesizecount.xml.output.log 2i386-2c-nohugepage.xml.output.log 2ps3-2t.output.log 4em64t-2c2t-ignore-reorder.output.log 4ia64-4s.output.log 4fake-4gr1nu1pu.output.log 256ppc-8n8s4t.output.log 256ppc-8n8s4t-nocache.output.log 32amd64-4s2n4c-cgroup.output.log 32amd64-4s2n4c-cgroup.xml.output.log 8amd64-4n2c.output.log 8em64t-4c2t.output.log 8em64t-2s2ca2c.output.log 8em64t-2s2ca2c-buggynuma.output.log 8em64t-2s4c-heterogeneous.output.log 8ia64-2n2s2c.output.log 8ia64-2s2c2t.output.log 8ia64-4s2c.output.log 16amd64-4n4c-cgroup-distance-merge.output.log 16amd64-8n2c.output.log 16amd64-8n2c-cpusets.output.log 16amd64-8n2c-cpusets.xml.output.log 16amd64-8n2c-cpusets_noadmin.output.log 16em64t-4s2ca2c-cpusetreorder.output.log 16em64t-4s2ca2c-cpusetreorder-merge.output.log 16em64t-4s2c2t.output.log 16em64t-4s2c2t-offlines.output.log 16em64t-4s2c2t-offlines.xml.output.log 16em64t-4s2c2t_ncaches.output.log 16em64t-4s2c2t_merge.output.log 16em64t-4s2c2t.xml.output.log 16ia64-8n2s.output.log 32em64t-2n8c+1mic.output.log 40intel64-2g2n4c+pci.output.log 40intel64-4n10c+pci-conflicts.output.log 48amd64-4d2n6c-sparse.output.log 64amd64-4s2n4ca2co.output.log 64fake-4n2s2ca2c2t.output.log 64intel64-fakeKNL-A2A-cache.output.log 64intel64-fakeKNL-SNC4-hybrid.output.log 64intel64-fakeKNL-SNC4-hybrid-msc.output.log 96em64t-4n4d3ca2co.output.log 128ia64-17n4s2c.output.log 256ia64-64n2s2c.output.log 2s390-2c.output.log 20s390-2g6s4c.output.log 1alpha.output.log 2arm-2c.output.log nvidiagpunumanodes.output.log nvidiagpunumanodes.kept.output.log fakememinitiators-1npc+1npc.output.log fakecpuid1f-64intel64-2p4d2n2c2t.output.log fakeheteronuma.output.log" || rm -f 2amd64-2n.output.log 2i386-2t-hugepagesizecount.xml.output.log 2i386-2c-nohugepage.xml.output.log 2ps3-2t.output.log 4em64t-2c2t-ignore-reorder.output.log 4ia64-4s.output.log 4fake-4gr1nu1pu.output.log 256ppc-8n8s4t.output.log 256ppc-8n8s4t-nocache.output.log 32amd64-4s2n4c-cgroup.output.log 32amd64-4s2n4c-cgroup.xml.output.log 8amd64-4n2c.output.log 8em64t-4c2t.output.log 8em64t-2s2ca2c.output.log 8em64t-2s2ca2c-buggynuma.output.log 8em64t-2s4c-heterogeneous.output.log 8ia64-2n2s2c.output.log 8ia64-2s2c2t.output.log 8ia64-4s2c.output.log 16amd64-4n4c-cgroup-distance-merge.output.log 16amd64-8n2c.output.log 16amd64-8n2c-cpusets.output.log 16amd64-8n2c-cpusets.xml.output.log 16amd64-8n2c-cpusets_noadmin.output.log 16em64t-4s2ca2c-cpusetreorder.output.log 16em64t-4s2ca2c-cpusetreorder-merge.output.log 16em64t-4s2c2t.output.log 16em64t-4s2c2t-offlines.output.log 16em64t-4s2c2t-offlines.xml.output.log 16em64t-4s2c2t_ncaches.output.log 16em64t-4s2c2t_merge.output.log 16em64t-4s2c2t.xml.output.log 16ia64-8n2s.output.log 32em64t-2n8c+1mic.output.log 40intel64-2g2n4c+pci.output.log 40intel64-4n10c+pci-conflicts.output.log 48amd64-4d2n6c-sparse.output.log 64amd64-4s2n4ca2co.output.log 64fake-4n2s2ca2c2t.output.log 64intel64-fakeKNL-A2A-cache.output.log 64intel64-fakeKNL-SNC4-hybrid.output.log 64intel64-fakeKNL-SNC4-hybrid-msc.output.log 96em64t-4n4d3ca2co.output.log 128ia64-17n4s2c.output.log 256ia64-64n2s2c.output.log 2s390-2c.output.log 20s390-2g6s4c.output.log 1alpha.output.log 2arm-2c.output.log nvidiagpunumanodes.output.log nvidiagpunumanodes.kept.output.log fakememinitiators-1npc+1npc.output.log fakecpuid1f-64intel64-2p4d2n2c2t.output.log fakeheteronuma.output.log test -z "2amd64-2n.output.trs 2i386-2t-hugepagesizecount.xml.output.trs 2i386-2c-nohugepage.xml.output.trs 2ps3-2t.output.trs 4em64t-2c2t-ignore-reorder.output.trs 4ia64-4s.output.trs 4fake-4gr1nu1pu.output.trs 256ppc-8n8s4t.output.trs 256ppc-8n8s4t-nocache.output.trs 32amd64-4s2n4c-cgroup.output.trs 32amd64-4s2n4c-cgroup.xml.output.trs 8amd64-4n2c.output.trs 8em64t-4c2t.output.trs 8em64t-2s2ca2c.output.trs 8em64t-2s2ca2c-buggynuma.output.trs 8em64t-2s4c-heterogeneous.output.trs 8ia64-2n2s2c.output.trs 8ia64-2s2c2t.output.trs 8ia64-4s2c.output.trs 16amd64-4n4c-cgroup-distance-merge.output.trs 16amd64-8n2c.output.trs 16amd64-8n2c-cpusets.output.trs 16amd64-8n2c-cpusets.xml.output.trs 16amd64-8n2c-cpusets_noadmin.output.trs 16em64t-4s2ca2c-cpusetreorder.output.trs 16em64t-4s2ca2c-cpusetreorder-merge.output.trs 16em64t-4s2c2t.output.trs 16em64t-4s2c2t-offlines.output.trs 16em64t-4s2c2t-offlines.xml.output.trs 16em64t-4s2c2t_ncaches.output.trs 16em64t-4s2c2t_merge.output.trs 16em64t-4s2c2t.xml.output.trs 16ia64-8n2s.output.trs 32em64t-2n8c+1mic.output.trs 40intel64-2g2n4c+pci.output.trs 40intel64-4n10c+pci-conflicts.output.trs 48amd64-4d2n6c-sparse.output.trs 64amd64-4s2n4ca2co.output.trs 64fake-4n2s2ca2c2t.output.trs 64intel64-fakeKNL-A2A-cache.output.trs 64intel64-fakeKNL-SNC4-hybrid.output.trs 64intel64-fakeKNL-SNC4-hybrid-msc.output.trs 96em64t-4n4d3ca2co.output.trs 128ia64-17n4s2c.output.trs 256ia64-64n2s2c.output.trs 2s390-2c.output.trs 20s390-2g6s4c.output.trs 1alpha.output.trs 2arm-2c.output.trs nvidiagpunumanodes.output.trs nvidiagpunumanodes.kept.output.trs fakememinitiators-1npc+1npc.output.trs fakecpuid1f-64intel64-2p4d2n2c2t.output.trs fakeheteronuma.output.trs" || rm -f 2amd64-2n.output.trs 2i386-2t-hugepagesizecount.xml.output.trs 2i386-2c-nohugepage.xml.output.trs 2ps3-2t.output.trs 4em64t-2c2t-ignore-reorder.output.trs 4ia64-4s.output.trs 4fake-4gr1nu1pu.output.trs 256ppc-8n8s4t.output.trs 256ppc-8n8s4t-nocache.output.trs 32amd64-4s2n4c-cgroup.output.trs 32amd64-4s2n4c-cgroup.xml.output.trs 8amd64-4n2c.output.trs 8em64t-4c2t.output.trs 8em64t-2s2ca2c.output.trs 8em64t-2s2ca2c-buggynuma.output.trs 8em64t-2s4c-heterogeneous.output.trs 8ia64-2n2s2c.output.trs 8ia64-2s2c2t.output.trs 8ia64-4s2c.output.trs 16amd64-4n4c-cgroup-distance-merge.output.trs 16amd64-8n2c.output.trs 16amd64-8n2c-cpusets.output.trs 16amd64-8n2c-cpusets.xml.output.trs 16amd64-8n2c-cpusets_noadmin.output.trs 16em64t-4s2ca2c-cpusetreorder.output.trs 16em64t-4s2ca2c-cpusetreorder-merge.output.trs 16em64t-4s2c2t.output.trs 16em64t-4s2c2t-offlines.output.trs 16em64t-4s2c2t-offlines.xml.output.trs 16em64t-4s2c2t_ncaches.output.trs 16em64t-4s2c2t_merge.output.trs 16em64t-4s2c2t.xml.output.trs 16ia64-8n2s.output.trs 32em64t-2n8c+1mic.output.trs 40intel64-2g2n4c+pci.output.trs 40intel64-4n10c+pci-conflicts.output.trs 48amd64-4d2n6c-sparse.output.trs 64amd64-4s2n4ca2co.output.trs 64fake-4n2s2ca2c2t.output.trs 64intel64-fakeKNL-A2A-cache.output.trs 64intel64-fakeKNL-SNC4-hybrid.output.trs 64intel64-fakeKNL-SNC4-hybrid-msc.output.trs 96em64t-4n4d3ca2co.output.trs 128ia64-17n4s2c.output.trs 256ia64-64n2s2c.output.trs 2s390-2c.output.trs 20s390-2g6s4c.output.trs 1alpha.output.trs 2arm-2c.output.trs nvidiagpunumanodes.output.trs nvidiagpunumanodes.kept.output.trs fakememinitiators-1npc+1npc.output.trs fakecpuid1f-64intel64-2p4d2n2c2t.output.trs fakeheteronuma.output.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-topology.sh" || rm -f test-topology.sh test . = "../../../../../tests/hwloc/linux" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making distclean in allowed make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' rm -rf .libs _libs test -z "test1.output.log" || rm -f test1.output.log test -z "test1.output.trs" || rm -f test1.output.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-topology.sh" || rm -f test-topology.sh test . = "../../../../../../tests/hwloc/linux/allowed" || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/allowed' Making distclean in gather make[5]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' rm -rf .libs _libs test -z "test-gather-topology.sh.log" || rm -f test-gather-topology.sh.log test -z "test-gather-topology.sh.trs" || rm -f test-gather-topology.sh.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-gather-topology.sh" || rm -f test-gather-topology.sh test . = "../../../../../../tests/hwloc/linux/gather" || test -z "" || rm -f rm -f Makefile make[5]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux/gather' rm -f Makefile make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/linux' Making distclean in x86 make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' rm -rf .libs _libs test -z "Intel-CPUID.1F-Qemu-2p3d3c2t.output.log Intel-CascadeLake-2xXeon6230.output.log Intel-Skylake-2xXeon6140.output.log Intel-Broadwell-2xXeon-E5-2650Lv4.output.log Intel-Haswell-2xXeon-E5-2680v3.output.log Intel-IvyBridge-12xXeon-E5-4620v2.output.log Intel-SandyBridge-2xXeon-E5-2650.output.log Intel-Westmere-2xXeon-X5650.output.log Intel-Nehalem-2xXeon-X5550.output.log Intel-Penryn-4xXeon-X7460.output.log Intel-Core-2xXeon-E5345.output.log Intel-KnightsLanding-XeonPhi-7210.output.log Intel-KnightsCorner-XeonPhi-SE10P.output.log AMD-17h-Zen-2xEpyc-7451.output.log AMD-15h-Piledriver-4xOpteron-6348.output.log AMD-15h-Bulldozer-4xOpteron-6272.output.log AMD-K10-MagnyCours-2xOpteron-6164HE.output.log AMD-K10-Istanbul-8xOpteron-8439SE.output.log AMD-K8-SantaRosa-2xOpteron-2218.output.log AMD-K8-SledgeHammer-2xOpteron-250.output.log Hygon-Dhyana-32cores.output.log Zhaoxin-CentaurHauls-ZXD-4600.output.log Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output.log" || rm -f Intel-CPUID.1F-Qemu-2p3d3c2t.output.log Intel-CascadeLake-2xXeon6230.output.log Intel-Skylake-2xXeon6140.output.log Intel-Broadwell-2xXeon-E5-2650Lv4.output.log Intel-Haswell-2xXeon-E5-2680v3.output.log Intel-IvyBridge-12xXeon-E5-4620v2.output.log Intel-SandyBridge-2xXeon-E5-2650.output.log Intel-Westmere-2xXeon-X5650.output.log Intel-Nehalem-2xXeon-X5550.output.log Intel-Penryn-4xXeon-X7460.output.log Intel-Core-2xXeon-E5345.output.log Intel-KnightsLanding-XeonPhi-7210.output.log Intel-KnightsCorner-XeonPhi-SE10P.output.log AMD-17h-Zen-2xEpyc-7451.output.log AMD-15h-Piledriver-4xOpteron-6348.output.log AMD-15h-Bulldozer-4xOpteron-6272.output.log AMD-K10-MagnyCours-2xOpteron-6164HE.output.log AMD-K10-Istanbul-8xOpteron-8439SE.output.log AMD-K8-SantaRosa-2xOpteron-2218.output.log AMD-K8-SledgeHammer-2xOpteron-250.output.log Hygon-Dhyana-32cores.output.log Zhaoxin-CentaurHauls-ZXD-4600.output.log Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output.log test -z "Intel-CPUID.1F-Qemu-2p3d3c2t.output.trs Intel-CascadeLake-2xXeon6230.output.trs Intel-Skylake-2xXeon6140.output.trs Intel-Broadwell-2xXeon-E5-2650Lv4.output.trs Intel-Haswell-2xXeon-E5-2680v3.output.trs Intel-IvyBridge-12xXeon-E5-4620v2.output.trs Intel-SandyBridge-2xXeon-E5-2650.output.trs Intel-Westmere-2xXeon-X5650.output.trs Intel-Nehalem-2xXeon-X5550.output.trs Intel-Penryn-4xXeon-X7460.output.trs Intel-Core-2xXeon-E5345.output.trs Intel-KnightsLanding-XeonPhi-7210.output.trs Intel-KnightsCorner-XeonPhi-SE10P.output.trs AMD-17h-Zen-2xEpyc-7451.output.trs AMD-15h-Piledriver-4xOpteron-6348.output.trs AMD-15h-Bulldozer-4xOpteron-6272.output.trs AMD-K10-MagnyCours-2xOpteron-6164HE.output.trs AMD-K10-Istanbul-8xOpteron-8439SE.output.trs AMD-K8-SantaRosa-2xOpteron-2218.output.trs AMD-K8-SledgeHammer-2xOpteron-250.output.trs Hygon-Dhyana-32cores.output.trs Zhaoxin-CentaurHauls-ZXD-4600.output.trs Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output.trs" || rm -f Intel-CPUID.1F-Qemu-2p3d3c2t.output.trs Intel-CascadeLake-2xXeon6230.output.trs Intel-Skylake-2xXeon6140.output.trs Intel-Broadwell-2xXeon-E5-2650Lv4.output.trs Intel-Haswell-2xXeon-E5-2680v3.output.trs Intel-IvyBridge-12xXeon-E5-4620v2.output.trs Intel-SandyBridge-2xXeon-E5-2650.output.trs Intel-Westmere-2xXeon-X5650.output.trs Intel-Nehalem-2xXeon-X5550.output.trs Intel-Penryn-4xXeon-X7460.output.trs Intel-Core-2xXeon-E5345.output.trs Intel-KnightsLanding-XeonPhi-7210.output.trs Intel-KnightsCorner-XeonPhi-SE10P.output.trs AMD-17h-Zen-2xEpyc-7451.output.trs AMD-15h-Piledriver-4xOpteron-6348.output.trs AMD-15h-Bulldozer-4xOpteron-6272.output.trs AMD-K10-MagnyCours-2xOpteron-6164HE.output.trs AMD-K10-Istanbul-8xOpteron-8439SE.output.trs AMD-K8-SantaRosa-2xOpteron-2218.output.trs AMD-K8-SledgeHammer-2xOpteron-250.output.trs Hygon-Dhyana-32cores.output.trs Zhaoxin-CentaurHauls-ZXD-4600.output.trs Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-topology.sh" || rm -f test-topology.sh test . = "../../../../../tests/hwloc/x86" || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86' Making distclean in x86+linux make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' rm -rf .libs _libs test -z "64amd64-4p2n4ca2co.output.log 64amd64-4p2n4ca2co.topoextnuma.output.log" || rm -f 64amd64-4p2n4ca2co.output.log 64amd64-4p2n4ca2co.topoextnuma.output.log test -z "64amd64-4p2n4ca2co.output.trs 64amd64-4p2n4ca2co.topoextnuma.output.trs" || rm -f 64amd64-4p2n4ca2co.output.trs 64amd64-4p2n4ca2co.topoextnuma.output.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-topology.sh" || rm -f test-topology.sh test . = "../../../../../tests/hwloc/x86+linux" || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/x86+linux' Making distclean in rename make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/rename' rm -rf .libs _libs rm -rf include rm -f *.lo test -z "" || rm -f test . = "../../../../../tests/hwloc/rename" || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc/rename' make[4]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' rm -f hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem glibc-sched rm -rf .libs _libs rm -f *.o test -z "hwloc_api_version.log hwloc_list_components.log hwloc_bitmap.log hwloc_bitmap_string.log hwloc_bitmap_compare_inclusion.log hwloc_get_closest_objs.log hwloc_get_obj_covering_cpuset.log hwloc_get_cache_covering_cpuset.log hwloc_get_largest_objs_inside_cpuset.log hwloc_get_next_obj_covering_cpuset.log hwloc_get_obj_inside_cpuset.log hwloc_get_shared_cache_covering_obj.log hwloc_get_obj_below_array_by_type.log hwloc_bitmap_first_last_weight.log hwloc_bitmap_singlify.log hwloc_type_depth.log hwloc_type_sscanf.log hwloc_bind.log hwloc_get_last_cpu_location.log hwloc_get_area_memlocation.log hwloc_object_userdata.log hwloc_synthetic.log hwloc_backends.log hwloc_pci_backend.log hwloc_is_thissystem.log hwloc_distances.log hwloc_groups.log hwloc_insert_misc.log hwloc_topology_allow.log hwloc_topology_restrict.log hwloc_topology_dup.log hwloc_topology_diff.log hwloc_topology_abi.log hwloc_obj_infos.log hwloc_iodevs.log xmlbuffer.log gl.log intel-mic.log shmem.log glibc-sched.log" || rm -f hwloc_api_version.log hwloc_list_components.log hwloc_bitmap.log hwloc_bitmap_string.log hwloc_bitmap_compare_inclusion.log hwloc_get_closest_objs.log hwloc_get_obj_covering_cpuset.log hwloc_get_cache_covering_cpuset.log hwloc_get_largest_objs_inside_cpuset.log hwloc_get_next_obj_covering_cpuset.log hwloc_get_obj_inside_cpuset.log hwloc_get_shared_cache_covering_obj.log hwloc_get_obj_below_array_by_type.log hwloc_bitmap_first_last_weight.log hwloc_bitmap_singlify.log hwloc_type_depth.log hwloc_type_sscanf.log hwloc_bind.log hwloc_get_last_cpu_location.log hwloc_get_area_memlocation.log hwloc_object_userdata.log hwloc_synthetic.log hwloc_backends.log hwloc_pci_backend.log hwloc_is_thissystem.log hwloc_distances.log hwloc_groups.log hwloc_insert_misc.log hwloc_topology_allow.log hwloc_topology_restrict.log hwloc_topology_dup.log hwloc_topology_diff.log hwloc_topology_abi.log hwloc_obj_infos.log hwloc_iodevs.log xmlbuffer.log gl.log intel-mic.log shmem.log glibc-sched.log test -z "hwloc_api_version.trs hwloc_list_components.trs hwloc_bitmap.trs hwloc_bitmap_string.trs hwloc_bitmap_compare_inclusion.trs hwloc_get_closest_objs.trs hwloc_get_obj_covering_cpuset.trs hwloc_get_cache_covering_cpuset.trs hwloc_get_largest_objs_inside_cpuset.trs hwloc_get_next_obj_covering_cpuset.trs hwloc_get_obj_inside_cpuset.trs hwloc_get_shared_cache_covering_obj.trs hwloc_get_obj_below_array_by_type.trs hwloc_bitmap_first_last_weight.trs hwloc_bitmap_singlify.trs hwloc_type_depth.trs hwloc_type_sscanf.trs hwloc_bind.trs hwloc_get_last_cpu_location.trs hwloc_get_area_memlocation.trs hwloc_object_userdata.trs hwloc_synthetic.trs hwloc_backends.trs hwloc_pci_backend.trs hwloc_is_thissystem.trs hwloc_distances.trs hwloc_groups.trs hwloc_insert_misc.trs hwloc_topology_allow.trs hwloc_topology_restrict.trs hwloc_topology_dup.trs hwloc_topology_diff.trs hwloc_topology_abi.trs hwloc_obj_infos.trs hwloc_iodevs.trs xmlbuffer.trs gl.trs intel-mic.trs shmem.trs glibc-sched.trs" || rm -f hwloc_api_version.trs hwloc_list_components.trs hwloc_bitmap.trs hwloc_bitmap_string.trs hwloc_bitmap_compare_inclusion.trs hwloc_get_closest_objs.trs hwloc_get_obj_covering_cpuset.trs hwloc_get_cache_covering_cpuset.trs hwloc_get_largest_objs_inside_cpuset.trs hwloc_get_next_obj_covering_cpuset.trs hwloc_get_obj_inside_cpuset.trs hwloc_get_shared_cache_covering_obj.trs hwloc_get_obj_below_array_by_type.trs hwloc_bitmap_first_last_weight.trs hwloc_bitmap_singlify.trs hwloc_type_depth.trs hwloc_type_sscanf.trs hwloc_bind.trs hwloc_get_last_cpu_location.trs hwloc_get_area_memlocation.trs hwloc_object_userdata.trs hwloc_synthetic.trs hwloc_backends.trs hwloc_pci_backend.trs hwloc_is_thissystem.trs hwloc_distances.trs hwloc_groups.trs hwloc_insert_misc.trs hwloc_topology_allow.trs hwloc_topology_restrict.trs hwloc_topology_dup.trs hwloc_topology_diff.trs hwloc_topology_abi.trs hwloc_obj_infos.trs hwloc_iodevs.trs xmlbuffer.trs gl.trs intel-mic.trs shmem.trs glibc-sched.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo rm -f *.tab.c test -z "wrapper.sh" || rm -f wrapper.sh test . = "../../../../tests/hwloc" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[4]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' rm -f ./.deps/cuda.Po rm -f ./.deps/cudart.Po rm -f ./.deps/gl.Po rm -f ./.deps/glibc-sched.Po rm -f ./.deps/hwloc_api_version.Po rm -f ./.deps/hwloc_backends.Po rm -f ./.deps/hwloc_bind.Po rm -f ./.deps/hwloc_bitmap.Po rm -f ./.deps/hwloc_bitmap_compare_inclusion.Po rm -f ./.deps/hwloc_bitmap_first_last_weight.Po rm -f ./.deps/hwloc_bitmap_singlify.Po rm -f ./.deps/hwloc_bitmap_string.Po rm -f ./.deps/hwloc_distances.Po rm -f ./.deps/hwloc_get_area_memlocation.Po rm -f ./.deps/hwloc_get_cache_covering_cpuset.Po rm -f ./.deps/hwloc_get_closest_objs.Po rm -f ./.deps/hwloc_get_largest_objs_inside_cpuset.Po rm -f ./.deps/hwloc_get_last_cpu_location.Po rm -f ./.deps/hwloc_get_next_obj_covering_cpuset.Po rm -f ./.deps/hwloc_get_obj_below_array_by_type.Po rm -f ./.deps/hwloc_get_obj_covering_cpuset.Po rm -f ./.deps/hwloc_get_obj_inside_cpuset.Po rm -f ./.deps/hwloc_get_shared_cache_covering_obj.Po rm -f ./.deps/hwloc_groups.Po rm -f ./.deps/hwloc_insert_misc.Po rm -f ./.deps/hwloc_iodevs.Po rm -f ./.deps/hwloc_is_thissystem.Po rm -f ./.deps/hwloc_list_components.Po rm -f ./.deps/hwloc_obj_infos.Po rm -f ./.deps/hwloc_object_userdata.Po rm -f ./.deps/hwloc_pci_backend.Po rm -f ./.deps/hwloc_synthetic.Po rm -f ./.deps/hwloc_topology_abi.Po rm -f ./.deps/hwloc_topology_allow.Po rm -f ./.deps/hwloc_topology_diff.Po rm -f ./.deps/hwloc_topology_dup.Po rm -f ./.deps/hwloc_topology_restrict.Po rm -f ./.deps/hwloc_type_depth.Po rm -f ./.deps/hwloc_type_sscanf.Po rm -f ./.deps/intel-mic.Po rm -f ./.deps/linux_libnuma-linux-libnuma.Po rm -f ./.deps/nvml.Po rm -f ./.deps/opencl.Po rm -f ./.deps/openfabrics-verbs.Po rm -f ./.deps/shmem.Po rm -f ./.deps/xmlbuffer.Po rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/hwloc' Making distclean in netloc make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/netloc' rm -rf .libs _libs test -z "" || rm -f test -z "" || rm -f test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "tests.sh" || rm -f tests.sh test . = "../../../../tests/netloc" || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests/netloc' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../tests" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/tests' Making distclean in contrib/systemd make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../contrib/systemd" || test -z "" || rm -f rm -f hwloc-dump-hwdata.service rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/systemd' Making distclean in contrib/misc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' rm -f hwloc-tweak-osindex rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "../../../../contrib/misc" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/hwloc-tweak-osindex.Po rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/misc' Making distclean in contrib/hwloc-ps.www make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../../contrib/hwloc-ps.www" || test -z "" || rm -f rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/hwloc-ps.www' Making distclean in doc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' Making distclean in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' rm -f hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches rm -rf .libs _libs rm -f hwloc-hello-cpp.cpp rm -f *.o test -z "hwloc-hello.log hwloc-hello-cpp.log" || rm -f hwloc-hello.log hwloc-hello-cpp.log test -z "hwloc-hello.trs hwloc-hello-cpp.trs" || rm -f hwloc-hello.trs hwloc-hello-cpp.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "../../../../doc/examples" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/cpuset+bitmap+cpubind.Po rm -f ./.deps/get-knl-modes.Po rm -f ./.deps/gpu.Po rm -f ./.deps/hwloc-hello-cpp.Po rm -f ./.deps/hwloc-hello.Po rm -f ./.deps/nodeset+membind+policy.Po rm -f ./.deps/sharedcaches.Po rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' rm -rf .libs _libs rm -f *.lo test -z "doxygen-config.cfg" || rm -f doxygen-config.cfg test . = "../../../doc" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[3]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/doc' Making distclean in contrib/windows make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/windows' rm -rf .libs _libs test -z "test-windows-version.sh.log" || rm -f test-windows-version.sh.log test -z "test-windows-version.sh.trs" || rm -f test-windows-version.sh.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-windows-version.sh" || rm -f test-windows-version.sh test . = "../../../../contrib/windows" || test -z "" || rm -f rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/contrib/windows' Making distclean in netloc make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/netloc' test -z "libnetloc.la " || rm -f libnetloc.la rm -f ./so_locations rm -rf .libs _libs test -z "" || rm -f rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "../../../netloc" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/architecture.Plo rm -f ./.deps/edge.Plo rm -f ./.deps/hwloc.Plo rm -f ./.deps/mpicomm.Plo rm -f ./.deps/node.Plo rm -f ./.deps/path.Plo rm -f ./.deps/physical_link.Plo rm -f ./.deps/scotch.Plo rm -f ./.deps/support.Plo rm -f ./.deps/topology.Plo rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub/netloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' rm -rf .libs _libs rm -f *.lo test -z "hwloc.pc netloc.pc netlocscotch.pc" || rm -f hwloc.pc netloc.pc netlocscotch.pc test . = "../.." || test -z "" || rm -f rm -f include/private/autogen/config.h include/private/autogen/stamp-h1 include/hwloc/autogen/config.h include/hwloc/autogen/stamp-h2 rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[2]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile make[1]: Leaving directory '/builds/workspace/extended_v2.1/hwloc-v2.1-20200706.2130.gite5549aff/_build/sub' if test -d "hwloc-v2.1-20200706.2130.gite5549aff"; then find "hwloc-v2.1-20200706.2130.gite5549aff" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "hwloc-v2.1-20200706.2130.gite5549aff" || { sleep 5 && rm -rf "hwloc-v2.1-20200706.2130.gite5549aff"; }; else :; fi ====================================================================== hwloc-v2.1-20200706.2130.gite5549aff archives ready for distribution: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz hwloc-v2.1-20200706.2130.gite5549aff.tar.bz2 ====================================================================== + make check -C contrib/windows make: Entering directory '/builds/workspace/extended_v2.1/contrib/windows' make check-TESTS make[1]: Entering directory '/builds/workspace/extended_v2.1/contrib/windows' make[2]: Entering directory '/builds/workspace/extended_v2.1/contrib/windows' PASS: test-windows-version.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[2]: Leaving directory '/builds/workspace/extended_v2.1/contrib/windows' make[1]: Leaving directory '/builds/workspace/extended_v2.1/contrib/windows' make: Leaving directory '/builds/workspace/extended_v2.1/contrib/windows' + exit 0 [Pipeline] script [Pipeline] { [Pipeline] sh + ls hwloc-v2.1-20200706.2130.gite5549aff.tar.gz [Pipeline] sh + ls hwloc-v2.1-20200706.2130.gite5549aff.tar.bz2 [Pipeline] } [Pipeline] // script [Pipeline] stash Stashed 1 file(s) [Pipeline] dir Running in /builds/workspace/extended_v2.1/contrib/ci.inria.fr [Pipeline] { [Pipeline] stash Stashed 1 file(s) [Pipeline] stash Stashed 1 file(s) [Pipeline] stash Stashed 1 file(s) [Pipeline] stash Stashed 2 file(s) [Pipeline] stash Stashed 2 file(s) [Pipeline] } [Pipeline] // dir [Pipeline] archiveArtifacts Archiving artifacts Recording fingerprints [Pipeline] deleteDir [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Check) [Pipeline] script [Pipeline] { [Pipeline] nodesByLabel Found a total of 23 nodes with the 'unix' label sh: line 1: 29848 Terminated sleep 3 [Pipeline] parallel [Pipeline] { (Branch: CentOS_6.3_x86_64) [Pipeline] { (Branch: Debian_9_x86_64) [Pipeline] { (Branch: CentOS_6.3_x86_32) [Pipeline] { (Branch: Ubuntu_18.04_x86_64) [Pipeline] { (Branch: Debian_8_x86_64) [Pipeline] { (Branch: Debian_9_x86_64_-m32) [Pipeline] { (Branch: Ubuntu_20.04_x86_64) [Pipeline] { (Branch: Ubuntu_14.04_x86_64) [Pipeline] { (Branch: OS_X_12) [Pipeline] { (Branch: FreeBSD_12.0_x86_64) [Pipeline] { (Branch: OpenBSD_5.9_x86_64) [Pipeline] { (Branch: Debian_6_x86_32) [Pipeline] { (Branch: Fedora_25_x86_64) [Pipeline] { (Branch: Fedora_29_x86_64) [Pipeline] { (Branch: NetBSD_7.1_x86_64) [Pipeline] { (Branch: CentOS_8.1_x86_64) [Pipeline] { (Branch: Debian_7_x86_64) [Pipeline] { (Branch: Ubuntu_16.04_x86_32) [Pipeline] { (Branch: FreeBSD_11.1_x86_64) [Pipeline] { (Branch: Ubuntu_12.04_x86_64) [Pipeline] { (Branch: Ubuntu_16.04_x86_64) [Pipeline] { (Branch: CentOS_7.2_x86_64) [Pipeline] { (Branch: OpenIndiana_x86_64) [Pipeline] { (Branch: MinGW) [Pipeline] { (Branch: SonarQube Scanner) [Pipeline] { (Branch: Embedded) [Pipeline] { (Branch: cygwin) [Pipeline] node [Pipeline] node Running on CentOS_6.3_x86_64 in /builds/workspace/extended_v2.1 Running on Debian_9_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] node Running on CentOS_6.3_x86_32 in /builds/workspace/extended_v2.1 [Pipeline] node [Pipeline] node Running on Debian_8_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] node [Pipeline] node Running on Debian_9_x86_64_-m32 in /builds32/workspace/extended_v2.1 [Pipeline] node Running on Ubuntu_20.04_x86_64 in /builds/workspace/extended_v2.1 Running on Ubuntu_14.04_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] node Running on OS_X_12 in /builds/workspace/extended_v2.1 [Pipeline] node [Pipeline] node Running on FreeBSD_12.0_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] nodeRunning on OpenBSD_5.9_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] node Running on Debian_6_x86_32 in /builds/workspace/extended_v2.1 Running on Fedora_25_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] node [Pipeline] node Running on Fedora_29_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] node Running on NetBSD_7.1_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] node Running on CentOS_8.1_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] node Running on Debian_7_x86_64 in /builds/workspace/extended_v2.1 Running on Ubuntu_16.04_x86_32 in /builds/workspace/extended_v2.1 [Pipeline] node [Pipeline] node Running on Ubuntu_12.04_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] node Running on FreeBSD_11.1_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] node Running on Ubuntu_16.04_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] node Running on CentOS_7.2_x86_64 in /builds/workspace/extended_v2.1 Running on OpenIndiana_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] node [Pipeline] node [Pipeline] node Running on Ubuntu_20.04_x86_64 in /builds/workspace/extended_v2.1@2 [Pipeline] node [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { Running on Windows_10_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds32/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1@2/check-embedded [Pipeline] { [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-cygwin [Pipeline] { [Pipeline] unstash [Pipeline] unstash [Pipeline] sh [Pipeline] unstash + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-debian9amd64 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26) x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile + export HWLOC_CI_JOB1CHECK_CONFOPTS=--enable-32bits-pci-domain --disable-plugin-dlopen + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug [Pipeline] unstash [Pipeline] sh [Pipeline] unstash ### ### 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... /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 whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... [Pipeline] unstash [Pipeline] unstash + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-centos63i386 2.6.32-279.9.1.el6.i686 #1 SMP Tue Sep 25 20:26:47 UTC 2012 i686 i686 i386 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile ++ export PATH=/builds/jdk1.8.0_151/bin/:/builds/jdk1.8.0_151/bin/:/usr/lib/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/rvm/bin ++ PATH=/builds/jdk1.8.0_151/bin/:/builds/jdk1.8.0_151/bin/:/usr/lib/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/rvm/bin + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ++ basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug [Pipeline] unstash 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... [Pipeline] sh [Pipeline] unstash [Pipeline] sh ### ### Configuring hwloc distribution tarball ### Startup tests ### checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-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... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '500' is supported by ustar format... yes checking whether GID '500' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) 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... [Pipeline] unstash [Pipeline] sh 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... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... [Pipeline] sh + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-centos63amd64 2.6.32-279.el6.x86_64 #1 SMP Fri Jun 22 12:19:21 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile ++ export PATH=/builds/jdk1.8.0_151/bin/:/builds/local/bin:/builds/jdk1.8.0_151/bin/:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/rvm/bin ++ PATH=/builds/jdk1.8.0_151/bin/:/builds/local/bin:/builds/jdk1.8.0_151/bin/:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/rvm/bin ++ export PATH=/builds/local/bin:/builds/jdk1.8.0_151/bin/:/builds/local/bin:/builds/jdk1.8.0_151/bin/:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/rvm/bin ++ PATH=/builds/local/bin:/builds/jdk1.8.0_151/bin/:/builds/local/bin:/builds/jdk1.8.0_151/bin/:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/rvm/bin ++ export TAR=/builds/local/bin/tar ++ TAR=/builds/local/bin/tar + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ++ basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz [Pipeline] sh 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... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-debian9amd64 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26) x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds32/.ciprofile + . /builds32/.ciprofile + CFLAGS=-m32 + CXXFLAGS=-m32 + LDFLAGS=-m32 + export CFLAGS CXXFLAGS LDFLAGS + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug [Pipeline] unstash 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... [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Darwin ciosx 16.7.0 Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64 x86_64 Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /Users/ci/.ciprofile + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ++ basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug ### ### 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... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '500' is supported by ustar format... yes checking whether GID '500' is supported by ustar format... yes checking how to create a ustar tar archive... [Pipeline] unstash + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: FreeBSD hwloc-free120amd64 12.1-RELEASE-p2 FreeBSD 12.1-RELEASE-p2 GENERIC amd64 Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /home/ci/.ciprofile + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz [Pipeline] unstash [Pipeline] unstash [Pipeline] unstash 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 ### ### 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... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1001' is supported by ustar format... yes checking whether GID '1001' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) 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... [Pipeline] unstash + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: OpenBSD openbsd-59-amd64.cs1cloud.internal 5.9 GENERIC.MP#1888 amd64 Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /home/ci/.ciprofile + . /home/ci/.ciprofile + PATH=/builds/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin + export PATH + C_INCLUDE_PATH=/usr/local/include + export C_INCLUDE_PATH + LIBRARY_PATH=/usr/local/lib + export LIBRARY_PATH + LD_LIBRARY_PATH=/usr/local/lib + export LD_LIBRARY_PATH + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz 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... /bin/sed checking for fgrep... /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... [Pipeline] unstash [Pipeline] unstash gnutar checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) 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... + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug ### ### Configuring hwloc distribution tarball ### Startup tests ### checking build system type... 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... /bin/sed checking for fgrep... /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... 1966080 checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-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... [Pipeline] sh 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... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... 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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt 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... [Pipeline] sh [Pipeline] sh [Pipeline] sh + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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... x86_64-unknown-freebsd12.1 checking host system type... x86_64-unknown-freebsd12.1 checking target system type... x86_64-unknown-freebsd12.1 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... .././config/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1001' is supported by ustar format... yes checking whether GID '1001' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) 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... [Pipeline] sh /bin/dd checking how to truncate binary pipes... /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) 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... 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... [Pipeline] sh yes checking if gcc static flag -static works... yes 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... + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-debian8amd64 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26) x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-ubuntu2004amd64 5.4.0-26-generic #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug [Pipeline] sh + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-debian6i386 2.6.32-5-686 #1 SMP Tue May 13 16:33:32 UTC 2014 i686 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile + export PATH=/builds/jdk1.8.0_151/bin/:/builds/jdk1.8.0_151/bin/:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug [Pipeline] sh 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... /builds/local/bin/sed checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... [Pipeline] sh 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... + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-fedora25amd64 4.9.5-200.fc25.x86_64 #1 SMP Fri Jan 20 12:24:16 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ++ basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz [Pipeline] sh 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... /bin/sed checking for fgrep... /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... + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-fedora29amd64 5.0.7-200.fc29.x86_64 #1 SMP Mon Apr 8 15:40:59 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile ++ export HWLOC_CI_JOB1CHECK_CONFOPTS=--enable-32bits-pci-domain ++ HWLOC_CI_JOB1CHECK_CONFOPTS=--enable-32bits-pci-domain ++ export HWLOC_CI_JOB3DEBUG_CONFOPTS=--disable-plugin-ltdl ++ HWLOC_CI_JOB3DEBUG_CONFOPTS=--disable-plugin-ltdl ++ export PATH=/builds/.local/bin:/builds/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/builds/local/cov-analysis-linux64-2019.03/bin:/builds/local/cov-analysis-linux64-2019.03/bin ++ PATH=/builds/.local/bin:/builds/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/builds/local/cov-analysis-linux64-2019.03/bin:/builds/local/cov-analysis-linux64-2019.03/bin ++ export COVERITY_TOKEN_FILE=/builds/.coverity-token ++ COVERITY_TOKEN_FILE=/builds/.coverity-token + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ++ basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug 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... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no 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... [Pipeline] sh ### ### 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... /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 whether make supports the include directive... yes (GNU style) checking for gcc... gcc + chmod 755 'job-3-debug.sh' + './job-3-debug.sh' 'hwloc-v2.1-20200706.2130.gite5549aff.tar.gz' ############################ Running on: NetBSD hwloc-netbsd7amd64.cs1cloud.internal 7.1 NetBSD 7.1 (GENERIC.201703111743Z) amd64 Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f '/builds/.ciprofile' + '.' '/builds/.ciprofile' + 'C_INCLUDE_PATH=/usr/pkg/include/' + export 'C_INCLUDE_PATH' + 'LIBRARY_PATH=/usr/pkg/lib/' + export 'LIBRARY_PATH' + 'LD_LIBRARY_PATH=/usr/pkg/lib/' + export 'LD_LIBRARY_PATH' + 'tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz' + basename 'hwloc-v2.1-20200706.2130.gite5549aff.tar.gz' '.tar.gz' + 'basename=hwloc-v2.1-20200706.2130.gite5549aff' + test -d 'hwloc-v2.1-20200706.2130.gite5549aff' + tar xfz 'hwloc-v2.1-20200706.2130.gite5549aff.tar.gz' [Pipeline] sh ### ### 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... /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 whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-debian7amd64 3.2.0-4-amd64 #1 SMP Debian 3.2.89-2 x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile + export PATH=/builds/jdk1.8.0_151/bin/:/builds/jdk1.8.0_151/bin/:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug ### ### Configuring hwloc distribution tarball ### Startup tests ### checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-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... /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 whether make supports the include directive... yes (GNU style) 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... 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... 1966080 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... /bin/dd checking how to truncate binary pipes... /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... + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux ubuntu1604 4.4.0-145-generic #171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019 i686 i686 i686 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug ### ### 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 whether make supports the include directive... yes (GNU style) checking for gcc... gcc 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... ### ### Configuring hwloc distribution tarball ### Startup tests ### checking build system type... x86_64-apple-darwin16.7.0 checking host system type... x86_64-apple-darwin16.7.0 checking target system type... x86_64-apple-darwin16.7.0 checking for a BSD-compatible install... + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-ubuntu1204amd64 3.2.0-126-generic #169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile + export PATH=/builds/jdk1.8.0_151/bin/:/builds/local/bin:/builds/jdk1.8.0_151/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + export PATH=/builds/local/bin:/builds/jdk1.8.0_151/bin/:/builds/local/bin:/builds/jdk1.8.0_151/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games + export TAR=/builds/local/bin/tar + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz [Pipeline] sh 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 checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) 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... ### ### 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 whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt 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... 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 [Pipeline] sh + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: FreeBSD freebsd-111-amd64 11.1-RELEASE FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /home/ci/.ciprofile + . /home/ci/.ciprofile + PATH=/builds/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/ci/bin + export PATH + C_INCLUDE_PATH=/usr/local/include + export C_INCLUDE_PATH + LIBRARY_PATH=/usr/local/lib + export LIBRARY_PATH + LD_LIBRARY_PATH=/usr/local/lib + export LD_LIBRARY_PATH + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz 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... + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-centos72amd64 3.10.0-514.6.1.el7.x86_64 #1 SMP Wed Jan 18 13:06:36 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile ++ export 'HWLOC_CI_JOB3DEBUG_CONFOPTS=--enable-32bits-pci-domain --disable-plugin-ltdl' ++ HWLOC_CI_JOB3DEBUG_CONFOPTS='--enable-32bits-pci-domain --disable-plugin-ltdl' ++ PATH=/usr/lib64/openmpi/bin/:/usr/local/bin:/usr/bin ++ export PATH ++ LIBRARY_PATH=/usr/lib64/openmpi/lib/ ++ export LIBRARY_PATH ++ LD_LIBRARY_PATH=/usr/lib64/openmpi/lib/ ++ export LD_LIBRARY_PATH ++ C_INCLUDE_PATH=/usr/include/openmpi-x86_64/ ++ export C_INCLUDE_PATH + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ++ basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug [Pipeline] bat 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... + chmod 755 job-3-embedded.sh + ./job-3-embedded.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-ubuntu2004amd64 5.4.0-26-generic #30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + mv hwloc-v2.1-20200706.2130.gite5549aff.tar.gz hwloc-v2.1-20200706.2130.gite5549aff + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + cd tests/hwloc/embedded + ./run-embedded-tests.sh ../../../hwloc-v2.1-20200706.2130.gite5549aff.tar.gz === 1: Got tarball: ../../../hwloc-v2.1-20200706.2130.gite5549aff.tar.gz === 2: Got version: v2.1-20200706.2130.gite5549aff === 3: Removing the old standalone directory... === 4: Extracting tarball... ### ### 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... /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 whether make supports the include directive... yes (GNU style) 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... 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... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... 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... ### ### Configuring hwloc distribution tarball ### Startup tests ### checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking target system type... i686-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... /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 whether make supports the include directive... yes (GNU style) 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... 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... 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... + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug ### ### Configuring hwloc distribution tarball ### Startup tests ### checking build system type... /usr/bin/install -c checking whether build environment is sane... yes 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_i386) 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... 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... 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) 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... -std=gnu99 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled checking for hwloc directory prefix... (none) checking for hwloc symbol prefix... hwloc_ checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99 checking size of void *... + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-ubuntu1404amd64 3.13.0-125-generic #174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug 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... yes 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... 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... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... [Pipeline] sh + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux ubuntu1604 4.4.0-150-generic #176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile + C_INCLUDE_PATH=/usr/lib/openmpi/include/ + export C_INCLUDE_PATH + LIBRARY_PATH=/usr/lib/openmpi/lib/ + export LIBRARY_PATH + LD_LIBRARY_PATH=/usr/lib/openmpi/lib/ + export LD_LIBRARY_PATH + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug ### ### 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 whether make supports the include directive... yes (GNU style) 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... 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... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... [Pipeline] sh === 5: Building embedded tarball... 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... 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 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 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... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... 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 sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... 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... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1001' is supported by ustar format... yes checking whether GID '1001' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) 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... 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... 4 checking which OS support to include... Linux checking which CPU support to include... x86_32 checking size of unsigned long... 4 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)... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no 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 ### ### 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... /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 whether make supports the include directive... yes (GNU style) 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... libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled 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... ### ### Configuring hwloc distribution tarball ### Startup tests ### checking build system type... x86_64-unknown-freebsd11.1 checking host system type... x86_64-unknown-freebsd11.1 checking target system type... x86_64-unknown-freebsd11.1 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... .././config/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '1001' is supported by ustar format... yes checking whether GID '1001' is supported by ustar format... yes checking how to create a ustar tar archive... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... ### ### 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... /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 whether make supports the include directive... yes (GNU style) 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... 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 + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ 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 Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ++ basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... ### ### 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... /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 whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: SunOS openindiana 5.11 illumos-79f1e6171e i86pc i386 i86pc Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile + PATH=/builds/local/bin:/builds/bin:/usr/bin:/usr/sbin:/sbin:/usr/gnu/bin + export PATH + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz 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... /bin/sed checking for fgrep... /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 i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... 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... -std=gnu99 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for X... 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 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__... 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 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 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... 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)... checking for ld used by g++... /usr/bin/ld -m elf_i386 checking if the linker (/usr/bin/ld -m elf_i386) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_i386) 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 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... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... 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 string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes gnutar checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... 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... /bin/grep checking for egrep... /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... 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__... ### ### 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 whether make supports the include directive... yes (GNU style) 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... C:\builds\workspace\extended_v2.1\check-cygwin>./job-3-cygwin.bat hwloc-v2.1-20200706.2130.gite5549aff.tar.gz C:\builds\workspace\extended_v2.1\check-cygwin>REM C:\builds\workspace\extended_v2.1\check-cygwin>REM Copyright © 2012-2018 Inria. All rights reserved. C:\builds\workspace\extended_v2.1\check-cygwin>REM See COPYING in top-level directory. C:\builds\workspace\extended_v2.1\check-cygwin>REM C:\builds\workspace\extended_v2.1\check-cygwin>call \\ciprofile.bat La syntaxe du nom de fichier, de r‚pertoire ou de volume est incorrecte. C:\builds\workspace\extended_v2.1\check-cygwin>sh -c "chmod 755 job-3-cygwin.sh" 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 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... + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug ### ### Configuring hwloc distribution tarball ### Startup tests ### 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... yes 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) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled checking for hwloc directory prefix... (none) checking for hwloc symbol prefix... hwloc_ checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99 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 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 for grep that handles long lines and -e... /bin/grep checking for egrep... /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 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/local/bin/ld checking if the linker (/usr/local/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... 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 yes checking for __attribute__(unused)... yes checking for __attribute__(warn_unused_result)... yes checking for __attribute__(weak_alias)... yes checking if gcc -std=gnu99 -std=gnu99 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 for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes yes 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_i386) 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... no ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled 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 *... 4 checking which OS support to include... Linux checking which CPU support to include... x86_32 checking size of unsigned long... 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)... 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... 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 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... 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... /bin/sed checking for fgrep... /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... 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... 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... /bin/sed checking for fgrep... /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... yes checking for a thread-safe mkdir -p... .././config/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes C:\builds\workspace\extended_v2.1\check-cygwin>sh -c "./job-3-cygwin.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz" ############################ Running on: CYGWIN_NT-10.0 DESKTOP-UML70GA 2.8.2(0.313/5/3) 2017-07-12 10:58 x86_64 Cygwin Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ++ basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz 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... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... checking build system type... i386-pc-solaris2.11 checking host system type... i386-pc-solaris2.11 checking target system type... i386-pc-solaris2.11 checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether UID '101' is supported by ustar format... yes checking whether GID '10' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... 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... no checking whether stripping libraries is possible... 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 ar... ar checking the archiver (ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /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 i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop checking how to convert i686-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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt 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... 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... /usr/local/bin/nm -B checking the name lister (/usr/local/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 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 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... 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... 4 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__(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... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /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... 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... @ 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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt 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... 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 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... checking whether make supports nested variables... yes checking whether UID '501' is supported by ustar format... yes checking whether GID '20' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for gcc... 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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs yes (GNU style) 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... 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 checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes 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 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 -std=gnu99 -std=gnu99 supports -fvisibility=hidden... 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... yes 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) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... 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... /builds/local/bin/sed checking for fgrep... /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)... 196608 checking how to convert x86_64-unknown-freebsd12.1 file names to x86_64-unknown-freebsd12.1 format... func_convert_file_noop checking how to convert x86_64-unknown-freebsd12.1 file names to toolchain format... func_convert_file_noop checking for /usr/local/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... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/local/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... 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... 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... 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... /bin/sed checking for fgrep... /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... 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)... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt 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 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... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs 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... yes 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... 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... 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... 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... yes 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... gcc 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... 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... yes 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) 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... -std=gnu99 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for X... 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 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 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 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... /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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 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 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++... 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... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt 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... 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 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... yes checking if gcc static flag -static works... yes 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... 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... yes 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... 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... 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... 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... printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... 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... checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... 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/ggrep checking for egrep... /usr/bin/ggrep -E checking for ANSI C header files... libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled checking for hwloc directory prefix... (none) checking for hwloc symbol prefix... hwloc_ checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99 checking size of void *... 4 checking which OS support to include... Linux checking which CPU support to include... x86_32 checking size of unsigned long... 4 checking size of unsigned int... 4 checking for the C compiler vendor... gnu checking for __attribute__... 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... yes checking whether a statically linked program can dlopen itself... no 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 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... 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... checking for mt... mt checking if mt 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... 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 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 yes 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/local/bin/ld) supports shared libraries... yes 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... 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... 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... 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... 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... 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... no 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 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 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... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no 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... checking whether we are cross compiling... no checking for suffix of object files... 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 sys/types.h... yes checking for sys/stat.h... checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) 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... yes checking if g++ supports -c -o file.o... 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... libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled 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... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes 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... 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... 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 whether strtoull is declared... yes checking for ssize_t... yes checking whether snprintf is declared... yes checking whether _strdup is declared... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no 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++... yes checking whether -lc should be explicitly linked in... 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... + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug ### ### Configuring hwloc distribution tarball ### Startup tests ### checking build system type... x86_64-unknown-openbsd5.9 checking host system type... x86_64-unknown-openbsd5.9 checking target system type... x86_64-unknown-openbsd5.9 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes 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... no checking for dlopen in -ldl... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no 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++ no 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 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... -std=gnu99 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled checking for hwloc directory prefix... (none) checking for hwloc symbol prefix... hwloc_ checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99 checking size of void *... 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... 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... yes 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... 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 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... 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 -std=gnu99 -std=gnu99 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 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 if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled 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 *... 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... 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 sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled 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... 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... 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 whether _putenv is declared... no checking whether snprintf is correct... yes 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... 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... no checking dynamic linker characteristics... freebsd12.1 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... checking for a thread-safe mkdir -p... .././config/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk 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 whether make supports the include directive... yes (GNU style) checking for gcc... gcc checking whether the C compiler works... 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... 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 g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes 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... 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 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... 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++... 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... 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... yes 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 none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... 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 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... 4 checking which OS support to include... Linux checking which CPU support to include... x86_32 checking size of unsigned long... 4 checking size of unsigned int... 4 checking for the C compiler vendor... gnu checking for __attribute__... 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... 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)... 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... 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 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... -std=gnu99 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff 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 a statically linked program can dlopen itself... no 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 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 a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... 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 _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 whether strtoull is declared... yes checking for ssize_t... yes checking whether snprintf is declared... 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 libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled 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... 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)... libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled 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... checking dependency style of gcc... (cached) gcc3 checking for gcc option to accept ISO C99... -std=gnu99 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled checking for hwloc directory prefix... (none) checking for hwloc symbol prefix... hwloc_ checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99 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... no 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 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 gcc3 checking how to run the C preprocessor... 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... ar checking how to print strings... print -r checking for a sed that does not truncate output... /builds/local/bin/sed checking for fgrep... /usr/bin/ggrep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p checking the name lister (/usr/bin/nm -p) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 786240 checking how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format... func_convert_file_noop checking how to convert i386-pc-solaris2.11 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... print -r -- checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -p output from gcc object... 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__(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... no checking mach/mach_init.h presence... no checking for mach/mach_init.h... 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 snprintf is correct... yes checking whether getprogname is declared... ar checking how to print strings... printf checking for a sed that does not truncate output... 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)... checking if want hwloc maintainer support... enabled checking for hwloc directory prefix... (none) checking for hwloc symbol prefix... hwloc_ checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99 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... 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... 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 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 whether strtoull is declared... yes checking for ssize_t... yes checking whether snprintf is declared... no checking whether stripping libraries is possible... no 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++... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking whether getprogname is declared... no checking whether getexecname is declared... no checking whether GetModuleFileName is declared... no checking for program_invocation_name... 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... yes 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 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... 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)... 4 checking for the C compiler vendor... gnu checking for __attribute__... yes checking for __attribute__(aligned)... 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 -std=gnu99 -std=gnu99 supports -fvisibility=hidden... 8 checking size of unsigned int... 4 checking for the C compiler vendor... gnu checking for __attribute__... yes checking for __attribute__(aligned)... 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... 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... gcc -E checking for grep that handles long lines and -e... 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... 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... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... 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 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... 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 /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/local/bin/ld checking if the linker (/usr/local/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... 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 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)... 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 for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes 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 yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking whether getprogname is declared... no checking whether getexecname is declared... no checking whether GetModuleFileName is declared... no checking for program_invocation_name... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/local/bin/ld checking if the linker (/usr/local/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries... yes 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... 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... -std=gnu99 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled checking for hwloc directory prefix... (none) checking for hwloc symbol prefix... hwloc_ checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99 checking size of void *... gcc3 checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... 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__(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 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 __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)... libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled 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... yes checking if g++ static flag -static works... yes 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... 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 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) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... solaris2.11 ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... 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 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... 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... /usr/local/bin/nm -B checking the name lister (/usr/local/bin/nm -B) interface... 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)... 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 sys/utsname.h presence... yes checking for sys/utsname.h... yes checking for uname... yes checking valgrind/valgrind.h usability... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no 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... 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... -std=gnu99 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... 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... 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... yes checking if g++ supports -c -o file.o... 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... yes checking for working CPU_SET_S... yes checking for working syscall with 6 parameters... yes checking for lib... no checking for bash... /bin/bash checking for ffs... yes checking whether ffs is declared... yes checking whether function ffs has a complete prototype... yes checking for ffsl... 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... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... 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 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... 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)... 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... embedded configure: hwloc builddir: /builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff configure: hwloc srcdir: /builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... disabled (embedded mode) 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... 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)... 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 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 for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... 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... 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... 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... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking how to convert x86_64-unknown-freebsd11.1 file names to x86_64-unknown-freebsd11.1 format... func_convert_file_noop checking how to convert x86_64-unknown-freebsd11.1 file names to toolchain format... func_convert_file_noop checking for /usr/local/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... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/local/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for __attribute__(unused)... yes checking for __attribute__(warn_unused_result)... yes checking for __attribute__(weak_alias)... yes checking if gcc -std=gnu99 -std=gnu99 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 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... 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... yes checking for lib... no checking for bash... /bin/bash 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... yes checking for X... libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled checking for hwloc directory prefix... (none) checking for hwloc symbol prefix... hwloc_ checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99 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... 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 if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd12.1 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... no checking for X... libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff 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 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 for sys/types.h... yes checking for sys/stat.h... yes 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... 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... yes checking for __attribute__(weak_alias)... yes checking if gcc -std=gnu99 -std=gnu99 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... 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__(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)... no checking whether snprintf is correct... yes 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 a statically linked program can dlopen itself... yes checking whether stripping libraries is possible... no 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++... 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 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... 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... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no checking pthread_np.h usability... 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... 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 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 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... 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... 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__(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 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... checking if want hwloc maintainer support... enabled 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... FreeBSD checking which CPU support to include... x86_64 checking size of unsigned long... 8 checking size of unsigned int... 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... checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... 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... 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... 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 __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__(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 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/bash checking for ffs... yes checking whether ffs is declared... yes checking whether function ffs has a complete prototype... 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 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... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/usr/bin/ld) supports shared libraries... 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... 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 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... 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 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 yes checking for sys/types.h... yes checking for sys/stat.h... 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 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... 4 checking for the C compiler vendor... gnu checking for __attribute__... yes checking for __attribute__(aligned)... 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... 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 for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... 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 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... 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 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 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 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... no checking mach/mach_init.h presence... no checking for mach/mach_init.h... 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 snprintf is correct... 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... yes checking libudev.h presence... yes checking for libudev.h... yes checking for udev_device_new_from_subsystem_sysname in -ludev... yes 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 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... 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... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... 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 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 __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 for stdlib.h... yes checking for string.h... yes 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/local/bin/ld) supports shared libraries... 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... yes checking for __attribute__(warn_unused_result)... yes checking for __attribute__(weak_alias)... yes checking if gcc -std=gnu99 -std=gnu99 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 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... 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 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 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 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 minix/config.h presence... 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 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 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... no checking valgrind/valgrind.h presence... yes 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 if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... solaris2.11 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... no checking for X... libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff 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 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... 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... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... no checking for pdflatex... no checking for makeindex... no checking for fig2dev... no checking for gs... /usr/bin/gs 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... yes checking whether to enable "picky" compiler mode... no (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 whether lstopo Cairo/X11 interactive graphical output is supported... 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 no checking libudev.h usability... no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... yes checking CL/cl_ext.h presence... yes checking for CL/cl_ext.h... yes checking for clGetDeviceIDs in -lOpenCL... no checking cuda.h usability... no checking cuda.h presence... no checking for cuda.h... no checking cuda_runtime_api.h usability... 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 yes checking if gcc -std=gnu99 -std=gnu99 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 for memory.h... yes yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd11.1 ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... 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... no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... yes checking CL/cl_ext.h presence... yes checking for CL/cl_ext.h... yes checking for clGetDeviceIDs in -lOpenCL... yes checking cuda.h usability... no checking cuda.h presence... 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... 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)... 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... 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... 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... 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... print -r checking for a sed that does not truncate output... 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 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... 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 whether strtoull is declared... yes checking for ssize_t... yes checking whether snprintf is declared... 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... checking if want hwloc maintainer support... enabled 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 *... 4 checking which OS support to include... Solaris checking which CPU support to include... x86_32 checking size of unsigned long... 4 checking size of unsigned int... 4 checking for the C compiler vendor... 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 for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no 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... 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... checking for setlocale... (cached) yes checking for uselocale... yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes 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... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... 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 X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for XOpenDisplay in -lX11... no configure: WARNING: X11 not found; GL disabled 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... 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 whether strtoull is declared... 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... checking for strings.h... yes checking for inttypes.h... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no checking whether stripping libraries is possible... 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... 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... 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 whether strtoull is declared... yes checking for ssize_t... yes checking whether snprintf is declared... yes 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 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 strncasecmp... yes checking whether strncasecmp is declared... yes checking whether function strncasecmp has a complete prototype... yes checking for strftime... yes checking for setlocale... 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... 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 whether strtoull is declared... /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... 196608 checking how to convert x86_64-unknown-openbsd5.9 file names to x86_64-unknown-openbsd5.9 format... func_convert_file_noop checking how to convert x86_64-unknown-openbsd5.9 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... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$ checking for dlltool... no checking how to associate runtime and link libraries... print -r -- checking for archiver @FILE support... 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 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 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... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking whether getprogname is declared... no checking whether getexecname is declared... no checking whether GetModuleFileName is declared... no checking for program_invocation_name... 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)... 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 yes checking for bind in -lsocket... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for clock_gettime... no ### ### Configuring tests ### checking for pthread_self in -lpthread... yes checking for NUMA... no 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 libxml/parser.h presence... yes checking for libxml/parser.h... yes checking for xmlNewDoc... no checking for final LIBXML2 support... no checking for x86 cpuid... yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... pci checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes checking for w3m... /usr/bin/w3m checking for lynx... no checking if can build top-level README... yes checking if will build doxygen docs... no checking if will install doxygen docs... yes checking whether to enable "picky" compiler mode... no (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 ssize_t... yes checking whether snprintf is declared... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes 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 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 yes checking for stdint.h... yes checking for unistd.h... 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... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes 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... checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking whether getprogname is declared... no checking whether getexecname is declared... no checking whether GetModuleFileName is declared... 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... yes checking for __attribute__(warn_unused_result)... yes checking for __attribute__(weak_alias)... yes checking if gcc supports -fvisibility=hidden... 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 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... 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 snprintf is correct... @ 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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... 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 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 __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... 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... checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for XOpenDisplay in -lX11... checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes 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... yes checking whether to enable "picky" compiler mode... no (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... no checking for final CAIRO support... no 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... yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status yes checking for __attribute__(deprecated)... yes checking for __attribute__(format)... yes checking for __attribute__(hot)... yes checking for __attribute__(malloc)... 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 yes checking for final CAIRO support... yes checking whether lstopo Cairo/X11 interactive graphical output is supported... 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... 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... checking for ld used by g++... /usr/local/bin/ld checking if the linker (/usr/local/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/local/bin/ld) 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... yes checking minix/config.h usability... 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... 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... 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... 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... 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... 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... 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 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 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... 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... 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... no checking valgrind/valgrind.h presence... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes 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... 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... 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 whether strtoull is declared... yes checking for ssize_t... 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 working CPU_SET_S... yes checking for working syscall with 6 parameters... yes checking for lib... no checking for bash... /bin/bash checking for ffs... yes checking whether ffs is declared... yes checking whether function ffs has a complete prototype... yes checking for ffsl... 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 xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes 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... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... 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... yes 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/local/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd11.1 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... no checking for X... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... 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... yes checking for final LIBXML2 support... yes checking for x86 cpuid... yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... pci opencl xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes 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... yes checking whether to enable "picky" compiler mode... no (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 working CPU_SET_S... yes checking for working syscall with 6 parameters... yes checking for lib... no checking for bash... /bin/bash checking for ffs... yes checking whether ffs is declared... yes checking whether function ffs has a complete prototype... yes checking for ffsl... no checking mach/mach_init.h presence... no checking for mach/mach_init.h... no checking whether strtoull is declared... yes checking for ssize_t... yes checking whether snprintf is declared... 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... 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 _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... 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 if gcc static flag -static works... yes 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) supports shared libraries... yes checking whether -lc should be explicitly linked in... 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 whether strtoull is declared... yes checking for ssize_t... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no 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... yes checking whether snprintf is declared... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking whether getprogname is declared... 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 whether bind is declared... yes checking for bind in -lsocket... no checking time.h usability... yes checking time.h presence... yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes checking for w3m... /usr/bin/w3m checking for lynx... no checking if can build top-level README... yes checking if will build doxygen docs... no checking if will install doxygen docs... yes checking whether to enable "picky" compiler mode... no (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 whether lstopo Cairo/X11 interactive graphical output is supported... 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... 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 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 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... yes checking for bind in -lsocket... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for clock_gettime... no ### ### Configuring tests ### checking for pthread_self in -lpthread... yes checking for NUMA... no checking for numa_available in -lnuma... yes checking whether numa_bitmask_alloc is declared... yes checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /usr/home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /usr/home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled 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... FreeBSD 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... 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 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... 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... yes checking for final CAIRO support... yes checking whether lstopo Cairo/X11 interactive graphical output is supported... 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... yes checking xlocale.h presence... 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... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking whether getprogname is declared... no checking whether getexecname 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... 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 whether strtoull is declared... yes checking for ssize_t... yes checking whether snprintf is declared... yes checking whether _strdup is declared... 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 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 yes checking dynamic linker characteristics... openbsd5.9 ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... yes checking whether snprintf is declared... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking whether getprogname is declared... no checking whether getexecname is declared... 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... yes checking pciaccess.h usability... + rm 'hwloc-v2.1-20200706.2130.gite5549aff.tar.gz' + cd 'hwloc-v2.1-20200706.2130.gite5549aff' + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + '../configure' --enable-plugins --enable-debug ### ### Configuring hwloc distribution tarball ### Startup tests ### checking build system type... x86_64-unknown-netbsd7.1 checking host system type... x86_64-unknown-netbsd7.1 checking target system type... x86_64-unknown-netbsd7.1 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... .././config/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk 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 '100' is supported by ustar format... yes checking how to create a ustar tar archive... plaintar 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... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... 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 for time.h... yes checking for clock_gettime... yes ### ### Configuring tests ### checking for pthread_self in -lpthread... yes checking for NUMA... no checking for numa_available in -lnuma... yes checking whether numa_bitmask_alloc is declared... yes checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes checking for ibv_open_device in -libverbs... no checking for xmllint... xmllint checking for bunzip2... bunzip2 checking if CXX works... 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... 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... no checking for flsl... no checking for clz... no checking for clzl... no checking for openat... yes checking malloc.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 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 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)... no checking for main in -lgdi32... no checking for PostQuitMessage in -luser32... no checking windows.h usability... no checking windows.h presence... 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/x86+linux/Makefile config.status: creating tests/hwloc/xml/Makefile yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes 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... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... no checking time.h usability... 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... 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 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... 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 whether _putenv is declared... no checking whether snprintf is correct... yes checking whether getprogname is declared... no checking whether getexecname is declared... no checking whether GetModuleFileName is declared... no checking for program_invocation_name... 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 no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... 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 pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes 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 whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) 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... 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... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for clock_gettime... yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking for uname... yes checking valgrind/valgrind.h usability... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no 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 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 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/bash checking for ffs... yes checking whether ffs is declared... yes checking whether function ffs has a complete prototype... 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... 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 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)... 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... 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/x86+linux/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 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... no checking for numa_available in -lnuma... yes checking whether numa_bitmask_alloc is declared... yes checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... 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... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no 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 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/bash checking for ffs... /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking mach/mach_init.h presence... no checking for mach/mach_init.h... no checking whether strtoull is declared... yes checking for ssize_t... yes checking whether snprintf is declared... 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... 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... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no checking pthread_np.h usability... no 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++... 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... 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... 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... 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... yes checking valgrind/valgrind.h usability... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no 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... checking that generated files are newer than configure... done configure: creating ./config.status yes checking whether function strcasecmp has a complete prototype... yes checking for strncasecmp... yes checking whether strncasecmp is declared... 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 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... 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 no ### ### Configuring tests ### checking for pthread_self in -lpthread... yes checking for NUMA... no checking for numa_available in -lnuma... yes checking whether numa_bitmask_alloc is declared... yes checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes checking for ibv_open_device in -libverbs... yes checking for xmllint... xmllint checking for bunzip2... bunzip2 checking if CXX works... 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... config.status: creating utils/lstopo/test-lstopo.sh config.status: creating utils/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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 yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes checking for ibv_open_device in -libverbs... yes checking for xmllint... xmllint checking for bunzip2... bunzip2 checking if CXX works... 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 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... config.status: creating Makefile 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... no 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... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking whether getprogname is declared... no checking whether getexecname is declared... 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... 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... gcc3 checking how to run the C++ preprocessor... g++ -E yes checking for lib... no checking for bash... /bin/bash 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 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... 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 for sys/cpuset.h... no checking for cpuset_setaffinity... no checking for library containing pthread_getthrds_np... no checking for cpuset_setid... 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... 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... no checking libudev.h usability... no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... yes checking CL/cl_ext.h presence... yes checking for CL/cl_ext.h... yes checking for clGetDeviceIDs in -lOpenCL... yes checking cuda.h usability... 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 snprintf is correct... 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... yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status 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 diff accepts -u... yes ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status no checking libudev.h usability... no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes 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... 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... 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 yes checking for fls... no checking for flsl... no checking for clz... no checking for clzl... 196608 checking how to convert x86_64-apple-darwin16.7.0 file names to x86_64-apple-darwin16.7.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin16.7.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/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... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... Still waiting to schedule task Waiting for next available executor on ‘Ubuntu_18.04_x86_64’ 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 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 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... checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) 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... 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 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... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... 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... no checking libudev.h usability... no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes 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 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 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... 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 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 sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... 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 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... 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 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/x86+linux/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/x86+linux/test-topology.sh config.status: creating tests/hwloc/xml/test-topology.sh 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 whether function strcasecmp has a complete prototype... yes checking for strncasecmp... yes checking whether strncasecmp 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/bash checking for ffs... 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... 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... yes 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) supports shared libraries... yes checking dynamic linker characteristics... openbsd5.9 ld.so checking how to hardcode library paths into programs... immediate 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 for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... pci xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) 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... yes checking whether to enable "picky" compiler mode... no (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 whether lstopo Cairo/X11 interactive graphical output is supported... yes checking for wchar_t... yes checking for putwc... yes checking locale.h usability... 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 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... 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... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes 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 whether modff is declared... yes checking for modff in -lm... yes checking picl.h usability... no checking picl.h presence... 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 string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... no checking mach/mach_init.h presence... no checking for mach/mach_init.h... no checking whether strtoull is declared... yes checking for ssize_t... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes 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... 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 Makefile config.status: creating include/Makefile 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile config.status: creating contrib/systemd/Makefile config.status: creating contrib/misc/Makefile 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 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... yes checking whether ffs is declared... yes checking whether function ffs has a complete prototype... yes checking for ffsl... 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 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... Still waiting to schedule task Waiting for next available executor on ‘Windows_7_x86_64’ ok Still waiting to schedule task Waiting for next available executor on ‘Ubuntu_18.04_x86_64’ 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: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (xml_libxml) ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking for uname... yes checking valgrind/valgrind.h usability... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no checking pthread_np.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... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes 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 ... 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... -std=gnu99 checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for X... no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... 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 windows.h presence... no checking for windows.h... no checking sys/lgrp_user.h usability... yes checking sys/lgrp_user.h presence... yes checking for sys/lgrp_user.h... yes checking for lgrp_init in -llgrp... yes checking whether lgrp_latency_cookie is declared... yes checking kstat.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 lib... no checking for bash... /bin/bash 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 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__... 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 snprintf is declared... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking whether getprogname is declared... 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... 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/x86+linux/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/x86+linux/test-topology.sh 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 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 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 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... yes checking whether ffsl is declared... yes checking whether function ffsl has a complete prototype... yes checking for fls... no checking for flsl... 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 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... checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... 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 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 termcap support using ncurses and -ltermcap... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... no 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... no ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff 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 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 kstat.h presence... yes checking for kstat.h... yes checking for main in -lkstat... yes checking whether fabsf is declared... yes checking for fabsf in -lm... yes checking whether modff is declared... yes checking for final LIBXML2 support... yes checking for x86 cpuid... yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... pci opencl xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes 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... yes checking whether to enable "picky" compiler mode... no (default) ### ### Configuring hwloc command line utilities ### checking for CAIRO... yes checking cairo.h usability... 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 whether getexecname is declared... no checking whether GetModuleFileName is declared... no checking for program_invocation_name... yes checking for __progname... 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... 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 whether strtoull is declared... yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... pci xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes 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... yes checking whether to enable "picky" compiler mode... no (default) ### ### Configuring hwloc command line utilities ### checking for CAIRO... yes checking cairo.h usability... yes checking cairo.h presence... 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 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/x86+linux/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/x86+linux/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 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 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... 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 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... 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... 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/x86+linux/Makefile 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 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... no checking if CXX works... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... checking if want hwloc maintainer support... enabled checking for hwloc directory prefix... (none) checking for hwloc symbol prefix... hwloc_ checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99 checking size of void *... 8 checking which OS support to include... Unsupported! (x86_64-unknown-openbsd5.9) configure: WARNING: *********************************************************** configure: WARNING: *** hwloc does not support this system. configure: WARNING: *** hwloc will *attempt* to build (but it may not work). configure: WARNING: *** hwloc run-time results may be reduced to showing just one processor, configure: WARNING: *** and binding will not be supported. configure: WARNING: *** You have been warned. configure: WARNING: *** Pausing to give you time to read this message... configure: WARNING: *********************************************************** 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 if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... pci xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) 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... /usr/bin/w3m checking for lynx... no checking if can build top-level README... yes checking if will build doxygen docs... no checking if will install doxygen docs... yes checking whether to enable "picky" compiler mode... no (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 whether lstopo Cairo/X11 interactive graphical output is supported... yes checking for wchar_t... yes checking cairo.h presence... yes checking for cairo.h... yes checking for cairo_fill... yes checking for final CAIRO support... yes checking whether lstopo Cairo/X11 interactive graphical output is supported... 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 for modff in -lm... yes checking picl.h usability... yes checking picl.h presence... yes checking for picl.h... yes checking for picl_initialize in -lpicl... yes checking whether _SC_NPROCESSORS_ONLN is declared... yes checking whether _SC_NPROCESSORS_CONF is declared... 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 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... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 196608 checking how to convert x86_64-unknown-netbsd7.1 file names to x86_64-unknown-netbsd7.1 format... func_convert_file_noop checking how to convert x86_64-unknown-netbsd7.1 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... match_pattern /lib[^/]+(\.so|_pic\.a)$ 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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for ssize_t... yes checking whether snprintf is declared... yes checking whether _strdup is declared... no checking whether _putenv is declared... yes checking for cairo.h... yes checking for cairo_fill... yes checking for final CAIRO support... yes checking whether lstopo Cairo/X11 interactive graphical output is supported... 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... config.status: creating utils/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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: 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile config.status: creating contrib/systemd/Makefile config.status: creating contrib/misc/Makefile config.status: creating contrib/windows/Makefile yes checking libudev.h presence... yes checking for libudev.h... yes checking for udev_device_new_from_subsystem_sysname in -ludev... yes checking for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... 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: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (xml_libxml) ----------------------------------------------------------------------------- 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 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... 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 for final LIBXML2 support... yes checking for x86 cpuid... yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) 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... yes checking whether to enable "picky" compiler mode... no (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... 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/x86+linux/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 no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status yes checking for IceConnectionNumber in -lICE... yes 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 xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes 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... 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... 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... 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... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no checking pthread_np.h usability... yes checking for working CPU_SET_S... yes checking for working syscall with 6 parameters... yes checking for lib... no checking for bash... /bin/bash checking for ffs... yes checking whether ffs is declared... 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... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes 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... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... no checking whether snprintf is correct... yes 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... yes checking whether HW_NCPU is declared... 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: 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 yes checking CL/cl_ext.h presence... yes checking for CL/cl_ext.h... yes checking for clGetDeviceIDs in -lOpenCL... yes 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 + make Making all in include make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo 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 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... 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 whether strtoull is declared... yes checking for ssize_t... yes checking for final CAIRO support... yes checking whether lstopo Cairo/X11 interactive graphical output is supported... 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... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes checking langinfo.h usability... 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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 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... 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 whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... no 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... no checking for numa_available in -lnuma... 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... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... 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... 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 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 whether strtoull is declared... yes checking for ssize_t... yes checking for sysctl... yes checking for sysctlbyname... yes checking whether getprogname is declared... yes checking whether getexecname is declared... yes checking for bind in -lsocket... no 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... no checking for numa_available in -lnuma... yes checking whether numa_bitmask_alloc is declared... yes checking for stdlib.h... (cached) yes checking for mkstemp... yes 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) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... NetBSD ld.elf_so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... yes checking for dlfcn.h... yes checking for objdir... .libs checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... 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 for library containing pthread_getthrds_np... no checking for cpuset_setid... no checking libudev.h usability... yes checking libudev.h presence... yes checking for libudev.h... yes checking for udev_device_new_from_subsystem_sysname in -ludev... yes checking whether snprintf is declared... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking sys/param.h usability... yes checking sys/param.h presence... 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... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... no checking time.h usability... 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 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 final LIBXML2 support... yes checking for x86 cpuid... yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... pci xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen 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... /usr/bin/w3m checking for lynx... no checking if can build top-level README... yes checking if will build doxygen docs... no checking if will install doxygen docs... yes checking whether to enable "picky" compiler mode... no (default) ### ### Configuring hwloc command line utilities ### checking for CAIRO... no checking for wchar_t... CC traversal.lo yes checking whether numa_bitmask_alloc is declared... yes checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes checking for ibv_open_device in -libverbs... yes checking for xmllint... xmllint checking for bunzip2... bunzip2 checking if CXX works... yes checking for bind in -lsocket... no 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... yes checking numa.h usability... yes checking numa.h presence... yes checking for numa.h... yes checking for numa_available... no checking for cpuset_setaffinity... no checking for library containing pthread_getthrds_np... no checking for cpuset_setid... no checking libudev.h usability... yes checking libudev.h presence... no checking for flsl... no checking for clz... no checking for clzl... no checking for openat... yes checking whether snprintf is declared... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes checking for ibv_open_device in -libverbs... yes checking for xmllint... no checking for bunzip2... bunzip2 checking if CXX works... no checking whether GetModuleFileName is declared... no checking for program_invocation_name... no checking for __progname... yes checking for pthread_t... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... checking if gcc supports -fno-rtti -fno-exceptions... yes 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... yes checking NVCtrl/NVCtrl.h presence... 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 for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... yes checking CL/cl_ext.h presence... yes checking for CL/cl_ext.h... yes checking for clGetDeviceIDs in -lOpenCL... yes checking for sys/param.h... yes checking for sys/sysctl.h... yes checking whether CTL_HW is declared... yes checking whether HW_NCPU is declared... yes checking for sysctl... yes checking for sysctlbyname... yes checking whether getprogname is declared... 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... no 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 for shmat... yes checking for IceConnectionNumber in -lICE... yes 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 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... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes checking langinfo.h usability... yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status CC distances.lo yes checking for final NUMA support... yes 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 for libudev.h... yes checking for udev_device_new_from_subsystem_sysname in -ludev... yes checking for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... no checking CL/cl_ext.h presence... 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 for sys/param.h... yes checking for sys/sysctl.h... no checking for sysctl... no checking for sysctlbyname... no checking whether getprogname is declared... yes checking whether getexecname is declared... yes checking whether GetModuleFileName is declared... yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status no 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... yes checking whether sched_getcpu is declared... no checking whether sched_setaffinity is declared... no checking for working CPU_SET... no checking for working CPU_SET_S... no checking for working syscall with 6 parameters... yes checking for lib... no checking for bash... /usr/local/bin/bash checking for ffs... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... yes checking for NVCtrl/NVCtrl.h... yes checking for XNVCTRLQueryTargetAttribute in -lXNVCtrl... yes 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... 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 yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes checking for w3m... no checking for lynx... /usr/bin/lynx checking if can build top-level README... yes checking if will build doxygen docs... no checking if will install doxygen docs... yes checking whether to enable "picky" compiler mode... no (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 whether lstopo Cairo/X11 interactive graphical output is supported... yes checking for wchar_t... yes 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 whether getexecname is declared... no checking whether GetModuleFileName is declared... no checking for program_invocation_name... no checking for __progname... yes checking for pthread_t... yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status 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... 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(pciaccess+linux) LinuxIO Graphical output: no XML input / output: basic Netloc functionality: no Plugin support: yes (pci) ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo 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: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (xml_libxml) ----------------------------------------------------------------------------- + make Making all in include make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include » make[1]: Rien à faire pour « all ». make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include » Making all in hwloc make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc » CC topology.lo 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... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### 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... 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... no checking for program_invocation_name... no checking for __progname... yes checking for pthread_t... yes checking whether sched_getcpu is declared... no 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 (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... 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... g++ -E yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... pci opencl gl xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen 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/x86+linux/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/x86+linux/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 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 for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking X11/Xlib.h usability... yes checking whether sched_getcpu is declared... no checking whether sched_setaffinity is declared... no checking for working CPU_SET... no checking for working CPU_SET_S... no checking for working syscall with 6 parameters... yes checking for lib... no checking for bash... /usr/local/bin/bash checking for ffs... yes checking whether ffs is declared... 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... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes no 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... no checking for numa_available in -lnuma... no checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... checking that generated files are newer than configure... done configure: creating ./config.status no checking nvml.h presence... no checking for nvml.h... no checking for gethostbyname... yes checking for connect... yes checking for remove... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no 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... checking whether sched_setaffinity is declared... no checking for working CPU_SET... no checking for working CPU_SET_S... no checking for working syscall with 6 parameters... yes checking for lib... no checking for bash... /usr/bin/bash checking for ffs... yes CC components.lo config.status: creating Makefile config.status: creating include/Makefile config.status: creating hwloc/Makefile config.status: creating doc/Makefile darwin16.7.0 dyld checking how to hardcode library paths into programs... immediate checking for dlopen in -ldl... checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) 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... yes checking whether function ffsl has a complete prototype... yes checking for fls... yes checking whether fls is declared... yes checking whether function fls has a complete prototype... yes checking for flsl... 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(pciaccess+linux) LinuxIO OpenCL Graphical output: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (pci opencl xml_libxml) ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo 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 checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes checking for w3m... /usr/bin/w3m checking for lynx... no checking if can build top-level README... yes checking if will build doxygen docs... no checking if will install doxygen docs... yes checking whether to enable "picky" compiler mode... no (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 whether lstopo Cairo/X11 interactive graphical output is supported... yes checking for wchar_t... yes checking for putwc... 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile config.status: creating contrib/systemd/Makefile config.status: creating contrib/misc/Makefile config.status: creating contrib/windows/Makefile 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... yes checking NVCtrl/NVCtrl.h presence... yes checking for NVCtrl/NVCtrl.h... yes checking for XNVCTRLQueryTargetAttribute in -lXNVCtrl... yes checking for LIBXML2... 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 whether bind 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... yes checking whether fls is declared... yes checking whether function fls has a complete prototype... config.status: creating Makefile config.status: creating include/Makefile config.status: creating hwloc/Makefile CC traversal.lo CC distances.lo checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... pci xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes checking for w3m... /usr/bin/w3m checking for lynx... no checking if can build top-level README... yes checking if will build doxygen docs... no checking if will install doxygen docs... yes checking whether to enable "picky" compiler mode... no (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 whether lstopo Cairo/X11 interactive graphical output is supported... yes checking for wchar_t... yes checking for putwc... yes checking locale.h usability... no checking infiniband/verbs.h presence... no checking for infiniband/verbs.h... no checking for xmllint... no checking for bunzip2... bunzip2 checking if CXX works... yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### CC traversal.lo CC distances.lo yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes 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 whether pthread_getaffinity_np is declared... yes checking for sched_setaffinity... yes checking for sys/cpuset.h... no checking for cpuset_setaffinity... 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... CC bind.lo yes 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) supports shared libraries... yes checking dynamic linker characteristics... NetBSD ld.elf_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... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... yes checking whether flsl is declared... yes checking whether function flsl has a complete prototype... yes checking for clz... no checking for clzl... 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 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/x86+linux/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 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 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 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 for bind in -lsocket... no 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... no checking for numa_available in -lnuma... no checking for stdlib.h... (cached) yes checking for mkstemp... yes checking for flsl... yes checking whether flsl is declared... yes checking whether function flsl has a complete prototype... yes checking for clz... no checking for clzl... no checking for openat... 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 yes checking locale.h presence... yes checking for locale.h... yes checking for setlocale... (cached) yes checking for uselocale... yes checking xlocale.h usability... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes 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 ... checking that generated files are newer than configure... done configure: creating ./config.status CC components.lo 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... no checking for library containing pthread_getthrds_np... no checking for cpuset_setid... no checking libudev.h usability... yes checking for fls... yes checking whether fls is declared... yes checking whether function fls has a complete prototype... yes checking for flsl... yes checking whether flsl is declared... config.status: creating Makefile config.status: creating include/Makefile config.status: creating hwloc/Makefile config.status: creating doc/Makefile -std=gnu99 checking for pkg-config... no checking for X... no ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled checking for hwloc directory prefix... (none) checking for hwloc symbol prefix... hwloc_ checking for gcc -std=gnu99 option to accept ISO C99... (cached) -std=gnu99 checking size of void *... 8 checking which OS support to include... NetBSD checking which CPU support to include... x86_64 checking size of unsigned long... 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++ 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/x86+linux/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/x86+linux/test-topology.sh config.status: creating tests/hwloc/xml/test-topology.sh no checking for openat... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking for getpagesize... yes checking for memalign... 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/x86+linux/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 yes checking termcap support using ncurses and ... no checking termcap support using ncurses and -ltermcap... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... yes checking if plugin support is enabled... no checking components to build statically... noos xml synthetic xml_nolibxml linux pci opencl gl xml_libxml x86 checking components to build as plugins... checking for diff... /usr/bin/diff ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status 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 malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking for getpagesize... yes checking for memalign... no 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... config.status: creating tests/hwloc/linux/gather/Makefile config.status: creating tests/hwloc/x86/Makefile config.status: creating tests/hwloc/x86+linux/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/x86+linux/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 no checking termcap support using ncurses and -ltermcap... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for clock_gettime... CC bind.lo CC components.lo yes checking for final LIBXML2 support... yes checking for x86 cpuid... yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... pci xml_libxml checking for diff... /usr/bin/diff no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... yes checking whether function flsl has a complete prototype... yes checking for clz... no checking for clzl... no checking for openat... 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 8 checking size of unsigned int... 4 checking for the C compiler vendor... gnu checking for __attribute__... 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile no 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... 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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 no 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... no checking for numa_available in -lnuma... yes CC bitmap.lo yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status 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... yes checking pthread_np.h presence... yes checking for pthread_np.h... yes checking whether pthread_setaffinity_np is declared... yes checking whether pthread_getaffinity_np is declared... yes checking for sched_setaffinity... 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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 no ### ### Configuring tests ### checking for pthread_self in -lpthread... yes checking for NUMA... no checking for numa_available in -lnuma... yes checking whether numa_bitmask_alloc is declared... yes checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes checking for ibv_open_device in -libverbs... CC bitmap.lo ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes checking for w3m... /usr/bin/w3m checking for lynx... no checking if can build top-level README... yes checking if will build doxygen docs... no checking if will install doxygen docs... yes checking whether to enable "picky" compiler mode... no (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 whether lstopo Cairo/X11 interactive graphical output is supported... yes checking for wchar_t... yes checking CL/cl_ext.h presence... yes checking for CL/cl_ext.h... yes checking for clGetDeviceIDs in -lOpenCL... yes checking cuda.h usability... no checking cuda.h presence... no checking for cuda.h... no checking cuda_runtime_api.h usability... CC traversal.lo 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 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... 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/x86+linux/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 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)... 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: 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 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... yes checking pthread_np.h presence... yes checking for pthread_np.h... yes checking whether pthread_setaffinity_np is declared... yes checking whether pthread_getaffinity_np is declared... checking whether numa_bitmask_alloc is declared... yes checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes checking for ibv_open_device in -libverbs... yes checking for xmllint... xmllint checking for bunzip2... bunzip2 checking if CXX works... checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... no checking for sys/cpuset.h... yes checking for cpuset_setaffinity... yes checking for library containing pthread_getthrds_np... no checking for cpuset_setid... 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 yes 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 CC pci-common.lo 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(pciaccess+linux) LinuxIO Graphical output: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (pci xml_libxml) ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo CC bind.lo CC distances.lo 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/x86+linux/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 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 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... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no checking pthread_np.h usability... yes checking for sched_setaffinity... no checking for sys/cpuset.h... yes checking for cpuset_setaffinity... yes checking for library containing pthread_getthrds_np... 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... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes checking langinfo.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 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/x86+linux/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/x86+linux/test-topology.sh gcc3 yes checking libudev.h usability... no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... cannot check without pkg-config 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... CC pci-common.lo CC traversal.lo CC diff.lo CC shmem.lo config.status: creating Makefile config.status: creating include/Makefile config.status: creating hwloc/Makefile config.status: creating include/private/autogen/config.h config.status: creating include/hwloc/autogen/config.h config.status: executing depfiles commands 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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 CC components.lo CC bitmap.lo 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)... no checking pthread_np.h presence... no checking for pthread_np.h... no checking whether pthread_setaffinity_np is declared... no checking whether pthread_getaffinity_np is declared... no checking for sched_setaffinity... no checking for sys/cpuset.h... no checking for cpuset_setaffinity... no checking for cpuset_setid... yes checking libudev.h usability... no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... cannot check without pkg-config checking pciaccess.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... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for clock_gettime... 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking X11/Xlib.h usability... CC diff.lo yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status 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... checking how to run the C++ preprocessor... CC distances.lo 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: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (xml_libxml) ----------------------------------------------------------------------------- CC misc.lo 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 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: executing libtool commands ----------------------------------------------------------------------------- Hwloc optional build support status (more details can be found above): Probe / display I/O devices: PCI(pciaccess+linux) LinuxIO OpenCL GL Graphical output: no (disabled in embedded mode) XML input / output: full Netloc functionality: no Plugin support: no ----------------------------------------------------------------------------- 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 no checking for library containing pthread_getthrds_np... no checking for cpuset_setid... no checking libudev.h usability... yes checking for __attribute__(unused)... yes checking for __attribute__(warn_unused_result)... yes checking for __attribute__(weak_alias)... yes checking if gcc -std=gnu99 -std=gnu99 supports -fvisibility=hidden... 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 no ### ### Configuring tests ### checking for pthread_self in -lpthread... yes checking for NUMA... no checking for numa_available in -lnuma... yes checking whether numa_bitmask_alloc is declared... yes checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create in -lpciaccess... yes 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... 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... yes checking for IceConnectionNumber in -lICE... yes checking X11/Xlib.h usability... g++ -E CC shmem.lo + make Making all in include make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo 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(pciaccess+linux) LinuxIO Graphical output: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (pci xml_libxml) ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo CC base64.lo CC topology-noos.lo 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(pciaccess+linux) LinuxIO OpenCL Graphical output: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (pci opencl xml_libxml) ----------------------------------------------------------------------------- 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/linux/allowed/Makefile config.status: creating tests/hwloc/linux/gather/Makefile config.status: creating tests/hwloc/x86/Makefile config.status: creating tests/hwloc/x86+linux/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/x86+linux/test-topology.sh config.status: creating tests/hwloc/xml/test-topology.sh config.status: creating tests/hwloc/wrapper.sh make dist-bzip2 dist-gzip am__post_remove_distdir='@:' make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff' make distdir-am make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff' if test -d "hwloc-v2.1-20200706.2130.gite5549aff"; then find "hwloc-v2.1-20200706.2130.gite5549aff" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "hwloc-v2.1-20200706.2130.gite5549aff" || { sleep 5 && rm -rf "hwloc-v2.1-20200706.2130.gite5549aff"; }; else :; fi test -d "hwloc-v2.1-20200706.2130.gite5549aff" || mkdir "hwloc-v2.1-20200706.2130.gite5549aff" (cd include && make top_distdir=../hwloc-v2.1-20200706.2130.gite5549aff distdir=../hwloc-v2.1-20200706.2130.gite5549aff/include \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff/include' make distdir-am make[4]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff/include' make[4]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff/include' make[3]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff/include' (cd hwloc && make top_distdir=../hwloc-v2.1-20200706.2130.gite5549aff distdir=../hwloc-v2.1-20200706.2130.gite5549aff/hwloc \ am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir) make[3]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' make distdir-am make[4]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... cannot check without pkg-config checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create in -lpciaccess... yes 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_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 infiniband/verbs.h... yes checking for ibv_open_device in -libverbs... yes checking for xmllint... xmllint checking for bunzip2... bunzip2 checking if CXX works... yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### 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... CC pci-common.lo 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... CC bind.lo CC misc.lo 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... cannot check without pkg-config checking for x86 cpuid... checking for ld used by g++... CC components.lo + make Making all in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo CC topology-synthetic.lo config.status: creating tests/hwloc/x86+linux/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/x86+linux/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/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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw make[4]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' make \ top_distdir="hwloc-v2.1-20200706.2130.gite5549aff" distdir="hwloc-v2.1-20200706.2130.gite5549aff" \ dist-hook make[3]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff' /bin/mkdir -p \ hwloc-v2.1-20200706.2130.gite5549aff/doc \ hwloc-v2.1-20200706.2130.gite5549aff/netloc \ hwloc-v2.1-20200706.2130.gite5549aff/utils \ hwloc-v2.1-20200706.2130.gite5549aff/tests \ hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www \ hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc \ hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd \ hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows make[3]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff' test -n "" \ || find "hwloc-v2.1-20200706.2130.gite5549aff" -type d ! -perm -755 \ -exec chmod u+rwx,go+rx {} \; -o \ ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ ! -type d ! -perm -444 -exec /bin/bash /builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff/config/install-sh -c -m a+r {} {} \; \ || chmod -R a+r "hwloc-v2.1-20200706.2130.gite5549aff" make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff' tardir=hwloc-v2.1-20200706.2130.gite5549aff && tar --format=ustar -chf - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >hwloc-v2.1-20200706.2130.gite5549aff.tar.bz2 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... checking that generated files are newer than configure... done configure: creating ./config.status yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking X11/Xlib.h usability... 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... CC diff.lo yes checking for final LIBXML2 support... yes checking for x86 cpuid... yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... CC bitmap.lo CC base64.lo yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml freebsd x86 checking components to build as plugins... checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) 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... yes checking whether to enable "picky" compiler mode... no (default) ### ### Configuring hwloc command line utilities ### checking for CAIRO... cannot check without pkg-config checking for wchar_t... yes checking for putwc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... CC topology-xml.lo 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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: creating contrib/hwloc-ps.www/Makefile 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 CC traversal.lo no checking for gethostbyname in -lnsl... yes checking for connect... no checking for connect in -lsocket... yes checking for remove... yes checking whether strncasecmp is declared... yes checking whether function strncasecmp has a complete prototype... yes checking for strftime... yes checking for setlocale... CC shmem.lo yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... pci opencl xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes checking for w3m... /usr/bin/w3m checking for lynx... no checking if can build top-level README... yes checking if will build doxygen docs... no checking if will install doxygen docs... yes checking whether to enable "picky" compiler mode... no (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 whether lstopo Cairo/X11 interactive graphical output is supported... yes checking for wchar_t... CC topology-noos.lo CC topology-synthetic.lo yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... 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... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for XOpenDisplay in -lX11... yes checking for X11/Xutil.h... 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(pciaccess+linux) LinuxIO Graphical output: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (pci xml_libxml) ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo CC topology-xml-nolibxml.lo 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(pciaccess+linux) LinuxIO Graphical output: no XML input / output: full Netloc functionality: no Plugin support: yes (pci xml_libxml) ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo CC bind.lo 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 tardir=hwloc-v2.1-20200706.2130.gite5549aff && tar --format=ustar -chf - "$tardir" | eval GZIP= gzip --best -c >hwloc-v2.1-20200706.2130.gite5549aff.tar.gz make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/standalone/hwloc-v2.1-20200706.2130.gite5549aff' if test -d "hwloc-v2.1-20200706.2130.gite5549aff"; then find "hwloc-v2.1-20200706.2130.gite5549aff" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "hwloc-v2.1-20200706.2130.gite5549aff" || { sleep 5 && rm -rf "hwloc-v2.1-20200706.2130.gite5549aff"; }; else :; fi === 6: Extracting the embedded tarball... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes 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 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... CC misc.lo 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... 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 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... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin16.7.0 dyld checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc 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... cannot check without pkg-config checking for x86 cpuid... yes checking for pthread_mutex_lock... 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 CC topology-linux.lo CC bitmap.lo === 7: Running autogen... 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... cannot check without pkg-config checking for x86 cpuid... 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... yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes 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... CC distances.lo CC base64.lo 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/x86+linux/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 yes checking for bind in -lsocket... no 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... cannot check without pkg-config checking for numa_available in -lnuma... no checking for stdlib.h... (cached) yes checking for mkstemp... 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... CC topology-xml.lo yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml freebsd x86 checking components to build as plugins... pci checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) 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... yes checking whether to enable "picky" compiler mode... no (default) ### ### Configuring hwloc command line utilities ### checking for CAIRO... cannot check without pkg-config checking for wchar_t... 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/x86+linux/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 CC traversal.lo CC traversal.lo CC pci-common.lo CC diff.lo 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: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (xml_libxml) ----------------------------------------------------------------------------- autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml solaris x86 checking components to build as plugins... pci checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... no checking for pdflatex... no checking for makeindex... no checking for fig2dev... no checking for gs... /usr/bin/gs 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... yes checking whether to enable "picky" compiler mode... no (default) ### ### Configuring hwloc command line utilities ### checking for CAIRO... cannot check without pkg-config checking for wchar_t... 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... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for clock_gettime... CC topology-noos.lo CC topology-synthetic.lo config.status: creating tests/hwloc/x86/test-topology.sh config.status: creating tests/hwloc/x86+linux/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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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... none needed checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for X... 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... 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/x86+linux/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 CC topology-hardwired.lo CC topology-x86.lo CC traversal.lo CC distances.lo CC shmem.lo + make Making all in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo CC distances.lo 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 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... yes ### ### Configuring tests ### checking for pthread_self in -lpthread... yes checking for NUMA... no checking for numa_available in -lnuma... yes checking whether numa_bitmask_alloc is declared... yes checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... 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(pciaccess+linux) LinuxIO Graphical output: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (pci xml_libxml) ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo 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 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 CC components.lo libraries /usr/X11/lib, headers /usr/X11/include ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes 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 ... 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile config.status: creating contrib/systemd/Makefile config.status: creating contrib/misc/Makefile config.status: creating contrib/windows/Makefile CCLD libhwloc.la CC misc.lo CC components.lo yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes 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 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 infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes checking for ibv_open_device in -libverbs... yes checking for xmllint... xmllint checking for bunzip2... bunzip2 checking if CXX works... CC pci-common.lo CC bind.lo CC topology-xml.lo checking if want hwloc maintainer support... enabled 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 *... no checking termcap support using ncurses and -ltermcap... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... 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 CC hwloc_pci_la-topology-pci.lo CC traversal.lo CC base64.lo CC distances.lo CC components.lo 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... 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... yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status CC diff.lo CC bitmap.lo 8 checking which OS support to include... Darwin checking which CPU support to include... x86_64 checking size of unsigned long... 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 no 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... cannot check without pkg-config checking for numa_available in -lnuma... autoreconf: running: aclocal --force -I./config -I./hwloc-tree/config CCLD hwloc_pci.la make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-annotate.o CC distances.lo CC topology-noos.lo CC topology-synthetic.lo CC bind.lo yes checking whether diff accepts -u... No differences encountered yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for clock_gettime... 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... CC bind.lo CC shmem.lo 8 checking size of unsigned int... 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/x86+linux/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 no checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes checking for ibv_open_device in -libverbs... yes checking for xmllint... xmllint checking for bunzip2... bunzip2 checking if CXX works... CCLD hwloc-annotate CC hwloc-bind.o CC topology-xml-nolibxml.lo CC traversal.lo 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(pciaccess+linux) LinuxIO Graphical output: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (pci xml_libxml) ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo yes ### ### Configuring tests ### checking for pthread_self in -lpthread... yes checking for NUMA... cannot check without pkg-config checking for numa_available in -lnuma... no checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... no checking mach/mach_init.h presence... no checking for mach/mach_init.h... no checking whether strtoull is declared... yes checking for ssize_t... yes checking whether snprintf is declared... CC bitmap.lo CC components.lo CC misc.lo 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 4 checking for the C compiler vendor... config.status: creating tests/hwloc/x86+linux/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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile config.status: creating contrib/systemd/Makefile config.status: creating contrib/misc/Makefile config.status: creating contrib/windows/Makefile CCLD hwloc-bind CC hwloc-calc.o CC topology-linux.lo CC distances.lo CC topology-xml-nolibxml.lo 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... CC topology-xml.lo yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking sys/param.h usability... CC components.lo CC traversal.lo CC bind.lo CC bitmap.lo 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/x86+linux/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/x86+linux/test-topology.sh CC base64.lo CC traversal.lo CC distances.lo 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 CCLD hwloc-calc CC hwloc-diff.o CCLD hwloc-diff yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status CC pci-common.lo yes checking whether diff accepts -u... No differences encountered yes ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status CC topology-linux.lo 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... yes checking whether HW_NCPU is declared... yes checking for sysctl... yes checking for sysctlbyname... CC topology-noos.lo CC topology-synthetic.lo 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile CC pci-common.lo gnu checking for __attribute__... CC hwloc-distrib.o CCLD hwloc-distrib CC hwloc-info.o 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(pciaccess+linux) LinuxIO OpenCL GL Graphical output: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (pci opencl gl xml_libxml) ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo CC diff.lo CC components.lo yes checking whether getprogname is declared... yes checking whether getexecname is declared... no checking whether GetModuleFileName is declared... CC bind.lo 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 CC bitmap.lo CC distances.lo yes checking for __attribute__(aligned)... yes checking for __attribute__(always_inline)... yes checking for __attribute__(cold)... CC components.lo CCLD hwloc-info CC hwloc-patch.o CC shmem.lo 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 CC bind.lo no checking for program_invocation_name... no checking for __progname... yes checking for pthread_t... CC bitmap.lo CC diff.lo CC topology-xml-nolibxml.lo CC bind.lo yes checking for __attribute__(const)... yes checking for __attribute__(deprecated)... yes checking for __attribute__(format)... CCLD hwloc-patch CC hwloc-ps.o CC common-ps.lo CC misc.lo CC pci-common.lo 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/x86+linux/Makefile yes checking whether sched_getcpu is declared... no checking whether sched_setaffinity is declared... no checking for working CPU_SET... no checking for working CPU_SET_S... config.status: executing libtool commands config.status: executing chmoding-scripts commands ************************************************************************ Could not detect/enable some features such as libxml2 and Cairo support because pkg-config isn't available. ************************************************************************ ----------------------------------------------------------------------------- Hwloc optional build support status (more details can be found above): Probe / display I/O devices: no Graphical output: no XML input / output: basic Netloc functionality: no Plugin support: yes ----------------------------------------------------------------------------- + make Making all in include Making all in hwloc CC topology.lo CC traversal.lo + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build + cd build + ../configure ### ### Configuring hwloc distribution tarball ### Startup tests ### CC shmem.lo CC components.lo CCLD libutils_common.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD hwloc-ps CC base64.lo CC diff.lo CC topology-xml.lo 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/x86+linux/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 no checking for working syscall with 6 parameters... yes checking for lib... no checking for bash... /usr/pkg/bin/bash checking for ffs... yes checking whether ffs is declared... yes checking whether function ffs has a complete prototype... CC bitmap.lo CC distances.lo checking build system type... CC misc.lo CC base64.lo CC bind.lo CC hwloc-gather-cpuid.o CCLD hwloc-gather-cpuid CC topology-noos.lo CC topology-synthetic.lo CC bitmap.lo CC shmem.lo yes checking for __attribute__(hot)... yes checking for __attribute__(malloc)... yes checking for __attribute__(may_alias)... CC topology-linux.lo 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(pciaccess+linux) LinuxIO OpenCL Graphical output: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (pci opencl xml_libxml) ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo CC pci-common.lo 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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 yes checking for ffsl... no checking for fls... no checking for flsl... CC topology-noos.lo 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... 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 CC pci-common.lo CC misc.lo CC base64.lo yes checking for __attribute__(no_instrument_function)... yes checking for __attribute__(nonnull)... CC diff.lo 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 no checking for clz... no checking for clzl... no checking for openat... yes checking malloc.h usability... yes checking malloc.h presence... autoreconf: configure.ac: tracing CC components.lo CC topology-synthetic.lo 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 '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o CC lstopo_no_graphics-lstopo-draw.o 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 CC diff.lo CC topology-noos.lo yes checking for __attribute__(noreturn)... yes checking for __attribute__(packed)... yes checking for __attribute__(pure)... CC bitmap.lo CC topology-xml.lo CC shmem.lo CC pci-common.lo yes checking for malloc.h... yes checking for getpagesize... yes checking for memalign... no 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... CC bind.lo CC topology-xml-nolibxml.lo CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o 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/x86+linux/Makefile config.status: creating tests/hwloc/xml/Makefile CC pci-common.lo CC shmem.lo CC topology-synthetic.lo CC traversal.lo yes checking for __attribute__(sentinel)... yes checking for __attribute__(unused)... CC misc.lo yes checking valgrind/valgrind.h usability... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no checking pthread_np.h usability... no checking pthread_np.h presence... CC diff.lo CC topology-hardwired.lo autoreconf: running: libtoolize --copy --force CC lstopo_no_graphics-lstopo-text.o CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics 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/x86+linux/test-topology.sh config.status: creating tests/hwloc/xml/test-topology.sh config.status: creating tests/hwloc/wrapper.sh CC topology-xml.lo CC diff.lo x86_64-unknown-cygwin checking host system type... x86_64-unknown-cygwin checking target system type... x86_64-unknown-cygwin checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes CC misc.lo CC base64.lo CC distances.lo yes checking for __attribute__(warn_unused_result)... CC base64.lo CC shmem.lo 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... no checking for sys/cpuset.h... no checking for cpuset_setaffinity... CC topology-x86.lo CC pci-common.lo 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' CC bitmap.lo Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo CC topology-linux.lo 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 CC shmem.lo CC topology-noos.lo CC topology-hardwired.lo config.status: executing libtool commands config.status: executing chmoding-scripts commands ************************************************************************ Could not detect/enable some features such as libxml2 and Cairo support because pkg-config isn't available. ************************************************************************ ----------------------------------------------------------------------------- Hwloc optional build support status (more details can be found above): Probe / display I/O devices: PCI(pciaccess) Graphical output: no XML input / output: basic Netloc functionality: no Plugin support: yes (pci) ----------------------------------------------------------------------------- checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... CC topology-xml.lo CC topology-noos.lo CC topology-synthetic.lo yes checking for __attribute__(weak_alias)... no CC misc.lo no checking for library containing pthread_getthrds_np... no checking for cpuset_setid... CC traversal.lo 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' CC traversal.lo CC distances.lo CCLD hwloc_fake.la make[2]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in . make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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 CC misc.lo CC topology-synthetic.lo CC topology-x86.lo + make Making all in include Making all in hwloc CC topology.lo yes checking whether make supports nested variables... 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... CC base64.lo no checking libudev.h usability... no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... cannot check without pkg-config 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... CCLD libhwloc.la CC hwloc_xml_libxml_la-topology-xml-libxml.lo PASS: test-hwloc-annotate.sh CC diff.lo 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 CC base64.lo CC pci-common.lo yes yes checking whether the C compiler rejects function calls with too few arguments... yes checking for unistd.h... (cached) yes checking dirent.h usability... CC topology-noos.lo CC topology-synthetic.lo 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 X11/Xlib.h usability... checking which CPU support to include... x86_64 checking size of unsigned long... 8 checking size of unsigned int... CC topology-xml-nolibxml.lo CC topology-hardwired.lo CC topology-xml-nolibxml.lo CC distances.lo CC shmem.lo 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 CC topology-noos.lo CC components.lo CC components.lo CC topology-xml.lo CCLD libhwloc.la CC hwloc_xml_libxml_la-topology-xml-libxml.lo yes checking dirent.h presence... yes checking for dirent.h... yes checking for strings.h... (cached) yes checking ctype.h usability... no checking X11/Xlib.h presence... no checking for X11/Xlib.h... no configure: WARNING: X11 not found; GL disabled checking NVCtrl/NVCtrl.h usability... no checking NVCtrl/NVCtrl.h presence... no checking for NVCtrl/NVCtrl.h... no checking for LIBXML2... cannot check without pkg-config checking for x86 cpuid... yes checking for pthread_mutex_lock... no checking for pthread_mutex_lock with -lpthread... CC topology-x86.lo 4 checking for the C compiler vendor... gnu checking for __attribute__... CC topology-linux.lo CC misc.lo CC base64.lo CC topology-synthetic.lo CCLD hwloc_xml_libxml.la make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-annotate.o CC topology-xml.lo CC bind.lo CCLD hwloc_xml_libxml.la CC diff.lo yes checking ctype.h presence... yes checking for ctype.h... yes checking for strcasecmp... yes checking if plugin support is enabled... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml netbsd x86 checking components to build as plugins... checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... no doxygen: not found 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... yes checking whether to enable "picky" compiler mode... no (default) ### ### Configuring hwloc command line utilities ### checking for CAIRO... cannot check without pkg-config checking for wchar_t... CC topology-xml.lo yes checking for __attribute__(aligned)... CC topology-linux.lo CC topology-noos.lo checking whether UID '197609' is supported by ustar format... yes checking whether GID '197121' is supported by ustar format... yes checking how to create a ustar tar archive... CC components.lo CCLD hwloc-annotate make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-annotate.o CC shmem.lo CC bind.lo yes checking whether strcasecmp is declared... 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... no checking xlocale.h usability... CC topology-xml-nolibxml.lo yes checking for __attribute__(always_inline)... yes checking for __attribute__(cold)... no checking for __attribute__(const)... yes checking for __attribute__(deprecated)... yes checking for __attribute__(format)... CCLD libhwloc.la CC topology-synthetic.lo CC hwloc-bind.o CC bind.lo gnutar checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... CC topology-xml.lo CCLD hwloc-annotate CC misc.lo CC base64.lo CC bitmap.lo CC bitmap.lo yes checking whether function strcasecmp has a complete prototype... yes checking for strncasecmp... 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... CC topology-linux.lo yes checking for __attribute__(hot)... no checking for __attribute__(malloc)... yes checking for __attribute__(may_alias)... CC hwloc_xml_libxml_la-topology-xml-libxml.lo CC bitmap.lo PASS: test-hwloc-calc.sh CC hwloc-bind.o CC topology-noos.lo yes checking whether strncasecmp is declared... no checking termcap support using ncurses and -lncurses... no checking termcap support using curses and ... no checking termcap support using curses and -ltermcap... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for __attribute__(no_instrument_function)... yes checking for __attribute__(nonnull)... yes checking for __attribute__(noreturn)... yes checking for __attribute__(packed)... CCLD hwloc_xml_libxml.la CC topology-xml.lo CCLD hwloc-bind CC hwloc-calc.o CC topology-synthetic.lo CC topology-xml-nolibxml.lo yes checking whether function strncasecmp has a complete prototype... CC traversal.lo yes checking for bind in -lsocket... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for clock_gettime... CC pci-common.lo yes (GNU style) checking for gcc... gcc yes checking for __attribute__(pure)... yes checking for __attribute__(sentinel)... yes checking for __attribute__(unused)... make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc » Making all in utils make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils » Making all in hwloc make[2]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc » Making all in . make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc » CC hwloc-annotate.o CC topology-xml-nolibxml.lo CCLD hwloc-bind CC hwloc-calc.o CC topology-linux.lo yes checking for strftime... yes checking for setlocale... yes ### ### Configuring tests ### checking for pthread_self in -lpthread... yes checking for NUMA... cannot check without pkg-config 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... CCLD hwloc-annotate yes checking for __attribute__(warn_unused_result)... yes checking for __attribute__(weak_alias)... yes CC topology-hardwired.lo CC topology-x86.lo CC topology-xml-nolibxml.lo CC topology-linux.lo CC pci-common.lo config.status: executing libtool commands config.status: executing chmoding-scripts commands ************************************************************************ Could not detect/enable some features such as libxml2 and Cairo support because pkg-config isn't available. ************************************************************************ ----------------------------------------------------------------------------- Hwloc optional build support status (more details can be found above): Probe / display I/O devices: PCI(pciaccess) Graphical output: no XML input / output: basic Netloc functionality: no Plugin support: yes (pci) ----------------------------------------------------------------------------- + make Making all in include Making all in hwloc CC topology.lo CC topology-linux.lo CC topology-xml.lo CCLD hwloc-calc yes checking for stdint.h... (cached) yes checking sys/mman.h usability... autoreconf: running: /usr/bin/autoconf --force 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 ### CC pci-common.lo CC hwloc-bind.o checking if gcc -std=gnu99 -std=gnu99 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... CC diff.lo CC shmem.lo CC distances.lo checking whether the C compiler works... CC hwloc-diff.o CCLD hwloc-diff CC hwloc-distrib.o CC topology-xml-nolibxml.lo CCLD hwloc-calc CC hwloc-diff.o yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking for KAFFINITY... checking that generated files are newer than configure... done configure: creating ./config.status CCLD hwloc-bind 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... CC misc.lo CCLD libhwloc.la CC hwloc_xml_libxml_la-topology-xml-libxml.lo CC diff.lo CCLD hwloc-distrib CC topology-linux.lo CCLD hwloc-diff CC hwloc-distrib.o no checking for PROCESSOR_CACHE_TYPE... no checking for CACHE_DESCRIPTOR... CC hwloc-calc.o CC diff.lo CC base64.lo CC topology-noos.lo yes checking whether strcasecmp is declared... yes checking whether function strcasecmp has a complete prototype... yes checking for strncasecmp... yes CC shmem.lo CC topology-xml-nolibxml.lo CC hwloc-info.o CC topology-hardwired.lo CC topology-x86.lo CCLD hwloc-distrib CC hwloc-info.o CC components.lo no checking for LOGICAL_PROCESSOR_RELATIONSHIP... no checking for RelationProcessorPackage... yes checking for C compiler default output file name... a.exe checking for suffix of executables... CC shmem.lo CC misc.lo 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 CC topology-synthetic.lo checking whether strncasecmp is declared... yes checking whether function strncasecmp has a complete prototype... yes checking for strftime... yes checking for setlocale... CC topology-xml-nolibxml.lo CC misc.lo autoreconf: running: /usr/bin/autoheader --force CCLD hwloc_xml_libxml.la CC hwloc_pci_la-topology-pci.lo CC topology-linux.lo no checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no checking for GROUP_AFFINITY... CC topology-hardwired.lo CC topology-x86.lo .exe checking whether we are cross compiling... CC base64.lo 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 CCLD hwloc-calc CC hwloc-diff.o CCLD hwloc-diff 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... CC base64.lo CCLD hwloc_pci.la CC hwloc_opencl_la-topology-opencl.lo no checking for PROCESSOR_RELATIONSHIP... no checking for NUMA_NODE_RELATIONSHIP... CCLD hwloc-info CC hwloc-patch.o CCLD libhwloc.la CCLD hwloc-info CC bind.lo CC topology-noos.lo config.status: creating tests/hwloc/x86+linux/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/x86+linux/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 CC hwloc-distrib.o 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... CC topology-xml.lo CC topology-linux.lo CCLD hwloc_opencl.la CC topology-hardwired.lo CC topology-x86.lo autoreconf: running: automake --add-missing --copy --force-missing no checking for CACHE_RELATIONSHIP... no checking for PROCESSOR_GROUP_INFO... no checking for GROUP_RELATIONSHIP... CCLD hwloc-patch CC hwloc-ps.o CC hwloc_xml_libxml_la-topology-xml-libxml.lo CC hwloc-patch.o CCLD hwloc-patch CC topology-synthetic.lo CCLD libhwloc.la CC hwloc_xml_libxml_la-topology-xml-libxml.lo PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh CCLD hwloc-distrib CC hwloc-info.o 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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile config.status: creating contrib/systemd/Makefile 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 suffix of object files... o checking whether we are using the GNU C compiler... make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-annotate.o CC topology-noos.lo CC topology-synthetic.lo CCLD libhwloc.la no checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no checking for PSAPI_WORKING_SET_EX_BLOCK... CC common-ps.lo CCLD hwloc_xml_libxml.la CC hwloc-ps.o CC common-ps.lo CCLD hwloc_xml_libxml.la PASS: test-hwloc-distrib.sh 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 CC bitmap.lo 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... yes checking whether gcc accepts -g... CC hwloc_xml_libxml_la-topology-xml-libxml.lo CCLD libutils_common.la CCLD hwloc-ps CC hwloc-gather-cpuid.o no checking for PSAPI_WORKING_SET_EX_INFORMATION... CC hwloc_pci_la-topology-pci.lo CCLD libutils_common.la CCLD hwloc-ps PASS: test-hwloc-info.sh PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-annotate.o 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 CC topology-xml.lo CCLD hwloc-info CC topology-hardwired.lo CC topology-x86.lo no checking for PostQuitMessage in -luser32... no checking windows.h usability... CCLD hwloc_xml_libxml.la yes checking for gcc option to accept ISO C89... CCLD hwloc-annotate CC hwloc-bind.o CCLD hwloc-gather-cpuid no checking for PROCESSOR_NUMBER... CCLD hwloc_pci.la make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-annotate.o CC topology-hardwired.lo CC topology-x86.lo CC hwloc-gather-cpuid.o CCLD hwloc-gather-cpuid make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' configure.ac:34: installing './config/ar-lib' configure.ac:15: installing './config/compile' configure.ac:9: installing './config/config.guess' configure.ac:9: installing './config/config.sub' configure.ac:10: installing './config/install-sh' configure.ac:10: installing './config/missing' CC hwloc-patch.o CCLD hwloc-patch CC hwloc-ps.o CC traversal.lo CC topology-hardwired.lo 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... CC hwloc_pci_la-topology-pci.lo none needed checking whether gcc understands -c and -o together... CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o CCLD hwloc-dump-hwdata no checking for main in -lgdi32... CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o CCLD hwloc-dump-hwdata CC topology-xml.lo Makefile.am: installing './config/depcomp' parallel-tests: installing './config/test-driver' autoreconf: Leaving directory `.' === 8: Running non-VPATH configure... CC common-ps.lo CCLD hwloc-annotate CC hwloc-bind.o CC distances.lo CC topology-x86.lo 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... CCLD hwloc_pci.la CCLD libhwloc.la CC topology-xml-nolibxml.lo CC topology-freebsd.lo 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o yes checking dependency style of gcc... CC pci-common.lo no checking for PostQuitMessage in -luser32... 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o CCLD hwloc-annotate CCLD libhwloc.la 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... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CCLD libutils_common.la CCLD hwloc-ps make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-annotate.o 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... CC hwloc_xml_libxml_la-topology-xml-libxml.lo CC topology-x86.lo CC hwloc-bind.o CC hwloc_xml_libxml_la-topology-xml-libxml.lo no checking windows.h usability... make[2]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CC hwloc_list_components.o CCLD hwloc_list_components 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 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... CCLD hwloc-bind CC hwloc-calc.o CC hwloc-gather-cpuid.o CCLD hwloc-gather-cpuid CCLD hwloc-annotate CCLD libhwloc.la CCLD hwloc-bind CC hwloc-calc.o 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... CCLD hwloc_xml_libxml.la CCLD hwloc_xml_libxml.la CC hwloc_pci_la-topology-pci.lo no checking windows.h presence... CC diff.lo CC topology-hardwired.lo CC topology-x86.lo CC lstopo_no_graphics-lstopo-draw.o CC hwloc_bitmap.o CCLD hwloc_bitmap CC hwloc_bitmap_string.o CC hwloc-bind.o none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 === Configuring hwloc (embedded mode) checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... CC topology-xml-nolibxml.lo CC topology-linux.lo CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o CCLD hwloc-dump-hwdata CC hwloc_xml_libxml_la-topology-xml-libxml.lo gcc3 checking how to run the C preprocessor... CC hwloc_pci_la-topology-pci.lo yes checking whether _SC_PAGE_SIZE is declared... yes checking whether _SC_LARGE_PAGESIZE is declared... no checking mach/mach_host.h usability... CCLD libhwloc.la CC components.lo CCLD hwloc_pci.la no checking for windows.h... no checking sys/lgrp_user.h usability... CCLD hwloc-bind CC hwloc-calc.o CC topology-hardwired.lo CC topology-x86.lo CC lstopo_no_graphics-lstopo-draw.o CC shmem.lo CC lstopo_no_graphics-lstopo-fig.o CCLD hwloc_bitmap_string CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion 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 CCLD hwloc_pci.la make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-annotate.o 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]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc » Making all in test-hwloc-dump-hwdata make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata » make[3]: Rien à faire pour « all ». make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata » make[2]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc » Making all in lstopo make[2]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo » CC lstopo_no_graphics-lstopo.o 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 whether strtoull is declared... yes checking for ssize_t... CCLD hwloc-calc CC hwloc-diff.o CCLD hwloc-calc Making all in utils Making all in hwloc Making all in . CC hwloc-annotate.o CC bind.lo make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-annotate.o CC topology-hardwired.lo CC topology-x86.lo CCLD libhwloc.la no checking sys/lgrp_user.h presence... no checking for sys/lgrp_user.h... no checking kstat.h usability... CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CC misc.lo CC base64.lo CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CC topology-xml-nolibxml.lo CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o 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 pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for X... config.status: executing libtool commands config.status: executing chmoding-scripts commands ************************************************************************ Could not detect/enable some features such as libxml2 and Cairo support because pkg-config isn't available. ************************************************************************ ----------------------------------------------------------------------------- Hwloc optional build support status (more details can be found above): Probe / display I/O devices: no Graphical output: no XML input / output: basic Netloc functionality: no Plugin support: yes ----------------------------------------------------------------------------- + make Making all in include Making all in hwloc CC topology.lo yes checking whether snprintf is declared... yes checking whether _strdup is declared... no CCLD hwloc-diff CC hwloc-distrib.o CCLD hwloc_xml_libxml.la CC hwloc_pci_la-topology-pci.lo CCLD hwloc-bind CC hwloc-calc.o CC hwloc-diff.o CCLD hwloc-diff CC hwloc-distrib.o gcc -E CCLD libhwloc.la CC hwloc_xml_libxml_la-topology-xml-libxml.lo CC lstopo_no_graphics-lstopo-ascii.o CC lstopo_no_graphics-lstopo-text.o CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o libraries , headers checking hwloc building mode... embedded configure: hwloc builddir: /builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree configure: hwloc srcdir: /builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... disabled (embedded mode) checking for hwloc directory prefix... hwloc-tree/ checking for hwloc symbol prefix... mytest_ checking for gcc option to accept ISO C99... 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... CC lstopo_no_graphics-lstopo-text.o CC lstopo_no_graphics-lstopo-xml.o CCLD hwloc-distrib checking whether _putenv is declared... no checking whether snprintf is correct... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/sysctl.h... CCLD hwloc_pci.la CC hwloc_opencl_la-topology-opencl.lo CCLD hwloc-distrib CC lstopo_no_graphics-lstopo-draw.o CCLD hwloc-annotate CCLD hwloc-annotate CC hwloc-bind.o checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... CCLD libhwloc.la CC hwloc_xml_libxml_la-topology-xml-libxml.lo CC bitmap.lo CCLD hwloc-annotate CC hwloc-bind.o CC hwloc_xml_libxml_la-topology-xml-libxml.lo CCLD hwloc_xml_libxml.la CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset 8 checking size of unsigned int... 4 checking for the C compiler vendor... gnu checking for __attribute__... CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics CC lstopo-lstopo.o CC hwloc-info.o yes checking whether CTL_HW is declared... yes checking whether HW_NCPU is declared... yes checking for sysctl... CCLD hwloc_opencl.la no checking kstat.h presence... no checking for kstat.h... no checking whether fabsf is declared... CC hwloc-info.o CC topology-linux.lo CC hwloc-bind.o CC topology-noos.lo CC topology-synthetic.lo CCLD hwloc-calc CC hwloc-diff.o CCLD hwloc-diff CC hwloc-distrib.o CCLD hwloc-calc CCLD hwloc_xml_libxml.la CCLD hwloc_xml_libxml.la CC hwloc_pci_la-topology-pci.lo /usr/bin/grep -E checking for ANSI C header files... CCLD lstopo-no-graphics CC lstopo-lstopo.o CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj 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)... make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-annotate.o yes checking for sysctlbyname... no checking whether getprogname is declared... yes checking whether getexecname is declared... yes checking for fabsf in -lm... CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o CC hwloc-diff.o CCLD hwloc-diff make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-annotate.o CC hwloc_pci_la-topology-pci.lo CCLD hwloc_pci.la make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CCLD hwloc-bind CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CC hwloc_bitmap_first_last_weight.o 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)... no checking whether GetModuleFileName is declared... no checking for program_invocation_name... no checking for __progname... yes checking for pthread_t... yes CCLD hwloc-info CC hwloc-patch.o CCLD hwloc-patch CCLD hwloc-info CC hwloc-patch.o CC lstopo_no_graphics-lstopo-text.o CCLD hwloc-bind CC hwloc-distrib.o CCLD hwloc-distrib CC hwloc-info.o CCLD hwloc-annotate CCLD hwloc_pci.la make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-annotate.o CC hwloc-annotate.o CC hwloc-calc.o CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify 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) CCLD hwloc-bind CC hwloc-calc.o yes checking whether sched_getcpu is declared... no checking whether sched_setaffinity is declared... no checking for working CPU_SET... checking whether modff is declared... yes checking for modff in -lm... CC hwloc-ps.o CCLD hwloc-annotate CC hwloc-bind.o CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics CC hwloc-calc.o CCLD hwloc-distrib CC hwloc-info.o CCLD hwloc-patch CC hwloc-ps.o CC traversal.lo CC lstopo-lstopo-draw.o CC hwloc-bind.o CCLD hwloc-annotate CC topology-xml.lo CC hwloc_type_depth.o CCLD hwloc_type_depth CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf 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... no checking for working CPU_SET_S... no checking for working syscall with 6 parameters... yes checking for lib... no checking for bash... /usr/local/bin/bash checking for ffs... yes checking picl.h usability... CC common-ps.lo CCLD libutils_common.la CC lstopo-lstopo.o CC lstopo-lstopo-draw.o CC common-ps.lo CCLD libutils_common.la yes CCLD hwloc-info CC hwloc-patch.o CC lstopo-lstopo-fig.o CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o CC hwloc-bind.o CCLD hwloc-annotate CC pci-common.lo CC hwloc_bind.o CCLD hwloc_bind 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... CCLD hwloc-calc yes checking whether ffs is declared... yes checking whether function ffs has a complete prototype... ar: `u' modifier ignored since `D' is the default (see `U') CCLD hwloc-ps CC hwloc-gather-cpuid.o no checking picl.h presence... CCLD hwloc-calc CC hwloc-diff.o CC lstopo-lstopo-fig.o CCLD hwloc-ps CC hwloc-gather-cpuid.o CCLD hwloc-bind CCLD hwloc-calc CC hwloc-diff.o CCLD hwloc-patch CC hwloc-ps.o CCLD hwloc-info CC lstopo-lstopo-text.o checking for sys/types.h... CC distances.lo CC topology-hardwired.lo CCLD hwloc-bind CC hwloc-bind.o CC diff.lo CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation 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... CC hwloc-diff.o CCLD hwloc-diff CCLD hwloc-gather-cpuid CC hwloc_dump_hwdata-hwloc-dump-hwdata.o yes checking for ffsl... no checking for fls... CCLD hwloc-diff CC hwloc-distrib.o no checking for picl.h... no checking whether _SC_NPROCESSORS_ONLN is declared... CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o CCLD hwloc-gather-cpuid CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o CC hwloc-calc.o CC lstopo-lstopo-draw.o CC common-ps.lo CCLD hwloc-diff CC hwloc-distrib.o CC hwloc-patch.o CCLD hwloc-patch CC lstopo-lstopo-xml.o CC lstopo-lstopo-shmem.o CC lstopo-lstopo-cairo.o CC components.lo CC topology-x86.lo yes checking for sys/stat.h... CC hwloc-calc.o CCLD hwloc-bind CC hwloc_object_userdata.o CCLD hwloc_object_userdata CC hwloc_synthetic.o 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... CC hwloc-distrib.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o CCLD hwloc-dump-hwdata CCLD hwloc-distrib CC hwloc-info.o no checking for flsl... no checking for clz... no checking for clzl... CC lstopo-lstopo-text.o CC lstopo-lstopo-xml.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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o CC hwloc-ps.o CC lstopo-lstopo-fig.o CCLD hwloc-distrib CCLD libutils_common.la CCLD hwloc-ps CC hwloc-gather-cpuid.o CCLD lstopo yes CC bind.lo CC hwloc-calc.o yes CCLD hwloc_synthetic CC hwloc_backends.o CCLD hwloc_backends 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... CCLD hwloc-distrib CC hwloc-info.o CCLD hwloc-bind CC hwloc-calc.o CC shmem.lo 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o no checking for openat... yes checking malloc.h usability... no checking malloc.h presence... no checking for malloc.h... no checking for getpagesize... CC lstopo-lstopo-shmem.o CC lstopo-lstopo-cairo.o CC common-ps.lo CCLD libutils_common.la CCLD hwloc-gather-cpuid CC hwloc-info.o CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo CCLD hwloc-calc CC hwloc_pci_backend.o CCLD hwloc_pci_backend CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem checking whether _SC_NPROCESSORS_CONF is declared... CCLD libhwloc.la checking for stdlib.h... CCLD hwloc-calc CC hwloc-diff.o 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... CC misc.lo yes checking for memalign... no checking for posix_memalign... CCLD lstopo CCLD hwloc-info ar: `u' modifier ignored since `D' is the default (see `U') CCLD hwloc-ps CC hwloc-gather-cpuid.o CC lstopo-lstopo-text.o CC lstopo-lstopo-xml.o CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o CCLD hwloc-dump-hwdata CCLD hwloc_fake.la make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-diff.o CCLD hwloc-diff CC hwloc_distances.o CCLD hwloc_distances CC hwloc_xml_libxml_la-topology-xml-libxml.lo CC bitmap.lo yes checking whether _SC_NPROC_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... CCLD hwloc-calc CCLD hwloc-diff CC hwloc-distrib.o yes checking for string.h... CCLD hwloc-info CC base64.lo Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo 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... CC hwloc-patch.o CCLD hwloc-patch CC hwloc-ps.o CCLD hwloc-gather-cpuid CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o CC lstopo-lstopo-shmem.o CC lstopo-lstopo-cairo.o 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o Making check in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-distrib.o CCLD hwloc-info CC hwloc-patch.o CC hwloc_groups.o CCLD hwloc_groups CC hwloc_insert_misc.o CCLD hwloc_xml_libxml.la CC hwloc-diff.o CCLD hwloc-diff 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 whether strtoull is declared... yes checking for ssize_t... CCLD hwloc-distrib CC hwloc-info.o no checking whether _SC_NPROC_CONF is declared... CC lstopo_no_graphics-lstopo-draw.o CC hwloc-patch.o CCLD hwloc-patch CC hwloc-ps.o yes CC topology-xml-nolibxml.lo CC topology-freebsd.lo CCLD hwloc_fake.la make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils CC topology-noos.lo no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no checking pthread_np.h usability... no checking pthread_np.h presence... yes configure: WARNING: pthread_np.h: present but cannot be compiled configure: WARNING: pthread_np.h: check for missing prerequisite headers? configure: WARNING: pthread_np.h: see the Autoconf documentation configure: WARNING: pthread_np.h: section "Present But Cannot Be Compiled" configure: WARNING: pthread_np.h: proceeding with the compiler's result configure: WARNING: ## ------------------------------------------------------ ## configure: WARNING: ## Report this to http://github.com/open-mpi/hwloc/issues ## configure: WARNING: ## ------------------------------------------------------ ## checking for pthread_np.h... no checking whether pthread_setaffinity_np is declared... CC common-ps.lo 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... CCLD lstopo CCLD hwloc-distrib PASS: test-hwloc-annotate.sh CCLD hwloc-calc CC hwloc-diff.o CCLD hwloc-diff CCLD hwloc-patch CC hwloc-ps.o CC lstopo_no_graphics-lstopo-draw.o CCLD hwloc_insert_misc CC hwloc_topology_allow.o CCLD hwloc_topology_allow CC hwloc_pci_la-topology-pci.lo CC hwloc-distrib.o CCLD hwloc-distrib yes checking whether snprintf is declared... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... no checking whether _SC_PAGESIZE is declared... CC common-ps.lo CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CC pci-common.lo checking for memory.h... CC topology-x86.lo make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC topology-synthetic.lo no checking whether pthread_getaffinity_np is declared... no checking for sched_setaffinity... no checking for sys/cpuset.h... no checking for cpuset_setaffinity... CCLD libutils_common.la CCLD hwloc-ps CC hwloc-gather-cpuid.o 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o Creating lstopo-no-graphics.1 man page... make[2]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo » make[2]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils » make[2]: Rien à faire pour « all-am ». make[2]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils » make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils » Making all in tests make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests » Making all in hwloc make[2]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc » Making all in . make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc » make[3]: Rien à faire pour « all-am ». make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc » Making all in ports make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports » make[3]: Rien à faire pour « all ». make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports » Making all in xml make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml » make[3]: Rien à faire pour « all ». make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml » Making all in linux make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux » Making all in . make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux » make[4]: Rien à faire pour « all-am ». make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux » Making all in allowed make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed » make[4]: Rien à faire pour « all ». make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed » Making all in gather make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather » make[4]: Rien à faire pour « all ». make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather » make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux » Making all in x86 make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86 » make[3]: Rien à faire pour « all ». make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86 » Making all in x86+linux make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux » make[3]: Rien à faire pour « all ». make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux » make[2]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc » make[2]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests » make[2]: Rien à faire pour « all-am ». make[2]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests » make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests » Making all in contrib/systemd make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd » Creating hwloc-dump-hwdata.service... make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd » Making all in contrib/misc make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc » make[1]: Rien à faire pour « all ». make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc » Making all in contrib/hwloc-ps.www make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www » make[1]: Rien à faire pour « all ». make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www » Making all in doc make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc » make all-recursive make[2]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc » Making all in examples make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples » make[3]: Rien à faire pour « all ». make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples » make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc » make[3]: Rien à faire pour « all-am ». make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc » make[2]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc » make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc » make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug » make[1]: Rien à faire pour « all-am ». make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug » + make check Making check in include make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include » make[1]: Rien à faire pour « check ». make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include » Making check in hwloc make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc » make hwloc_fake.la make[2]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc » CC topology-fake.lo CC hwloc-info.o CC hwloc-distrib.o CC common-ps.lo CC lstopo_no_graphics-lstopo-fig.o CC hwloc_topology_restrict.o CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CC topology-hardwired.lo CCLD hwloc_pci.la CC hwloc_opencl_la-topology-opencl.lo CC hwloc-info.o yes checking whether getprogname is declared... no checking whether getexecname is declared... no checking whether GetModuleFileName is declared... no checking for program_invocation_name... CCLD libutils_common.la CCLD hwloc-ps yes checking whether _SC_PAGE_SIZE is declared... CC lstopo_no_graphics-lstopo-ascii.o CC lstopo_no_graphics-lstopo-text.o CCLD hwloc-info PASS: test-hwloc-annotate.sh yes no checking for library containing pthread_getthrds_np... CCLD hwloc_fake.la make[2]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc » make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc » Making check in utils make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils » Making check in hwloc CCLD hwloc-gather-cpuid 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-ps.1 man page... Creating hwloc-gather-cpuid.1 man page... Making all in lstopo CC lstopo_no_graphics-lstopo.o CCLD hwloc-distrib CC hwloc-info.o CCLD libutils_common.la CCLD hwloc-ps CC hwloc-gather-cpuid.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o CCLD hwloc_topology_dup CC hwloc_topology_diff.o CCLD hwloc_topology_diff CC topology-x86.lo CCLD hwloc_opencl.la 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... CC lstopo_no_graphics-lstopo-draw.o CC hwloc-gather-cpuid.o CCLD hwloc-gather-cpuid CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CC hwloc-patch.o CCLD hwloc-patch yes checking whether _SC_LARGE_PAGESIZE is declared... CC diff.lo checking for strings.h... make[2]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc » Making check in . make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc » make check-TESTS make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc » make[5]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc » no checking for cpuset_setid... no checking libudev.h usability... no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... CC lstopo_no_graphics-lstopo-draw.o CCLD hwloc-info CC hwloc-patch.o CCLD hwloc-gather-cpuid CC lstopo_no_graphics-lstopo-text.o CC hwloc_topology_abi.o CCLD hwloc_topology_abi CC hwloc_obj_infos.o CCLD hwloc_obj_infos make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-annotate.o 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/bash checking for ffs... yes checking whether ffs is declared... CCLD hwloc-info CCLD lstopo-no-graphics CC lstopo-lstopo.o CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o CC hwloc-ps.o no checking mach/mach_host.h usability... CC shmem.lo CC misc.lo PASS: test-hwloc-annotate.sh no checking pciaccess.h usability... no checking pciaccess.h presence... yes checking for inttypes.h... CCLD hwloc-patch CC hwloc-ps.o CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o CCLD hwloc-dump-hwdata CCLD hwloc-info CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics CC hwloc_iodevs.o CCLD hwloc_iodevs CC xmlbuffer.o CC topology-xml.lo 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... 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o CC hwloc-patch.o CCLD hwloc-patch CC hwloc-ps.o CC common-ps.lo CCLD libutils_common.la yes checking mach/mach_host.h presence... CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o CC base64.lo 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... CC common-ps.lo 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o CC hwloc-patch.o CCLD hwloc-patch yes CC lstopo-lstopo.o CCLD xmlbuffer CC gl.o CCLD gl CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o PASS: test-hwloc-calc.sh no checking for flsl... no checking for clz... no checking for clzl... no checking for openat... CCLD hwloc-annotate CC hwloc-bind.o CC common-ps.lo CC lstopo_no_graphics-lstopo-draw.o CCLD hwloc-ps CC hwloc-gather-cpuid.o CC lstopo_no_graphics-lstopo-text.o yes checking for mach/mach_host.h... yes checking mach/mach_init.h usability... CCLD libhwloc.la CC topology-noos.lo CC topology-synthetic.lo CCLD libutils_common.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD hwloc-ps CC hwloc-ps.o CC intel-mic.o CCLD intel-mic CC lstopo_no_graphics-lstopo-ascii.o CC lstopo_no_graphics-lstopo-text.o CCLD libhwloc.la checking for stdint.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for getpagesize... yes checking for memalign... yes CCLD libutils_common.la CCLD hwloc-ps CC lstopo_no_graphics-lstopo-fig.o CCLD hwloc-gather-cpuid CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o yes checking mach/mach_init.h presence... yes checking for mach/mach_init.h... yes CC hwloc_xml_libxml_la-topology-xml-libxml.lo CC lstopo-lstopo-draw.o CC hwloc-gather-cpuid.o CC shmem.o CCLD shmem CC linux_libnuma-linux-libnuma.o CC common-ps.lo CC lstopo_no_graphics-lstopo-xml.o no checking for cuda.h... no checking cuda_runtime_api.h usability... no checking cuda_runtime_api.h presence... yes checking for unistd.h... 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 pthread_np.h usability... no checking pthread_np.h presence... no checking for pthread_np.h... no checking whether pthread_setaffinity_np is declared... CC hwloc-gather-cpuid.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o CCLD hwloc-dump-hwdata CCLD lstopo-no-graphics CC lstopo-lstopo.o checking for host_info... yes CCLD hwloc-bind CCLD hwloc_xml_libxml.la CC topology-xml.lo CC lstopo_no_graphics-lstopo-draw.o CC lstopo-lstopo-fig.o CCLD hwloc-gather-cpuid CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CCLD libutils_common.la CCLD hwloc-ps CCLD linux-libnuma CC glibc-sched.o CCLD glibc-sched CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics no checking for cuda_runtime_api.h... no checking nvml.h usability... no checking nvml.h presence... no checking for nvml.h... no checking X11/Xlib.h usability... no checking X11/Xlib.h presence... no checking for X11/Xlib.h... no configure: WARNING: X11 not found; GL disabled checking NVCtrl/NVCtrl.h usability... no checking NVCtrl/NVCtrl.h presence... 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... yes CCLD hwloc-gather-cpuid CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o CC lstopo_no_graphics-lstopo-draw.o CC hwloc-calc.o CC lstopo-lstopo-draw.o checking whether strtoull is declared... CC hwloc_pci_la-topology-pci.lo PASS: test-hwloc-calc.sh CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o CCLD hwloc-dump-hwdata make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[5]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap CC hwloc-gather-cpuid.o CCLD hwloc-gather-cpuid CC lstopo-lstopo.o no checking for cpuset_setid... no checking libudev.h usability... yes checking libudev.h presence... yes checking for libudev.h... yes checking for udev_device_new_from_subsystem_sysname in -ludev... yes checking for PCIACCESS... yes checking pciaccess.h usability... 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... no checking for NVCtrl/NVCtrl.h... no checking for LIBXML2... checking minix/config.h usability... CC topology-xml-nolibxml.lo CC lstopo-lstopo-fig.o CC lstopo_no_graphics-lstopo-text.o CC lstopo_no_graphics-lstopo-xml.o CCLD hwloc_pci.la yes checking for ssize_t... CC hwloc_pci_la-topology-pci.lo CCLD hwloc_pci.la CC lstopo_no_graphics-lstopo-ascii.o CC lstopo_no_graphics-lstopo-text.o CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o CCLD hwloc-dump-hwdata yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... yes checking CL/cl_ext.h presence... yes checking for CL/cl_ext.h... yes checking for clGetDeviceIDs in -lOpenCL... PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs PASS: hwloc_get_obj_covering_cpuset CC lstopo-lstopo-text.o CC lstopo-lstopo-xml.o CC lstopo-lstopo-shmem.o 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o no checking minix/config.h presence... CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics CC hwloc_opencl_la-topology-opencl.lo CC lstopo_no_graphics-lstopo-draw.o CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o CCLD hwloc-calc PASS: test-hwloc-calc.sh CC lstopo-lstopo-draw.o 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o yes checking whether snprintf is declared... Making all in utils Making all in hwloc Making all in . CC hwloc-annotate.o CC lstopo-lstopo-cairo.o CCLD lstopo yes 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 CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics PASS: hwloc_get_cache_covering_cpuset PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset CC lstopo-lstopo-draw.o no checking for x86 cpuid... yes checking for pthread_mutex_lock... no checking for pthread_mutex_lock with -lpthread... yes checking if plugin support is enabled... yes checking ltdl.h usability... CC lstopo-lstopo-text.o no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... Creating lstopo-no-graphics.1 man page... Making all in tests Making all in hwloc Making all in . Making all in ports Making all in xml Making all in x86 Making all in contrib/systemd Making all in contrib/misc Making all in contrib/hwloc-ps.www Making all in doc make all-recursive Making all in examples + make check Making check in include Making check in hwloc make hwloc_fake.la CC topology-fake.lo CCLD hwloc_opencl.la CC topology-solaris.lo CC lstopo_no_graphics-lstopo-text.o CC hwloc-diff.o CCLD hwloc-diff CC lstopo-lstopo.o Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking whether _strdup is declared... PASS: hwloc_get_obj_inside_cpuset PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight CC lstopo_no_graphics-lstopo-draw.o CC lstopo-lstopo-xml.o CC lstopo-lstopo-shmem.o yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml x86 checking components to build as plugins... checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) 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... yes checking whether to enable "picky" compiler mode... no (default) ### ### Configuring hwloc command line utilities ### checking for CAIRO... CCLD hwloc_fake.la Making check in utils Making check in hwloc Making check in . make check-TESTS CC hwloc_gl_la-topology-gl.lo yes checking for ar... ar checking the archiver (ar) interface... CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CC hwloc-distrib.o CC lstopo_no_graphics-lstopo-fig.o CC lstopo-lstopo-fig.o CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation yes checking for IceConnectionNumber in -lICE... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for XOpenDisplay in -lX11... make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo CCLD hwloc_fake.la no checking whether _putenv is declared... CC topology-xml-nolibxml.lo CCLD hwloc-annotate CC lstopo-lstopo-cairo.o CC lstopo-lstopo-fig.o CC lstopo-lstopo-svg.o no checking for wchar_t... CCLD hwloc_gl.la make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils PASS: test-hwloc-annotate.sh CCLD lstopo-no-graphics Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CCLD hwloc-distrib CC hwloc-info.o CC lstopo_no_graphics-lstopo-draw.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o CC lstopo-lstopo-text.o 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... yes checking NVCtrl/NVCtrl.h presence... yes checking for NVCtrl/NVCtrl.h... yes checking for XNVCTRLQueryTargetAttribute in -lXNVCtrl... yes checking for LIBXML2... yes checking libxml/parser.h usability... make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' no checking whether snprintf is correct... CC topology-netbsd.lo CC lstopo-lstopo-draw.o CC hwloc-bind.o CCLD lstopo Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . CC lstopo-lstopo-ascii.o CC lstopo-lstopo-text.o make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc-annotate.o yes checking for putwc... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo CC lstopo_no_graphics-lstopo-text.o CC lstopo_no_graphics-lstopo-draw.o ar checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed CC lstopo-lstopo-xml.o CC lstopo-lstopo-shmem.o CC topology-solaris-chiptype.lo CC topology-x86.lo 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... PASS: test-hwloc-annotate.sh yes CC topology-x86.lo PASS: hwloc_object_userdata PASS: hwloc_synthetic PASS: hwloc_backends make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo CC lstopo-lstopo-xml.o CC lstopo_no_graphics-lstopo-ascii.o checking for setlocale... (cached) yes checking for uselocale... no checking xlocale.h usability... no checking xlocale.h presence... no checking for xlocale.h... no checking langinfo.h usability... CCLD hwloc_fake.la make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CCLD hwloc-info CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... CC lstopo-lstopo-cairo.o 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 pci opencl gl xml_libxml x86 checking components to build as plugins... === Done configuring hwloc (embedded mode) 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... /bin/sed checking for fgrep... /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... checking sys/param.h usability... yes checking sys/param.h presence... PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict CCLD hwloc_fake.la make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC lstopo-lstopo-shmem.o CC lstopo-lstopo-cairo.o CC lstopo-lstopo-fig.o CC lstopo-lstopo-svg.o CC lstopo_no_graphics-lstopo-text.o PASS: test-hwloc-annotate.sh yes checking langinfo.h presence... yes checking for langinfo.h... yes checking for nl_langinfo... yes checking termcap support using ncurses and ... CC lstopo_no_graphics-lstopo-ascii.o CC lstopo_no_graphics-lstopo-text.o CC hwloc-patch.o CCLD hwloc-patch CC lstopo-lstopo.o CC lstopo_no_graphics-lstopo-text.o CCLD lstopo Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' 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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs yes checking for sys/param.h... yes checking for sys/sysctl.h... CC lstopo-lstopo-ascii.o CC lstopo-lstopo-text.o CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics CCLD libhwloc.la no checking termcap support using ncurses and -ltermcap... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: test-hwloc-distrib.sh CC hwloc-ps.o CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD hwloc-annotate CC hwloc-bind.o Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo CCLD hwloc-bind CC hwloc-calc.o 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... yes checking if gcc supports -c -o file.o... PASS: xmlbuffer PASS: gl PASS: intel-mic PASS: shmem PASS: linux-libnuma PASS: glibc-sched ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 41 # PASS: 41 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o yes /usr/x86_64-pc-cygwin/bin/ld.exe checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... CC lstopo-lstopo-xml.o CC lstopo-lstopo-shmem.o CC lstopo-lstopo.o Making all in utils Making all in hwloc Making all in . CC hwloc-annotate.o PASS: test-hwloc-annotate.sh PASS: test-hwloc-info.sh no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for clock_gettime... CCLD lstopo Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd CCLD libhwloc.la CC common-ps.lo CCLD libutils_common.la CCLD lstopo-no-graphics CC lstopo-lstopo.o ../../../utils/lstopo/lstopo-shmem.c: In function 'output_shmem': ../../../utils/lstopo/lstopo-shmem.c:136:10: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] printf("Exported shmem topology to %s for mmap address 0x%lx length %lu\n", filename, loutput->shmem_output_addr, (unsigned long) shmem_length); ^ CCLD lstopo-no-graphics PASS: test-hwloc-calc.sh CC lstopo-lstopo-draw.o CCLD hwloc_fake.la make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' 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 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 that generated files are newer than configure... done configure: creating ./config.status AR liblstopo-port-windows.a ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_aix_la-topology-aix.lo CCLD libhwloc-port-aix.la /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... CC lstopo-lstopo-cairo.o PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' yes ### ### Configuring tests ### checking for pthread_self in -lpthread... yes checking for NUMA... make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo CCLD hwloc-ps CC hwloc-gather-cpuid.o CC lstopo-lstopo.o ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_bgq_la-topology-bgq.lo CCLD libhwloc-port-bgq.la CCLD lstopo Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: test-hwloc-calc.sh checking whether CTL_HW is declared... yes PASS: test-hwloc-compress-dir.sh BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 8192 checking how to convert x86_64-unknown-cygwin file names to x86_64-unknown-cygwin format... func_convert_file_noop checking how to convert x86_64-unknown-cygwin file names to toolchain format... func_convert_file_noop checking for /usr/x86_64-pc-cygwin/bin/ld.exe option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for dlltool... dlltool checking how to associate runtime and link libraries... CC lstopo-lstopo-draw.o CCLD hwloc_fake.la make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' no checking for numa_available in -lnuma... no checking for stdlib.h... (cached) yes checking for mkstemp... CCLD hwloc-gather-cpuid CC hwloc_pci_la-topology-pci.lo PASS: test-hwloc-annotate.sh CC lstopo-lstopo-fig.o CC lstopo-lstopo-svg.o ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_darwin_la-topology-darwin.lo CCLD libhwloc-port-darwin.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_freebsd_la-topology-freebsd.lo Making all in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo PASS: test-hwloc-diffpatch.sh checking whether HW_NCPU is declared... yes checking for sysctl... CCLD hwloc-calc CC hwloc-diff.o CCLD hwloc-diff PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: test-hwloc-distrib.sh func_cygming_dll_for_implib checking for archiver @FILE support... CCLD hwloc-bind CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o PASS: test-hwloc-calc.sh CCLD hwloc_pci.la Making all in utils Making all in hwloc Making all in . CC hwloc-annotate.o yes checking infiniband/verbs.h usability... no checking infiniband/verbs.h presence... no checking for infiniband/verbs.h... no checking for xmllint... no checking for bunzip2... no checking if CXX works... CC lstopo-lstopo-ascii.o CC lstopo-lstopo-text.o CCLD libhwloc-port-freebsd.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_hpux_la-topology-hpux.lo CCLD hwloc-annotate CC hwloc-bind.o CC lstopo-lstopo-draw.o CCLD hwloc_fake.la make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' PASS: test-hwloc-distrib.sh yes checking for sysctlbyname... CC hwloc-distrib.o CCLD hwloc-distrib PASS: test-hwloc-info.sh CC hwloc-calc.o config.status: creating hwloc-tree/Makefile config.status: creating hwloc-tree/include/Makefile config.status: creating hwloc-tree/hwloc/Makefile config.status: creating Makefile config.status: creating hwloc-tree/include/private/autogen/config.h config.status: creating hwloc-tree/include/hwloc/autogen/config.h config.status: executing depfiles commands 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... CC lstopo-lstopo-fig.o @ checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... PASS: test-hwloc-annotate.sh yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### CC lstopo-lstopo-xml.o CCLD libhwloc-port-hpux.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_netbsd_la-topology-netbsd.lo PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CC hwloc_list_components.o CC lstopo-lstopo-fig.o CC lstopo-lstopo-draw.o PASS: test-hwloc-info.sh PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc » make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc » make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc » Making check in test-hwloc-dump-hwdata make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata » make check-TESTS make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata » CC hwloc-info.o PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS yes checking whether getprogname is declared... 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o config.status: executing libtool commands === 9: Running make Making all in hwloc-tree make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' Making all in include make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/include' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/hwloc' CC topology.lo CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o PASS: test-hwloc-calc.sh CCLD hwloc-annotate checking that generated files are newer than configure... done configure: creating ./config.status CC lstopo-lstopo-shmem.o CC lstopo-lstopo-cairo.o CCLD hwloc_list_components CC hwloc_bitmap.o CCLD libhwloc-port-netbsd.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_solaris_la-topology-solaris.lo CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o CC lstopo-lstopo-fig.o CCLD hwloc-bind make[5]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata » PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata » make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata » make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata » make[2]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc » Making check in lstopo make[2]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo » make check-TESTS make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo » make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo » PASS: test-hwloc-annotate.sh make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' yes checking whether getexecname is declared... CC lstopo-lstopo-text.o CC hwloc-bind.o CCLD lstopo CCLD hwloc_bitmap CC hwloc_bitmap_string.o CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CCLD libhwloc-port-solaris.la CC lstopo-lstopo-text.o CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o CC hwloc-calc.o no checking whether GetModuleFileName is declared... CC lstopo-lstopo-xml.o CC lstopo_no_graphics-lstopo-draw.o Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo CCLD hwloc_bitmap_string CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_windows_la-topology-windows.lo CCLD libhwloc-port-windows.la CCLD hwloc-calc CC hwloc-diff.o CCLD hwloc-diff CC lstopo-lstopo-xml.o CC lstopo-lstopo-shmem.o CC lstopo-lstopo-cairo.o CC lstopo-lstopo-text.o PASS: test-hwloc-calc.sh PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo » make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo » make[2]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo » make[2]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils » make[2]: Rien à faire pour « check-am ». make[2]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils » make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils » Making check in tests make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests » Making check in hwloc make[2]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc » Making check in . make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc » make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched openfabrics-verbs make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc » CC hwloc_api_version.o CCLD hwloc_api_version CC lstopo-lstopo-shmem.o CC lstopo-lstopo-cairo.o no checking for program_invocation_name... PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem glibc-sched make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CCLD hwloc_fake.la CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_opencl_la-topology-opencl.lo CCLD libhwloc-port-opencl.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD hwloc-info CC hwloc-patch.o CCLD hwloc-patch CCLD lstopo CC hwloc-distrib.o CC lstopo-lstopo-xml.o CCLD hwloc-calc CC hwloc_list_components.o CCLD hwloc_list_components CCLD lstopo no checking for __progname... CC hwloc_list_components.o CCLD hwloc_list_components CC hwloc_bitmap.o CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o PASS: test-hwloc-calc.sh make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset CC libhwloc_port_cuda_la-topology-cuda.lo CCLD libhwloc-port-cuda.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_nvml_la-topology-nvml.lo Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo CC hwloc-ps.o CCLD hwloc-distrib CC hwloc-info.o CC lstopo-lstopo-shmem.o ../../../utils/lstopo/lstopo-shmem.c: In function 'output_shmem': ../../../utils/lstopo/lstopo-shmem.c:136:10: warning: format '%lx' expects argument of type 'long unsigned int', but argument 3 has type 'uint64_t {aka long long unsigned int}' [-Wformat=] printf("Exported shmem topology to %s for mmap address 0x%lx length %lu\n", filename, loutput->shmem_output_addr, (unsigned long) shmem_length); ^ CC lstopo-lstopo-cairo.o ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... CCLD hwloc-bind CC hwloc-calc.o CC hwloc-diff.o CCLD hwloc-diff CC hwloc_bitmap.o Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' yes checking for pthread_t... PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh CC lstopo_no_graphics-lstopo-ascii.o PASS: test-hwloc-annotate.sh CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_get_largest_objs_inside_cpuset CCLD libhwloc-port-nvml.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_gl_la-topology-gl.lo CCLD hwloc_fake.la CC common-ps.lo CCLD libutils_common.la CCLD hwloc-ps CCLD lstopo config.status: creating Makefile config.status: creating include/Makefile config.status: creating hwloc/Makefile config.status: creating doc/Makefile /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... CC hwloc-distrib.o make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo CCLD hwloc_bitmap CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string yes checking whether sched_getcpu is declared... PASS: test-hwloc-calc.sh PASS: test-hwloc-distrib.sh CC lstopo_no_graphics-lstopo-text.o CCLD hwloc_bitmap CC hwloc_bitmap_string.o CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset CCLD libhwloc-port-gl.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo CC hwloc-gather-cpuid.o 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 CCLD hwloc_fake.la make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' yes checking for as... as checking for dlltool... (cached) dlltool checking for objdump... (cached) objdump checking for objdir... CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CCLD hwloc-distrib no checking whether sched_setaffinity is declared... no checking for working CPU_SET... PASS: test-hwloc-info.sh PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in lstopo make check-TESTS CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics CC traversal.lo CCLD hwloc_bitmap_string CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: test-hwloc-annotate.sh CCLD hwloc_fake.la 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 CCLD hwloc-gather-cpuid CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o .libs CC hwloc-info.o no checking for working CPU_SET_S... no checking for working syscall with 6 parameters... CCLD hwloc-info CC hwloc-patch.o CC lstopo-lstopo.o CC distances.lo CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs CCLD hwloc_get_shared_cache_covering_obj CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output CCLD hwloc-calc make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' 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 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-ps.1 man page... Creating hwloc-gather-cpuid.1 man page... Making all in lstopo CC lstopo_no_graphics-lstopo.o CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o yes checking for lib... no checking for bash... /bin/sh checking for ffs... PASS: test-hwloc-annotate.sh CCLD hwloc-patch CC hwloc-ps.o CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: test-hwloc-distrib.sh PASS: test-lstopo.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in tests Making check in hwloc Making check in . make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem CC hwloc_api_version.o CCLD hwloc_api_version CC hwloc_list_components.o CCLD hwloc_list_components PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight CC hwloc-diff.o CCLD hwloc-diff PASS: test-hwloc-annotate.sh PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh config.status: creating tests/hwloc/linux/gather/Makefile config.status: creating tests/hwloc/x86/Makefile config.status: creating tests/hwloc/x86+linux/Makefile config.status: creating tests/hwloc/xml/Makefile config.status: creating tests/hwloc/ports/Makefile CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_get_largest_objs_inside_cpuset yes checking whether ffs is declared... CC common-ps.lo CCLD hwloc-info CC hwloc-patch.o CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o PASS: test-hwloc-info.sh PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output CC hwloc_bitmap.o checking if gcc supports -fno-rtti -fno-exceptions... CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o CCLD hwloc_type_depth CC components.lo CC hwloc-distrib.o PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: test-hwloc-distrib.sh PASS: test-hwloc-info.sh PASS: test-fake-plugin.sh PASS: test-hwloc-calc.sh 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/x86+linux/test-topology.sh CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset yes checking whether function ffs has a complete prototype... CCLD libutils_common.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD hwloc-patch CC hwloc-ps.o CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf CCLD hwloc-distrib CCLD hwloc_bitmap ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo-lstopo-draw.o 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 PASS: test-hwloc-distrib.sh PASS: test-hwloc-info.sh CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset yes checking for ffsl... CCLD hwloc-ps CC hwloc-gather-cpuid.o CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset CC common-ps.lo CCLD libutils_common.la PASS: test-hwloc-compress-dir.sh CC hwloc-info.o CC hwloc_bind.o CCLD hwloc_bind CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string CC lstopo_no_graphics-lstopo-draw.o CC bind.lo no checking for gcc option to produce PIC... -DDLL_EXPORT -DPIC checking if gcc PIC flag -DDLL_EXPORT -DPIC works... PASS: test-hwloc-calc.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 CC lstopo-lstopo-fig.o PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj CC hwloc_get_obj_below_array_by_type.o yes checking whether ffsl is declared... PASS: test-hwloc-diffpatch.sh CCLD hwloc-ps CC hwloc-gather-cpuid.o CCLD hwloc-gather-cpuid CC hwloc_dump_hwdata-hwloc-dump-hwdata.o CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj CC hwloc_get_obj_below_array_by_type.o CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem glibc-sched make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version PASS: 192em64t-12gr2n8c2t.xml CC bitmap.lo PASS: test-lstopo.sh yes checking if gcc static flag -static works... CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o CCLD hwloc_get_obj_below_array_by_type CC hwloc_bitmap_first_last_weight.o config.status: creating utils/lstopo/test-lstopo.sh config.status: creating utils/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile config.status: creating contrib/systemd/Makefile config.status: creating contrib/misc/Makefile config.status: creating contrib/windows/Makefile PASS: test-hwloc-distrib.sh CC hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o CCLD hwloc-dump-hwdata yes checking whether function ffsl has a complete prototype... yes checking for fls... CCLD hwloc-gather-cpuid 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-ps.1 man page... Creating hwloc-gather-cpuid.1 man page... Making all in lstopo CC lstopo_no_graphics-lstopo.o CCLD hwloc_get_obj_below_array_by_type CC hwloc_bitmap_first_last_weight.o CC hwloc_list_components.o CCLD hwloc_list_components CC hwloc_bitmap.o CCLD hwloc_get_area_memlocation CC hwloc_object_userdata.o CCLD hwloc_object_userdata CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o PASS: 192em64t-24n8c2t.xml CCLD hwloc-info PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem glibc-sched make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CC lstopo-lstopo-text.o CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify yes checking if gcc supports -c -o file.o... config.status: creating contrib/windows/test-windows-version.sh config.status: creating tests/netloc/Makefile config.status: creating tests/netloc/tests.sh 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify PASS: test-hwloc-info.sh PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' yes checking whether fls is declared... CC hwloc_synthetic.o CCLD hwloc_synthetic PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc-patch.o CCLD hwloc-patch CC hwloc_list_components.o CCLD hwloc_list_components CC hwloc_bitmap.o PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh CC lstopo-lstopo-xml.o CC lstopo-lstopo-shmem.o CC hwloc_type_depth.o CCLD hwloc_type_depth CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o 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 CC hwloc_type_depth.o CCLD hwloc_type_depth make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' yes checking whether function fls has a complete prototype... yes PASS: test-hwloc-calc.sh CC hwloc_backends.o CCLD hwloc_backends CC hwloc_pci_backend.o PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched openfabrics-verbs opencl make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CC hwloc-ps.o CCLD hwloc_bitmap CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string CCLD hwloc_bitmap PASS: test-hwloc-distrib.sh PASS: test-hwloc-info.sh CC lstopo-lstopo-cairo.o CCLD lstopo CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf CC hwloc_bind.o PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: test-hwloc-distrib.sh PASS: test-hwloc-info.sh PASS: test-hwloc-calc.sh CC pci-common.lo yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf CC hwloc_bind.o CC lstopo_no_graphics-lstopo-ascii.o 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 checking for flsl... yes checking whether flsl is declared... CCLD hwloc_pci_backend CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj CC hwloc_list_components.o CCLD hwloc_list_components CC hwloc_bitmap.o CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs CC common-ps.lo CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' CCLD hwloc_bind CC hwloc_get_last_cpu_location.o PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS CC lstopo_no_graphics-lstopo-draw.o CC diff.lo CCLD hwloc_bind CC hwloc_get_last_cpu_location.o CC lstopo_no_graphics-lstopo-text.o ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output CC hwloc_distances.o CCLD hwloc_distances yes checking whether -lc should be explicitly linked in... yes checking whether function flsl has a complete prototype... CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CC hwloc_get_closest_objs.o ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation CC lstopo_no_graphics-lstopo-draw.o make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CCLD libutils_common.la CCLD hwloc-ps CC lstopo_no_graphics-lstopo-fig.o CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation CC shmem.lo CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CC hwloc_groups.o PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output yes checking for clz... no checking for clzl... CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify yes checking dynamic linker characteristics... CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CCLD hwloc_fake.la make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CC hwloc_object_userdata.o CCLD hwloc_object_userdata CC hwloc-gather-cpuid.o PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem glibc-sched make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o ../../../utils/lstopo/lstopo-ascii.c: In function 'output_ascii': ../../../utils/lstopo/lstopo-ascii.c:474:13: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] initp = initialize_pair; ^ ../../../utils/lstopo/lstopo-ascii.c:480:19: warning: assignment discards 'const' qualifier from pointer target type [enabled by default] initc = initialize_color; ^ CC hwloc_object_userdata.o CCLD hwloc_object_userdata CC misc.lo CCLD lstopo-no-graphics CCLD hwloc_groups CC hwloc_insert_misc.o CCLD hwloc_insert_misc no checking for openat... CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CC hwloc_type_depth.o CCLD hwloc_type_depth CC hwloc_type_sscanf.o CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset PASS: test-hwloc-annotate.sh PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched openfabrics-verbs make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CC hwloc_synthetic.o CCLD hwloc_synthetic CCLD hwloc-gather-cpuid 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... CC hwloc_list_components.o CCLD hwloc_list_components CC hwloc_bitmap.o CC lstopo_no_graphics-lstopo-text.o PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh CC lstopo_no_graphics-lstopo-fig.o CC base64.lo CC hwloc_synthetic.o CCLD hwloc_synthetic Creating lstopo-no-graphics.1 man page... Making all in tests Making all in hwloc Making all in . Making all in ports Making all in xml Making all in x86 Making all in contrib/systemd Making all in contrib/misc Making all in contrib/hwloc-ps.www Making all in doc make all-recursive Making all in examples + make check Making check in include Making check in hwloc make hwloc_fake.la CC topology-fake.lo CC hwloc_topology_allow.o CCLD hwloc_topology_allow CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o yes checking malloc.h usability... no checking malloc.h presence... CCLD hwloc_type_sscanf CC hwloc_bind.o CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_backends.o CCLD hwloc_backends CC hwloc_list_components.o CCLD hwloc_list_components Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether a program can dlopen itself... Creating hwloc-distrib.1 man page... Creating hwloc-info.1 man page... Creating hwloc-patch.1 man page... Creating hwloc-ps.1 man page... Creating hwloc-gather-cpuid.1 man page... Making all in lstopo CC lstopo_no_graphics-lstopo.o CCLD hwloc_bitmap CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched openfabrics-verbs make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CC hwloc_list_components.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o CC topology-noos.lo CC topology-synthetic.lo CC hwloc_backends.o CCLD hwloc_backends CCLD hwloc_fake.la Making check in utils Making check in hwloc Making check in . make check-TESTS CC hwloc_topology_restrict.o CCLD hwloc_topology_restrict CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset no checking for malloc.h... no checking for getpagesize... CCLD hwloc_bind CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_shared_cache_covering_obj CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CC hwloc_pci_backend.o CCLD hwloc_pci_backend CC hwloc_bitmap.o CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string Creating lstopo-no-graphics.1 man page... Making all in tests Making all in hwloc Making all in . Making all in ports Making all in xml Making all in x86 Making all in contrib/systemd Making all in contrib/misc Making all in contrib/hwloc-ps.www Making all in doc make all-recursive Making all in examples PASS: 256ppc-8n8s4t.output CCLD hwloc_list_components CC hwloc_bitmap.o yes checking whether a statically linked program can dlopen itself... CC lstopo_no_graphics-lstopo-text.o CC hwloc_pci_backend.o CCLD hwloc_pci_backend CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_topology_dup.o CCLD hwloc_topology_dup CC hwloc_topology_diff.o yes checking for memalign... CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation CC hwloc_object_userdata.o CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem CC hwloc_distances.o CCLD hwloc_bitmap CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion + make check Making check in include Making check in hwloc make hwloc_fake.la CC topology-fake.lo CCLD hwloc_fake.la CCLD hwloc_bitmap CC lstopo_no_graphics-lstopo-xml.o CC hwloc_distances.o CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_topology_diff CC hwloc_topology_abi.o CCLD hwloc_topology_abi no checking for posix_memalign... yes CCLD hwloc_object_userdata CC hwloc_synthetic.o PASS: test-hwloc-annotate.sh CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o CCLD hwloc_type_depth CCLD hwloc_distances PASS: test-hwloc-distrib.sh PASS: test-hwloc-info.sh CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o Making check in utils Making check in hwloc Making check in . make check-TESTS CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string CC hwloc_bitmap_compare_inclusion.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics PASS: 256ppc-8n8s4t-nocache.output CCLD hwloc_distances CC hwloc_groups.o CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj CC hwloc_obj_infos.o CCLD hwloc_obj_infos 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++ PASS: test-hwloc-distrib.sh PASS: test-hwloc-info.sh CCLD hwloc_synthetic CC hwloc_backends.o CCLD hwloc_backends checking sys/utsname.h usability... yes checking sys/utsname.h presence... CC lstopo_no_graphics-lstopo-draw.o CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf CC hwloc_groups.o CCLD hwloc_groups PASS: test-fake-plugin.sh CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset CC topology-xml.lo PASS: test-hwloc-annotate.sh CCLD hwloc_bitmap_compare_inclusion CC hwloc_get_closest_objs.o CC lstopo-lstopo.o PASS: 32amd64-4s2n4c-cgroup.output PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: test-hwloc-calc.sh CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CC hwloc_iodevs.o CCLD hwloc_iodevs CC xmlbuffer.o CCLD xmlbuffer PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 CC hwloc_pci_backend.o CCLD hwloc_pci_backend CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem yes checking for sys/utsname.h... yes checking for uname... yes checking valgrind/valgrind.h usability... CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o CC hwloc_bind.o CCLD hwloc_bind CC hwloc_get_last_cpu_location.o ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o CC hwloc_insert_misc.o CCLD hwloc_insert_misc CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_get_largest_objs_inside_cpuset CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight CC gl.o CCLD gl CCLD hwloc_groups CC hwloc_insert_misc.o CCLD hwloc_insert_misc ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC hwloc_distances.o no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... CCLD hwloc_type_depth CC hwloc_type_sscanf.o CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation checking whether we are using the GNU C++ compiler... CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_topology_allow.o CCLD hwloc_topology_allow CC hwloc_topology_restrict.o CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output PASS: 16amd64-4n4c-cgroup-distance-merge.output CC lstopo-lstopo-draw.o CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o CC hwloc_topology_allow.o CCLD hwloc_topology_allow CC intel-mic.o CCLD intel-mic CCLD hwloc_type_sscanf CC hwloc_bind.o CCLD hwloc_distances CC hwloc_groups.o no checking pthread_np.h usability... CC hwloc_object_userdata.o CCLD hwloc_object_userdata CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o PASS: 16amd64-8n2c.output PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o ../../../utils/lstopo/lstopo-ascii.c: In function 'set_textcolor': ../../../utils/lstopo/lstopo-ascii.c:78:33: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(enter_bold_mode, 1, myputchar); ^~~~~~~~~ In file included from ../../../utils/lstopo/lstopo-ascii.c:30:0: /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' tputs(char *, int, int (*)(char)), putp(char *), ^~~~~ ../../../utils/lstopo/lstopo-ascii.c:82:37: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(exit_attribute_mode, 1, myputchar); ^~~~~~~~~ In file included from ../../../utils/lstopo/lstopo-ascii.c:30:0: /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' tputs(char *, int, int (*)(char)), putp(char *), ^~~~~ ../../../utils/lstopo/lstopo-ascii.c: In function 'set_color': ../../../utils/lstopo/lstopo-ascii.c:116:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(toput, 1, myputchar); ^~~~~~~~~ In file included from ../../../utils/lstopo/lstopo-ascii.c:30:0: /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' tputs(char *, int, int (*)(char)), putp(char *), ^~~~~ ../../../utils/lstopo/lstopo-ascii.c:119:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(toput, 1, myputchar); ^~~~~~~~~ In file included from ../../../utils/lstopo/lstopo-ascii.c:30:0: /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' tputs(char *, int, int (*)(char)), putp(char *), ^~~~~ ../../../utils/lstopo/lstopo-ascii.c:123:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(toput, 1, myputchar); ^~~~~~~~~ In file included from ../../../utils/lstopo/lstopo-ascii.c:30:0: /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' tputs(char *, int, int (*)(char)), putp(char *), ^~~~~ ../../../utils/lstopo/lstopo-ascii.c:126:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(toput, 1, myputchar); ^~~~~~~~~ In file included from ../../../utils/lstopo/lstopo-ascii.c:30:0: /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' tputs(char *, int, int (*)(char)), putp(char *), ^~~~~ ../../../utils/lstopo/lstopo-ascii.c:130:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(toput, 1, myputchar); ^~~~~~~~~ In file included from ../../../utils/lstopo/lstopo-ascii.c:30:0: /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' tputs(char *, int, int (*)(char)), putp(char *), ^~~~~ ../../../utils/lstopo/lstopo-ascii.c: In function 'ascii_declare_color': ../../../utils/lstopo/lstopo-ascii.c:158:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(toput, 1, myputchar); ^~~~~~~~~ In file included from ../../../utils/lstopo/lstopo-ascii.c:30:0: /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' tputs(char *, int, int (*)(char)), putp(char *), ^~~~~ ../../../utils/lstopo/lstopo-ascii.c:161:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(toput, 1, myputchar); ^~~~~~~~~ In file included from ../../../utils/lstopo/lstopo-ascii.c:30:0: /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' tputs(char *, int, int (*)(char)), putp(char *), ^~~~~ CCLD hwloc_type_depth CC hwloc_type_sscanf.o CC hwloc_topology_restrict.o CCLD hwloc_topology_restrict CC shmem.o CCLD shmem CC linux_libnuma-linux-libnuma.o CCLD hwloc_bind CC hwloc_get_last_cpu_location.o CCLD hwloc_groups CC hwloc_insert_misc.o CCLD hwloc_insert_misc no checking pthread_np.h presence... no checking for pthread_np.h... no checking whether pthread_setaffinity_np is declared... PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem glibc-sched make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CC hwloc_synthetic.o CCLD hwloc_synthetic CC hwloc_backends.o PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_topology_dup CC hwloc_topology_diff.o CCLD hwloc_get_shared_cache_covering_obj CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o 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: no Graphical output: no XML input / output: basic Netloc functionality: no Plugin support: yes ----------------------------------------------------------------------------- + make Making all in include Making all in hwloc CC topology.lo ../../../utils/lstopo/lstopo-ascii.c: In function 'output_ascii': ../../../utils/lstopo/lstopo-ascii.c:471:31: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(orig_colors, 1, myputchar); ^~~~~~~~~ In file included from ../../../utils/lstopo/lstopo-ascii.c:30:0: /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' tputs(char *, int, int (*)(char)), putp(char *), ^~~~~ ../../../utils/lstopo/lstopo-ascii.c:552:27: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types] tputs(orig_pair, 1, myputchar); ^~~~~~~~~ In file included from ../../../utils/lstopo/lstopo-ascii.c:30:0: /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)' tputs(char *, int, int (*)(char)), putp(char *), ^~~~~ CC lstopo_no_graphics-lstopo-text.o PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output CCLD hwloc_type_sscanf CC hwloc_bind.o CCLD linux-libnuma CC hwloc_topology_dup.o CCLD hwloc_topology_dup CC hwloc_topology_diff.o CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o CC hwloc_topology_allow.o no checking whether pthread_getaffinity_np is declared... no checking for sched_setaffinity... CC hwloc_list_components.o CCLD hwloc_list_components CCLD hwloc_backends CC hwloc_pci_backend.o PASS: test-hwloc-distrib.sh CCLD hwloc_get_shared_cache_covering_obj CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CCLD hwloc_topology_diff CC hwloc_topology_abi.o CCLD hwloc_topology_abi CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16em64t-4s2c2t_ncaches.output CC topology-xml-nolibxml.lo CCLD hwloc_bind CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location PASS: test-hwloc-calc.sh CC glibc-sched.o CCLD glibc-sched make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS CCLD hwloc_topology_diff CC hwloc_topology_abi.o CCLD hwloc_topology_allow CC hwloc_topology_restrict.o CCLD hwloc_get_area_memlocation CC hwloc_object_userdata.o CCLD hwloc_object_userdata no checking for sys/cpuset.h... CC hwloc_bitmap.o CCLD hwloc_pci_backend CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem yes checking whether g++ accepts -g... PASS: test-hwloc-info.sh PASS: test-fake-plugin.sh CC lstopo-lstopo-fig.o CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight CC hwloc_obj_infos.o CCLD hwloc_obj_infos CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: 16ia64-8n2s.output CC topology-xml-libxml.lo CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap CCLD hwloc_topology_abi CC hwloc_obj_infos.o CCLD hwloc_obj_infos PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: test-hwloc-distrib.sh PASS: test-hwloc-info.sh PASS: test-fake-plugin.sh CC hwloc_synthetic.o CCLD hwloc_synthetic CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CCLD hwloc_topology_dup no checking for cpuset_setaffinity... no checking for library containing pthread_getthrds_np... CC hwloc_distances.o CCLD hwloc_distances CCLD hwloc_bitmap CC hwloc_bitmap_string.o ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' yes checking dependency style of g++... CC lstopo-lstopo-text.o CCLD hwloc_type_depth CC hwloc_type_sscanf.o CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o CC hwloc_iodevs.o CCLD hwloc_iodevs CC xmlbuffer.o CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o CC topology-pci.lo CC hwloc_object_userdata.o CCLD hwloc_object_userdata Creating lstopo-no-graphics.1 man page... Making all in tests Making all in hwloc PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion CC hwloc_iodevs.o CCLD hwloc_iodevs CC xmlbuffer.o ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CCLD hwloc_bitmap_string CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CC hwloc_backends.o CCLD hwloc_backends CC hwloc_groups.o CCLD hwloc_groups CC hwloc_topology_diff.o CCLD hwloc_topology_diff CC hwloc_topology_abi.o CC traversal.lo CCLD hwloc_type_depth CC hwloc_type_sscanf.o CCLD xmlbuffer CC gl.o CCLD hwloc_type_sscanf CC hwloc_bind.o CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched openfabrics-verbs make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CC hwloc_list_components.o CC topology-opencl.lo CC hwloc_synthetic.o CCLD hwloc_synthetic PASS: 32em64t-2n8c+1mic.output Making all in . Making all in ports Making all in xml Making all in x86 Making all in contrib/systemd Making all in contrib/misc Making all in contrib/hwloc-ps.www Making all in doc make all-recursive Making all in examples + make check Making check in include PASS: hwloc_get_closest_objs PASS: hwloc_get_obj_covering_cpuset CCLD xmlbuffer CC gl.o PASS: test-hwloc-calc.sh CC hwloc_pci_backend.o CCLD hwloc_pci_backend CC hwloc_is_thissystem.o CC hwloc_insert_misc.o CCLD hwloc_insert_misc CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs CCLD hwloc_topology_abi CC hwloc_obj_infos.o CCLD hwloc_obj_infos CCLD hwloc_type_sscanf CC hwloc_bind.o no checking for cpuset_setid... no checking libudev.h usability... CCLD gl CC intel-mic.o CCLD hwloc_bind CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location CCLD hwloc_type_depth CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf CC lstopo-lstopo-xml.o CC lstopo-lstopo-shmem.o CC lstopo-lstopo-cairo.o gcc3 CCLD hwloc_list_components CC hwloc_bitmap.o CC topology-gl.lo CC hwloc_backends.o CCLD hwloc_backends Making check in hwloc make hwloc_fake.la CC topology-fake.lo PASS: hwloc_get_cache_covering_cpuset PASS: hwloc_get_largest_objs_inside_cpuset CCLD gl CC intel-mic.o CCLD intel-mic CCLD hwloc_is_thissystem CC hwloc_distances.o CC hwloc_topology_allow.o CCLD hwloc_topology_allow CC hwloc_topology_restrict.o CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o CC hwloc_iodevs.o CCLD hwloc_iodevs CC xmlbuffer.o CCLD hwloc_bind CC hwloc_get_last_cpu_location.o CCLD intel-mic CC shmem.o CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... no checking pciaccess.h usability... CC hwloc_bind.o CCLD hwloc_bind PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh CCLD hwloc_bitmap CC topology-linux.lo checking how to run the C++ preprocessor... CC hwloc_pci_backend.o CCLD hwloc_pci_backend CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem CCLD hwloc_fake.la Making check in utils Making check in hwloc Making check in . make check-TESTS PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched openfabrics-verbs opencl make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset CC shmem.o CCLD shmem PASS: 40intel64-2g2n4c+pci.output CCLD hwloc_distances CC hwloc_groups.o CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CCLD hwloc_topology_dup CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o CCLD xmlbuffer CC gl.o CCLD gl CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation CCLD shmem CC linux_libnuma-linux-libnuma.o CC hwloc_object_userdata.o CCLD hwloc_object_userdata CC hwloc_synthetic.o no checking pciaccess.h presence... no checking for pciaccess.h... no checking OpenCL/cl_ext.h usability... CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location PASS: test-hwloc-distrib.sh CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string CC hwloc_bitmap_compare_inclusion.o PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CCLD lstopo Creating lstopo-no-graphics.1 man page... CC hwloc_distances.o CC hwloc_list_components.o CCLD hwloc_list_components CC hwloc_bitmap.o PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify CC glibc-sched.o CCLD glibc-sched make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS CC distances.lo CCLD hwloc_groups CC hwloc_topology_diff.o CCLD hwloc_topology_diff CC intel-mic.o CCLD intel-mic CC shmem.o CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o CC hwloc_object_userdata.o CCLD hwloc_object_userdata CCLD linux-libnuma CC glibc-sched.o CCLD hwloc_synthetic CC hwloc_backends.o yes checking OpenCL/cl_ext.h presence... CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation CC hwloc_object_userdata.o PASS: test-hwloc-info.sh CC hwloc_list_components.o CCLD hwloc_list_components CCLD hwloc_bitmap_compare_inclusion CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check Making check in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo CCLD hwloc_distances CC hwloc_groups.o PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap CC components.lo CC hwloc_insert_misc.o CCLD hwloc_insert_misc CC hwloc_topology_abi.o CCLD hwloc_topology_abi g++ -E CCLD shmem make check-TESTS PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset PASS: 40intel64-4n10c+pci-conflicts.output CC hwloc_synthetic.o CCLD hwloc_synthetic CCLD glibc-sched CC openfabrics-verbs.o CCLD openfabrics-verbs CC hwloc_bitmap.o CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CCLD hwloc_backends CC hwloc_pci_backend.o CCLD hwloc_pci_backend CCLD hwloc_object_userdata CC hwloc_synthetic.o PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' yes checking for OpenCL/cl_ext.h... yes checking for the OpenCL framework... CCLD hwloc_fake.la make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' CCLD hwloc_groups CC hwloc_insert_misc.o PASS: hwloc_get_area_memlocation PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion CCLD hwloc_bitmap CC hwloc_bitmap_string.o CC hwloc_topology_allow.o CCLD hwloc_topology_allow CC hwloc_topology_restrict.o CC hwloc_obj_infos.o CCLD hwloc_obj_infos CC hwloc_iodevs.o CCLD hwloc_iodevs CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj PASS: 48amd64-4d2n6c-sparse.output PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs CC hwloc_backends.o CCLD hwloc_backends make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc » make check-TESTS make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc » make[5]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc » PASS: hwloc_api_version PASS: test-hwloc-annotate.sh CCLD hwloc_bitmap CC hwloc_bitmap_string.o CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem CC hwloc_distances.o CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_synthetic CC hwloc_backends.o CCLD hwloc_backends Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' yes checking cuda.h usability... no checking cuda.h presence... CCLD hwloc_insert_misc CC hwloc_topology_allow.o PASS: hwloc_get_closest_objs CCLD hwloc_bitmap_string CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CC xmlbuffer.o CCLD xmlbuffer PASS: 64amd64-4s2n4ca2co.output PASS: 64fake-4n2s2ca2c2t.output CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type PASS: hwloc_get_obj_covering_cpuset CC hwloc_pci_backend.o CCLD hwloc_pci_backend CC hwloc_is_thissystem.o PASS: hwloc_list_components PASS: hwloc_bitmap PASS: hwloc_bitmap_string CC bind.lo CCLD hwloc_bitmap_string CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CCLD hwloc_distances CC hwloc_pci_backend.o CCLD hwloc_pci_backend CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o no checking for cuda.h... no checking cuda_runtime_api.h usability... no checking cuda_runtime_api.h presence... CCLD hwloc_topology_allow CC hwloc_topology_restrict.o PASS: test-hwloc-annotate.sh PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh PASS: hwloc_get_obj_covering_cpuset CCLD hwloc_bitmap_compare_inclusion CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs PASS: hwloc_object_userdata PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend CCLD hwloc_topology_dup CC hwloc_topology_diff.o CCLD hwloc_topology_diff CC gl.o CCLD gl CC intel-mic.o PASS: 64intel64-fakeKNL-A2A-cache.output CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o PASS: hwloc_get_cache_covering_cpuset PASS: hwloc_get_largest_objs_inside_cpuset CCLD hwloc_is_thissystem CC hwloc_distances.o PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs CC hwloc_groups.o CCLD hwloc_groups CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem CC hwloc_distances.o CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset no checking for cuda_runtime_api.h... no checking nvml.h usability... no checking nvml.h presence... no checking for nvml.h... no checking whether -R must be followed by a space... CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CCLD hwloc_topology_dup ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched openfabrics-verbs opencl make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CC hwloc_list_components.o PASS: hwloc_get_cache_covering_cpuset CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CC hwloc_topology_abi.o CCLD hwloc_topology_abi PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc CCLD intel-mic CC shmem.o checking for ld used by g++... PASS: 64intel64-fakeKNL-SNC4-hybrid.output PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset CCLD hwloc_distances CC hwloc_groups.o PASS: hwloc_get_obj_covering_cpuset PASS: hwloc_get_cache_covering_cpuset CC bitmap.lo CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o CC hwloc_insert_misc.o CCLD hwloc_insert_misc CCLD hwloc_distances CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj neither works CC hwloc_topology_diff.o CCLD hwloc_topology_diff CCLD hwloc_list_components CC hwloc_bitmap.o PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset CC hwloc_obj_infos.o CCLD hwloc_obj_infos CC hwloc_iodevs.o CCLD shmem CC glibc-sched.o CCLD glibc-sched PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi CCLD hwloc_type_depth CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location CCLD hwloc_groups PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o CC hwloc_topology_allow.o CCLD hwloc_topology_allow CC hwloc_topology_restrict.o CC hwloc_groups.o CCLD hwloc_groups CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CC hwloc_bitmap_first_last_weight.o CC hwloc_topology_abi.o CCLD hwloc_topology_abi CC hwloc_obj_infos.o checking for gethostbyname... CCLD hwloc_bitmap PASS: hwloc_get_obj_inside_cpuset CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_iodevs CC xmlbuffer.o CCLD xmlbuffer make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: xmlbuffer CC hwloc_bind.o PASS: hwloc_get_area_memlocation CC hwloc_insert_misc.o CCLD hwloc_insert_misc PASS: 96em64t-4n4d3ca2co.output PASS: hwloc_get_obj_inside_cpuset /usr/x86_64-pc-cygwin/bin/ld.exe checking if the linker (/usr/x86_64-pc-cygwin/bin/ld.exe) is GNU ld... yes checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CC hwloc_insert_misc.o CCLD hwloc_insert_misc CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o CCLD hwloc_obj_infos CC hwloc_iodevs.o CCLD hwloc_iodevs yes checking for connect... yes checking for remove... CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o CC gl.o CCLD gl PASS: gl PASS: intel-mic PASS: shmem PASS: linux-libnuma PASS: glibc-sched ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 41 # PASS: 41 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs CCLD hwloc_bind CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location CC hwloc_topology_allow.o CCLD hwloc_topology_allow CC hwloc_topology_restrict.o PASS: 128ia64-17n4s2c.output PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset CCLD hwloc_topology_dup CC hwloc_topology_diff.o CC hwloc_topology_allow.o CCLD hwloc_topology_allow CC hwloc_topology_restrict.o yes CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o CCLD hwloc_type_depth CC xmlbuffer.o CCLD xmlbuffer yes checking for shmat... yes checking for IceConnectionNumber in -lICE... CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj CC intel-mic.o CCLD intel-mic AR liblstopo-port-windows.a CC libhwloc_port_aix_la-topology-aix.lo PASS: hwloc_get_obj_covering_cpuset CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CC pci-common.lo PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation PASS: hwloc_object_userdata PASS: hwloc_synthetic PASS: hwloc_backends CCLD hwloc_topology_diff CC hwloc_topology_abi.o CCLD hwloc_topology_abi CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf CC gl.o CCLD gl CC intel-mic.o yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs PASS: hwloc_get_area_memlocation CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CC shmem.o CCLD shmem CCLD libhwloc-port-aix.la CC libhwloc_port_bgq_la-topology-bgq.lo PASS: hwloc_get_cache_covering_cpuset PASS: hwloc_get_largest_objs_inside_cpuset PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: test-hwloc-distrib.sh PASS: test-hwloc-info.sh PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in lstopo make check-TESTS CC hwloc_object_userdata.o CCLD hwloc_object_userdata CCLD hwloc_topology_dup CC hwloc_topology_diff.o PASS: nvidiagpunumanodes.output PASS: nvidiagpunumanodes.kept.output PASS: fakememinitiators-1npc+1npc.output CC diff.lo PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff CC hwloc_obj_infos.o CCLD hwloc_obj_infos CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CCLD hwloc_topology_dup CC hwloc_topology_diff.o CC hwloc_bind.o CCLD hwloc_bind CCLD intel-mic CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset yes checking for X11/Xlib.h... yes checking for XOpenDisplay in -lX11... yes checking for X11/Xutil.h... CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight CC glibc-sched.o CCLD glibc-sched make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CCLD libhwloc-port-bgq.la PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset CC hwloc_synthetic.o CCLD hwloc_synthetic CCLD hwloc_topology_diff CC hwloc_topology_abi.o CCLD hwloc_topology_abi PASS: test-hwloc-calc.sh CC shmem.lo CC topology-hardwired.lo CC topology-x86.lo PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: xmlbuffer PASS: gl PASS: intel-mic PASS: shmem ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 39 # PASS: 39 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in ports make Making check in xml make check-TESTS CC hwloc_iodevs.o CCLD hwloc_iodevs CC xmlbuffer.o CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight CCLD hwloc_topology_diff CC hwloc_topology_abi.o CCLD hwloc_topology_abi CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location CC shmem.o CCLD shmem yes checking X11/keysym.h usability... yes checking X11/keysym.h presence... CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap CC libhwloc_port_darwin_la-topology-darwin.lo CCLD libhwloc-port-darwin.la PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify CC hwloc_obj_infos.o CCLD hwloc_obj_infos CC hwloc_backends.o CCLD hwloc_backends PASS: hwloc_object_userdata PASS: test-lstopo.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in tests Making check in hwloc Making check in . make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem CC hwloc_api_version.o PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' CCLD xmlbuffer CC gl.o CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o CC hwloc_obj_infos.o CCLD hwloc_obj_infos CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation CC linux_libnuma-linux-libnuma.o CCLD linux-libnuma 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... CCLD hwloc_get_largest_objs_inside_cpuset PASS: hwloc_object_userdata PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs CCLD hwloc_type_depth CC hwloc_type_sscanf.o CC libhwloc_port_freebsd_la-topology-freebsd.lo CCLD libhwloc-port-freebsd.la PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location CC hwloc_iodevs.o CCLD hwloc_iodevs CC xmlbuffer.o PASS: hwloc_synthetic PASS: hwloc_backends CC hwloc_pci_backend.o CCLD hwloc_pci_backend CC hwloc_is_thissystem.o CCLD hwloc_api_version CC hwloc_list_components.o CCLD hwloc_list_components CC hwloc_bitmap.o PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output CC misc.lo CCLD gl CC intel-mic.o CCLD hwloc_type_depth CC hwloc_type_sscanf.o CC hwloc_iodevs.o CCLD hwloc_iodevs CC xmlbuffer.o CC hwloc_object_userdata.o CCLD hwloc_object_userdata CC glibc-sched.o CCLD glibc-sched CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o yes checking libxml/parser.h usability... no checking libxml/parser.h presence... PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_get_obj_covering_cpuset PASS: hwloc_get_cache_covering_cpuset CCLD hwloc_type_sscanf CC hwloc_bind.o CC libhwloc_port_hpux_la-topology-hpux.lo PASS: hwloc_get_area_memlocation PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances CCLD xmlbuffer CC gl.o CCLD gl checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC checking if g++ PIC flag -DDLL_EXPORT -DPIC works... CCLD hwloc_bitmap PASS: test-hwloc-distrib.sh CCLD hwloc_is_thissystem CC hwloc_distances.o CCLD intel-mic CC shmem.o PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml CCLD hwloc_type_sscanf CC hwloc_bind.o CCLD xmlbuffer CC gl.o CC hwloc_synthetic.o CCLD hwloc_synthetic CC hwloc_backends.o CC base64.lo CC openfabrics-verbs.o CCLD openfabrics-verbs CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o no checking for libxml/parser.h... no checking for final LIBXML2 support... no checking for x86 cpuid... PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff CCLD libhwloc_embedded.la make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded' CC main.o PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset CCLD hwloc_bind CC hwloc_get_last_cpu_location.o CCLD libhwloc-port-hpux.la CC libhwloc_port_netbsd_la-topology-netbsd.lo CCLD libhwloc-port-netbsd.la PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict CC intel-mic.o CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string PASS: test-hwloc-info.sh PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in lstopo CCLD hwloc_distances CC hwloc_groups.o yes checking if g++ static flag -static works... CCLD shmem CC glibc-sched.o CCLD glibc-sched CCLD hwloc_bind CC hwloc_get_last_cpu_location.o PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml CC opencl.o CCLD opencl CCLD hwloc_backends CC hwloc_pci_backend.o CCLD gl CC intel-mic.o CCLD intel-mic CC topology-noos.lo CCLD hwloc_get_shared_cache_covering_obj CC hwloc_get_obj_below_array_by_type.o yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... yes checking ltdl.h usability... PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: hwloc_get_obj_inside_cpuset PASS: hwloc_get_shared_cache_covering_obj CC do_test.lo CCLD libdo_test.la CCLD main CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o CC libhwloc_port_solaris_la-topology-solaris.lo PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs CCLD intel-mic CC shmem.o PASS: hwloc_object_userdata PASS: hwloc_synthetic PASS: hwloc_backends CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CC hwloc_get_closest_objs.o CCLD hwloc_groups make check-TESTS make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml yes checking if g++ supports -c -o file.o... make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap CC shmem.o CCLD shmem CCLD hwloc_pci_backend CC hwloc_is_thissystem.o CC topology-synthetic.lo CCLD hwloc_get_obj_below_array_by_type CC hwloc_bitmap_first_last_weight.o PASS: xmlbuffer PASS: gl PASS: intel-mic yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth PASS: hwloc_type_sscanf CCLD hwloc_get_area_memlocation CC hwloc_object_userdata.o CCLD hwloc_object_userdata make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded' === 10: Running make check PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: xmlbuffer PASS: gl PASS: intel-mic CCLD shmem CC linux_libnuma-linux-libnuma.o PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CC hwloc_insert_misc.o CCLD hwloc_insert_misc CC hwloc_topology_allow.o PASS: test-lstopo.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in tests Making check in hwloc Making check in . make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem openfabrics-verbs CC hwloc_api_version.o PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs CC hwloc_object_userdata.o CCLD hwloc_object_userdata PASS: 96em64t-4n4d3ca2co-pci.xml PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs CC linux_libnuma-linux-libnuma.o CCLD hwloc_is_thissystem CC hwloc_distances.o CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o PASS: shmem SKIP: linux-libnuma PASS: glibc-sched PASS: openfabrics-verbs ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 42 # PASS: 41 # SKIP: 1 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc » make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc » make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc » Making check in ports yes checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml darwin x86 PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output CC hwloc_synthetic.o CCLD hwloc_synthetic Making check in hwloc-tree make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' Making check in include make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/include' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/include' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/hwloc' make make[3]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/hwloc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/hwloc' make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded' make check-TESTS make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded' make[3]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded' PASS: main ============================================================================ Testsuite summary for hwloc-embedded-test 1.0 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded' make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded' make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded' === 11: Running make clean Making clean in hwloc-tree make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' Making clean in include make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/include' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/include' Making clean in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/hwloc' test -z "" || rm -f test -z "" || rm -f rm -rf .libs _libs test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la rm -f ./so_locations test -z " " || rm -f rm -f *.o rm -f *.lo make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded' rm -rf .libs _libs CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CCLD libhwloc-port-solaris.la PASS: shmem PASS: glibc-sched ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 40 # PASS: 40 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o CCLD linux-libnuma CC glibc-sched.o PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi CCLD hwloc_api_version CC hwloc_list_components.o CCLD hwloc_list_components CCLD hwloc_topology_allow CC hwloc_topology_restrict.o PASS: hwloc_get_obj_covering_cpuset CC hwloc_synthetic.o CCLD hwloc_synthetic CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o PASS: hwloc_get_obj_covering_cpuset PASS: hwloc_get_cache_covering_cpuset CCLD linux-libnuma CC glibc-sched.o CCLD glibc-sched CCLD hwloc_distances CC hwloc_groups.o CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports » make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports » CC liblstopo_port_windows_a-lstopo-windows.o AR liblstopo-port-windows.a CC libhwloc_port_aix_la-topology-aix.lo checking components to build as plugins... opencl checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... no checking for pdflatex... no checking for makeindex... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/x86_64-pc-cygwin/bin/ld.exe) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output CC hwloc_backends.o CCLD hwloc_backends test -z "libdo_test.la" || rm -f libdo_test.la rm -f ./so_locations rm -f main rm -f *.o test -z "main.log" || rm -f main.log test -z "main.trs" || rm -f main.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded' === 12: Running make distclean Making distclean in hwloc-tree make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' Making distclean in include make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/include' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/include' Making distclean in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/hwloc' test -z "" || rm -f test -z "" || rm -f rm -rf .libs _libs test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la rm -f ./so_locations test -z " " || rm -f rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f test -z "static-components.h" || rm -f static-components.h rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/base64.Plo rm -f ./.deps/bind.Plo rm -f ./.deps/bitmap.Plo rm -f ./.deps/components.Plo rm -f ./.deps/diff.Plo rm -f ./.deps/distances.Plo rm -f ./.deps/hwloc_cuda_la-topology-cuda.Plo rm -f ./.deps/hwloc_gl_la-topology-gl.Plo rm -f ./.deps/hwloc_nvml_la-topology-nvml.Plo rm -f ./.deps/hwloc_opencl_la-topology-opencl.Plo rm -f ./.deps/hwloc_pci_la-topology-pci.Plo rm -f ./.deps/hwloc_xml_libxml_la-topology-xml-libxml.Plo rm -f ./.deps/misc.Plo rm -f ./.deps/pci-common.Plo rm -f ./.deps/shmem.Plo rm -f ./.deps/topology-aix.Plo rm -f ./.deps/topology-bgq.Plo rm -f ./.deps/topology-cuda.Plo rm -f ./.deps/topology-darwin.Plo rm -f ./.deps/topology-fake.Plo rm -f ./.deps/topology-freebsd.Plo rm -f ./.deps/topology-gl.Plo rm -f ./.deps/topology-hardwired.Plo rm -f ./.deps/topology-hpux.Plo rm -f ./.deps/topology-linux.Plo rm -f ./.deps/topology-netbsd.Plo rm -f ./.deps/topology-noos.Plo rm -f ./.deps/topology-nvml.Plo rm -f ./.deps/topology-opencl.Plo rm -f ./.deps/topology-pci.Plo rm -f ./.deps/topology-solaris-chiptype.Plo rm -f ./.deps/topology-solaris.Plo rm -f ./.deps/topology-synthetic.Plo rm -f ./.deps/topology-windows.Plo rm -f ./.deps/topology-x86.Plo rm -f ./.deps/topology-xml-libxml.Plo rm -f ./.deps/topology-xml-nolibxml.Plo rm -f ./.deps/topology-xml.Plo rm -f ./.deps/topology.Plo rm -f ./.deps/traversal.Plo rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' rm -f Makefile make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree' make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded' rm -rf .libs _libs test -z "libdo_test.la" || rm -f libdo_test.la rm -f ./so_locations rm -f main rm -f *.o test -z "main.log" || rm -f main.log test -z "main.trs" || rm -f main.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo AR liblstopo-port-windows.a CC libhwloc_port_aix_la-topology-aix.lo CCLD glibc-sched CC openfabrics-verbs.o CCLD openfabrics-verbs CC libhwloc_port_windows_la-topology-windows.lo PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: xmlbuffer PASS: gl CCLD hwloc_topology_restrict CC hwloc_topology_dup.o PASS: hwloc_get_cache_covering_cpuset PASS: hwloc_get_largest_objs_inside_cpuset CC hwloc_backends.o CCLD hwloc_backends CC hwloc_bitmap.o PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o CC openfabrics-verbs.o CCLD openfabrics-verbs CCLD hwloc_groups PASS: 192em64t-12gr2n8c2t.xml CCLD hwloc_type_depth CC hwloc_type_sscanf.o 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... yes checking whether to enable "picky" compiler mode... no (default) ### ### Configuring hwloc command line utilities ### checking for CAIRO... yes checking cairo.h usability... PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output CC hwloc_pci_backend.o CCLD hwloc_pci_backend rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f hwloc-tree/include/private/autogen/config.h hwloc-tree/include/private/autogen/stamp-h1 hwloc-tree/include/hwloc/autogen/config.h hwloc-tree/include/hwloc/autogen/stamp-h2 rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f ./.deps/do_test.Plo rm -f ./.deps/main.Po rm -f Makefile === 13: Running VPATH configure... checking build system type... PASS: hwloc_object_userdata PASS: hwloc_synthetic PASS: hwloc_backends make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components CCLD libhwloc-port-windows.la CCLD libhwloc-port-aix.la CC libhwloc_port_bgq_la-topology-bgq.lo PASS: intel-mic PASS: shmem PASS: glibc-sched ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 40 # PASS: 40 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o CC topology-xml.lo PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset CCLD hwloc_topology_dup CC hwloc_topology_diff.o CC hwloc_pci_backend.o CCLD hwloc_pci_backend PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o CC hwloc_insert_misc.o CCLD hwloc_insert_misc CCLD hwloc_type_sscanf CC hwloc_bind.o yes checking cairo.h presence... yes checking for cairo.h... yes checking for cairo_fill... PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem 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... /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 gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... CCLD libhwloc-port-aix.la CC libhwloc_port_bgq_la-topology-bgq.lo CCLD libhwloc-port-bgq.la PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_bitmap PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion CCLD libhwloc-port-bgq.la CC libhwloc_port_darwin_la-topology-darwin.lo CC libhwloc_port_opencl_la-topology-opencl.lo CCLD libhwloc-port-opencl.la AR liblstopo-port-windows.a CC libhwloc_port_aix_la-topology-aix.lo 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... PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth CCLD hwloc_topology_diff CC hwloc_topology_abi.o CCLD hwloc_topology_abi CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem CC hwloc_distances.o PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj CC hwloc_topology_allow.o CCLD hwloc_topology_allow CCLD hwloc_bitmap CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string CCLD hwloc_bind CC hwloc_get_last_cpu_location.o yes checking for final CAIRO support... yes checking whether lstopo Cairo/X11 interactive graphical output is supported... no (missing CAIRO_HAS_XLIB_SURFACE) checking for wchar_t... PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[5]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml CC hwloc_distances.o 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... CC libhwloc_port_darwin_la-topology-darwin.lo PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_get_closest_objs PASS: hwloc_get_obj_covering_cpuset CCLD libhwloc-port-darwin.la CC libhwloc_port_cuda_la-topology-cuda.lo CCLD libhwloc-port-cuda.la CC libhwloc_port_nvml_la-topology-nvml.lo CCLD libhwloc-port-aix.la CC libhwloc_port_bgq_la-topology-bgq.lo none needed checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location CCLD hwloc_distances CC hwloc_obj_infos.o CCLD hwloc_obj_infos PASS: hwloc_get_obj_covering_cpuset CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CC hwloc_bitmap_first_last_weight.o CC hwloc_topology_restrict.o CCLD hwloc_topology_restrict CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion PASS: test-hwloc-calc.sh CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o yes checking for putwc... PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml CCLD hwloc_distances CC hwloc_groups.o yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 === Configuring hwloc (embedded mode) checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... CCLD libhwloc-port-darwin.la CC libhwloc_port_freebsd_la-topology-freebsd.lo PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: xmlbuffer PASS: hwloc_get_cache_covering_cpuset PASS: hwloc_get_largest_objs_inside_cpuset CC libhwloc_port_freebsd_la-topology-freebsd.lo CCLD libhwloc-port-freebsd.la CCLD libhwloc-port-nvml.la CC libhwloc_port_gl_la-topology-gl.lo CCLD libhwloc-port-bgq.la CC libhwloc_port_darwin_la-topology-darwin.lo PASS: hwloc_get_area_memlocation CC hwloc_iodevs.o CCLD hwloc_iodevs yes checking for X... CC hwloc_groups.o PASS: hwloc_get_cache_covering_cpuset PASS: hwloc_get_largest_objs_inside_cpuset CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify CC hwloc_topology_dup.o CCLD hwloc_topology_dup CC hwloc_topology_diff.o PASS: hwloc_object_userdata PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend PASS: hwloc_is_thissystem CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_area_memlocation CC hwloc_object_userdata.o yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking for setlocale... (cached) yes CC topology-xml-nolibxml.lo CCLD hwloc_groups PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in x86 make check-TESTS 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... CCLD libhwloc-port-freebsd.la CC libhwloc_port_hpux_la-topology-hpux.lo PASS: gl PASS: intel-mic PASS: shmem PASS: glibc-sched ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 40 # PASS: 40 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset CC libhwloc_port_hpux_la-topology-hpux.lo CCLD libhwloc-port-hpux.la CCLD libhwloc-port-gl.la make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' CCLD libhwloc-port-darwin.la PASS: hwloc_object_userdata CC xmlbuffer.o CCLD xmlbuffer CCLD hwloc_groups CC hwloc_insert_misc.o PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset CC hwloc_type_depth.o CCLD hwloc_type_depth CC hwloc_type_sscanf.o CCLD hwloc_topology_diff CC hwloc_topology_abi.o PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_object_userdata CC hwloc_synthetic.o checking for uselocale... yes checking xlocale.h usability... CC hwloc_insert_misc.o CCLD hwloc_insert_misc CC libhwloc_port_netbsd_la-topology-netbsd.lo CCLD libhwloc-port-netbsd.la PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify CCLD libhwloc-port-hpux.la CC libhwloc_port_netbsd_la-topology-netbsd.lo PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output CC libhwloc_port_freebsd_la-topology-freebsd.lo CCLD libhwloc-port-freebsd.la 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... AR liblstopo-port-windows.a CC libhwloc_port_aix_la-topology-aix.lo PASS: hwloc_synthetic PASS: hwloc_backends CC gl.o CCLD gl CC intel-mic.o CCLD hwloc_insert_misc CC hwloc_topology_allow.o PASS: 64amd64-4p2n4ca2co.output PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify CCLD hwloc_topology_abi CC hwloc_obj_infos.o CCLD hwloc_type_sscanf CC hwloc_bind.o PASS: hwloc_iodevs PASS: xmlbuffer PASS: gl CCLD hwloc_synthetic CC hwloc_backends.o CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o yes checking xlocale.h presence... yes checking for xlocale.h... yes checking for setlocale... (cached) yes checking for uselocale... (cached) yes checking langinfo.h usability... yes checking langinfo.h presence... CC hwloc_topology_allow.o CCLD hwloc_topology_allow CC hwloc_topology_restrict.o CC libhwloc_port_solaris_la-topology-solaris.lo PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for X... libraries , headers checking hwloc building mode... embedded configure: hwloc builddir: /builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree configure: hwloc srcdir: /builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... disabled (embedded mode) checking for hwloc directory prefix... hwloc-tree/ checking for hwloc symbol prefix... mytest_ checking for gcc option to accept ISO C99... CC libhwloc_port_hpux_la-topology-hpux.lo CCLD libhwloc-port-hpux.la CCLD libhwloc-port-netbsd.la CC libhwloc_port_solaris_la-topology-solaris.lo CCLD libhwloc-port-aix.la CCLD hwloc_topology_allow CC hwloc_topology_restrict.o CCLD intel-mic CC shmem.o PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: 64amd64-4p2n4ca2co.topoextnuma.output CC topology-x86.lo PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location CCLD hwloc_obj_infos CC hwloc_iodevs.o CCLD hwloc_iodevs PASS: intel-mic PASS: shmem PASS: linux-libnuma PASS: glibc-sched PASS: openfabrics-verbs PASS: opencl ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 43 # PASS: 43 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o CCLD hwloc_bind CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location CCLD hwloc_backends CC hwloc_pci_backend.o CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset yes checking for langinfo.h... yes checking for nl_langinfo... yes checking termcap support using ncurses and ... CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml CC libhwloc_port_netbsd_la-topology-netbsd.lo CCLD libhwloc-port-netbsd.la CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CC libhwloc_port_bgq_la-topology-bgq.lo CCLD libhwloc-port-bgq.la libraries , headers ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build configure: hwloc srcdir: /cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: hwloc_get_area_memlocation PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh 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... CCLD hwloc_topology_restrict CC hwloc_topology_dup.o PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff CCLD shmem CC glibc-sched.o ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex make[2]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o PASS: hwloc_get_area_memlocation CC xmlbuffer.o CCLD xmlbuffer AR liblstopo-port-windows.a ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_aix_la-topology-aix.lo CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation CCLD hwloc_pci_backend CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o no checking termcap support using ncurses and -ltermcap... CCLD libhwloc-port-solaris.la CC libhwloc_port_windows_la-topology-windows.lo CC libhwloc_port_solaris_la-topology-solaris.lo PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml CC libhwloc_port_darwin_la-topology-darwin.lo PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output CCLD hwloc_topology_dup CC hwloc_topology_diff.o PASS: hwloc_object_userdata PASS: test-hwloc-distrib.sh 4 checking for the C compiler vendor... gnu checking for __attribute__... yes checking for __attribute__(aligned)... yes checking for __attribute__(always_inline)... CCLD hwloc_topology_dup CC hwloc_topology_diff.o PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs CCLD hwloc-hello CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CCLD libhwloc-port-solaris.la CCLD glibc-sched make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC gl.o CCLD gl CCLD libhwloc-port-aix.la CC hwloc_object_userdata.o CCLD hwloc_object_userdata CC hwloc_synthetic.o CCLD libhwloc.la CC hwloc_distances.o CCLD hwloc_get_shared_cache_covering_obj CC hwloc_get_obj_below_array_by_type.o CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CCLD libhwloc-port-darwin.la CC libhwloc_port_freebsd_la-topology-freebsd.lo PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: test-hwloc-info.sh PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend CCLD hwloc_topology_diff CC hwloc_topology_abi.o CCLD hwloc_topology_abi PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output 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 whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... PASS: xmlbuffer PASS: gl PASS: intel-mic PASS: shmem CCLD hwloc_topology_diff CC hwloc_topology_abi.o CCLD hwloc_topology_abi CC libhwloc_port_windows_la-topology-windows.lo CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind CC nodeset+membind+policy.o PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap CC intel-mic.o CCLD intel-mic ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_bgq_la-topology-bgq.lo CCLD libhwloc-port-bgq.la CCLD hwloc_synthetic CC hwloc_backends.o PASS: hwloc_object_userdata PASS: hwloc_synthetic PASS: hwloc_backends CCLD hwloc_distances CC hwloc_groups.o CCLD hwloc_get_obj_below_array_by_type CC hwloc_bitmap_first_last_weight.o PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups CCLD libhwloc-port-freebsd.la CC libhwloc_port_hpux_la-topology-hpux.lo PASS: 96em64t-4n4d3ca2co-pci.xml PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC hwloc_obj_infos.o CCLD hwloc_obj_infos 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)... CCLD libhwloc-port-solaris.la CC libhwloc_port_windows_la-topology-windows.lo yes checking for bind in -lsocket... no checking time.h usability... PASS: glibc-sched ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 40 # PASS: 40 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o CCLD libhwloc-port-windows.la CC libhwloc_port_opencl_la-topology-opencl.lo CCLD nodeset+membind+policy CC get-knl-modes.o CCLD get-knl-modes CC hwloc_obj_infos.o CCLD hwloc_obj_infos CCLD libhwloc-port-windows.la CC libhwloc_port_opencl_la-topology-opencl.lo PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs CC shmem.o CCLD shmem ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_darwin_la-topology-darwin.lo CCLD hwloc_backends CC hwloc_pci_backend.o CCLD hwloc_pci_backend CC hwloc_is_thissystem.o CCLD hwloc_groups PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify 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 *... Making all in utils Making all in hwloc Making all in . CC hwloc-annotate.o CCLD libhwloc-port-hpux.la CC libhwloc_port_netbsd_la-topology-netbsd.lo PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: 192em64t-12gr2n8c2t.xml PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in contrib/systemd Making check in contrib/misc make hwloc-tweak-osindex CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex yes checking time.h presence... yes checking for time.h... yes checking for clock_gettime... 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... CC hwloc_iodevs.o CCLD hwloc_iodevs CC xmlbuffer.o AR liblstopo-port-windows.a CC libhwloc_port_aix_la-topology-aix.lo CC gpu.o CCLD gpu CC sharedcaches.o CCLD sharedcaches CCLD libhwloc-port-opencl.la CC libhwloc_port_cuda_la-topology-cuda.lo CC hwloc_iodevs.o CCLD hwloc_iodevs CCLD libhwloc-port-opencl.la PASS: hwloc_get_obj_covering_cpuset PASS: hwloc_get_cache_covering_cpuset CC linux_libnuma-linux-libnuma.o CCLD libhwloc-port-darwin.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_freebsd_la-topology-freebsd.lo CCLD hwloc_is_thissystem CC hwloc_distances.o PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff CC hwloc_insert_misc.o CCLD hwloc_insert_misc CC hwloc_type_depth.o CCLD hwloc_type_depth CCLD libhwloc-port-netbsd.la CC libhwloc_port_solaris_la-topology-solaris.lo Making check in contrib/hwloc-ps.www Making check in doc make check-recursive Making check in examples make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches CC hwloc-hello.o CCLD hwloc-hello CXX hwloc-hello-cpp.o yes ### ### Configuring tests ### checking for pthread_self in -lpthread... yes checking for NUMA... PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs CCLD xmlbuffer CC gl.o 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... CCLD libhwloc-port-aix.la CC libhwloc_port_bgq_la-topology-bgq.lo CC xmlbuffer.o CCLD xmlbuffer CC gl.o make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS make[4]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[5]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/builds32/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/bus/cpu/devices with old topology filenames Found sysfs node files under /sys/bus/node/devices * Topology extraction from /proc/cpuinfo * processor 0 processor 1 Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset Found cgroup-cpuset / Trying to read cgroup file cpuset includes 0x00000003 Trying to read cgroup file cpuset includes 0x00000001 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 possible NUMA nodes 0x00000001 NUMA indexes: 0 os node 0 has cpuset 0x00000003 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000003 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found busid 0000:00:04.0 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:01.0 found pci locality for 0000:[00:00] looking for bus 0000:00:01.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found busid 0000:00:04.0 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:02.0 found pci locality for 0000:[00:00] looking for bus 0000:00:02.0 below Machine P#0 found busid 0000:00:02.0 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3) Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" ANNOTATE phase discovery in component pci... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2052540KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=2052540KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" possible NUMA nodes are 0x00000001 Machine (2004MB total) NUMANode L#0 (P#0 2004MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block(Removable Media Device) "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "ens3" PCI 00:04.0 (SCSI) Block "vda" + cd .. + exit 0 CCLD libhwloc-port-cuda.la CC libhwloc_port_nvml_la-topology-nvml.lo CC libhwloc_port_cuda_la-topology-cuda.lo CCLD libhwloc-port-cuda.la CCLD libhwloc-port-windows.la CC libhwloc_port_opencl_la-topology-opencl.lo CCLD libhwloc-port-opencl.la CCLD linux-libnuma CC glibc-sched.o CCLD glibc-sched PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset CCLD libhwloc-port-freebsd.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_hpux_la-topology-hpux.lo CCLD hwloc_distances CC hwloc_groups.o PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs CC hwloc_topology_allow.o CCLD hwloc_topology_allow CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf CCLD hwloc-annotate no checking for numa_available in -lnuma... no checking for stdlib.h... (cached) yes checking for mkstemp... CXXLD hwloc-hello-cpp CC cpuset+bitmap+cpubind.o PASS: xmlbuffer PASS: gl 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... CCLD gl CC intel-mic.o CCLD libhwloc-port-bgq.la CC libhwloc_port_darwin_la-topology-darwin.lo CCLD gl CC intel-mic.o 8 checking which OS support to include... Windows checking which CPU support to include... x86_64 checking size of unsigned long... CC libhwloc_port_nvml_la-topology-nvml.lo CCLD libhwloc-port-nvml.la CCLD libhwloc-port-nvml.la CC libhwloc_port_gl_la-topology-gl.lo PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml CC libhwloc_port_cuda_la-topology-cuda.lo CCLD libhwloc-port-cuda.la CC openfabrics-verbs.o CCLD openfabrics-verbs CCLD libhwloc-port-hpux.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_netbsd_la-topology-netbsd.lo PASS: hwloc_get_obj_inside_cpuset PASS: hwloc_get_shared_cache_covering_obj CCLD hwloc_groups PASS: xmlbuffer PASS: gl PASS: intel-mic PASS: shmem CC hwloc_topology_restrict.o CCLD hwloc_topology_restrict PASS: test-lstopo.sh /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc-bind.o PASS: intel-mic PASS: shmem PASS: linux-libnuma PASS: glibc-sched yes checking infiniband/verbs.h usability... no checking infiniband/verbs.h presence... CCLD intel-mic CC shmem.o CCLD libhwloc-port-darwin.la 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... CCLD cpuset+bitmap+cpubind CC nodeset+membind+policy.o CCLD nodeset+membind+policy CC get-knl-modes.o CCLD intel-mic CC shmem.o CC libhwloc_port_gl_la-topology-gl.lo CCLD libhwloc-port-gl.la CCLD libhwloc-port-gl.la make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CC libhwloc_port_nvml_la-topology-nvml.lo CCLD libhwloc-port-nvml.la CC libhwloc_port_gl_la-topology-gl.lo make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap CCLD libhwloc-port-netbsd.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_solaris_la-topology-solaris.lo PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: linux-libnuma PASS: glibc-sched PASS: openfabrics-verbs ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 42 # PASS: 42 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o CC hwloc_insert_misc.o CCLD hwloc_insert_misc CC hwloc_topology_allow.o CC hwloc_topology_dup.o CCLD hwloc_topology_dup PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched openfabrics-verbs opencl make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CC hwloc_bind.o CCLD hwloc_bind PASS: openfabrics-verbs ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 42 # PASS: 42 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o AR liblstopo-port-windows.a CC libhwloc_port_aix_la-topology-aix.lo no checking for infiniband/verbs.h... no checking for xmllint... xmllint checking for bunzip2... bunzip2 checking if CXX works... CCLD shmem CC linux_libnuma-linux-libnuma.o CC libhwloc_port_freebsd_la-topology-freebsd.lo CCLD libhwloc-port-freebsd.la 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... CCLD shmem CC linux_libnuma-linux-libnuma.o make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports » make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports » Making check in xml make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml » make check-TESTS make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml » make[5]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml » PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml CCLD get-knl-modes PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml CCLD libhwloc-port-solaris.la CC libhwloc_port_windows_la-topology-windows.lo PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion CCLD libhwloc-port-gl.la make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation AR liblstopo-port-windows.a ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_aix_la-topology-aix.lo CCLD hwloc_topology_allow CC hwloc_topology_restrict.o CC hwloc_topology_diff.o CCLD hwloc_topology_diff 8 CC hwloc_list_components.o CCLD hwloc_list_components CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location 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... CC libhwloc_port_hpux_la-topology-hpux.lo CCLD linux-libnuma CCLD linux-libnuma PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output CC gpu.o CCLD gpu CC sharedcaches.o PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output CCLD libhwloc-port-windows.la PASS: hwloc_get_closest_objs PASS: hwloc_get_obj_covering_cpuset PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml CCLD hwloc-bind /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc-calc.o CCLD libhwloc-port-aix.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_bgq_la-topology-bgq.lo CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CCLD hwloc_topology_dup CC hwloc_topology_abi.o CCLD hwloc_topology_abi CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CC hwloc_bitmap.o checking size of unsigned int... CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation CC hwloc_object_userdata.o CCLD libhwloc-port-hpux.la CC libhwloc_port_netbsd_la-topology-netbsd.lo 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 CC glibc-sched.o CCLD glibc-sched make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output CC glibc-sched.o CCLD glibc-sched CC openfabrics-verbs.o PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output CCLD sharedcaches make check-TESTS PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component freebsd... * CPU cpusets * cpu 0 (os 0) has cpuset 0x00000001 cpu 1 (os 1) has cpuset 0x00000002 Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=11.1-RELEASE OSVersion="FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC" HostName=freebsd-111-amd64 Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 PU#0 cpuset 0x00000001 PU#1 cpuset 0x00000002 CPU phase discovery in component x86... --- PU level has number 1 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid 4, cpuid type 0 highest extended cpuid 8000000a binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB os L2 cache 0 has cpuset 0x00000001 os L2 cache 1 has cpuset 0x00000002 os L1 cache 0 has cpuset 0x00000001 os L1 cache 1 has cpuset 0x00000002 os L1 cache 0 has cpuset 0x00000001 os L1 cache 1 has cpuset 0x00000002 Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=11.1-RELEASE OSVersion="FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC" HostName=freebsd-111-amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 PU#0 cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 PU#1 cpuset 0x00000002 CPU phase discovery in component no_os... Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=11.1-RELEASE OSVersion="FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC" HostName=freebsd-111-amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 PU#0 cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 PU#1 cpuset 0x00000002 Add missing single NUMA node Fixup root sets Propagate sets Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=11.1-RELEASE OSVersion="FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC" HostName=freebsd-111-amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2064300KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=11.1-RELEASE OSVersion="FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC" HostName=freebsd-111-amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2064300KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect --- Group level has number 1 --- L2Cache level has number 2 --- L1Cache level has number 3 --- L1iCache level has number 4 --- PU level has number 5 Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=11.1-RELEASE OSVersion="FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC" HostName=freebsd-111-amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2064300KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing bridge objects if needed Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=11.1-RELEASE OSVersion="FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC" HostName=freebsd-111-amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2064300KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing empty objects Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=11.1-RELEASE OSVersion="FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC" HostName=freebsd-111-amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2064300KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=11.1-RELEASE OSVersion="FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC" HostName=freebsd-111-amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2064300KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2064300KB Backend=FreeBSD OSName=FreeBSD OSRelease=11.1-RELEASE OSVersion="FreeBSD 11.1-RELEASE #0 r321309: Fri Jul 21 02:08:28 UTC 2017 root@releng2.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC" HostName=freebsd-111-amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2064300KB total=2064300KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Machine (2016MB total) NUMANode L#0 (P#0 2016MB) L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + PU L#0 (P#0) L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + PU L#1 (P#1) + cd .. + exit 0 PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output CC libhwloc_port_opencl_la-topology-opencl.lo CCLD libhwloc-port-opencl.la CCLD libhwloc-port-aix.la CC libhwloc_port_bgq_la-topology-bgq.lo CCLD libhwloc-port-bgq.la PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: hwloc_get_cache_covering_cpuset yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### CCLD libhwloc-port-bgq.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_darwin_la-topology-darwin.lo CC hwloc_topology_diff.o CCLD hwloc_topology_diff CC hwloc_topology_abi.o CC hwloc_obj_infos.o CCLD hwloc_obj_infos CCLD libhwloc-port-solaris.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_windows_la-topology-windows.lo PASS: hwloc_object_userdata PASS: hwloc_synthetic CCLD hwloc_bitmap CC hwloc_bitmap_string.o CCLD hwloc_object_userdata CC hwloc_synthetic.o CCLD libhwloc-port-netbsd.la CC libhwloc_port_solaris_la-topology-solaris.lo make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap 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... PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml CCLD openfabrics-verbs CC opencl.o PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml CC libhwloc_port_cuda_la-topology-cuda.lo CCLD libhwloc-port-cuda.la CC libhwloc_port_darwin_la-topology-darwin.lo PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset checking that generated files are newer than configure... done configure: creating ./config.status CC hwloc_iodevs.o CCLD hwloc_iodevs CCLD hwloc_topology_abi CC hwloc_obj_infos.o CCLD hwloc_obj_infos CC hwloc_iodevs.o PASS: hwloc_backends PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances CCLD hwloc_bitmap_string CCLD hwloc_synthetic 4 checking for the C compiler vendor... PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs CCLD opencl make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml 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 whether strtoull is declared... yes checking for ssize_t... PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml CC libhwloc_port_nvml_la-topology-nvml.lo CCLD libhwloc-port-nvml.la CCLD libhwloc-port-darwin.la CC libhwloc_port_freebsd_la-topology-freebsd.lo PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type CC xmlbuffer.o CCLD xmlbuffer CC gl.o CCLD hwloc_iodevs CC xmlbuffer.o CCLD libhwloc-port-darwin.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_freebsd_la-topology-freebsd.lo CCLD libhwloc-port-freebsd.la PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_topology_allow CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CC hwloc_get_closest_objs.o CCLD libhwloc-port-windows.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_opencl_la-topology-opencl.lo CC hwloc_backends.o CCLD hwloc_backends CCLD hwloc-calc /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc-diff.o PASS: hwloc_get_obj_covering_cpuset make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml yes checking whether snprintf is declared... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... CC libhwloc_port_gl_la-topology-gl.lo CCLD libhwloc-port-gl.la PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CCLD libhwloc-port-solaris.la CCLD libhwloc-port-freebsd.la CC libhwloc_port_hpux_la-topology-hpux.lo PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth CCLD gl CCLD xmlbuffer CC gl.o ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_hpux_la-topology-hpux.lo CCLD libhwloc-port-hpux.la PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o CCLD libhwloc-port-opencl.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_cuda_la-topology-cuda.lo CC hwloc_pci_backend.o CCLD hwloc_pci_backend CCLD hwloc-diff /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc-distrib.o PASS: hwloc_get_cache_covering_cpuset PASS: hwloc_get_largest_objs_inside_cpuset PASS: 96em64t-4n4d3ca2co-pci.xml make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: hwloc_bitmap_string yes 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... PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml CC libhwloc_port_windows_la-topology-windows.lo PASS: 96em64t-4n4d3ca2co-pci.xml CCLD libhwloc-port-hpux.la CC libhwloc_port_netbsd_la-topology-netbsd.lo PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation CC intel-mic.o CCLD intel-mic CCLD gl CC intel-mic.o CCLD intel-mic CC shmem.o ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_netbsd_la-topology-netbsd.lo CCLD libhwloc-port-netbsd.la PASS: hwloc_iodevs PASS: xmlbuffer CCLD libhwloc-port-cuda.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_nvml_la-topology-nvml.lo CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o [Pipeline] deleteDir CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem CC hwloc_distances.o CCLD hwloc-distrib PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs 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... CCLD libhwloc-port-windows.la PASS: 192em64t-12gr2n8c2t.xml CCLD libhwloc-port-netbsd.la CCLD shmem make check-TESTS PASS: 256ppc-8n8s4t.output CC shmem.o CCLD shmem ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_solaris_la-topology-solaris.lo PASS: gl PASS: intel-mic PASS: shmem PASS: glibc-sched CCLD libhwloc-port-nvml.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_gl_la-topology-gl.lo CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o gnu checking for __attribute__... PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: test-hwloc-distrib.sh /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc-info.o PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: hwloc_get_obj_covering_cpuset yes checking for working syscall with 6 parameters... yes checking for lib... no checking for bash... /bin/bash checking for ffs... yes checking whether ffs is declared... yes checking whether function ffs has a complete prototype... CC libhwloc_port_opencl_la-topology-opencl.lo CCLD libhwloc-port-opencl.la CC libhwloc_port_solaris_la-topology-solaris.lo PASS: 192em64t-12gr2n8c2t.xml PASS: 192em64t-12gr2n8c2t.xml PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion CC linux_libnuma-linux-libnuma.o PASS: hwloc_object_userdata PASS: hwloc_synthetic CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 40 # PASS: 40 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o AR liblstopo-port-windows.a CC libhwloc_port_aix_la-topology-aix.lo CCLD libhwloc-port-gl.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' CCLD hwloc_get_largest_objs_inside_cpuset CCLD hwloc_distances CC hwloc_groups.o PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: hwloc_get_cache_covering_cpuset yes checking for ffsl... yes checking whether ffsl is declared... yes checking whether function ffsl has a complete prototype... yes checking for fls... CC libhwloc_port_cuda_la-topology-cuda.lo CCLD libhwloc-port-cuda.la CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml CCLD libhwloc-port-solaris.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD linux-libnuma CC glibc-sched.o PASS: hwloc_get_closest_objs PASS: hwloc_get_obj_covering_cpuset PASS: hwloc_backends PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset CCLD hwloc_groups CC hwloc_insert_misc.o PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml yes checking for __attribute__(aligned)... no checking for flsl... no checking for clz... no checking for clzl... no checking for openat... PASS: test-hwloc-info.sh PASS: test-fake-plugin.sh CC libhwloc_port_nvml_la-topology-nvml.lo CCLD libhwloc-port-nvml.la CC libhwloc_port_gl_la-topology-gl.lo CCLD libhwloc-port-solaris.la CC libhwloc_port_windows_la-topology-windows.lo PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml CCLD hwloc-info PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml CC libhwloc_port_windows_la-topology-windows.lo CCLD glibc-sched CC openfabrics-verbs.o CCLD openfabrics-verbs PASS: hwloc_get_cache_covering_cpuset PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset CCLD libhwloc-port-aix.la CC libhwloc_port_bgq_la-topology-bgq.lo PASS: 256ppc-8n8s4t-nocache.output PASS: hwloc_get_obj_inside_cpuset PASS: 96em64t-4n4d3ca2co-pci.xml CCLD hwloc_insert_misc CC hwloc_topology_allow.o 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... ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in lstopo make check-TESTS CCLD libhwloc-port-gl.la make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml yes checking for __attribute__(always_inline)... /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc-patch.o PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml CCLD libhwloc-port-windows.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_opencl_la-topology-opencl.lo CC opencl.o PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj CCLD libhwloc-port-bgq.la CC libhwloc_port_darwin_la-topology-darwin.lo PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml PASS: 32amd64-4s2n4c-cgroup.output PASS: 192em64t-12gr2n8c2t.xml PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type CCLD hwloc_topology_allow CC hwloc_topology_restrict.o PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output yes checking sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes checking for uname... 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... PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml PASS: hwloc_object_userdata PASS: hwloc_synthetic yes checking for __attribute__(cold)... CCLD libhwloc-port-windows.la CC libhwloc_port_opencl_la-topology-opencl.lo CCLD libhwloc-port-opencl.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_cuda_la-topology-cuda.lo PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 2i386-2c-nohugepage.xml.output CCLD opencl make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify CCLD hwloc-patch PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CCLD libhwloc-port-darwin.la CC libhwloc_port_freebsd_la-topology-freebsd.lo [Pipeline] } [Pipeline] deleteDir PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 8em64t-4c2t.output PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth PASS: hwloc_type_sscanf CCLD hwloc_topology_restrict CC hwloc_topology_dup.o 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... PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml » make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml » make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml » Making check in linux make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux » Making check in . make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux » make check-TESTS make[5]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux » make[6]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux » PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: hwloc_backends PASS: hwloc_pci_backend PASS: hwloc_is_thissystem CCLD libhwloc-port-opencl.la CC libhwloc_port_cuda_la-topology-cuda.lo CCLD libhwloc-port-cuda.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_nvml_la-topology-nvml.lo PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output yes checking for __attribute__(const)... PASS: xmlbuffer PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc-ps.o PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml CCLD libhwloc-port-freebsd.la CC libhwloc_port_hpux_la-topology-hpux.lo CCLD libhwloc-port-hpux.la CC libhwloc_port_netbsd_la-topology-netbsd.lo CCLD libhwloc-port-netbsd.la CC libhwloc_port_solaris_la-topology-solaris.lo PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation PASS: hwloc_object_userdata PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output PASS: 256ppc-8n8s4t.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output CCLD hwloc_topology_dup CC hwloc_topology_diff.o CCLD hwloc_topology_diff CC hwloc_topology_abi.o CCLD hwloc_topology_abi CC hwloc_obj_infos.o CCLD hwloc_obj_infos CC hwloc_iodevs.o CCLD hwloc_iodevs CC xmlbuffer.o no checking for cpuset_setid... no checking libudev.h usability... yes checking libudev.h presence... yes checking for libudev.h... yes checking for udev_device_new_from_subsystem_sysname in -ludev... yes checking for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... yes checking CL/cl_ext.h presence... yes checking for CL/cl_ext.h... yes checking for clGetDeviceIDs in -lOpenCL... yes 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... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for XOpenDisplay in -lX11... CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o CCLD hwloc_type_depth CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf CC hwloc_bind.o PASS: test-lstopo.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in tests Making check in hwloc Making check in . make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem CC hwloc_api_version.o CCLD hwloc_api_version CC hwloc_list_components.o CCLD hwloc_list_components CC hwloc_bitmap.o PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml PASS: 192em64t-12gr2n8c2t.xml 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 CC common-ps.lo CCLD libutils_common.la CCLD hwloc-ps /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() ./.libs/libutils_common.a(common-ps.o): In function `hwloc_ps_read_process': ../../../utils/hwloc/common-ps.c:112: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc-gather-cpuid.o PASS: 256ppc-8n8s4t.output PASS: 8em64t-2s2ca2c.output PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output CCLD libhwloc-port-cuda.la CC libhwloc_port_nvml_la-topology-nvml.lo CCLD libhwloc-port-nvml.la CC libhwloc_port_gl_la-topology-gl.lo CCLD libhwloc-port-gl.la make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs PASS: hwloc_get_obj_covering_cpuset PASS: hwloc_get_cache_covering_cpuset PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output PASS: hwloc_object_userdata PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_topology_allow CCLD libhwloc-port-nvml.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_gl_la-topology-gl.lo CCLD libhwloc-port-gl.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: gl PASS: intel-mic PASS: shmem PASS: linux-libnuma PASS: glibc-sched PASS: openfabrics-verbs ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 42 # PASS: 42 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o AR liblstopo-port-windows.a CC libhwloc_port_aix_la-topology-aix.lo CCLD libhwloc-port-aix.la PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: xmlbuffer PASS: gl PASS: intel-mic PASS: shmem PASS: linux-libnuma yes checking for __attribute__(deprecated)... yes checking for __attribute__(format)... PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo PASS: 192em64t-12gr2n8c2t.xml CCLD xmlbuffer CC gl.o 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... yes checking NVCtrl/NVCtrl.h presence... yes checking for NVCtrl/NVCtrl.h... yes checking for XNVCTRLQueryTargetAttribute in -lXNVCtrl... yes checking for LIBXML2... yes checking libxml/parser.h usability... CCLD hwloc_bind CC hwloc_get_last_cpu_location.o config.status: creating utils/netloc/draw/Makefile config.status: creating utils/netloc/scotch/Makefile config.status: creating utils/netloc/mpi/Makefile PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml CCLD hwloc-gather-cpuid /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16em64t-4s2c2t_ncaches.output PASS: glibc-sched ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 41 # PASS: 41 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o AR liblstopo-port-windows.a CC libhwloc_port_aix_la-topology-aix.lo CC libhwloc_port_bgq_la-topology-bgq.lo CCLD libhwloc-port-bgq.la PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: xmlbuffer PASS: gl PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups CCLD libhwloc-port-solaris.la CC libhwloc_port_windows_la-topology-windows.lo 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... CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o CCLD gl CC intel-mic.o PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml config.status: creating netloc.pc config.status: creating netlocscotch.pc config.status: creating tests/Makefile config.status: creating tests/hwloc/Makefile 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-ps.1 man page... Creating hwloc-gather-cpuid.1 man page... Making all in lstopo CC lstopo_no_graphics-lstopo.o PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: 16ia64-8n2s.output CC libhwloc_port_darwin_la-topology-darwin.lo PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: intel-mic PASS: shmem ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 39 # PASS: 39 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in ports make Making check in xml make check-TESTS PASS: 16amd64-8n2c-cpusets.xml PASS: 256ppc-8n8s4t-nocache.output PASS: 32amd64-4s2n4c-cgroup.output yes checking for __attribute__(hot)... PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup yes checking if plugin support is enabled... no checking components to build statically... noos xml synthetic xml_nolibxml linux pci opencl gl xml_libxml x86 checking components to build as plugins... === Done configuring hwloc (embedded mode) 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... /bin/sed checking for fgrep... /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... CCLD hwloc_get_area_memlocation CC hwloc_object_userdata.o PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml CCLD intel-mic CC shmem.o config.status: creating tests/hwloc/linux/Makefile config.status: creating tests/hwloc/linux/allowed/Makefile PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml CCLD libhwloc-port-darwin.la CC libhwloc_port_freebsd_la-topology-freebsd.lo PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output CCLD libhwloc-port-aix.la CC libhwloc_port_bgq_la-topology-bgq.lo PASS: 256ppc-8n8s4t-nocache.output PASS: 32amd64-4s2n4c-cgroup.output CCLD hwloc_bitmap PASS: 256ppc-8n8s4t.output yes checking for __attribute__(malloc)... PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... CCLD hwloc_object_userdata PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output CCLD shmem CC openfabrics-verbs.o CCLD libhwloc-port-windows.la CC libhwloc_port_opencl_la-topology-opencl.lo config.status: creating tests/hwloc/linux/gather/Makefile config.status: creating tests/hwloc/x86/Makefile config.status: creating tests/hwloc/x86+linux/Makefile CCLD libhwloc-port-freebsd.la CC libhwloc_port_hpux_la-topology-hpux.lo PASS: 96em64t-4n4d3ca2co-pci.xml PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output CCLD libhwloc-port-bgq.la CC libhwloc_port_darwin_la-topology-darwin.lo PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string PASS: xmlbuffer PASS: gl yes checking for __attribute__(may_alias)... 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... yes 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... CC hwloc_synthetic.o CCLD hwloc_synthetic PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output CCLD libhwloc-port-opencl.la CC libhwloc_port_cuda_la-topology-cuda.lo CCLD libhwloc-port-cuda.la CCLD openfabrics-verbs make check-TESTS CCLD libhwloc-port-hpux.la CC libhwloc_port_netbsd_la-topology-netbsd.lo config.status: creating tests/hwloc/xml/Makefile config.status: creating tests/hwloc/ports/Makefile PASS: 192em64t-12gr2n8c2t.xml PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output PASS: 16amd64-8n2c-cpusets.output PASS: hwloc_object_userdata PASS: 256ppc-8n8s4t.output CCLD libhwloc-port-darwin.la PASS: 192em64t-12gr2n8c2t.xml PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CC lstopo_no_graphics-lstopo-draw.o PASS: 32em64t-2n8c+1mic.output PASS: intel-mic PASS: shmem SKIP: linux-libnuma PASS: glibc-sched [Pipeline] // dir PASS: 256ppc-8n8s4t-nocache.output GNU/Linux ld.so checking how to hardcode library paths into programs... immediate 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 that generated files are newer than configure... done configure: creating ./config.status CC hwloc_backends.o CCLD hwloc_backends CC libhwloc_port_nvml_la-topology-nvml.lo CCLD libhwloc-port-nvml.la PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap yes checking for __attribute__(no_instrument_function)... CCLD libhwloc-port-netbsd.la CC libhwloc_port_solaris_la-topology-solaris.lo PASS: 192em64t-24n8c2t.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output config.status: creating tests/hwloc/rename/Makefile config.status: creating tests/hwloc/linux/allowed/test-topology.sh PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend CC libhwloc_port_freebsd_la-topology-freebsd.lo CCLD libhwloc-port-freebsd.la PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-4s2c.output PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output CC hwloc_get_closest_objs.o CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o PASS: openfabrics-verbs PASS: opencl ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 43 # PASS: 42 # SKIP: 1 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o PASS: 32amd64-4s2n4c-cgroup.output CC hwloc_pci_backend.o CCLD hwloc_pci_backend CC libhwloc_port_gl_la-topology-gl.lo CCLD libhwloc-port-gl.la PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16em64t-4s2c2t_ncaches.output PASS: 16em64t-4s2c2t_merge.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml 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 PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups yes checking for __attribute__(nonnull)... CC libhwloc_port_hpux_la-topology-hpux.lo PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 256ppc-8n8s4t-nocache.output PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CC lstopo_no_graphics-lstopo-ascii.o AR liblstopo-port-windows.a ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_aix_la-topology-aix.lo PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output PASS: 8em64t-2s2ca2c-buggynuma.output CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: hwloc_get_obj_covering_cpuset PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml CCLD hwloc-tweak-osindex make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o CCLD hwloc-hello config.status: creating hwloc-tree/Makefile config.status: creating hwloc-tree/include/Makefile config.status: creating hwloc-tree/hwloc/Makefile config.status: creating tests/hwloc/x86+linux/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 PASS: 16em64t-4s2c2t.xml.output PASS: 16ia64-8n2s.output PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: 32em64t-2n8c2t-pci-wholeio.xml CCLD libhwloc-port-hpux.la CC libhwloc_port_netbsd_la-topology-netbsd.lo PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo PASS: 32amd64-4s2n4c-cgroup.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 256ppc-8n8s4t.output CC hwloc_get_cache_covering_cpuset.o CCLD libhwloc-port-aix.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_bgq_la-topology-bgq.lo CC lstopo_no_graphics-lstopo-text.o CC lstopo_no_graphics-lstopo-xml.o PASS: 8em64t-2s4c-heterogeneous.output PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output CC hwloc_distances.o PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp config.status: creating Makefile config.status: creating hwloc-tree/include/private/autogen/config.h config.status: creating hwloc-tree/include/hwloc/autogen/config.h config.status: executing depfiles commands PASS: hwloc_get_cache_covering_cpuset 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 PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output CCLD libhwloc-port-netbsd.la CC libhwloc_port_solaris_la-topology-solaris.lo PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output CCLD libhwloc-port-solaris.la CC libhwloc_port_windows_la-topology-windows.lo PASS: 40intel64-2g2n4c+pci.output PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 16em64t-4s2c2t_ncaches.output PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o CCLD libhwloc-port-bgq.la ar: `u' modifier ignored since `D' is the default (see `U') CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output PASS: 16amd64-8n2c-cpusets.output CCLD hwloc_distances CC hwloc_groups.o PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind config.status: executing libtool commands === 14: Running make Making all in hwloc-tree make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' Making all in include make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' CC topology.lo 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 PASS: xmlbuffer PASS: gl PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output PASS: 32em64t-2n8c+1mic.output PASS: 16ia64-8n2s.output PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output PASS: 8em64t-2s2ca2c-buggynuma.output CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o PASS: 256ppc-8n8s4t-nocache.output CC libhwloc_port_darwin_la-topology-darwin.lo PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output lstopo_no_graphics-lstopo-text.o: In function `output_console_obj': ../../../utils/lstopo/lstopo-text.c:38: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() lstopo_no_graphics-lstopo-draw.o: In function `factorized_draw': ../../../utils/lstopo/lstopo-draw.c:1227: warning: warning: sprintf() is often misused, please use snprintf() Creating lstopo-no-graphics.1 man page... Making all in tests CCLD hwloc_groups PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml yes checking for __attribute__(noreturn)... yes checking for __attribute__(packed)... CC nodeset+membind+policy.o CCLD nodeset+membind+policy PASS: intel-mic PASS: shmem PASS: linux-libnuma 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 PASS: 96em64t-4n4d3ca2co-pci.xml CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CCLD libhwloc-port-windows.la CC libhwloc_port_opencl_la-topology-opencl.lo PASS: 32em64t-2n8c+1mic.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset PASS: 40intel64-4n10c+pci-conflicts.output CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o PASS: 32amd64-4s2n4c-cgroup.output PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output CCLD libhwloc-port-darwin.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_freebsd_la-topology-freebsd.lo PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16em64t-4s2c2t_ncaches.output Making all in hwloc Making all in . Making all in ports Making all in xml Making all in x86 Making all in contrib/systemd Making all in contrib/misc Making all in contrib/hwloc-ps.www Making all in doc make all-recursive Making all in examples + make check Making check in include Making check in hwloc make hwloc_fake.la CC topology-fake.lo PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml CC hwloc_insert_misc.o CC get-knl-modes.o CCLD get-knl-modes CC gpu.o PASS: glibc-sched PASS: openfabrics-verbs PASS: opencl ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 43 # PASS: 43 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o config.status: creating utils/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile config.status: creating contrib/systemd/Makefile CCLD libhwloc-port-solaris.la CC libhwloc_port_windows_la-topology-windows.lo CCLD libhwloc-port-opencl.la CC libhwloc_port_cuda_la-topology-cuda.lo PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output PASS: hwloc_get_obj_inside_cpuset PASS: 48amd64-4d2n6c-sparse.output PASS: 40intel64-2g2n4c+pci.output CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output CCLD libhwloc-port-freebsd.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_hpux_la-topology-hpux.lo PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: 16ia64-8n2s.output PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml CCLD hwloc_insert_misc CC hwloc_topology_allow.o CCLD gpu CC sharedcaches.o CCLD sharedcaches AR liblstopo-port-windows.a CC libhwloc_port_aix_la-topology-aix.lo config.status: creating contrib/misc/Makefile config.status: creating contrib/windows/Makefile config.status: creating contrib/windows/test-windows-version.sh CCLD hwloc_fake.la yes checking for __attribute__(pure)... yes checking for __attribute__(sentinel)... PASS: 192em64t-12gr2n8c2t.xml CCLD libhwloc-port-cuda.la CC libhwloc_port_nvml_la-topology-nvml.lo CCLD libhwloc-port-nvml.la PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: hwloc_get_shared_cache_covering_obj PASS: 64amd64-4s2n4ca2co.output CCLD hwloc_get_shared_cache_covering_obj CC hwloc_get_obj_below_array_by_type.o PASS: 40intel64-4n10c+pci-conflicts.output PASS: 40intel64-2g2n4c+pci.output PASS: 256ppc-8n8s4t.output PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output PASS: 16amd64-4n4c-cgroup-distance-merge.output [Pipeline] } [Pipeline] } CCLD libhwloc-port-hpux.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_netbsd_la-topology-netbsd.lo PASS: 256ppc-8n8s4t.output PASS: 96em64t-4n4d3ca2co-pci.xml CCLD hwloc_topology_allow CC hwloc_topology_restrict.o make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: hwloc-hello CCLD libhwloc-port-aix.la config.status: creating tests/netloc/Makefile config.status: creating tests/netloc/tests.sh config.status: creating include/private/autogen/config.h Making check in utils Making check in hwloc Making check in . make check-TESTS PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output CC libhwloc_port_gl_la-topology-gl.lo CCLD libhwloc-port-gl.la PASS: 64fake-4n2s2ca2c2t.output PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation CCLD libhwloc-port-windows.la CC libhwloc_port_opencl_la-topology-opencl.lo PASS: 48amd64-4d2n6c-sparse.output CCLD hwloc_get_obj_below_array_by_type CC hwloc_bitmap_first_last_weight.o PASS: 16amd64-8n2c.output PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output CCLD libhwloc-port-netbsd.la PASS: 32em64t-2n8c+1mic.output PASS: 192em64t-12gr2n8c2t.xml CCLD hwloc_topology_restrict PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/bus/cpu/devices with old topology filenames Found sysfs node files under /sys/bus/node/devices * Topology extraction from /proc/cpuinfo * processor 0 processor 1 Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset Found cgroup-cpuset / Trying to read cgroup file cpuset includes 0x00000003 Trying to read cgroup file cpuset includes 0x00000001 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 possible NUMA nodes 0x00000001 NUMA indexes: 0 os node 0 has cpuset 0x00000003 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=2048688KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2048688KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2048688KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048688KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048688KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048688KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000003 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048688KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found busid 0000:00:04.0 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048688KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:a6:7c:00:02:77) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048688KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:a6:7c:00:02:77) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:01.0 found pci locality for 0000:[00:00] looking for bus 0000:00:01.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found busid 0000:00:04.0 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:02.0 found pci locality for 0000:[00:00] looking for bus 0000:00:02.0 below Machine P#0 found busid 0000:00:02.0 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048688KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3) Network(Address=06:a6:7c:00:02:77) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4) Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" ANNOTATE phase discovery in component pci... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048688KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:a6:7c:00:02:77) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048688KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:a6:7c:00:02:77) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048688KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:a6:7c:00:02:77) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048688KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:a6:7c:00:02:77) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2048688KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.5-200.fc25.x86_64 OSVersion="#1 SMP Fri Jan 20 12:24:16 UTC 2017" HostName=hwloc-fedora25amd64 Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lt-lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048688KB total=2048688KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:a6:7c:00:02:77) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" possible NUMA nodes are 0x00000001 Machine (2001MB total) NUMANode L#0 (P#0 2001MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block(Removable Media Device) "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "ens3" PCI 00:04.0 (SCSI) Block "vda" + cd .. + exit 0 CC libhwloc_port_bgq_la-topology-bgq.lo 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 PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16em64t-4s2c2t_ncaches.output make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 64intel64-fakeKNL-A2A-cache.output CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o PASS: 64amd64-4s2n4ca2co.output PASS: 64fake-4n2s2ca2c2t.output CCLD libhwloc-port-opencl.la CC libhwloc_port_cuda_la-topology-cuda.lo PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_solaris_la-topology-solaris.lo PASS: 40intel64-4n10c+pci-conflicts.output PASS: 48amd64-4d2n6c-sparse.output PASS: 256ppc-8n8s4t-nocache.output PASS: 32amd64-4s2n4c-cgroup.output PASS: 256ppc-8n8s4t-nocache.output PASS: 32amd64-4s2n4c-cgroup.output CC hwloc_topology_dup.o CCLD hwloc_topology_dup CC hwloc_topology_diff.o CCLD libhwloc-port-bgq.la CC libhwloc_port_darwin_la-topology-darwin.lo 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 PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: 16ia64-8n2s.output PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 64intel64-fakeKNL-SNC4-hybrid.output PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o PASS: 64intel64-fakeKNL-A2A-cache.output PASS: 64intel64-fakeKNL-SNC4-hybrid.output PASS: test-hwloc-annotate.sh CCLD libhwloc-port-cuda.la CC libhwloc_port_nvml_la-topology-nvml.lo PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16em64t-4s2c2t_ncaches.output PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: 64amd64-4s2n4ca2co.output PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output CCLD hwloc_topology_diff PASS: 40intel64-2g2n4c+pci.output PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml CCLD libhwloc-port-darwin.la CC libhwloc_port_freebsd_la-topology-freebsd.lo config.status: linking ../utils/lstopo/lstopo-windows.c to tests/hwloc/ports/lstopo-windows.c config.status: executing depfiles commands yes checking for __attribute__(unused)... yes checking for __attribute__(warn_unused_result)... PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output CC traversal.lo PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output CCLD hwloc_type_depth CC hwloc_type_sscanf.o CCLD libhwloc-port-nvml.la CC libhwloc_port_gl_la-topology-gl.lo PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 16ia64-8n2s.output PASS: 64fake-4n2s2ca2c2t.output PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 8ia64-2n2s2c.output CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CCLD libhwloc-port-solaris.la PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output CC hwloc_topology_abi.o CCLD hwloc_topology_abi PASS: hwloc_object_userdata PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml CCLD libhwloc-port-freebsd.la PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml CC distances.lo PASS: 96em64t-4n4d3ca2co.output CCLD hwloc_type_sscanf CCLD libhwloc-port-gl.la make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' PASS: 96em64t-4n4d3ca2co.output PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-A2A-cache.output PASS: 64intel64-fakeKNL-SNC4-hybrid.output PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_windows_la-topology-windows.lo PASS: 8ia64-4s2c.output PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output CC hwloc_obj_infos.o CCLD hwloc_obj_infos PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend CC libhwloc_port_hpux_la-topology-hpux.lo PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 40intel64-4n10c+pci-conflicts.output PASS: 48amd64-4d2n6c-sparse.output PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 128ia64-17n4s2c.output CC hwloc_bind.o PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 128ia64-17n4s2c.output PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 32em64t-2n8c+1mic.output CCLD libhwloc-port-windows.la PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 32em64t-2n8c+1mic.output PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output CC hwloc_iodevs.o CCLD hwloc_iodevs CCLD libhwloc-port-hpux.la CC libhwloc_port_netbsd_la-topology-netbsd.lo PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 64amd64-4s2n4ca2co.output PASS: 64fake-4n2s2ca2c2t.output PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output CCLD hwloc_bind CC hwloc_get_last_cpu_location.o PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in x86 make check-TESTS PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 40intel64-2g2n4c+pci.output ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_opencl_la-topology-opencl.lo PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 96em64t-4n4d3ca2co.output CC xmlbuffer.o CCLD xmlbuffer yes checking for __attribute__(weak_alias)... yes CCLD libhwloc-port-netbsd.la CC libhwloc_port_solaris_la-topology-solaris.lo PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: xmlbuffer PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 64intel64-fakeKNL-A2A-cache.output PASS: 64intel64-fakeKNL-SNC4-hybrid.output PASS: nvidiagpunumanodes.output PASS: nvidiagpunumanodes.kept.output PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o PASS: 16em64t-4s2c2t_ncaches.output PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: 16ia64-8n2s.output CCLD libhwloc-port-opencl.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_cuda_la-topology-cuda.lo PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 16em64t-4s2c2t_ncaches.output PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: 16ia64-8n2s.output CC gl.o CCLD gl PASS: 128ia64-17n4s2c.output CC components.lo PASS: gl PASS: intel-mic PASS: shmem PASS: openfabrics-verbs ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 40 # PASS: 40 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in ports make Making check in xml make check-TESTS PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output PASS: 4fake-4gr1nu1pu.output PASS: fakememinitiators-1npc+1npc.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml CCLD hwloc_get_area_memlocation CC hwloc_object_userdata.o [Pipeline] // node PASS: 192em64t-12gr2n8c2t.xml [Pipeline] // dir CCLD libhwloc-port-cuda.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_nvml_la-topology-nvml.lo PASS: 2arm-2c.output PASS: nvidiagpunumanodes.output PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: 40intel64-4n10c+pci-conflicts.output PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output CC intel-mic.o CC bind.lo PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 96em64t-4n4d3ca2co.output CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CCLD libhwloc-port-solaris.la PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: test1.output PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml CCLD hwloc_object_userdata CC hwloc_synthetic.o PASS: 40intel64-2g2n4c+pci.output PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml CCLD libhwloc-port-nvml.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_gl_la-topology-gl.lo PASS: nvidiagpunumanodes.kept.output PASS: fakememinitiators-1npc+1npc.output PASS: 32em64t-2n8c+1mic.output PASS: 48amd64-4d2n6c-sparse.output PASS: 64amd64-4s2n4ca2co.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output PASS: nvidiagpunumanodes.output CCLD intel-mic CC shmem.o PASS: 32em64t-2n8c+1mic.output PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 128ia64-17n4s2c.output CC libhwloc_port_windows_la-topology-windows.lo ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml CCLD hwloc_synthetic PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml CCLD libhwloc-port-gl.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml checking whether to enable symbol visibility... no (disabled) PASS: 64fake-4n2s2ca2c2t.output PASS: nvidiagpunumanodes.kept.output PASS: fakememinitiators-1npc+1npc.output CCLD shmem CC linux_libnuma-linux-libnuma.o PASS: Intel-CascadeLake-2xXeon6230.output PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output CC bitmap.lo CCLD libhwloc-port-windows.la PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml CC hwloc_backends.o CCLD hwloc_backends PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 64intel64-fakeKNL-A2A-cache.output PASS: 64intel64-fakeKNL-SNC4-hybrid.output PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output checking whether the C compiler rejects function calls with too many arguments... CCLD linux-libnuma PASS: 40intel64-2g2n4c+pci.output PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: nvidiagpunumanodes.output PASS: nvidiagpunumanodes.kept.output PASS: fakememinitiators-1npc+1npc.output PASS: 40intel64-2g2n4c+pci.output CC libhwloc_port_opencl_la-topology-opencl.lo PASS: test-hwloc-calc.sh CC hwloc_pci_backend.o CCLD hwloc_pci_backend PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 2i386-2c-nohugepage.xml.output PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' CC glibc-sched.o CCLD glibc-sched PASS: 40intel64-4n10c+pci-conflicts.output PASS: 40intel64-4n10c+pci-conflicts.output PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux » make[5]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux » make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux » Making check in allowed make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed » make check-TESTS make[5]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed » make[6]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed » PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed » make[5]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed » make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed » Making check in gather make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather » make check-TESTS make[5]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather » make[6]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather » yes checking whether the C compiler rejects function calls with too few arguments... PASS: 40intel64-4n10c+pci-conflicts.output CCLD libhwloc-port-opencl.la CC libhwloc_port_cuda_la-topology-cuda.lo PASS: Intel-Skylake-2xXeon6140.output CC pci-common.lo CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output PASS: 256ppc-8n8s4t.output PASS: 192em64t-12gr2n8c2t.xml PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 96em64t-4n4d3ca2co.output PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output CC openfabrics-verbs.o CCLD openfabrics-verbs PASS: 48amd64-4d2n6c-sparse.output PASS: 48amd64-4d2n6c-sparse.output PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 48amd64-4d2n6c-sparse.output PASS: 64amd64-4s2n4ca2co.output yes checking for unistd.h... (cached) yes checking dirent.h usability... CCLD libhwloc-port-cuda.la CC libhwloc_port_nvml_la-topology-nvml.lo PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather CC hwloc_distances.o PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 128ia64-17n4s2c.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output CC opencl.o PASS: 64amd64-4s2n4ca2co.output PASS: 64amd64-4s2n4ca2co.output PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' PASS: 64fake-4n2s2ca2c2t.output CCLD libhwloc-port-nvml.la CC libhwloc_port_gl_la-topology-gl.lo PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather » make[5]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather » make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather » make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux » Making check in x86 make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86 » make check-TESTS make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86 » make[5]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86 » PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' yes checking dirent.h presence... CCLD hwloc_distances CC hwloc_groups.o PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml CC diff.lo PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: 64fake-4n2s2ca2c2t.output PASS: 64intel64-fakeKNL-A2A-cache.output CCLD opencl make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: 64fake-4n2s2ca2c2t.output PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 64intel64-fakeKNL-A2A-cache.output PASS: 64intel64-fakeKNL-SNC4-hybrid.output CCLD libhwloc-port-gl.la make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output yes checking for dirent.h... yes checking for strings.h... (cached) yes checking ctype.h usability... PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml CC shmem.lo PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: nvidiagpunumanodes.output PASS: nvidiagpunumanodes.kept.output [Pipeline] } [Pipeline] } [Pipeline] deleteDir PASS: 64intel64-fakeKNL-SNC4-hybrid.output PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap PASS: 64intel64-fakeKNL-A2A-cache.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: 96em64t-4n4d3ca2co-pci.xml PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: 256ppc-8n8s4t-nocache.output PASS: 32amd64-4s2n4c-cgroup.output PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml yes checking ctype.h presence... CC misc.lo CCLD hwloc_groups PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: fakememinitiators-1npc+1npc.output PASS: 96em64t-4n4d3ca2co.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs PASS: 64intel64-fakeKNL-SNC4-hybrid.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: 96em64t-4n4d3ca2co.output PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output CC base64.lo CC topology-noos.lo CC hwloc_insert_misc.o PASS: 96em64t-4n4d3ca2co-pci.xml yes checking for ctype.h... yes checking for strcasecmp... PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: test1.output PASS: 256ppc-8n8s4t.output PASS: 128ia64-17n4s2c.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' PASS: hwloc_get_obj_covering_cpuset PASS: hwloc_get_cache_covering_cpuset PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: 128ia64-17n4s2c.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: 8amd64-4n2c.output PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output CC topology-synthetic.lo CCLD hwloc_insert_misc CC hwloc_topology_allow.o ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset PASS: 96em64t-4n4d3ca2co.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 8ia64-2n2s2c.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: 4fake-4gr1nu1pu.output CCLD hwloc_topology_allow CC hwloc_topology_restrict.o PASS: 192em64t-12gr2n8c2t.xml PASS: 192em64t-12gr2n8c2t.xml PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output PASS: nvidiagpunumanodes.output PASS: hwloc_get_obj_inside_cpuset yes PASS: 256ppc-8n8s4t-nocache.output PASS: 32amd64-4s2n4c-cgroup.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' PASS: nvidiagpunumanodes.output PASS: nvidiagpunumanodes.kept.output PASS: 64amd64-4p2n4ca2co.output PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86 » make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86 » make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86 » Making check in x86+linux make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux » make check-TESTS make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux » make[5]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux » PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output CCLD hwloc_topology_restrict PASS: nvidiagpunumanodes.kept.output PASS: fakememinitiators-1npc+1npc.output PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 8em64t-4c2t.output PASS: fakememinitiators-1npc+1npc.output checking whether strcasecmp is declared... PASS: 128ia64-17n4s2c.output PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output PASS: 16amd64-8n2c-cpusets.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' CC hwloc_topology_dup.o CCLD hwloc_topology_dup PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation PASS: 8em64t-2s2ca2c.output PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output CC topology-xml.lo yes checking whether function strcasecmp has a complete prototype... PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex PASS: 192em64t-12gr2n8c2t.xml PASS: 64amd64-4p2n4ca2co.output 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: OpenCL Graphical output: partial (Cairo, without X11) XML input / output: basic Netloc functionality: no Plugin support: yes (opencl) ----------------------------------------------------------------------------- + make Making all in include make[1]: Nothing to be done for `all'. Making all in hwloc CC topology.lo CC hwloc_topology_diff.o [Pipeline] // node PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: 8ia64-4s2c.output PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' PASS: 1alpha.output PASS: 2arm-2c.output PASS: nvidiagpunumanodes.output PASS: 256ppc-8n8s4t.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o CCLD hwloc-hello CXX hwloc-hello-cpp.o yes checking for strncasecmp... PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml PASS: 64amd64-4p2n4ca2co.output CCLD hwloc_topology_diff CC hwloc_topology_abi.o PASS: 64amd64-4p2n4ca2co.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: hwloc_object_userdata PASS: nvidiagpunumanodes.kept.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16em64t-4s2c2t_ncaches.output PASS: 16em64t-4s2c2t_merge.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml CXXLD hwloc-hello-cpp CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux » make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux » make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux » make[2]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc » make[2]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests » make[2]: Rien à faire pour « check-am ». make[2]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests » make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests » Making check in contrib/systemd make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd » make[1]: Rien à faire pour « check ». make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd » Making check in contrib/misc make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc » make hwloc-tweak-osindex make[2]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc » CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml CCLD hwloc_topology_abi CC hwloc_obj_infos.o CCLD hwloc_obj_infos PASS: Intel-Nehalem-2xXeon-X5550.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: fakememinitiators-1npc+1npc.output PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: 16em64t-4s2c2t.xml.output PASS: 16ia64-8n2s.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: 256ppc-8n8s4t-nocache.output PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml CC nodeset+membind+policy.o CCLD nodeset+membind+policy CC get-knl-modes.o make[2]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc » make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc » Making check in contrib/hwloc-ps.www make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www » make[1]: Rien à faire pour « check ». make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www » Making check in doc make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc » make check-recursive make[2]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc » Making check in examples make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples » make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples » CC hwloc-hello.o CCLD hwloc-hello PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml yes PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o CC hwloc_iodevs.o CCLD hwloc_iodevs PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 16em64t-4s2c2t_ncaches.output PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: 32amd64-4s2n4c-cgroup.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output CCLD get-knl-modes CC gpu.o CCLD gpu CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp CC cpuset+bitmap+cpubind.o PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in x86 make check-TESTS PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output CCLD hwloc-tweak-osindex make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o CCLD hwloc-hello CC xmlbuffer.o CCLD xmlbuffer PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output PASS: 16ia64-8n2s.output PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: test1.output PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output CC sharedcaches.o CCLD sharedcaches make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC topology-xml-nolibxml.lo CCLD cpuset+bitmap+cpubind CC nodeset+membind+policy.o CCLD nodeset+membind+policy PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp CC gl.o CCLD gl PASS: 32em64t-2n8c+1mic.output PASS: xmlbuffer PASS: gl PASS: intel-mic PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o CCLD hwloc-hello CXX hwloc-hello-cpp.o ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for `check-am'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/bus/cpu/devices with old topology filenames Found sysfs node files under /sys/bus/node/devices * Topology extraction from /proc/cpuinfo * processor 0 processor 1 Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset Found cgroup-cpuset / Trying to read cgroup file cpuset includes 0x00000003 Trying to read cgroup file cpuset includes 0x00000001 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 possible NUMA nodes 0x00000001 NUMA indexes: 0 os node 0 has cpuset 0x00000003 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.10.0-514.6.1.el7.x86_64 OSVersion="#1 SMP Wed Jan 18 13:06:36 UTC 2017" HostName=hwloc-centos72amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=2096736KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.10.0-514.6.1.el7.x86_64 OSVersion="#1 SMP Wed Jan 18 13:06:36 UTC 2017" HostName=hwloc-centos72amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2096736KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.10.0-514.6.1.el7.x86_64 OSVersion="#1 SMP Wed Jan 18 13:06:36 UTC 2017" HostName=hwloc-centos72amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2096736KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.10.0-514.6.1.el7.x86_64 OSVersion="#1 SMP Wed Jan 18 13:06:36 UTC 2017" HostName=hwloc-centos72amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096736KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.10.0-514.6.1.el7.x86_64 OSVersion="#1 SMP Wed Jan 18 13:06:36 UTC 2017" HostName=hwloc-centos72amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096736KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.10.0-514.6.1.el7.x86_64 OSVersion="#1 SMP Wed Jan 18 13:06:36 UTC 2017" HostName=hwloc-centos72amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096736KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000003 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.10.0-514.6.1.el7.x86_64 OSVersion="#1 SMP Wed Jan 18 13:06:36 UTC 2017" HostName=hwloc-centos72amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096736KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found busid 0000:00:05.0 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.10.0-514.6.1.el7.x86_64 OSVersion="#1 SMP Wed Jan 18 13:06:36 UTC 2017" HostName=hwloc-centos72amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096736KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:cc:46:00:01:04) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.10.0-514.6.1.el7.x86_64 OSVersion="#1 SMP Wed Jan 18 13:06:36 UTC 2017" HostName=hwloc-centos72amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096736KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:cc:46:00:01:04) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:01.0 found pci locality for 0000:[00:00] looking for bus 0000:00:01.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:02.0 found pci locality for 0000:[00:00] looking for bus 0000:00:02.0 below Machine P#0 found busid 0000:00:02.0 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found busid 0000:00:05.0 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.10.0-514.6.1.el7.x86_64 OSVersion="#1 SMP Wed Jan 18 13:06:36 UTC 2017" HostName=hwloc-centos72amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096736KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3) Network(Address=06:cc:46:00:01:04) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5) Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.10.0-514.6.1.el7.x86_64 OSVersion="#1 SMP Wed Jan 18 13:06:36 UTC 2017" HostName=hwloc-centos72amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096736KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3) Network(Address=06:cc:46:00:01:04) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5) Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.10.0-514.6.1.el7.x86_64 OSVersion="#1 SMP Wed Jan 18 13:06:36 UTC 2017" HostName=hwloc-centos72amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096736KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3) Network(Address=06:cc:46:00:01:04) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5) Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.10.0-514.6.1.el7.x86_64 OSVersion="#1 SMP Wed Jan 18 13:06:36 UTC 2017" HostName=hwloc-centos72amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096736KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3) Network(Address=06:cc:46:00:01:04) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5) Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2096736KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.10.0-514.6.1.el7.x86_64 OSVersion="#1 SMP Wed Jan 18 13:06:36 UTC 2017" HostName=hwloc-centos72amd64 Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lt-lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096736KB total=2096736KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3) Network(Address=06:cc:46:00:01:04) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5) Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" possible NUMA nodes are 0x00000001 Machine (2048MB total) NUMANode L#0 (P#0 2048MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block(Removable Media Device) "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "eth0" PCI 00:05.0 (SCSI) Block "vda" + cd .. + exit 0 CC topology-xml-libxml.lo [Pipeline] } CC get-knl-modes.o CCLD get-knl-modes [Pipeline] } PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind PASS: 32em64t-2n8c+1mic.output CC intel-mic.o CCLD intel-mic PASS: shmem PASS: linux-libnuma PASS: glibc-sched PASS: openfabrics-verbs PASS: opencl PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: 8ia64-4s2c.output PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output CXXLD hwloc-hello-cpp CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind PASS: 64amd64-4p2n4ca2co.output checking whether strncasecmp is declared... yes checking whether function strncasecmp has a complete prototype... CC gpu.o CCLD gpu PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output CC nodeset+membind+policy.o CCLD nodeset+membind+policy CC get-knl-modes.o CC shmem.o ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 43 # PASS: 43 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o AR liblstopo-port-windows.a ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_aix_la-topology-aix.lo PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output CC nodeset+membind+policy.o CCLD nodeset+membind+policy CC get-knl-modes.o PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output CC sharedcaches.o CCLD sharedcaches make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples » make check-TESTS make[4]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples » make[5]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples » PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output CC topology-pci.lo CCLD get-knl-modes CC gpu.o CCLD gpu CCLD shmem make check-TESTS PASS: 256ppc-8n8s4t.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output CCLD get-knl-modes CC gpu.o CCLD gpu PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples » make[4]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples » make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples » make[3]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc » make[3]: Rien à faire pour « check-am ». make[3]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc » make[2]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc » make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc » make[1]: entrant dans le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug » make[1]: Rien à faire pour « check-am ». make[1]: quittant le répertoire « /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug » + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/devices/system/cpu with old topology filenames Found sysfs node files under (null) * Topology extraction from /proc/cpuinfo * processor 0 processor 1 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 CPU phase discovery in component x86... --- Package level has number 1 --- L2Cache level has number 2 --- L1Cache level has number 3 --- L1iCache level has number 4 --- Core level has number 5 --- PU level has number 6 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid 4, cpuid type 0 highest extended cpuid 8000000a possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 Add missing single NUMA node Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2074812KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2074812KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2074812KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0xffffffff Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2074812KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found busid 0000:00:04.0 pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2074812KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0) name "sr0" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:76:54:00:05:47) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2074812KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0) name "sr0" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:76:54:00:05:47) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2074812KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0) name "sr0" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:76:54:00:05:47) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2074812KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0) name "sr0" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:76:54:00:05:47) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2074812KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0) name "sr0" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:76:54:00:05:47) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2074812KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0) name "sr0" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:76:54:00:05:47) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2074812KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-5-686 OSVersion="#1 SMP Tue May 13 16:33:32 UTC 2014" HostName=hwloc-debian6i386 Architecture=i686 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lt-lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2074812KB total=2074812KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0) name "sr0" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:76:54:00:05:47) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Machine (2026MB total) NUMANode L#0 (P#0 2026MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "eth0" PCI 00:04.0 (SCSI) Block "vda" + cd .. + exit 0 PASS: 40intel64-2g2n4c+pci.output PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' PASS: Intel-Core-2xXeon-E5345.output CC topology-opencl.lo CC sharedcaches.o CCLD sharedcaches PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap yes checking for strftime... CC traversal.lo PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16em64t-4s2c2t_ncaches.output PASS: 16em64t-4s2c2t_merge.output PASS: 256ppc-8n8s4t.output CCLD libhwloc-port-aix.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_bgq_la-topology-bgq.lo CC sharedcaches.o CCLD sharedcaches make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: 64amd64-4p2n4ca2co.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o CCLD hwloc-hello PASS: 40intel64-4n10c+pci-conflicts.output make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for `check-am'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/bus/cpu/devices with old topology filenames Found sysfs node files under /sys/bus/node/devices * Topology extraction from /proc/cpuinfo * processor 0 processor 1 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 possible NUMA nodes 0x00000001 NUMA indexes: 0 os node 0 has cpuset 0x00000003 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=2049880KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2049880KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2049880KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2049880KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2049880KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2049880KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000003 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2049880KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found busid 0000:00:05.0 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2049880KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:44:1a:00:01:00) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2049880KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:44:1a:00:01:00) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:01.0 found pci locality for 0000:[00:00] looking for bus 0000:00:01.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:02.0 found pci locality for 0000:[00:00] looking for bus 0000:00:02.0 below Machine P#0 found busid 0000:00:02.0 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found busid 0000:00:05.0 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2049880KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3) Network(Address=06:44:1a:00:01:00) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5) Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" ANNOTATE phase discovery in component pci... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2049880KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:44:1a:00:01:00) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2049880KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:44:1a:00:01:00) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2049880KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:44:1a:00:01:00) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2049880KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:44:1a:00:01:00) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2049880KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.13.0-125-generic OSVersion="#174-Ubuntu SMP Mon Jul 10 18:51:24 UTC 2017" HostName=hwloc-ubuntu1404amd64 Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lt-lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2049880KB total=2049880KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:44:1a:00:01:00) name "eth0" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=253:0) name "vda" possible NUMA nodes are 0x00000001 Machine (2002MB total) NUMANode L#0 (P#0 2002MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block(Removable Media Device) "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "eth0" PCI 00:05.0 (SCSI) Block "vda" + cd .. + exit 0 PASS: Intel-KnightsLanding-XeonPhi-7210.output CC topology-gl.lo CC topology-linux.lo PASS: 256ppc-8n8s4t-nocache.output PASS: 32amd64-4s2n4c-cgroup.output PASS: 16em64t-4s2c2t.xml.output PASS: 16ia64-8n2s.output PASS: 256ppc-8n8s4t-nocache.output PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for `check-am'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/devices/system/cpu with old topology filenames Found sysfs node files under /sys/devices/system/node * Topology extraction from /proc/cpuinfo * processor 0 processor 1 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 possible NUMA nodes 0x00000001 NUMA indexes: 0 os node 0 has cpuset 0x00000003 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.el6.x86_64 OSVersion="#1 SMP Fri Jun 22 12:19:21 UTC 2012" HostName=hwloc-centos63amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=2096752KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.el6.x86_64 OSVersion="#1 SMP Fri Jun 22 12:19:21 UTC 2012" HostName=hwloc-centos63amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2096752KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.el6.x86_64 OSVersion="#1 SMP Fri Jun 22 12:19:21 UTC 2012" HostName=hwloc-centos63amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2096752KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.el6.x86_64 OSVersion="#1 SMP Fri Jun 22 12:19:21 UTC 2012" HostName=hwloc-centos63amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096752KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.el6.x86_64 OSVersion="#1 SMP Fri Jun 22 12:19:21 UTC 2012" HostName=hwloc-centos63amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096752KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.el6.x86_64 OSVersion="#1 SMP Fri Jun 22 12:19:21 UTC 2012" HostName=hwloc-centos63amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096752KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000003 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.el6.x86_64 OSVersion="#1 SMP Fri Jun 22 12:19:21 UTC 2012" HostName=hwloc-centos63amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096752KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.el6.x86_64 OSVersion="#1 SMP Fri Jun 22 12:19:21 UTC 2012" HostName=hwloc-centos63amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096752KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=2875d57a1d1e4024b4ed) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=06:d2:2a:00:05:1d) name "eth0" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.el6.x86_64 OSVersion="#1 SMP Fri Jun 22 12:19:21 UTC 2012" HostName=hwloc-centos63amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096752KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=2875d57a1d1e4024b4ed) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=06:d2:2a:00:05:1d) name "eth0" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:01.0 found pci locality for 0000:[00:00] looking for bus 0000:00:01.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:02.0 found pci locality for 0000:[00:00] looking for bus 0000:00:02.0 below Machine P#0 found busid 0000:00:02.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.el6.x86_64 OSVersion="#1 SMP Fri Jun 22 12:19:21 UTC 2012" HostName=hwloc-centos63amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096752KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=2875d57a1d1e4024b4ed) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=06:d2:2a:00:05:1d) name "eth0" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.el6.x86_64 OSVersion="#1 SMP Fri Jun 22 12:19:21 UTC 2012" HostName=hwloc-centos63amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096752KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=2875d57a1d1e4024b4ed) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=06:d2:2a:00:05:1d) name "eth0" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.el6.x86_64 OSVersion="#1 SMP Fri Jun 22 12:19:21 UTC 2012" HostName=hwloc-centos63amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096752KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=2875d57a1d1e4024b4ed) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=06:d2:2a:00:05:1d) name "eth0" --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.el6.x86_64 OSVersion="#1 SMP Fri Jun 22 12:19:21 UTC 2012" HostName=hwloc-centos63amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096752KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=2875d57a1d1e4024b4ed) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=06:d2:2a:00:05:1d) name "eth0" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2096752KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.el6.x86_64 OSVersion="#1 SMP Fri Jun 22 12:19:21 UTC 2012" HostName=hwloc-centos63amd64 Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lt-lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096752KB total=2096752KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=2875d57a1d1e4024b4ed) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=06:d2:2a:00:05:1d) name "eth0" possible NUMA nodes are 0x00000001 Machine (2048MB total) NUMANode L#0 (P#0 2048MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block(Disk) "sda" Block(Removable Media Device) "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "eth0" + cd .. + exit 0 CCLD libhwloc-port-bgq.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_darwin_la-topology-darwin.lo PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp PASS: 48amd64-4d2n6c-sparse.output PASS: 64amd64-4p2n4ca2co.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: test-hwloc-distrib.sh PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 40intel64-2g2n4c+pci.output PASS: 32amd64-4s2n4c-cgroup.output CC distances.lo [Pipeline] // dir yes checking for setlocale... PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind PASS: 64amd64-4s2n4ca2co.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: hwloc_get_closest_objs PASS: test-hwloc-info.sh PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 8em64t-4c2t.output PASS: 32em64t-2n8c+1mic.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output CCLD libhwloc-port-darwin.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_freebsd_la-topology-freebsd.lo make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o CCLD hwloc-hello CC nodeset+membind+policy.o CCLD nodeset+membind+policy CC get-knl-modes.o yes checking for stdint.h... (cached) yes checking sys/mman.h usability... PASS: 64fake-4n2s2ca2c2t.output PASS: 64intel64-fakeKNL-A2A-cache.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output Making check in lstopo make check-TESTS PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 8em64t-2s2ca2c.output PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 40intel64-4n10c+pci-conflicts.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' CCLD libhwloc-port-freebsd.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_hpux_la-topology-hpux.lo CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp CCLD get-knl-modes CC gpu.o CCLD gpu PASS: 64intel64-fakeKNL-SNC4-hybrid.output PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output yes checking sys/mman.h presence... CCLD hwloc-tweak-osindex make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in contrib/systemd Making check in contrib/misc make hwloc-tweak-osindex CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex PASS: 16amd64-8n2c.output PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output PASS: hwloc_get_obj_covering_cpuset make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind CCLD libhwloc-port-hpux.la CC sharedcaches.o CCLD sharedcaches make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS PASS: 96em64t-4n4d3ca2co.output yes checking for sys/mman.h... yes checking for KAFFINITY... CCLD hwloc-hello CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp Making check in contrib/hwloc-ps.www Making check in doc make check-recursive Making check in examples make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches CC hwloc-hello.o CCLD hwloc-hello PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output PASS: 16amd64-8n2c-cpusets.output CC nodeset+membind+policy.o CCLD nodeset+membind+policy CC get-knl-modes.o ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_netbsd_la-topology-netbsd.lo CCLD libhwloc-port-netbsd.la make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/bus/cpu/devices with old topology filenames Found sysfs node files under /sys/bus/node/devices * Topology extraction from /proc/cpuinfo * processor 0 processor 1 Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset Found cgroup-cpuset / Trying to read cgroup file cpuset includes 0x00000003 Trying to read cgroup file cpuset includes 0x00000001 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 possible NUMA nodes 0x00000001 NUMA indexes: 0 os node 0 has cpuset 0x00000003 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000003 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found busid 0000:00:04.0 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" IO phase discovery in component opencl... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:01.0 found pci locality for 0000:[00:00] looking for bus 0000:00:01.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found busid 0000:00:04.0 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:02.0 found pci locality for 0000:[00:00] looking for bus 0000:00:02.0 below Machine P#0 found busid 0000:00:02.0 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3) Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" ANNOTATE phase discovery in component pci... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2052540KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.9.0-3-amd64 OSVersion="#1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26)" HostName=hwloc-debian9amd64 Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2052540KB total=2052540KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:7a:4c:00:00:22) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" possible NUMA nodes are 0x00000001 Machine (2004MB total) NUMANode L#0 (P#0 2004MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block(Removable Media Device) "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "ens3" PCI 00:04.0 (SCSI) Block "vda" + cd .. + exit 0 PASS: 48amd64-4d2n6c-sparse.output PASS: 128ia64-17n4s2c.output [Pipeline] } CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind [Pipeline] deleteDir [Pipeline] deleteDir [Pipeline] deleteDir CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp [Pipeline] deleteDir PASS: 40intel64-2g2n4c+pci.output PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16em64t-4s2c2t_ncaches.output PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: hwloc_get_cache_covering_cpuset CCLD get-knl-modes CC gpu.o ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_solaris_la-topology-solaris.lo PASS: 64amd64-4s2n4ca2co.output PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output CC components.lo CC nodeset+membind+policy.o CCLD nodeset+membind+policy PASS: test-lstopo.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in tests Making check in hwloc Making check in . make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem CC hwloc_api_version.o CCLD hwloc_api_version CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind PASS: 40intel64-4n10c+pci-conflicts.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16ia64-8n2s.output CCLD gpu CC sharedcaches.o CCLD sharedcaches PASS: 64fake-4n2s2ca2c2t.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output PASS: nvidiagpunumanodes.output CC get-knl-modes.o CCLD get-knl-modes CC gpu.o /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_list_components.o CCLD hwloc_list_components CC nodeset+membind+policy.o CCLD nodeset+membind+policy PASS: 48amd64-4d2n6c-sparse.output PASS: 64amd64-4p2n4ca2co.output PASS: 16em64t-4s2c2t_ncaches.output PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: 32em64t-2n8c+1mic.output make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: hwloc-hello PASS: hwloc-hello-cpp PASS: 64intel64-fakeKNL-A2A-cache.output PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset PASS: nvidiagpunumanodes.kept.output PASS: fakememinitiators-1npc+1npc.output CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CCLD gpu CC sharedcaches.o CCLD sharedcaches /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_bitmap.o CC get-knl-modes.o CCLD get-knl-modes CC gpu.o PASS: 64amd64-4s2n4ca2co.output PASS: 16ia64-8n2s.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for `check-am'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/bus/cpu/devices with old topology filenames Found sysfs node files under /sys/devices/system/node * Topology extraction from /proc/cpuinfo * processor 0 processor 1 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 possible NUMA nodes 0x00000001 NUMA indexes: 0 os node 0 has cpuset 0x00000003 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=2096676KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2096676KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2096676KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096676KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096676KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096676KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000003 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096676KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found busid 0000:00:04.0 pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096676KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:c8:80:00:03:e1) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096676KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:c8:80:00:03:e1) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found busid 0000:00:04.0 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096676KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3) Network(Address=06:c8:80:00:03:e1) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4) Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" ANNOTATE phase discovery in component pci... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096676KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:c8:80:00:03:e1) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096676KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:c8:80:00:03:e1) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096676KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:c8:80:00:03:e1) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096676KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:c8:80:00:03:e1) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2096676KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-4-amd64 OSVersion="#1 SMP Debian 3.2.89-2" HostName=hwloc-debian7amd64 Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lt-lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096676KB total=2096676KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:c8:80:00:03:e1) name "eth0" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=254:0) name "vda" possible NUMA nodes are 0x00000001 Machine (2048MB total) NUMANode L#0 (P#0 2048MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block(Removable Media Device) "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "eth0" PCI 00:04.0 (SCSI) Block "vda" + cd .. + exit 0 PASS: 64intel64-fakeKNL-SNC4-hybrid.output [Pipeline] // node CCLD libhwloc-port-solaris.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_windows_la-topology-windows.lo make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: hwloc-hello PASS: hwloc-hello-cpp PASS: 64fake-4n2s2ca2c2t.output CCLD gpu CC sharedcaches.o PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output PASS: 40intel64-2g2n4c+pci.output PASS: hwloc_get_obj_inside_cpuset ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/bus/cpu/devices with old topology filenames Found sysfs node files under /sys/bus/node/devices * Topology extraction from /proc/cpuinfo * processor 0 processor 1 Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset Found cgroup-cpuset / Trying to read cgroup file cpuset includes 0x00000003 Trying to read cgroup file cpuset includes 0x00000001 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 possible NUMA nodes 0x00000001 NUMA indexes: 0 os node 0 has cpuset 0x00000003 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=2048012KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2048012KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2048012KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048012KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048012KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048012KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000003 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048012KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048012KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=530e789cd108402481a9) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=06:d7:a4:00:00:74) name "ens3" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048012KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=530e789cd108402481a9) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=06:d7:a4:00:00:74) name "ens3" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:01.0 found pci locality for 0000:[00:00] looking for bus 0000:00:01.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:02.0 found pci locality for 0000:[00:00] looking for bus 0000:00:02.0 below Machine P#0 found busid 0000:00:02.0 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048012KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=530e789cd108402481a9) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=06:d7:a4:00:00:74) name "ens3" ANNOTATE phase discovery in component pci... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048012KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=530e789cd108402481a9) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:d7:a4:00:00:74) name "ens3" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048012KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=530e789cd108402481a9) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:d7:a4:00:00:74) name "ens3" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048012KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=530e789cd108402481a9) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:d7:a4:00:00:74) name "ens3" Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048012KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=530e789cd108402481a9) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:d7:a4:00:00:74) name "ens3" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2048012KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-150-generic OSVersion="#176-Ubuntu SMP Wed May 29 18:56:26 UTC 2019" HostName=ubuntu1604 Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lt-lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2048012KB total=2048012KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=530e789cd108402481a9) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:d7:a4:00:00:74) name "ens3" possible NUMA nodes are 0x00000001 Machine (2000MB total) NUMANode L#0 (P#0 2000MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block(Disk) "sda" Block(Removable Media Device) "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "ens3" + cd .. + exit 0 PASS: 64intel64-fakeKNL-A2A-cache.output PASS: 64intel64-fakeKNL-SNC4-hybrid.output PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' CCLD sharedcaches make check-TESTS PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component freebsd... * CPU cpusets * cpu 0 (os 0) has cpuset 0x00000001 cpu 1 (os 1) has cpuset 0x00000002 Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=12.1-RELEASE-p2 OSVersion="FreeBSD 12.1-RELEASE-p2 GENERIC" HostName=hwloc-free120amd64 Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 PU#0 cpuset 0x00000001 PU#1 cpuset 0x00000002 CPU phase discovery in component x86... --- PU level has number 1 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid 4, cpuid type 0 highest extended cpuid 8000000a binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB os L2 cache 0 has cpuset 0x00000001 os L2 cache 1 has cpuset 0x00000002 os L1 cache 0 has cpuset 0x00000001 os L1 cache 1 has cpuset 0x00000002 os L1 cache 0 has cpuset 0x00000001 os L1 cache 1 has cpuset 0x00000002 Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=12.1-RELEASE-p2 OSVersion="FreeBSD 12.1-RELEASE-p2 GENERIC" HostName=hwloc-free120amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 PU#0 cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 PU#1 cpuset 0x00000002 CPU phase discovery in component no_os... Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=12.1-RELEASE-p2 OSVersion="FreeBSD 12.1-RELEASE-p2 GENERIC" HostName=hwloc-free120amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 PU#0 cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 PU#1 cpuset 0x00000002 Add missing single NUMA node Fixup root sets Propagate sets Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=12.1-RELEASE-p2 OSVersion="FreeBSD 12.1-RELEASE-p2 GENERIC" HostName=hwloc-free120amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2057828KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=12.1-RELEASE-p2 OSVersion="FreeBSD 12.1-RELEASE-p2 GENERIC" HostName=hwloc-free120amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2057828KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect --- Group level has number 1 --- L2Cache level has number 2 --- L1Cache level has number 3 --- L1iCache level has number 4 --- PU level has number 5 Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=12.1-RELEASE-p2 OSVersion="FreeBSD 12.1-RELEASE-p2 GENERIC" HostName=hwloc-free120amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2057828KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component pci... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Scanning PCI buses... Can not initialize libpciaccess Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=12.1-RELEASE-p2 OSVersion="FreeBSD 12.1-RELEASE-p2 GENERIC" HostName=hwloc-free120amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2057828KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 ANNOTATE phase discovery... ANNOTATE phase discovery in component pci... Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=12.1-RELEASE-p2 OSVersion="FreeBSD 12.1-RELEASE-p2 GENERIC" HostName=hwloc-free120amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2057828KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing bridge objects if needed Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=12.1-RELEASE-p2 OSVersion="FreeBSD 12.1-RELEASE-p2 GENERIC" HostName=hwloc-free120amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2057828KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing empty objects Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=12.1-RELEASE-p2 OSVersion="FreeBSD 12.1-RELEASE-p2 GENERIC" HostName=hwloc-free120amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2057828KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(Backend=FreeBSD OSName=FreeBSD OSRelease=12.1-RELEASE-p2 OSVersion="FreeBSD 12.1-RELEASE-p2 GENERIC" HostName=hwloc-free120amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2057828KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2057828KB Backend=FreeBSD OSName=FreeBSD OSRelease=12.1-RELEASE-p2 OSVersion="FreeBSD 12.1-RELEASE-p2 GENERIC" HostName=hwloc-free120amd64 Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2057828KB total=2057828KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Machine (2010MB total) NUMANode L#0 (P#0 2010MB) L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + PU L#0 (P#0) L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + PU L#1 (P#1) + cd .. + exit 0 CCLD hwloc_bitmap PASS: 32em64t-2n8c+1mic.output PASS: 96em64t-4n4d3ca2co.output PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o CCLD hwloc-hello CCLD libhwloc-port-windows.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_opencl_la-topology-opencl.lo PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_bitmap_string.o CC bind.lo [Pipeline] } [Pipeline] } [Pipeline] deleteDir [Pipeline] } [Pipeline] } [Pipeline] } CC topology-hardwired.lo CC topology-x86.lo CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp [Pipeline] deleteDir PASS: 40intel64-4n10c+pci-conflicts.output CCLD libhwloc-port-opencl.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_cuda_la-topology-cuda.lo PASS: 96em64t-4n4d3ca2co.output PASS: hwloc_get_shared_cache_covering_obj CCLD hwloc_bitmap_string /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: 40intel64-2g2n4c+pci.output CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind CC nodeset+membind+policy.o PASS: 128ia64-17n4s2c.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: 48amd64-4d2n6c-sparse.output CCLD libhwloc-port-cuda.la ar: `u' modifier ignored since `D' is the default (see `U') PASS: 128ia64-17n4s2c.output PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output [Pipeline] // dir [Pipeline] // dir [Pipeline] // dir PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output CCLD nodeset+membind+policy CC get-knl-modes.o PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: 64amd64-4s2n4ca2co.output PASS: 64fake-4n2s2ca2c2t.output [Pipeline] // dir PASS: 256ia64-64n2s2c.output CC libhwloc_port_nvml_la-topology-nvml.lo CCLD libhwloc-port-nvml.la PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] deleteDir [Pipeline] deleteDir /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output [Pipeline] } [Pipeline] } PASS: 1alpha.output PASS: 2arm-2c.output PASS: nvidiagpunumanodes.output PASS: 40intel64-4n10c+pci-conflicts.output PASS: 48amd64-4d2n6c-sparse.output CCLD get-knl-modes CC gpu.o CCLD gpu PASS: 64intel64-fakeKNL-A2A-cache.output PASS: 64intel64-fakeKNL-SNC4-hybrid.output CC bitmap.lo PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_gl_la-topology-gl.lo CCLD libhwloc-port-gl.la PASS: hwloc_get_area_memlocation CCLD libhwloc_embedded.la make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' CC main.o CC do_test.lo /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_get_obj_covering_cpuset.o PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: nvidiagpunumanodes.kept.output PASS: 64amd64-4s2n4ca2co.output CC sharedcaches.o CCLD sharedcaches make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output PASS: nvidiagpunumanodes.output PASS: nvidiagpunumanodes.kept.output ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: AMD-15h-Bulldozer-4xOpteron-6272.output [Pipeline] // node CCLD libdo_test.la CCLD main [Pipeline] // node CCLD hwloc_get_obj_covering_cpuset [Pipeline] // node PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output [Pipeline] // node [Pipeline] } [Pipeline] } [Pipeline] } [Pipeline] } PASS: fakememinitiators-1npc+1npc.output PASS: 64fake-4n2s2ca2c2t.output [Pipeline] // dir make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for `check-am'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/devices/system/cpu with old topology filenames Found sysfs node files under (null) * Topology extraction from /proc/cpuinfo * processor 0 processor 1 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.9.1.el6.i686 OSVersion="#1 SMP Tue Sep 25 20:26:47 UTC 2012" HostName=hwloc-centos63i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 CPU phase discovery in component x86... --- Package level has number 1 --- L2Cache level has number 2 --- L1Cache level has number 3 --- L1iCache level has number 4 --- Core level has number 5 --- PU level has number 6 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.9.1.el6.i686 OSVersion="#1 SMP Tue Sep 25 20:26:47 UTC 2012" HostName=hwloc-centos63i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.9.1.el6.i686 OSVersion="#1 SMP Tue Sep 25 20:26:47 UTC 2012" HostName=hwloc-centos63i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 Add missing single NUMA node Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.9.1.el6.i686 OSVersion="#1 SMP Tue Sep 25 20:26:47 UTC 2012" HostName=hwloc-centos63i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1939116KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.9.1.el6.i686 OSVersion="#1 SMP Tue Sep 25 20:26:47 UTC 2012" HostName=hwloc-centos63i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1939116KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.9.1.el6.i686 OSVersion="#1 SMP Tue Sep 25 20:26:47 UTC 2012" HostName=hwloc-centos63i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1939116KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0xffffffff Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.9.1.el6.i686 OSVersion="#1 SMP Tue Sep 25 20:26:47 UTC 2012" HostName=hwloc-centos63i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1939116KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.9.1.el6.i686 OSVersion="#1 SMP Tue Sep 25 20:26:47 UTC 2012" HostName=hwloc-centos63i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1939116KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0) name "sda" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0) name "sr0" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=06:54:3c:00:03:8a) name "eth0" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.9.1.el6.i686 OSVersion="#1 SMP Tue Sep 25 20:26:47 UTC 2012" HostName=hwloc-centos63i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1939116KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0) name "sda" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0) name "sr0" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=06:54:3c:00:03:8a) name "eth0" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:01.0 found pci locality for 0000:[00:00] looking for bus 0000:00:01.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:02.0 found pci locality for 0000:[00:00] looking for bus 0000:00:02.0 below Machine P#0 found busid 0000:00:02.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.9.1.el6.i686 OSVersion="#1 SMP Tue Sep 25 20:26:47 UTC 2012" HostName=hwloc-centos63i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1939116KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0) name "sda" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0) name "sr0" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=06:54:3c:00:03:8a) name "eth0" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.9.1.el6.i686 OSVersion="#1 SMP Tue Sep 25 20:26:47 UTC 2012" HostName=hwloc-centos63i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1939116KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0) name "sda" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0) name "sr0" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=06:54:3c:00:03:8a) name "eth0" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.9.1.el6.i686 OSVersion="#1 SMP Tue Sep 25 20:26:47 UTC 2012" HostName=hwloc-centos63i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1939116KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0) name "sda" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0) name "sr0" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=06:54:3c:00:03:8a) name "eth0" --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.9.1.el6.i686 OSVersion="#1 SMP Tue Sep 25 20:26:47 UTC 2012" HostName=hwloc-centos63i386 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1939116KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0) name "sda" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0) name "sr0" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=06:54:3c:00:03:8a) name "eth0" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=1939116KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=2.6.32-279.9.1.el6.i686 OSVersion="#1 SMP Tue Sep 25 20:26:47 UTC 2012" HostName=hwloc-centos63i386 Architecture=i686 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lt-lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1939116KB total=1939116KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0) name "sda" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0) name "sr0" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=06:54:3c:00:03:8a) name "eth0" Machine (1894MB total) NUMANode L#0 (P#0 1894MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block "sda" Block "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "eth0" + cd .. + exit 0 PASS: 96em64t-4n4d3ca2co.output [Pipeline] // dir PASS: fakememinitiators-1npc+1npc.output PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' === 15: Running make check Making check in hwloc-tree make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' Making check in include make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' make make[3]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' PASS: 64intel64-fakeKNL-A2A-cache.output PASS: 64intel64-fakeKNL-SNC4-hybrid.output PASS: 128ia64-17n4s2c.output [Pipeline] } [Pipeline] } PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output [Pipeline] } [Pipeline] } make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' make check-TESTS make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' make[3]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' PASS: main ============================================================================ Testsuite summary for hwloc-embedded-test 1.0 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' === 16: Running make clean Making clean in hwloc-tree make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' Making clean in include make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' Making clean in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' test -z "" || rm -f test -z "" || rm -f rm -rf .libs _libs test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la rm -f ./so_locations test -z " " || rm -f rm -f *.o rm -f *.lo make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' rm -rf .libs _libs test -z "libdo_test.la" || rm -f libdo_test.la rm -f ./so_locations rm -f main rm -f *.o test -z "main.log" || rm -f main.log test -z "main.trs" || rm -f main.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' === 17: Running make distclean Making distclean in hwloc-tree make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' Making distclean in include make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../hwloc-tree/include" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' Making distclean in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' test -z "" || rm -f test -z "" || rm -f rm -rf .libs _libs test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la rm -f ./so_locations test -z " " || rm -f rm -f *.o /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_get_largest_objs_inside_cpuset.o [Pipeline] deleteDir PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "../../../hwloc-tree/hwloc" || test -z "" || rm -f test -z "static-components.h" || rm -f static-components.h rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/base64.Plo rm -f ./.deps/bind.Plo rm -f ./.deps/bitmap.Plo rm -f ./.deps/components.Plo rm -f ./.deps/diff.Plo rm -f ./.deps/distances.Plo rm -f ./.deps/hwloc_cuda_la-topology-cuda.Plo rm -f ./.deps/hwloc_gl_la-topology-gl.Plo rm -f ./.deps/hwloc_nvml_la-topology-nvml.Plo rm -f ./.deps/hwloc_opencl_la-topology-opencl.Plo rm -f ./.deps/hwloc_pci_la-topology-pci.Plo rm -f ./.deps/hwloc_xml_libxml_la-topology-xml-libxml.Plo rm -f ./.deps/misc.Plo rm -f ./.deps/pci-common.Plo rm -f ./.deps/shmem.Plo rm -f ./.deps/topology-aix.Plo rm -f ./.deps/topology-bgq.Plo rm -f ./.deps/topology-cuda.Plo rm -f ./.deps/topology-darwin.Plo rm -f ./.deps/topology-fake.Plo rm -f ./.deps/topology-freebsd.Plo rm -f ./.deps/topology-gl.Plo rm -f ./.deps/topology-hardwired.Plo rm -f ./.deps/topology-hpux.Plo rm -f ./.deps/topology-linux.Plo rm -f ./.deps/topology-netbsd.Plo rm -f ./.deps/topology-noos.Plo rm -f ./.deps/topology-nvml.Plo rm -f ./.deps/topology-opencl.Plo rm -f ./.deps/topology-pci.Plo rm -f ./.deps/topology-solaris-chiptype.Plo rm -f ./.deps/topology-solaris.Plo rm -f ./.deps/topology-synthetic.Plo rm -f ./.deps/topology-windows.Plo rm -f ./.deps/topology-x86.Plo rm -f ./.deps/topology-xml-libxml.Plo rm -f ./.deps/topology-xml-nolibxml.Plo rm -f ./.deps/topology-xml.Plo rm -f ./.deps/topology.Plo rm -f ./.deps/traversal.Plo rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../hwloc-tree" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' rm -f Makefile make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' rm -rf .libs _libs test -z "libdo_test.la" || rm -f libdo_test.la rm -f ./so_locations rm -f main rm -f *.o test -z "main.log" || rm -f main.log test -z "main.trs" || rm -f main.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = ".." || test -z "" || rm -f rm -f hwloc-tree/include/private/autogen/config.h hwloc-tree/include/private/autogen/stamp-h1 hwloc-tree/include/hwloc/autogen/config.h hwloc-tree/include/hwloc/autogen/stamp-h2 rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f ./.deps/do_test.Plo rm -f ./.deps/main.Po rm -f Makefile === 18: Re-extracting the embedded tarball... PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output [Pipeline] // node CCLD hwloc_get_largest_objs_inside_cpuset [Pipeline] // node PASS: 64amd64-4p2n4ca2co.output [Pipeline] // dir [Pipeline] // dir PASS: 96em64t-4n4d3ca2co.output [Pipeline] } PASS: nvidiagpunumanodes.output PASS: nvidiagpunumanodes.kept.output [Pipeline] } [Pipeline] } make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' [Pipeline] } PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml === 19: Running autogen... /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset [Pipeline] } PASS: 128ia64-17n4s2c.output PASS: fakememinitiators-1npc+1npc.output PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml [Pipeline] // node [Pipeline] // node autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output [Pipeline] } [Pipeline] } [Pipeline] // dir PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for `check-am'. make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' yes checking for PROCESSOR_CACHE_TYPE... [Pipeline] } PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output [Pipeline] // node [Pipeline] } /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_get_shared_cache_covering_obj.o PASS: hwloc_object_userdata PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in contrib/systemd Making check in contrib/misc make hwloc-tweak-osindex CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for `check'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: hwloc_synthetic PASS: hwloc_backends Making check in contrib/hwloc-ps.www Making check in doc make check-recursive Making check in examples make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches CC hwloc-hello.o CCLD hwloc-hello CCLD hwloc_get_shared_cache_covering_obj CCLD hwloc-hello CXX hwloc-hello-cpp.o PASS: nvidiagpunumanodes.output PASS: nvidiagpunumanodes.kept.output PASS: 96em64t-4n4d3ca2co-pci.xml PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp CC cpuset+bitmap+cpubind.o /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CXXLD hwloc-hello-cpp CC cpuset+bitmap+cpubind.o PASS: fakememinitiators-1npc+1npc.output autoreconf: running: aclocal --force -I./config -I./hwloc-tree/config PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' CC pci-common.lo PASS: 192em64t-12gr2n8c2t.xml PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: hwloc_groups PASS: hwloc_insert_misc CCLD cpuset+bitmap+cpubind CC nodeset+membind+policy.o CCLD cpuset+bitmap+cpubind CC nodeset+membind+policy.o CCLD nodeset+membind+policy PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup CCLD nodeset+membind+policy CC get-knl-modes.o CCLD get-knl-modes CC get-knl-modes.o CCLD get-knl-modes /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs CC gpu.o CCLD gpu CC sharedcaches.o CC gpu.o CCLD gpu /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: xmlbuffer PASS: gl PASS: intel-mic CCLD sharedcaches make check-TESTS PASS: hwloc-hello CC sharedcaches.o CCLD sharedcaches /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_type_depth.o PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: shmem ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 39 # PASS: 39 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in ports make \ Making check in xml make check-TESTS PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ + 'tests/hwloc/wrapper.sh' utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component netbsd... * CPU cpusets * cpu 0 (os 0) has cpuset 0x00000001 cpu 1 (os 1) has cpuset 0x00000002 Machine#0(Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 PU#0 cpuset 0x00000001 PU#1 cpuset 0x00000002 CPU phase discovery in component x86... --- PU level has number 1 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB os L2 cache 0 has cpuset 0x00000001 os L2 cache 1 has cpuset 0x00000002 os L1 cache 0 has cpuset 0x00000001 os L1 cache 1 has cpuset 0x00000002 os L1 cache 0 has cpuset 0x00000001 os L1 cache 1 has cpuset 0x00000002 Machine#0(Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 PU#0 cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 PU#1 cpuset 0x00000002 CPU phase discovery in component no_os... Machine#0(Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 PU#0 cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 PU#1 cpuset 0x00000002 Add missing single NUMA node Fixup root sets Propagate sets Machine#0(Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect --- Group level has number 1 --- L2Cache level has number 2 --- L1Cache level has number 3 --- L1iCache level has number 4 --- PU level has number 5 Machine#0(Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing bridge objects if needed Machine#0(Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing empty objects Machine#0(Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2096756KB Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=2096756KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Machine (2048MB total) NUMANode L#0 (P#0 2048MB) L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + PU L#0 (P#0) L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + PU L#1 (P#1) + cd '..' + exit 0 yes checking for CACHE_DESCRIPTOR... [Pipeline] deleteDir make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS make[4]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[5]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for `check-am'. make[3]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for `check-am'. make[1]: Leaving directory `/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/devices/system/cpu with old topology filenames Found sysfs node files under /sys/devices/system/node * Topology extraction from /proc/cpuinfo * processor 0 processor 1 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 possible NUMA nodes 0x00000001 NUMA indexes: 0 os node 0 has cpuset 0x00000003 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=2096692KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid 4, cpuid type 0 highest extended cpuid 8000000a possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2096692KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2096692KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096692KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096692KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096692KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000003 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096692KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096692KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=9bf6a84c53b44d1d93eb) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=06:88:86:00:04:3a) name "eth0" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096692KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=9bf6a84c53b44d1d93eb) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=06:88:86:00:04:3a) name "eth0" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096692KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=9bf6a84c53b44d1d93eb) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=06:88:86:00:04:3a) name "eth0" ANNOTATE phase discovery in component pci... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 CCLD hwloc_type_depth PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 16amd64-8n2c-cpusets.xml PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' CC diff.lo Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096692KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=9bf6a84c53b44d1d93eb) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:88:86:00:04:3a) name "eth0" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096692KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=9bf6a84c53b44d1d93eb) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:88:86:00:04:3a) name "eth0" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096692KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=9bf6a84c53b44d1d93eb) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:88:86:00:04:3a) name "eth0" Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096692KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=9bf6a84c53b44d1d93eb) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:88:86:00:04:3a) name "eth0" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2096692KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux OSName=Linux OSRelease=3.2.0-126-generic OSVersion="#169-Ubuntu SMP Fri Mar 31 14:15:21 UTC 2017" HostName=hwloc-ubuntu1204amd64 Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lt-lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096692KB total=2096692KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=9bf6a84c53b44d1d93eb) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:88:86:00:04:3a) name "eth0" possible NUMA nodes are 0x00000001 Machine (2048MB total) NUMANode L#0 (P#0 2048MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block(Disk) "sda" Block(Removable Media Device) "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "eth0" + cd .. + exit 0 [Pipeline] deleteDir /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output [Pipeline] } PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output [Pipeline] // dir [Pipeline] } /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_bind.o [Pipeline] // node [Pipeline] } PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: 64amd64-4p2n4ca2co.output CCLD hwloc_bind Terminated PASS: 4fake-4gr1nu1pu.output PASS: 64amd64-4p2n4ca2co.output PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location PASS: 64amd64-4p2n4ca2co.output PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output CC shmem.lo autoreconf: configure.ac: tracing PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_get_area_memlocation.o PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: 16intel64-manyVFs.console.output CCLD hwloc-tweak-osindex make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o CCLD hwloc_get_area_memlocation make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o CCLD hwloc-hello PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml autoreconf: running: libtoolize --copy --force CCLD hwloc-hello CXX hwloc-hello-cpp.o /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_object_userdata.o CCLD hwloc_object_userdata CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o 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' CXXLD hwloc-hello-cpp CC cpuset+bitmap+cpubind.o /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() hwloc_object_userdata.o: In function `export_cb': ../../../tests/hwloc/hwloc_object_userdata.c:42: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_synthetic.o CC misc.lo PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' CC cpuset+bitmap+cpubind.o PASS: 256ppc-8n8s4t.output PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml CCLD hwloc-tweak-osindex make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o libtoolize: copying file './config/ltsugar.m4' libtoolize: copying file './config/ltversion.m4' libtoolize: copying file './config/lt~obsolete.m4' CCLD cpuset+bitmap+cpubind CC nodeset+membind+policy.o CCLD hwloc_synthetic CCLD cpuset+bitmap+cpubind CC nodeset+membind+policy.o yes checking for LOGICAL_PROCESSOR_RELATIONSHIP... CCLD hwloc-hello CXX hwloc-hello-cpp.o CCLD nodeset+membind+policy CC get-knl-modes.o CCLD get-knl-modes /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_backends.o CCLD nodeset+membind+policy CC get-knl-modes.o PASS: 64amd64-4p2n4ca2co.output CXXLD hwloc-hello-cpp CC cpuset+bitmap+cpubind.o PASS: 256ppc-8n8s4t-nocache.output PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml CC gpu.o CCLD gpu CCLD hwloc_backends CCLD get-knl-modes CC gpu.o CCLD cpuset+bitmap+cpubind CC nodeset+membind+policy.o PASS: 32amd64-4s2n4c-cgroup.output PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml CC sharedcaches.o CCLD sharedcaches CC base64.lo /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_pci_backend.o CCLD hwloc_pci_backend CCLD gpu CC sharedcaches.o CCLD sharedcaches PASS: 64amd64-4p2n4ca2co.topoextnuma.output CCLD nodeset+membind+policy CC get-knl-modes.o CCLD get-knl-modes PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 8em64t-4c2t.output PASS: 64intel64-fakeKNL-SNC4-hybrid.xml make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/bus/cpu/devices with old topology filenames Found sysfs node files under /sys/bus/node/devices * Topology extraction from /proc/cpuinfo * processor 0 Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset Found cgroup-cpuset / Trying to read cgroup file cpuset includes 0x00000001 Trying to read cgroup file cpuset includes 0x00000001 online CPUs 0x00000001 found 1 cpu topologies, cpuset 0x00000001 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 possible NUMA nodes 0x00000001 NUMA indexes: 0 os node 0 has cpuset 0x00000001 /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: hwloc-hello ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex CC gpu.o CCLD gpu PASS: 8em64t-2s2ca2c.output PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 NUMANode#0(local=2038740KB total=0KB) cpuset 0x00000001 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Package level has number 1 --- L2Cache level has number 2 --- L1Cache level has number 3 --- L1iCache level has number 4 --- Core level has number 5 --- PU level has number 6 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000001 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 NUMANode#0(local=2038740KB total=0KB) cpuset 0x00000001 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 NUMANode#0(local=2038740KB total=0KB) cpuset 0x00000001 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2038740KB total=0KB) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2038740KB total=0KB) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2038740KB total=0KB) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000001 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2038740KB total=0KB) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found busid 0000:00:04.0 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2038740KB total=0KB) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:55:b2:00:01:9e) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=41943040 SectorSize=512 LinuxDeviceID=252:0) name "vda" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2038740KB total=0KB) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:55:b2:00:01:9e) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI)) Block(Size=41943040 SectorSize=512 LinuxDeviceID=252:0) name "vda" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:01.0 found pci locality for 0000:[00:00] looking for bus 0000:00:01.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found busid 0000:00:04.0 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:02.0 found pci locality for 0000:[00:00] looking for bus 0000:00:02.0 below Machine P#0 found busid 0000:00:02.0 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2038740KB total=0KB) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3) Network(Address=06:55:b2:00:01:9e) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4) Block(Size=41943040 SectorSize=512 LinuxDeviceID=252:0) name "vda" ANNOTATE phase discovery in component pci... --- Package level has number 1 --- L2Cache level has number 2 --- L1Cache level has number 3 --- L1iCache level has number 4 --- Core level has number 5 --- PU level has number 6 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2038740KB total=0KB) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc." PCIDevice="Virtio network device") Network(Address=06:55:b2:00:01:9e) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc." PCIDevice="Virtio block device") Block(Size=41943040 SectorSize=512 LinuxDeviceID=252:0) name "vda" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2038740KB total=0KB) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc." PCIDevice="Virtio network device") Network(Address=06:55:b2:00:01:9e) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc." PCIDevice="Virtio block device") Block(Size=41943040 SectorSize=512 LinuxDeviceID=252:0) name "vda" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2038740KB total=0KB) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc." PCIDevice="Virtio network device") Network(Address=06:55:b2:00:01:9e) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc." PCIDevice="Virtio block device") Block(Size=41943040 SectorSize=512 LinuxDeviceID=252:0) name "vda" Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2038740KB total=0KB) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc." PCIDevice="Virtio network device") Network(Address=06:55:b2:00:01:9e) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc." PCIDevice="Virtio block device") Block(Size=41943040 SectorSize=512 LinuxDeviceID=252:0) name "vda" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2038740KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.0.7-200.fc29.x86_64 OSVersion="#1 SMP Mon Apr 8 15:40:59 UTC 2019" HostName=hwloc-fedora29amd64 Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lt-lstopo-no-graphics) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Package#0(total=2038740KB CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2038740KB total=2038740KB) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc." PCIDevice="Virtio network device") Network(Address=06:55:b2:00:01:9e) name "ens3" PCI(busid=0000:00:04.0 id=1af4:1001 class=0100(SCSI) PCISlot=4 PCIVendor="Red Hat, Inc." PCIDevice="Virtio block device") Block(Size=41943040 SectorSize=512 LinuxDeviceID=252:0) name "vda" possible NUMA nodes are 0x00000001 Machine (1991MB total) Package L#0 NUMANode L#0 (P#0 1991MB) L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) HostBridge PCI 00:01.1 (IDE) Block(Removable Media Device) "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "ens3" PCI 00:04.0 (SCSI) Block "vda" + cd .. + exit 0 [Pipeline] deleteDir /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_distances.o PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/bus/cpu/devices with old topology filenames Found sysfs node files under /sys/bus/node/devices * Topology extraction from /proc/cpuinfo * processor 0 processor 1 Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset Found cgroup-cpuset / Trying to read cgroup file cpuset includes 0x00000003 Trying to read cgroup file cpuset includes 0x00000001 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 possible NUMA nodes 0x00000001 NUMA indexes: 0 os node 0 has cpuset 0x00000003 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000003 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=06:ed:be:00:05:4a) name "eth0" IO phase discovery in component opencl... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=06:ed:be:00:05:4a) name "eth0" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=06:ed:be:00:05:4a) name "eth0" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:01.0 found pci locality for 0000:[00:00] looking for bus 0000:00:01.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:02.0 found pci locality for 0000:[00:00] looking for bus 0000:00:02.0 below Machine P#0 found busid 0000:00:02.0 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=06:ed:be:00:05:4a) name "eth0" ANNOTATE phase discovery in component pci... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:ed:be:00:05:4a) name "eth0" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:ed:be:00:05:4a) name "eth0" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:ed:be:00:05:4a) name "eth0" Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2058560KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:ed:be:00:05:4a) name "eth0" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2058560KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=3.16.0-4-amd64 OSVersion="#1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26)" HostName=hwloc-debian8amd64 Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lt-lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2058560KB total=2058560KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:ed:be:00:05:4a) name "eth0" possible NUMA nodes are 0x00000001 Machine (2010MB total) NUMANode L#0 (P#0 2010MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block(Disk) "sda" Block(Removable Media Device) "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "eth0" + cd .. + exit 0 [Pipeline] deleteDir [Pipeline] } make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o CCLD hwloc-hello CC sharedcaches.o CCLD sharedcaches make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output [Pipeline] // dir [Pipeline] } PASS: 96em64t-4n4d3ca2co-pci.xml [Pipeline] // node [Pipeline] } [Pipeline] } CCLD hwloc_distances [Pipeline] // dir [Pipeline] } [Pipeline] } [Pipeline] // node CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp [Pipeline] // dir make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/bus/cpu/devices with old topology filenames Found sysfs node files under /sys/bus/node/devices * Topology extraction from /proc/cpuinfo * processor 0 processor 1 Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset Found cgroup-cpuset / Trying to read cgroup file cpuset includes 0x00000003 Trying to read cgroup file cpuset includes 0x00000001 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 possible NUMA nodes 0x00000001 NUMA indexes: 0 os node 0 has cpuset 0x00000003 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.18.0-147.8.1.el8_1.x86_64 OSVersion="#1 SMP Thu Apr 9 13:49:54 UTC 2020" HostName=hwloc-centos81amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=1873416KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.18.0-147.8.1.el8_1.x86_64 OSVersion="#1 SMP Thu Apr 9 13:49:54 UTC 2020" HostName=hwloc-centos81amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=1873416KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.18.0-147.8.1.el8_1.x86_64 OSVersion="#1 SMP Thu Apr 9 13:49:54 UTC 2020" HostName=hwloc-centos81amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=1873416KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.18.0-147.8.1.el8_1.x86_64 OSVersion="#1 SMP Thu Apr 9 13:49:54 UTC 2020" HostName=hwloc-centos81amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1873416KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.18.0-147.8.1.el8_1.x86_64 OSVersion="#1 SMP Thu Apr 9 13:49:54 UTC 2020" HostName=hwloc-centos81amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1873416KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.18.0-147.8.1.el8_1.x86_64 OSVersion="#1 SMP Thu Apr 9 13:49:54 UTC 2020" HostName=hwloc-centos81amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1873416KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000003 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.18.0-147.8.1.el8_1.x86_64 OSVersion="#1 SMP Thu Apr 9 13:49:54 UTC 2020" HostName=hwloc-centos81amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1873416KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.18.0-147.8.1.el8_1.x86_64 OSVersion="#1 SMP Thu Apr 9 13:49:54 UTC 2020" HostName=hwloc-centos81amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1873416KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=feab27b2beeb4bae9f08) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=1e:00:b0:00:05:d9) name "ens3" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.18.0-147.8.1.el8_1.x86_64 OSVersion="#1 SMP Thu Apr 9 13:49:54 UTC 2020" HostName=hwloc-centos81amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1873416KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=feab27b2beeb4bae9f08) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=1e:00:b0:00:05:d9) name "ens3" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:01.0 found pci locality for 0000:[00:00] looking for bus 0000:00:01.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:02.0 found pci locality for 0000:[00:00] looking for bus 0000:00:02.0 below Machine P#0 found busid 0000:00:02.0 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.18.0-147.8.1.el8_1.x86_64 OSVersion="#1 SMP Thu Apr 9 13:49:54 UTC 2020" HostName=hwloc-centos81amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1873416KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=feab27b2beeb4bae9f08) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=1e:00:b0:00:05:d9) name "ens3" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.18.0-147.8.1.el8_1.x86_64 OSVersion="#1 SMP Thu Apr 9 13:49:54 UTC 2020" HostName=hwloc-centos81amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1873416KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=feab27b2beeb4bae9f08) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=1e:00:b0:00:05:d9) name "ens3" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.18.0-147.8.1.el8_1.x86_64 OSVersion="#1 SMP Thu Apr 9 13:49:54 UTC 2020" HostName=hwloc-centos81amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1873416KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=feab27b2beeb4bae9f08) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=1e:00:b0:00:05:d9) name "ens3" --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.18.0-147.8.1.el8_1.x86_64 OSVersion="#1 SMP Thu Apr 9 13:49:54 UTC 2020" HostName=hwloc-centos81amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1873416KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=feab27b2beeb4bae9f08) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=1e:00:b0:00:05:d9) name "ens3" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=1873416KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.18.0-147.8.1.el8_1.x86_64 OSVersion="#1 SMP Thu Apr 9 13:49:54 UTC 2020" HostName=hwloc-centos81amd64 Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lt-lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=1873416KB total=1873416KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=feab27b2beeb4bae9f08) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=1e:00:b0:00:05:d9) name "ens3" possible NUMA nodes are 0x00000001 Machine (1830MB total) NUMANode L#0 (P#0 1830MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block(Removable Media Device) "sr0" Block(Disk) "sda" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "ens3" + cd .. + exit 0 PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output [Pipeline] } [Pipeline] } CC topology-noos.lo [Pipeline] // node [Pipeline] } [Pipeline] deleteDir /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_groups.o CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // node [Pipeline] } CCLD hwloc_groups CC nodeset+membind+policy.o CCLD nodeset+membind+policy PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_insert_misc.o autoreconf: running: /usr/bin/autoconf --force CC get-knl-modes.o CCLD get-knl-modes CC gpu.o PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16em64t-4s2c2t_ncaches.output CCLD hwloc_insert_misc CCLD gpu CC sharedcaches.o CC topology-synthetic.lo yes checking for RelationProcessorPackage... PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: 16ia64-8n2s.output PASS: 192em64t-12gr2n8c2t.xml /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_topology_allow.o CCLD hwloc_topology_allow Terminated CCLD sharedcaches make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: hwloc-hello sh: line 1: 11502 Terminated sleep 3 /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_topology_restrict.o PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/bus/cpu/devices with old topology filenames Found sysfs node files under (null) * Topology extraction from /proc/cpuinfo * processor 0 processor 1 Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset Found cgroup-cpuset / Trying to read cgroup file cpuset includes 0x00000003 Trying to read cgroup file cpuset includes 0x00000001 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 CPU phase discovery in component x86... --- Package level has number 1 --- L2Cache level has number 2 --- L1Cache level has number 3 --- L1iCache level has number 4 --- Core level has number 5 --- PU level has number 6 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 Add missing single NUMA node Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2062132KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2062132KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2062132KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000003 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2062132KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2062132KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=06:b2:68:00:07:91) name "ens3" IO phase discovery in component opencl... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2062132KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=06:b2:68:00:07:91) name "ens3" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2062132KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=06:b2:68:00:07:91) name "ens3" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:01.0 found pci locality for 0000:[00:00] looking for bus 0000:00:01.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:02.0 found pci locality for 0000:[00:00] looking for bus 0000:00:02.0 below Machine P#0 found busid 0000:00:02.0 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2062132KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=06:b2:68:00:07:91) name "ens3" ANNOTATE phase discovery in component pci... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2062132KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:b2:68:00:07:91) name "ens3" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2062132KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:b2:68:00:07:91) name "ens3" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2062132KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:b2:68:00:07:91) name "ens3" Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2062132KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:b2:68:00:07:91) name "ens3" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2062132KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.4.0-145-generic OSVersion="#171-Ubuntu SMP Tue Mar 26 12:44:29 UTC 2019" HostName=ubuntu1604 Architecture=i686 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lt-lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2062132KB total=2062132KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=20971520 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f) name "sda" subtype "Disk" Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=06:b2:68:00:07:91) name "ens3" Machine (2014MB total) NUMANode L#0 (P#0 2014MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block(Disk) "sda" Block(Removable Media Device) "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "ens3" + cd .. + exit 0 [Pipeline] deleteDir autoreconf: running: /usr/bin/autoheader --force [Pipeline] } CCLD hwloc_topology_restrict [Pipeline] // dir [Pipeline] } [Pipeline] // node [Pipeline] } /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_topology_dup.o CCLD hwloc_topology_dup PASS: 32em64t-2n8c+1mic.output sh: line 1: 22994 Terminated sleep 3 /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_topology_diff.o CC topology-xml.lo PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 40intel64-2g2n4c+pci.output autoreconf: running: automake --add-missing --copy --force-missing CCLD hwloc_topology_diff PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml configure.ac:15: installing './config/compile' configure.ac:10: installing './config/missing' Makefile.am: installing './config/depcomp' /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_topology_abi.o CCLD hwloc_topology_abi no checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... PASS: 16amd64-4distances.v2tov1.xml autoreconf: Leaving directory `.' === 20: Running VPATH-clean configure... PASS: 40intel64-4n10c+pci-conflicts.output /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_obj_infos.o CCLD hwloc_obj_infos PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml 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... /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 gcc... gcc checking whether the C compiler works... PASS: 48amd64-4d2n6c-sparse.output /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC hwloc_iodevs.o PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml 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 PASS: 64amd64-4s2n4ca2co.output CCLD hwloc_iodevs PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... gcc3 === Configuring hwloc (embedded mode) checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... PASS: 64fake-4n2s2ca2c2t.output PASS: 64intel64-fakeKNL-A2A-cache.output /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC xmlbuffer.o CCLD xmlbuffer PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in x86 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... PASS: 64intel64-fakeKNL-SNC4-hybrid.output /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC gl.o make check-TESTS PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output 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__... CCLD gl PASS: Intel-CascadeLake-2xXeon6230.output PASS: 96em64t-4n4d3ca2co.output yes checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for X... libraries , headers checking hwloc building mode... embedded configure: hwloc builddir: /builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree configure: hwloc srcdir: /builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/hwloc-tree configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... disabled (embedded mode) checking for hwloc directory prefix... hwloc-tree/ checking for hwloc symbol prefix... mytest_ checking for gcc option to accept ISO C99... /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC intel-mic.o CCLD intel-mic PASS: Intel-Skylake-2xXeon6140.output 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... PASS: 128ia64-17n4s2c.output /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC shmem.o PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: 256ia64-64n2s2c.output 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)... CCLD shmem /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() 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)... PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output make check-TESTS PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap yes checking for GROUP_AFFINITY... PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: nvidiagpunumanodes.output 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)... PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: nvidiagpunumanodes.kept.output PASS: fakememinitiators-1npc+1npc.output 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... PASS: Intel-Core-2xXeon-E5345.output 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... PASS: hwloc_get_obj_covering_cpuset PASS: hwloc_get_cache_covering_cpuset PASS: Intel-KnightsLanding-XeonPhi-7210.output yes checking whether strncasecmp is declared... yes checking whether function strncasecmp has a complete prototype... yes checking for strftime... yes checking for setlocale... PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' CC topology-xml-nolibxml.lo PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset 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... Terminated PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' PASS: hwloc_get_obj_inside_cpuset PASS: Intel-KnightsCorner-XeonPhi-SE10P.output 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... PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify CC topology-darwin.lo PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output 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... PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation PASS: AMD-15h-Bulldozer-4xOpteron-6272.output 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... yes checking for PROCESSOR_RELATIONSHIP... PASS: test-gather-topology.sh PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output 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... ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output no checking mach/mach_init.h presence... no checking for mach/mach_init.h... no checking whether strtoull is declared... yes checking for ssize_t... yes checking whether snprintf is declared... PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking whether getprogname is declared... no PASS: hwloc_object_userdata PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in contrib/systemd Making check in contrib/misc make hwloc-tweak-osindex CC hwloc-tweak-osindex.o CC topology-x86.lo 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... PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output CCLD hwloc-tweak-osindex Making check in contrib/hwloc-ps.www Making check in doc make check-recursive Making check in examples make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches CC hwloc-hello.o 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... PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output CCLD hwloc-hello CXX hwloc-hello-cpp.o yes checking for lib... no checking for bash... /bin/bash 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... PASS: xmlbuffer PASS: gl PASS: intel-mic PASS: shmem PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output CXXLD hwloc-hello-cpp yes checking whether function ffsl has a complete prototype... yes checking for fls... no checking for flsl... no checking for clz... ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 39 # PASS: 39 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in ports make Making check in xml make check-TESTS PASS: 16amd64-8n2c-cpusets.xml PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind 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... PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' CC nodeset+membind+policy.o CCLD nodeset+membind+policy 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 pthread_np.h usability... PASS: 16em64t-4s2c2t.xml CCLD libhwloc.la CC get-knl-modes.o CCLD get-knl-modes 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... PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml yes checking for NUMA_NODE_RELATIONSHIP... CC gpu.o CCLD gpu no checking for library containing pthread_getthrds_np... no checking for cpuset_setid... no checking libudev.h usability... yes checking libudev.h presence... yes checking for libudev.h... yes checking for udev_device_new_from_subsystem_sysname in -ludev... PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml CC hwloc_opencl_la-topology-opencl.lo CC sharedcaches.o CCLD sharedcaches yes checking for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... PASS: 64amd64-4p2n4ca2co.output PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output make check-TESTS PASS: hwloc-hello PASS: hwloc-hello-cpp yes checking CL/cl_ext.h presence... yes checking for CL/cl_ext.h... yes checking for clGetDeviceIDs in -lOpenCL... yes 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 PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component solaris... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. root lgrp contains 2 allowed PUs root lgrp contains allowed PU #0 = P#0 root lgrp contains allowed PU #1 = P#1 root lgrp contains 1 allowed NUMA nodes root lgrp contains allowed NUMA node #0 = P#0 root lgrp contains 2 PUs root lgrp contains 1 NUMA nodes root lgrp contains NUMA node #0 = P#0 NUMA node 0 has 2096756kB NUMA node 0 contains 2 PUs node 0's cpu 0 is 0 node 0's cpu 1 is 1 node 0 has cpuset 0x00000003 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PICL gave cache #0 size 32768 line 64 associativity 8 PICL gave cache #1 size 32768 line 64 associativity 8 PICL gave cache #2 size 0 line 0 associativity 0 PICL gave cache #3 size 2097152 line 64 associativity 8 PICL gave cache #4 size 0 line 0 associativity 0 cpu0 cpu0's state is on-line 0 on package 0 (0) 0 on core 0 (0) cpu1 cpu1's state is on-line 1 on package 1 (1) 1 on core 1 (1) 2 Packages Package 0 has cpuset 0x00000001 Package 1 has cpuset 0x00000002 2 Cores Core 0 has cpuset 0x00000001 Core 1 has cpuset 0x00000002 2 PUs PU 0 has cpuset 0x00000001 PU 1 has cpuset 0x00000002 Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUModel="Intel Core Processor (Broadwell, IBRS)") cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUModel="Intel Core Processor (Broadwell, IBRS)") cpuset 0x00000002 Core#1 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- Core level has number 3 --- PU level has number 4 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB os L2 cache 0 has cpuset 0x00000001 os L2 cache 1 has cpuset 0x00000002 os L1 cache 0 has cpuset 0x00000001 os L1 cache 1 has cpuset 0x00000002 os L1 cache 0 has cpuset 0x00000001 os L1 cache 1 has cpuset 0x00000002 Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 Core#1 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 Core#1 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... ANNOTATE phase discovery... ANNOTATE phase discovery in component pci... Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing bridge objects if needed Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing empty objects Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2096756KB Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2096756KB total=2096756KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Machine (2048MB total) NUMANode L#0 (P#0 2048MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) + cd .. + exit 0 [Pipeline] deleteDir checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // node [Pipeline] } yes 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... CCLD hwloc_opencl.la PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches yes checking NVCtrl/NVCtrl.h presence... yes checking for NVCtrl/NVCtrl.h... yes checking for XNVCTRLQueryTargetAttribute in -lXNVCtrl... yes 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... PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o CCLD hwloc-hello 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 pci opencl gl xml_libxml x86 checking components to build as plugins... === Done configuring hwloc (embedded mode) checking for ar... ar checking the archiver (ar) interface... ar checking how to print strings... PASS: 96em64t-4n4d3ca2co-pci.xml CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp printf checking for a sed that does not truncate output... /bin/sed checking for fgrep... /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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind 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... Making all in utils Making all in hwloc Making all in . CC hwloc-annotate.o PASS: 192em64t-12gr2n8c2t.xml CC nodeset+membind+policy.o yes 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... yes checking for CACHE_RELATIONSHIP... CCLD nodeset+membind+policy CC get-knl-modes.o GNU/Linux ld.so checking how to hardcode library paths into programs... immediate 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 that generated files are newer than configure... done configure: creating ./config.status CCLD get-knl-modes CC gpu.o PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml CCLD hwloc-annotate CCLD gpu CC sharedcaches.o PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml config.status: creating hwloc-tree/Makefile config.status: creating hwloc-tree/include/Makefile config.status: creating hwloc-tree/hwloc/Makefile CCLD sharedcaches make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml config.status: creating Makefile config.status: creating hwloc-tree/include/private/autogen/config.h config.status: creating hwloc-tree/include/hwloc/autogen/config.h config.status: executing depfiles commands make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/bus/cpu/devices with new topology filenames Found sysfs node files under /sys/bus/node/devices * Topology extraction from /proc/cpuinfo * processor 0 processor 1 Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset Found cgroup-cpuset / Trying to read cgroup file cpuset includes 0x00000003 Trying to read cgroup file cpuset includes 0x00000001 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 possible NUMA nodes 0x00000001 NUMA indexes: 0 os node 0 has cpuset 0x00000003 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000003 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=41943040 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=7f1346f6afbb45ae91df) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=1e:00:b2:00:02:e7) name "ens3" IO phase discovery in component gl... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=41943040 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=7f1346f6afbb45ae91df) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=1e:00:b2:00:02:e7) name "ens3" IO phase discovery in component opencl... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=41943040 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=7f1346f6afbb45ae91df) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=1e:00:b2:00:02:e7) name "ens3" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=41943040 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=7f1346f6afbb45ae91df) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet)) Network(Address=1e:00:b2:00:02:e7) name "ens3" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:01.0 found pci locality for 0000:[00:00] looking for bus 0000:00:01.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:02.0 found pci locality for 0000:[00:00] looking for bus 0000:00:02.0 below Machine P#0 found busid 0000:00:02.0 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=41943040 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=7f1346f6afbb45ae91df) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3) Network(Address=1e:00:b2:00:02:e7) name "ens3" ANNOTATE phase discovery in component pci... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=41943040 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=7f1346f6afbb45ae91df) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=1e:00:b2:00:02:e7) name "ens3" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=41943040 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=7f1346f6afbb45ae91df) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=1e:00:b2:00:02:e7) name "ens3" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=41943040 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=7f1346f6afbb45ae91df) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=1e:00:b2:00:02:e7) name "ens3" Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2035344KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=41943040 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=7f1346f6afbb45ae91df) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=1e:00:b2:00:02:e7) name "ens3" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2035344KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=5.4.0-26-generic OSVersion="#30-Ubuntu SMP Mon Apr 20 16:58:30 UTC 2020" HostName=hwloc-ubuntu2004amd64 Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2035344KB total=2035344KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" Block(Size=41943040 SectorSize=512 LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=7f1346f6afbb45ae91df) name "sda" subtype "Disk" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=8086:100e class=0200(Ethernet) PCISlot=3 PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller") Network(Address=1e:00:b2:00:02:e7) name "ens3" possible NUMA nodes are 0x00000001 Machine (1988MB total) NUMANode L#0 (P#0 1988MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block(Removable Media Device) "sr0" Block(Disk) "sda" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "ens3" + cd .. + exit 0 CC hwloc-bind.o PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml config.status: executing libtool commands === 21: Running make Making all in hwloc-tree make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' Making all in include make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' CC topology.lo [Pipeline] deleteDir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // node PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml [Pipeline] } PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in x86 make check-TESTS ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 0 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in contrib/systemd Making check in contrib/misc make hwloc-tweak-osindex CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() Making check in contrib/hwloc-ps.www Making check in doc make check-recursive Making check in examples make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches CC hwloc-hello.o CCLD hwloc-hello yes checking for PROCESSOR_GROUP_INFO... /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() cp -f ../../../doc/examples/hwloc-hello.c hwloc-hello-cpp.cpp CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC traversal.lo CCLD hwloc-bind CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind CC distances.lo CC hwloc-calc.o /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC nodeset+membind+policy.o CCLD nodeset+membind+policy /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC get-knl-modes.o CC components.lo CCLD get-knl-modes /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC gpu.o CCLD gpu CC bind.lo /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() CC sharedcaches.o CC bitmap.lo CCLD hwloc-calc CCLD sharedcaches CC hwloc-diff.o /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: strcpy() is almost always misused, please use strlcpy() /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat() /home/ci/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc/.libs/libhwloc.so.16.0: warning: warning: sprintf() is often misused, please use snprintf() make check-TESTS PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ yes checking for GROUP_RELATIONSHIP... CCLD hwloc-diff + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component x86... * CPU cpusets * cpu 0 (os 0) has cpuset 0x00000001 cpu 1 (os 1) has cpuset 0x00000002 Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 PU#0 cpuset 0x00000001 PU#1 cpuset 0x00000002 CPU phase discovery in component no_os... Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x0 completeN 0x0 PU#0 cpuset 0x00000001 PU#1 cpuset 0x00000002 Add missing single NUMA node Fixup root sets Propagate sets Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect --- Group level has number 1 --- PU level has number 2 Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing bridge objects if needed Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing empty objects Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Machine NUMANode L#0 (P#0) PU L#0 (P#0) PU L#1 (P#1) + cd .. + exit 0 [Pipeline] deleteDir CC pci-common.lo CC hwloc-distrib.o CC diff.lo CC shmem.lo CC misc.lo CCLD hwloc-distrib CC base64.lo CC hwloc-info.o CC topology-noos.lo CC topology-synthetic.lo yes checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... CCLD hwloc-info CC topology-xml.lo CC hwloc-patch.o CCLD hwloc-patch CC hwloc-ps.o CC topology-xml-nolibxml.lo CC topology-xml-libxml.lo [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // node [Pipeline] } CC common-ps.lo CC topology-pci.lo yes checking for PSAPI_WORKING_SET_EX_BLOCK... CCLD libutils_common.la CC topology-opencl.lo CC topology-gl.lo CCLD hwloc-ps CC topology-linux.lo no checking for PSAPI_WORKING_SET_EX_INFORMATION... CC hwloc-gather-cpuid.o CCLD hwloc-gather-cpuid 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... no checking for PROCESSOR_NUMBER... Creating hwloc-ps.1 man page... Creating hwloc-gather-cpuid.1 man page... Making all in lstopo CC lstopo_no_graphics-lstopo.o CC topology-hardwired.lo CC topology-x86.lo CC lstopo_no_graphics-lstopo-draw.o yes CCLD libhwloc_embedded.la checking for main in -lgdi32... make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' CC main.o CC do_test.lo CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CCLD libdo_test.la CCLD main CC lstopo_no_graphics-lstopo-ascii.o make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' === 22: Running make check Making check in hwloc-tree make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' Making check in include make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' make[2]: Nothing to be done for 'check'. make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' make make[3]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' make check-TESTS make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' make[3]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' PASS: main yes checking for PostQuitMessage in -luser32... ============================================================================ Testsuite summary for hwloc-embedded-test 1.0 ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' === 23: Running make clean Making clean in hwloc-tree make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' Making clean in include make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' Making clean in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' test -z "" || rm -f test -z "" || rm -f rm -rf .libs _libs test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la rm -f ./so_locations test -z " " || rm -f rm -f *.o rm -f *.lo make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' rm -rf .libs _libs test -z "libdo_test.la" || rm -f libdo_test.la rm -f ./so_locations rm -f main rm -f *.o test -z "main.log" || rm -f main.log test -z "main.trs" || rm -f main.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' === 24: Running make distclean Making distclean in hwloc-tree make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' Making distclean in include make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../../hwloc-tree/include" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/include' Making distclean in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' test -z "" || rm -f test -z "" || rm -f rm -rf .libs _libs test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la rm -f ./so_locations test -z " " || rm -f rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "../../../hwloc-tree/hwloc" || test -z "" || rm -f test -z "static-components.h" || rm -f static-components.h rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/base64.Plo rm -f ./.deps/bind.Plo rm -f ./.deps/bitmap.Plo rm -f ./.deps/components.Plo rm -f ./.deps/diff.Plo rm -f ./.deps/distances.Plo rm -f ./.deps/hwloc_cuda_la-topology-cuda.Plo rm -f ./.deps/hwloc_gl_la-topology-gl.Plo rm -f ./.deps/hwloc_nvml_la-topology-nvml.Plo rm -f ./.deps/hwloc_opencl_la-topology-opencl.Plo rm -f ./.deps/hwloc_pci_la-topology-pci.Plo rm -f ./.deps/hwloc_xml_libxml_la-topology-xml-libxml.Plo rm -f ./.deps/misc.Plo rm -f ./.deps/pci-common.Plo rm -f ./.deps/shmem.Plo rm -f ./.deps/topology-aix.Plo rm -f ./.deps/topology-bgq.Plo rm -f ./.deps/topology-cuda.Plo rm -f ./.deps/topology-darwin.Plo rm -f ./.deps/topology-fake.Plo rm -f ./.deps/topology-freebsd.Plo rm -f ./.deps/topology-gl.Plo rm -f ./.deps/topology-hardwired.Plo rm -f ./.deps/topology-hpux.Plo rm -f ./.deps/topology-linux.Plo rm -f ./.deps/topology-netbsd.Plo rm -f ./.deps/topology-noos.Plo rm -f ./.deps/topology-nvml.Plo rm -f ./.deps/topology-opencl.Plo rm -f ./.deps/topology-pci.Plo rm -f ./.deps/topology-solaris-chiptype.Plo rm -f ./.deps/topology-solaris.Plo rm -f ./.deps/topology-synthetic.Plo rm -f ./.deps/topology-windows.Plo rm -f ./.deps/topology-x86.Plo rm -f ./.deps/topology-xml-libxml.Plo rm -f ./.deps/topology-xml-nolibxml.Plo rm -f ./.deps/topology-xml.Plo rm -f ./.deps/topology.Plo rm -f ./.deps/traversal.Plo rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "../../hwloc-tree" || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[2]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' rm -f Makefile yes checking windows.h usability... CC lstopo_no_graphics-lstopo-text.o make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build/hwloc-tree' make[1]: Entering directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' rm -rf .libs _libs test -z "libdo_test.la" || rm -f libdo_test.la rm -f ./so_locations rm -f main rm -f *.o test -z "main.log" || rm -f main.log test -z "main.trs" || rm -f main.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = ".." || test -z "" || rm -f rm -f hwloc-tree/include/private/autogen/config.h hwloc-tree/include/private/autogen/stamp-h1 hwloc-tree/include/hwloc/autogen/config.h hwloc-tree/include/hwloc/autogen/stamp-h2 rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[1]: Leaving directory '/builds/workspace/extended_v2.1@2/check-embedded/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/build' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f ./.deps/do_test.Plo rm -f ./.deps/main.Po rm -f Makefile === 25: All tests passed! + exit 0 [Pipeline] deleteDir CC lstopo_no_graphics-lstopo-xml.o [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // node [Pipeline] } CC lstopo_no_graphics-lstopo-shmem.o ../../../utils/lstopo/lstopo-shmem.c:136:89: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] printf("Exported shmem topology to %s for mmap address 0x%lx length %lu\n", filename, loutput->shmem_output_addr, (unsigned long) shmem_length); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ %llx 1 warning generated. CCLD lstopo-no-graphics yes checking windows.h presence... CC lstopo-lstopo.o yes checking for windows.h... yes 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... CC lstopo-lstopo-draw.o no checking kstat.h presence... no checking for kstat.h... no checking whether fabsf is declared... CC lstopo-lstopo-fig.o yes checking for fabsf in -lm... CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o yes checking whether modff is declared... yes checking for modff in -lm... CC lstopo-lstopo-text.o CC lstopo-lstopo-xml.o yes checking picl.h usability... CC lstopo-lstopo-shmem.o ../../../utils/lstopo/lstopo-shmem.c:136:89: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat] printf("Exported shmem topology to %s for mmap address 0x%lx length %lu\n", filename, loutput->shmem_output_addr, (unsigned long) shmem_length); ~~~ ^~~~~~~~~~~~~~~~~~~~~~~~~~ %llx 1 warning generated. CC lstopo-lstopo-cairo.o no checking picl.h presence... CCLD lstopo no checking for picl.h... no checking whether _SC_NPROCESSORS_ONLN is declared... yes checking whether _SC_NPROCESSORS_CONF is declared... Creating lstopo-no-graphics.1 man page... make[2]: Nothing to be done for `all-am'. Making all in tests Making all in hwloc Making all in . make[3]: Nothing to be done for `all-am'. Making all in ports make[3]: Nothing to be done for `all'. Making all in xml yes checking whether _SC_NPROC_ONLN is declared... make[3]: Nothing to be done for `all'. Making all in x86 make[3]: Nothing to be done for `all'. make[2]: Nothing to be done for `all-am'. Making all in contrib/systemd make[1]: Nothing to be done for `all'. Making all in contrib/misc make[1]: Nothing to be done for `all'. Making all in contrib/hwloc-ps.www make[1]: Nothing to be done for `all'. Making all in doc /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive Making all in examples make[3]: Nothing to be done for `all'. make[3]: Nothing to be done for `all-am'. make[1]: Nothing to be done for `all-am'. + make check Making check in include make[1]: Nothing to be done for `check'. Making check in hwloc no checking whether _SC_NPROC_CONF is declared... /Applications/Xcode.app/Contents/Developer/usr/bin/make hwloc_fake.la CC topology-fake.lo no checking whether _SC_PAGESIZE is declared... CCLD hwloc_fake.la yes checking whether _SC_PAGE_SIZE is declared... yes Making check in utils Making check in hwloc Making check in . checking whether _SC_LARGE_PAGESIZE is declared... /Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS 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 whether strtoull is declared... yes checking for ssize_t... PASS: test-hwloc-annotate.sh yes checking whether snprintf is declared... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/sysctl.h... no checking for sysctl... no checking for sysctlbyname... no checking whether getprogname is declared... yes checking whether getexecname is declared... no checking whether GetModuleFileName is declared... yes checking for program_invocation_name... PASS: test-hwloc-calc.sh yes checking for __progname... yes checking whether sched_getcpu is declared... no checking whether sched_setaffinity is declared... no checking for working CPU_SET... no checking for working CPU_SET_S... no checking for working syscall with 6 parameters... no 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... yes checking whether fls is declared... yes checking whether function fls has a complete prototype... yes checking for flsl... yes checking whether flsl is declared... yes checking whether function flsl has a complete prototype... yes checking for clz... no checking for clzl... no checking for openat... Running on Windows_7_x86_64 in C:\Builds\workspace\extended_v2.1 [Pipeline] { [Pipeline] dir Running in C:\Builds\workspace\extended_v2.1\check-mingw [Pipeline] { [Pipeline] unstash yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for getpagesize... [Pipeline] unstash [Pipeline] bat yes checking for memalign... C:\Builds\workspace\extended_v2.1\check-mingw>job-3-mingw.bat hwloc-v2.1-20200706.2130.gite5549aff.tar.gz C:\Builds\workspace\extended_v2.1\check-mingw>REM C:\Builds\workspace\extended_v2.1\check-mingw>REM Copyright © 2012-2018 Inria. All rights reserved. C:\Builds\workspace\extended_v2.1\check-mingw>REM See COPYING in top-level directory. C:\Builds\workspace\extended_v2.1\check-mingw>REM C:\Builds\workspace\extended_v2.1\check-mingw>call C:\Builds\config\\ciprofile.bat C:\Builds\workspace\extended_v2.1\check-mingw>set PATH=c:\msys64\bin;c:\msys64\usr\bin;C:\Program Files (x86)\Java\jre1.8.0_211\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\ProgramData\Oracle\Java\javapath;C:\ruby193\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\SysWOW64;"C:\Program Files\Java\jre7\bin";C:\Program Files (x86)\Subversion\bin;C:\Program Files\Mercurial\;C:\Program Files\Microsoft\Web Platform Installer\;C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v1.0\;C:\Program Files (x86)\Windows Kits\8.0\Windows Performance Toolkit\;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\MinGW\msys\1.0\bin;C:\Chocolatey\bin;C:\git;C:\git\cmd;C:\MinGW\bin;C:\Chocolatey\lib\cmake.2.8.9\content\cmake-2.8.8-win32-x86\bin\;"C:\Program Files (x86)\Java\jre1.8.0_211\bin" C:\Builds\workspace\extended_v2.1\check-mingw>set MSBUILD_PATH=C:\Windows\Microsoft.NET\Framework\v4.0.30319 C:\Builds\workspace\extended_v2.1\check-mingw>set MSLIB_PATH=/c/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin:/c/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE C:\Builds\workspace\extended_v2.1\check-mingw>sh -c "chmod 755 job-3-mingw.sh" C:\Builds\workspace\extended_v2.1\check-mingw>sh -c "./job-3-mingw.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz" ############################ Running on: MSYS_NT-6.1 INRIACI-NTM3H08 2.8.2(0.313/5/3) 2017-07-14 08:19 x86_64 Msys Options: ./job-3-mingw.sh ############################ + dotar=1 + dokeeptar=0 + doconf=1 + dobuild32=1 + dobuild64=1 + docheck=1 + doinstall=1 + confopts= + test 1 -gt 0 + test hwloc-v2.1-20200706.2130.gite5549aff.tar.gz = --no-tar + test hwloc-v2.1-20200706.2130.gite5549aff.tar.gz = --keep-tar + test hwloc-v2.1-20200706.2130.gite5549aff.tar.gz = --no-conf + test hwloc-v2.1-20200706.2130.gite5549aff.tar.gz = --debug + test hwloc-v2.1-20200706.2130.gite5549aff.tar.gz = --no-32 + test hwloc-v2.1-20200706.2130.gite5549aff.tar.gz = --no-64 + test hwloc-v2.1-20200706.2130.gite5549aff.tar.gz = --no-check + test hwloc-v2.1-20200706.2130.gite5549aff.tar.gz = --no-install + test hwloc-v2.1-20200706.2130.gite5549aff.tar.gz = --help -o hwloc-v2.1-20200706.2130.gite5549aff.tar.gz = -h + break + oldPWD=/c/Builds/workspace/extended_v2.1/check-mingw + oldPATH='/bin:/usr/bin:/c/Program Files (x86)/Java/jre1.8.0_211/bin:/c/Program Files (x86)/Common Files/Oracle/Java/javapath:/c/ProgramData/Oracle/Java/javapath:/c/ruby193/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/SysWOW64:/c/Program Files/Java/jre7/bin:/c/Program Files (x86)/Subversion/bin:/c/Program Files/Mercurial:/c/Program Files/Microsoft/Web Platform Installer:/c/Program Files (x86)/Microsoft ASP.NET/ASP.NET Web Pages/v1.0:/c/Program Files (x86)/Windows Kits/8.0/Windows Performance Toolkit:/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/c/MinGW/msys/1.0/bin:/c/Chocolatey/bin:/c/git:/c/git/cmd:/c/MinGW/bin:/c/Chocolatey/lib/cmake.2.8.9/content/cmake-2.8.8-win32-x86/bin:/c/Program Files (x86)/Java/jre1.8.0_211/bin' + rm -f 'hwloc-win*-build-*.zip' + test x1 = x1 + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + test -f hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ++ basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff ++ echo hwloc-v2.1-20200706.2130.gite5549aff ++ cut -d- -f2- yes + version=v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz checking for posix_memalign... PASS: test-hwloc-compress-dir.sh yes checking sys/utsname.h usability... + test x0 = x0 + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + test x1 = x1 + echo '*** Switching to MinGW32 ***' *** Switching to MinGW32 *** + set +xe PASS: test-hwloc-diffpatch.sh yes checking sys/utsname.h presence... + cd /c/Builds/workspace/extended_v2.1/check-mingw + export 'PATH=/mingw32/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin:/c/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE' + PATH='/mingw32/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin:/c/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE' + mkdir hwloc-v2.1-20200706.2130.gite5549aff/build32 + cd hwloc-v2.1-20200706.2130.gite5549aff/build32 + test x1 = x1 + winball=hwloc-win32-build-v2.1-20200706.2130.gite5549aff + prefix=/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff + ../configure --prefix=/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff --enable-static 'CC=gcc -static-libgcc' yes checking for sys/utsname.h... yes checking for uname... yes checking valgrind/valgrind.h usability... configure: loading site script /mingw32/etc/config.site ### ### Configuring hwloc distribution tarball ### Startup tests ### checking build system type... i686-w64-mingw32 checking host system type... i686-w64-mingw32 checking target system type... i686-w64-mingw32 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)... no checking valgrind/valgrind.h presence... yes checking whether make supports nested variables... yes checking whether UID '197626' is supported by ustar format... yes checking whether GID '197121' is supported by ustar format... yes checking how to create a ustar tar archive... PASS: test-hwloc-distrib.sh no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... gnutar checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... no checking pthread_np.h usability... yes (GNU style) checking for gcc... gcc -static-libgcc checking whether the C compiler works... no checking pthread_np.h presence... PASS: test-hwloc-info.sh no checking for pthread_np.h... no checking whether pthread_setaffinity_np is declared... yes checking for C compiler default output file name... a.exe checking for suffix of executables... no checking whether pthread_getaffinity_np is declared... PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in lstopo /Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS .exe checking whether we are cross compiling... no checking for sched_setaffinity... no checking for suffix of object files... o checking whether we are using the GNU C compiler... no checking for sys/cpuset.h... yes checking whether gcc -static-libgcc accepts -g... yes checking for gcc -static-libgcc option to accept ISO C89... no checking for cpuset_setaffinity... none needed checking whether gcc -static-libgcc understands -c and -o together... yes checking dependency style of gcc -static-libgcc... no checking for library containing pthread_getthrds_np... gcc3 checking how to run the C preprocessor... gcc -static-libgcc -E PASS: test-lstopo.sh 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... ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[2]: Nothing to be done for `check-am'. Making check in tests Making check in hwloc Making check in . /Applications/Xcode.app/Contents/Developer/usr/bin/make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic opencl CC hwloc_api_version.o CCLD hwloc_api_version no checking for cpuset_setid... CC hwloc_list_components.o CCLD hwloc_list_components yes checking for sys/types.h... yes checking for sys/stat.h... no checking libudev.h usability... yes checking for stdlib.h... yes checking for string.h... CC hwloc_bitmap.o yes checking for memory.h... yes no checking libudev.h presence... checking for strings.h... yes CCLD hwloc_bitmap no checking for libudev.h... no checking for PCIACCESS... no checking pciaccess.h usability... checking for inttypes.h... yes no checking pciaccess.h presence... checking for stdint.h... yes CC hwloc_bitmap_string.o no checking for pciaccess.h... no checking for unistd.h... yes checking minix/config.h usability... CCLD hwloc_bitmap_string checking CL/cl_ext.h usability... no checking minix/config.h presence... CC hwloc_bitmap_compare_inclusion.o no checking CL/cl_ext.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... CCLD hwloc_bitmap_compare_inclusion no checking for CL/cl_ext.h... no checking cuda.h usability... ar checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for fgrep... no checking cuda.h presence... /usr/bin/grep -F checking for ld used by gcc -static-libgcc... CC hwloc_get_closest_objs.o no checking for cuda.h... no checking cuda_runtime_api.h usability... C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe checking if the linker (C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /mingw32/bin/nm -B checking the name lister (/mingw32/bin/nm -B) interface... CCLD hwloc_get_closest_objs BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 checking how to convert i686-w64-mingw32 file names to i686-w64-mingw32 format... func_convert_file_msys_to_w32 checking how to convert i686-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32 checking for C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for dlltool... dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for archiver @FILE support... CC hwloc_get_obj_covering_cpuset.o no checking cuda_runtime_api.h presence... CCLD hwloc_get_obj_covering_cpuset @ checking for strip... strip checking for ranlib... ranlib checking command to parse /mingw32/bin/nm -B output from gcc -static-libgcc object... no checking for cuda_runtime_api.h... no checking nvml.h usability... no checking nvml.h presence... CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset no checking for nvml.h... no 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... CC hwloc_get_largest_objs_inside_cpuset.o no checking for as... as checking for dlltool... (cached) dlltool checking for objdump... (cached) objdump checking for objdir... .libs CCLD hwloc_get_largest_objs_inside_cpuset checking for gethostbyname... checking if gcc -static-libgcc supports -fno-rtti -fno-exceptions... no checking for gcc -static-libgcc option to produce PIC... -DDLL_EXPORT -DPIC checking if gcc -static-libgcc PIC flag -DDLL_EXPORT -DPIC works... CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset yes checking for connect... yes checking if gcc -static-libgcc static flag -static works... yes checking if gcc -static-libgcc supports -c -o file.o... CC hwloc_get_obj_inside_cpuset.o yes checking if gcc -static-libgcc supports -c -o file.o... (cached) yes checking whether the gcc -static-libgcc linker (C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe) supports shared libraries... yes checking for remove... CCLD hwloc_get_obj_inside_cpuset yes checking whether -lc should be explicitly linked in... yes checking for shmat... CC hwloc_get_shared_cache_covering_obj.o yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... CCLD hwloc_get_shared_cache_covering_obj yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for g++... g++ CC hwloc_get_obj_below_array_by_type.o yes checking for IceConnectionNumber in -lICE... checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... CCLD hwloc_get_obj_below_array_by_type yes checking dependency style of g++... gcc3 no checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight checking how to run the C++ preprocessor... yes checking for X11/Xlib.h... yes checking for XOpenDisplay in -lX11... CC hwloc_bitmap_singlify.o g++ -E CCLD hwloc_bitmap_singlify yes checking for X11/Xutil.h... CC hwloc_type_depth.o checking for ld used by g++... CCLD hwloc_type_depth yes checking X11/keysym.h usability... CC hwloc_type_sscanf.o yes checking X11/keysym.h presence... C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe checking if the linker (C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe) is GNU ld... yes checking whether the g++ linker (C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe) supports shared libraries... yes yes checking for X11/keysym.h... yes checking NVCtrl/NVCtrl.h usability... CCLD hwloc_type_sscanf no checking NVCtrl/NVCtrl.h presence... CC hwloc_bind.o CCLD hwloc_bind checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC checking if g++ PIC flag -DDLL_EXPORT -DPIC works... no checking for NVCtrl/NVCtrl.h... no checking for LIBXML2... no checking for x86 cpuid... yes checking if g++ static flag -static works... CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location yes checking if g++ supports -c -o file.o... CC hwloc_get_area_memlocation.o yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc -static-libgcc CCLD hwloc_get_area_memlocation checking whether we are using the GNU C compiler... (cached) yes checking whether gcc -static-libgcc accepts -g... (cached) yes checking for gcc -static-libgcc option to accept ISO C89... (cached) none needed checking whether gcc -static-libgcc understands -c and -o together... (cached) yes checking dependency style of gcc -static-libgcc... (cached) gcc3 checking for gcc -static-libgcc option to accept ISO C99... none needed checking for pkg-config... no checking for X... CC hwloc_object_userdata.o CCLD hwloc_object_userdata no ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32 configure: hwloc srcdir: /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff yes checking for pthread_mutex_lock... CC hwloc_synthetic.o CCLD hwloc_synthetic checking if want hwloc maintainer support... disabled checking for hwloc directory prefix... (none) checking for hwloc symbol prefix... hwloc_ checking for gcc -static-libgcc option to accept ISO C99... (cached) none needed checking size of void *... yes checking if plugin support is enabled... no 4 checking which OS support to include... Windows checking which CPU support to include... x86_32 checking size of unsigned long... checking components to build statically... noos xml synthetic xml_nolibxml windows x86 CC hwloc_backends.o CCLD hwloc_backends checking components to build as plugins... checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) 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... yes checking whether to enable "picky" compiler mode... no (default) ### ### Configuring hwloc command line utilities ### checking for CAIRO... 4 checking size of unsigned int... CC hwloc_pci_backend.o 4 checking for the C compiler vendor... no checking for wchar_t... CCLD hwloc_pci_backend CC hwloc_is_thissystem.o gnu checking for __attribute__... yes checking for putwc... CCLD hwloc_is_thissystem yes checking for __attribute__(aligned)... CC hwloc_distances.o yes checking for __attribute__(always_inline)... yes checking for __attribute__(cold)... CCLD hwloc_distances yes yes checking for __attribute__(const)... checking locale.h usability... yes checking for __attribute__(deprecated)... yes checking for __attribute__(format)... CC hwloc_groups.o yes checking locale.h presence... yes checking for locale.h... yes checking for setlocale... (cached) yes checking for uselocale... yes checking for __attribute__(hot)... yes checking for __attribute__(malloc)... CCLD hwloc_groups yes checking for __attribute__(may_alias)... yes checking for __attribute__(no_instrument_function)... CC hwloc_insert_misc.o yes checking xlocale.h usability... yes checking for __attribute__(nonnull)... CCLD hwloc_insert_misc yes checking xlocale.h presence... yes checking for __attribute__(noreturn)... CC hwloc_topology_allow.o yes checking for __attribute__(packed)... yes checking for __attribute__(pure)... yes checking for xlocale.h... yes CCLD hwloc_topology_allow yes checking for __attribute__(sentinel)... CC hwloc_topology_restrict.o checking for setlocale... (cached) yes checking for uselocale... (cached) yes checking langinfo.h usability... CCLD hwloc_topology_restrict yes checking langinfo.h presence... yes checking for __attribute__(unused)... yes checking for __attribute__(warn_unused_result)... yes checking for langinfo.h... yes checking for nl_langinfo... yes checking for __attribute__(weak_alias)... CC hwloc_topology_dup.o CCLD hwloc_topology_dup yes yes checking termcap support using ncurses and ... checking whether to enable symbol visibility... no (disabled) checking whether the C compiler rejects function calls with too many arguments... CC hwloc_topology_diff.o CCLD hwloc_topology_diff no checking termcap support using ncurses and -ltermcap... yes checking whether the C compiler rejects function calls with too few arguments... no checking termcap support using ncurses and -lncursesw... yes checking for unistd.h... (cached) yes checking dirent.h usability... yes checking dirent.h presence... CC hwloc_topology_abi.o CCLD hwloc_topology_abi no yes checking for dirent.h... yes checking for strings.h... (cached) yes checking ctype.h usability... CC hwloc_obj_infos.o checking termcap support using ncurses and -lncurses... yes checking ctype.h presence... yes checking for ctype.h... yes checking for strcasecmp... CCLD hwloc_obj_infos no checking termcap support using curses and ... no checking termcap support using curses and -ltermcap... yes checking whether strcasecmp is declared... yes checking whether function strcasecmp has a complete prototype... CC hwloc_iodevs.o CCLD hwloc_iodevs yes checking for strncasecmp... no checking termcap support using curses and -lcursesw... no checking termcap support using curses and -lcurses... CC xmlbuffer.o CCLD xmlbuffer yes checking whether strncasecmp is declared... no yes checking whether function strncasecmp has a complete prototype... yes checking for strftime... checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... CC gl.o CCLD gl yes checking for setlocale... CC intel-mic.o CCLD intel-mic yes checking for bind in -lsocket... yes checking for stdint.h... (cached) yes checking sys/mman.h usability... no checking sys/mman.h presence... no checking for sys/mman.h... no checking for KAFFINITY... CC opencl.o no checking time.h usability... CCLD opencl yes checking time.h presence... yes checking for time.h... yes /Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS checking for clock_gettime... PASS: hwloc_api_version PASS: hwloc_list_components yes ### ### Configuring tests ### checking for pthread_self in -lpthread... PASS: hwloc_bitmap yes checking for PROCESSOR_CACHE_TYPE... PASS: hwloc_bitmap_string yes checking for NUMA... no checking for numa_available in -lnuma... PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs no checking for stdlib.h... (cached) yes checking for mkstemp... PASS: hwloc_get_obj_covering_cpuset yes checking infiniband/verbs.h usability... yes checking for CACHE_DESCRIPTOR... PASS: hwloc_get_cache_covering_cpuset 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... PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset yes checking for LOGICAL_PROCESSOR_RELATIONSHIP... PASS: hwloc_get_obj_inside_cpuset yes checking whether diff accepts -u... yes ### ### Performing final hwloc configuration ### PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth checking that generated files are newer than configure... done configure: creating ./config.status PASS: hwloc_type_sscanf PASS: hwloc_bind yes checking for RelationProcessorPackage... PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation PASS: hwloc_object_userdata no checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend PASS: hwloc_is_thissystem yes checking for GROUP_AFFINITY... PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup yes checking for PROCESSOR_RELATIONSHIP... PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: xmlbuffer PASS: gl yes checking for NUMA_NODE_RELATIONSHIP... PASS: intel-mic PASS: opencl ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 39 # PASS: 39 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in ports /Applications/Xcode.app/Contents/Developer/usr/bin/make \ make[4]: Nothing to be done for `all'. Making check in xml /Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS PASS: 16amd64-8n2c-cpusets.xml yes PASS: 16amd64-4distances.xml checking for CACHE_RELATIONSHIP... PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml yes checking for PROCESSOR_GROUP_INFO... PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output yes checking for GROUP_RELATIONSHIP... PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml yes checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml yes checking for PSAPI_WORKING_SET_EX_BLOCK... PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml no checking for PSAPI_WORKING_SET_EX_INFORMATION... PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml no checking for PROCESSOR_NUMBER... PASS: 192em64t-12gr2n8c2t.xml yes checking for main in -lgdi32... yes checking for PostQuitMessage in -luser32... no checking windows.h usability... yes checking windows.h presence... PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml yes checking for windows.h... yes checking sys/lgrp_user.h usability... no checking sys/lgrp_user.h presence... 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 no checking for sys/lgrp_user.h... no checking kstat.h usability... PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml config.status: creating doc/doxygen-config.cfg no checking kstat.h presence... PASS: 8ia64-2n2s2c+1n.v1tov2.xml no checking for kstat.h... no checking whether fabsf is declared... yes checking for fabsf in -lm... config.status: creating utils/Makefile PASS: 16amd64-4distances.v1tov2.xml yes checking whether modff is declared... config.status: creating utils/hwloc/Makefile yes checking for modff in -lm... PASS: 16amd64-4distances.v2tov1.xml yes checking picl.h usability... config.status: creating utils/lstopo/Makefile PASS: 2intel64-1n2c-numaroot.v1tov2.xml no checking picl.h presence... no checking for picl.h... no PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml checking whether _SC_NPROCESSORS_ONLN is declared... no PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml config.status: creating hwloc.pc checking whether _SC_NPROCESSORS_CONF is declared... no config.status: creating netloc/Makefile checking whether _SC_NPROC_ONLN is declared... no PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml checking whether _SC_NPROC_CONF is declared... no checking whether _SC_PAGESIZE is declared... config.status: creating utils/netloc/infiniband/Makefile no checking whether _SC_PAGE_SIZE is declared... PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml no checking whether _SC_LARGE_PAGESIZE is declared... config.status: creating utils/netloc/draw/Makefile PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml no checking mach/mach_host.h usability... ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ Making check in x86 /Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS no checking mach/mach_host.h presence... PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output config.status: creating utils/netloc/scotch/Makefile no checking for mach/mach_host.h... no checking mach/mach_init.h usability... no checking mach/mach_init.h presence... PASS: Intel-CascadeLake-2xXeon6230.output config.status: creating utils/netloc/mpi/Makefile no checking for mach/mach_init.h... no checking whether strtoull is declared... PASS: Intel-Skylake-2xXeon6140.output yes checking for ssize_t... yes config.status: creating netloc.pc PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output checking whether snprintf is declared... yes config.status: creating netlocscotch.pc PASS: Intel-Haswell-2xXeon-E5-2680v3.output checking whether _strdup is declared... yes checking whether _putenv is declared... yes checking whether snprintf is correct... config.status: creating tests/Makefile config.status: creating tests/hwloc/Makefile PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/sysctl.h... PASS: Intel-SandyBridge-2xXeon-E5-2650.output no checking for sysctl... config.status: creating tests/hwloc/linux/Makefile PASS: Intel-Westmere-2xXeon-X5650.output no checking for sysctlbyname... PASS: Intel-Nehalem-2xXeon-X5550.output no checking whether getprogname is declared... config.status: creating tests/hwloc/linux/allowed/Makefile PASS: Intel-Penryn-4xXeon-X7460.output no checking whether getexecname is declared... PASS: Intel-Core-2xXeon-E5345.output config.status: creating tests/hwloc/linux/gather/Makefile no checking whether GetModuleFileName is declared... config.status: creating tests/hwloc/x86/Makefile yes checking for program_invocation_name... PASS: Intel-KnightsLanding-XeonPhi-7210.output no checking for __progname... config.status: creating tests/hwloc/x86+linux/Makefile no checking whether sched_getcpu is declared... config.status: creating tests/hwloc/xml/Makefile no checking whether sched_setaffinity is declared... PASS: Intel-KnightsCorner-XeonPhi-SE10P.output no checking for working CPU_SET... no checking for working CPU_SET_S... config.status: creating tests/hwloc/ports/Makefile no checking for working syscall with 6 parameters... PASS: AMD-17h-Zen-2xEpyc-7451.output no checking for lib... /c/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/lib checking for bash... /bin/sh checking for ffs... PASS: AMD-15h-Piledriver-4xOpteron-6348.output config.status: creating tests/hwloc/rename/Makefile no checking for ffsl... PASS: AMD-15h-Bulldozer-4xOpteron-6272.output no checking for fls... PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output config.status: creating tests/hwloc/linux/allowed/test-topology.sh no checking for flsl... config.status: creating tests/hwloc/linux/gather/test-gather-topology.sh PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output no checking for clz... PASS: AMD-K8-SantaRosa-2xOpteron-2218.output no checking for clzl... config.status: creating tests/hwloc/linux/test-topology.sh PASS: AMD-K8-SledgeHammer-2xOpteron-250.output no checking for openat... PASS: Hygon-Dhyana-32cores.output config.status: creating tests/hwloc/x86/test-topology.sh no checking malloc.h usability... yes checking malloc.h presence... PASS: Zhaoxin-CentaurHauls-ZXD-4600.output config.status: creating tests/hwloc/x86+linux/test-topology.sh yes checking for malloc.h... yes checking for getpagesize... PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ yes checking for memalign... make[2]: Nothing to be done for `check-am'. Making check in contrib/systemd make[1]: Nothing to be done for `check'. Making check in contrib/misc /Applications/Xcode.app/Contents/Developer/usr/bin/make hwloc-tweak-osindex CC hwloc-tweak-osindex.o config.status: creating tests/hwloc/xml/test-topology.sh no checking for posix_memalign... CCLD hwloc-tweak-osindex no checking sys/utsname.h usability... no checking sys/utsname.h presence... config.status: creating tests/hwloc/wrapper.sh no checking for sys/utsname.h... no checking for uname... config.status: creating utils/hwloc/hwloc-compress-dir no checking valgrind/valgrind.h usability... no checking valgrind/valgrind.h presence... Making check in contrib/hwloc-ps.www make[1]: Nothing to be done for `check'. Making check in doc /Applications/Xcode.app/Contents/Developer/usr/bin/make check-recursive Making check in examples /Applications/Xcode.app/Contents/Developer/usr/bin/make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches CC hwloc-hello.o config.status: creating utils/hwloc/hwloc-gather-topology CCLD hwloc-hello no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no checking pthread_np.h usability... config.status: creating utils/hwloc/test-hwloc-annotate.sh no checking pthread_np.h presence... no checking for pthread_np.h... no checking whether pthread_setaffinity_np is declared... no CXX hwloc-hello-cpp.o config.status: creating utils/hwloc/test-hwloc-calc.sh checking whether pthread_getaffinity_np is declared... no checking for sched_setaffinity... CXXLD hwloc-hello-cpp no checking for sys/cpuset.h... no checking for cpuset_setaffinity... config.status: creating utils/hwloc/test-hwloc-compress-dir.sh CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind config.status: creating utils/hwloc/test-hwloc-diffpatch.sh no checking for library containing pthread_getthrds_np... CC nodeset+membind+policy.o config.status: creating utils/hwloc/test-hwloc-distrib.sh CCLD nodeset+membind+policy no checking for cpuset_setid... config.status: creating utils/hwloc/test-hwloc-info.sh no checking libudev.h usability... no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... cannot check without pkg-config checking pciaccess.h usability... CC get-knl-modes.o CCLD get-knl-modes config.status: creating utils/hwloc/test-fake-plugin.sh no checking pciaccess.h presence... no checking for pciaccess.h... no checking CL/cl_ext.h usability... no checking CL/cl_ext.h presence... CC gpu.o config.status: creating utils/hwloc/test-hwloc-dump-hwdata/Makefile no checking for CL/cl_ext.h... no checking cuda.h usability... no checking cuda.h presence... CCLD gpu config.status: creating utils/hwloc/test-hwloc-dump-hwdata/test-hwloc-dump-hwdata.sh 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... CC sharedcaches.o CCLD sharedcaches no checking nvml.h presence... no checking for nvml.h... no checking X11/Xlib.h usability... config.status: creating utils/lstopo/test-lstopo.sh no checking X11/Xlib.h presence... /Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS no checking for X11/Xlib.h... no configure: WARNING: X11 not found; GL disabled checking NVCtrl/NVCtrl.h usability... no checking NVCtrl/NVCtrl.h presence... config.status: creating utils/lstopo/test-lstopo-shmem.sh no checking for NVCtrl/NVCtrl.h... no checking for LIBXML2... cannot check without pkg-config checking for x86 cpuid... config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[3]: Nothing to be done for `check-am'. make[1]: Nothing to be done for `check-am'. + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component darwin... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. 2 procs 2 packages 1 threads per package package 0 has cpuset 0x00000001 package 1 has cpuset 0x00000002 1 cores per package core 0 has cpuset 0x00000001 core 1 has cpuset 0x00000002 caches 2(2097152kB) 1(32kB) 1(256kB) 1(30720kB) 3 cache levels node 0 has cpuset 0x00000003 L1icache 0 has cpuset 0x00000001 L1cache 0 has cpuset 0x00000001 L1icache 1 has cpuset 0x00000002 L1cache 1 has cpuset 0x00000002 L2cache 0 has cpuset 0x00000001 L2cache 1 has cpuset 0x00000002 L3cache 0 has cpuset 0x00000001 L3cache 1 has cpuset 0x00000002 * CPU cpusets * cpu 0 (os 0) has cpuset 0x00000001 cpu 1 (os 1) has cpuset 0x00000002 Machine#0(Backend=Darwin OSName=Darwin OSRelease=16.7.0 OSVersion="Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64" HostName=ciosx Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000001 L3Cache(size=30720KB linesize=64) cpuset 0x00000001 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000001 L1dCache(size=32KB linesize=64) cpuset 0x00000001 L1iCache(size=32KB linesize=64) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000002 L3Cache(size=30720KB linesize=64) cpuset 0x00000002 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000002 L1dCache(size=32KB linesize=64) cpuset 0x00000002 L1iCache(size=32KB linesize=64) cpuset 0x00000002 Core#1 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- L3Cache level has number 3 --- L2Cache level has number 4 --- L1Cache level has number 5 --- L1iCache level has number 6 --- Core level has number 7 --- PU level has number 8 Machine#0(Backend=Darwin OSName=Darwin OSRelease=16.7.0 OSVersion="Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000002 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000002 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000002 arity 1 Core#1 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(Backend=Darwin OSName=Darwin OSRelease=16.7.0 OSVersion="Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000002 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000002 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000002 arity 1 Core#1 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(Backend=Darwin OSName=Darwin OSRelease=16.7.0 OSVersion="Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(Backend=Darwin OSName=Darwin OSRelease=16.7.0 OSVersion="Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(Backend=Darwin OSName=Darwin OSRelease=16.7.0 OSVersion="Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 IO phase discovery... IO phase discovery in component opencl... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. 1 OpenCL platforms This is opencl0d0 Machine#0(Backend=Darwin OSName=Darwin OSRelease=16.7.0 OSVersion="Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing bridge objects if needed Machine#0(Backend=Darwin OSName=Darwin OSRelease=16.7.0 OSVersion="Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing empty objects Machine#0(Backend=Darwin OSName=Darwin OSRelease=16.7.0 OSVersion="Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(Backend=Darwin OSName=Darwin OSRelease=16.7.0 OSVersion="Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2097152KB Backend=Darwin OSName=Darwin OSRelease=16.7.0 OSVersion="Darwin Kernel Version 16.7.0: Thu Jun 15 17:36:27 PDT 2017; root:xnu-3789.70.16~2/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L3Cache(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2097152KB total=2097152KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Machine (2048MB total) NUMANode L#0 (P#0 2048MB) Package L#0 + L3 L#0 (30MB) + L2 L#0 (256KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L3 L#1 (30MB) + L2 L#1 (256KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) + cd .. + exit 0 [Pipeline] deleteDir config.status: creating contrib/hwloc-ps.www/Makefile yes checking for pthread_mutex_lock... yes checking if plugin support is enabled... no config.status: creating contrib/systemd/Makefile checking components to build statically... noos xml synthetic xml_nolibxml windows x86 checking components to build as plugins... checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) 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... yes checking whether to enable "picky" compiler mode... no (default) ### ### Configuring hwloc command line utilities ### checking for CAIRO... cannot check without pkg-config checking for wchar_t... yes checking for putwc... [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // node config.status: creating contrib/misc/Makefile [Pipeline] } yes checking locale.h usability... yes checking locale.h presence... config.status: creating contrib/windows/Makefile yes checking for locale.h... yes checking for setlocale... (cached) yes checking for uselocale... config.status: creating contrib/windows/test-windows-version.sh no checking xlocale.h usability... no checking xlocale.h presence... config.status: creating tests/netloc/Makefile no checking for xlocale.h... no checking langinfo.h usability... no checking langinfo.h presence... no checking for langinfo.h... no checking termcap support using ncurses and ... no checking termcap support using ncurses and -ltermcap... no checking termcap support using ncurses and -lncursesw... config.status: creating tests/netloc/tests.sh no checking termcap support using ncurses and -lncurses... config.status: creating include/private/autogen/config.h no checking termcap support using curses and ... no checking termcap support using curses and -ltermcap... no checking termcap support using curses and -lcursesw... config.status: creating include/hwloc/autogen/config.h no checking termcap support using curses and -lcurses... no checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... config.status: linking ../hwloc/topology-solaris.c to tests/hwloc/ports/topology-solaris.c no checking time.h usability... yes checking time.h presence... 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 yes checking for time.h... yes checking for clock_gettime... yes ### ### Configuring tests ### checking for pthread_self in -lpthread... config.status: linking ../hwloc/topology-windows.c to tests/hwloc/ports/topology-windows.c yes checking for NUMA... cannot check without pkg-config checking for numa_available in -lnuma... config.status: linking ../hwloc/topology-darwin.c to tests/hwloc/ports/topology-darwin.c no checking for stdlib.h... (cached) yes checking for mkstemp... config.status: linking ../hwloc/topology-freebsd.c to tests/hwloc/ports/topology-freebsd.c yes checking infiniband/verbs.h usability... config.status: linking ../hwloc/topology-netbsd.c to tests/hwloc/ports/topology-netbsd.c no checking infiniband/verbs.h presence... config.status: linking ../hwloc/topology-hpux.c to tests/hwloc/ports/topology-hpux.c no checking for infiniband/verbs.h... no checking for xmllint... xmllint checking for bunzip2... bunzip2 checking if CXX works... config.status: linking ../hwloc/topology-bgq.c to tests/hwloc/ports/topology-bgq.c yes checking whether diff accepts -u... yes config.status: linking ../hwloc/topology-opencl.c to tests/hwloc/ports/topology-opencl.c ### ### Performing final hwloc configuration ### checking that generated files are newer than configure... done configure: creating ./config.status 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 Running on Ubuntu_18.04_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] { [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-unix-debug [Pipeline] { [Pipeline] unstash [Pipeline] unstash [Pipeline] sh + chmod 755 job-3-debug.sh + ./job-3-debug.sh hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-ubuntu1804amd64 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + test -f /builds/.ciprofile + . /builds/.ciprofile + export HWLOC_CI_JOB1CHECK_CONFOPTS=--disable-plugin-dlopen + export HWLOC_CI_JOB3DEBUG_CONFOPTS=--enable-32bits-pci-domain + export PATH=/builds/local/bin:/builds/.local/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games + export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/ + export ANDROID_HOME=/usr/lib/android-sdk + export PATH=/builds/local/bin:/builds/.local/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/android-sdk/tools:/usr/lib/android-sdk/platform-tools + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + mkdir build-plugins-debug + cd build-plugins-debug + ../configure --enable-plugins --enable-debug ### ### 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... /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 whether make supports the include directive... yes (GNU style) 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... /bin/grep checking for egrep... /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... /bin/sed checking for fgrep... /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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt 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... yes 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... no 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... yes 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... enabled 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... config.status: creating Makefile config.status: creating include/Makefile config.status: creating hwloc/Makefile config.status: creating doc/Makefile 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 whether strtoull is declared... yes checking for ssize_t... yes config.status: creating doc/examples/Makefile config.status: creating doc/doxygen-config.cfg checking whether snprintf is declared... yes checking whether _strdup is declared... no checking whether _putenv is declared... no checking whether snprintf is correct... yes checking whether getprogname is declared... no config.status: creating utils/Makefile 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... config.status: creating utils/hwloc/Makefile config.status: creating utils/lstopo/Makefile 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/bash checking for ffs... yes checking whether ffs is declared... config.status: creating hwloc.pc 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... config.status: creating netloc/Makefile config.status: creating utils/netloc/infiniband/Makefile yes checking for memalign... yes checking for posix_memalign... yes checking sys/utsname.h usability... config.status: creating utils/netloc/draw/Makefile 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... config.status: creating utils/netloc/scotch/Makefile 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... config.status: creating utils/netloc/mpi/Makefile config.status: creating netloc.pc no checking libudev.h usability... no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... yes checking CL/cl_ext.h presence... yes checking for CL/cl_ext.h... yes checking for clGetDeviceIDs in -lOpenCL... config.status: creating netlocscotch.pc config.status: creating tests/Makefile yes 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... config.status: creating tests/hwloc/Makefile yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking X11/Xlib.h usability... yes checking X11/Xlib.h presence... yes checking for X11/Xlib.h... yes checking for XOpenDisplay in -lX11... config.status: creating tests/hwloc/linux/Makefile config.status: creating tests/hwloc/linux/allowed/Makefile 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... yes checking ltdl.h usability... yes checking ltdl.h presence... yes checking for ltdl.h... yes checking for lt_dlopenext in -lltdl... config.status: creating tests/hwloc/linux/gather/Makefile config.status: creating tests/hwloc/x86/Makefile yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking components to build statically... noos xml synthetic xml_nolibxml linux x86 checking components to build as plugins... pci opencl xml_libxml checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes 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... yes checking whether to enable "picky" compiler mode... no (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 whether lstopo Cairo/X11 interactive graphical output is supported... yes checking for wchar_t... config.status: creating tests/hwloc/x86+linux/Makefile 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... config.status: creating tests/hwloc/xml/Makefile config.status: creating tests/hwloc/ports/Makefile 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... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... config.status: creating tests/hwloc/rename/Makefile no 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... no checking for numa_available in -lnuma... yes checking whether numa_bitmask_alloc is declared... config.status: creating tests/hwloc/linux/allowed/test-topology.sh yes checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes checking for ibv_open_device in -libverbs... yes checking for xmllint... xmllint checking for bunzip2... bunzip2 checking if CXX works... 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 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 tests/hwloc/x86+linux/test-topology.sh config.status: creating tests/hwloc/xml/test-topology.sh config.status: creating Makefile config.status: creating include/Makefile config.status: creating hwloc/Makefile config.status: creating tests/hwloc/wrapper.sh config.status: creating utils/hwloc/hwloc-compress-dir 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 utils/hwloc/hwloc-gather-topology config.status: creating utils/hwloc/test-hwloc-annotate.sh 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/x86+linux/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 utils/hwloc/test-hwloc-calc.sh config.status: creating tests/hwloc/linux/test-topology.sh config.status: creating tests/hwloc/x86/test-topology.sh config.status: creating tests/hwloc/x86+linux/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-compress-dir.sh config.status: creating utils/hwloc/test-hwloc-diffpatch.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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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: creating utils/hwloc/test-hwloc-distrib.sh 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: 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: 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(pciaccess+linux) LinuxIO OpenCL Graphical output: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: yes (pci opencl xml_libxml) ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making all in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology.lo config.status: creating utils/lstopo/test-lstopo.sh config.status: creating utils/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile config.status: creating contrib/systemd/Makefile config.status: creating contrib/misc/Makefile config.status: creating contrib/windows/Makefile CC traversal.lo config.status: creating contrib/windows/test-windows-version.sh config.status: creating tests/netloc/Makefile config.status: creating tests/netloc/tests.sh CC distances.lo config.status: creating include/private/autogen/config.h config.status: creating include/hwloc/autogen/config.h CC components.lo 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 CC bind.lo 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 CC bitmap.lo 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 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-linux.lo CC topology-hardwired.lo CC topology-x86.lo CCLD libhwloc.la CC hwloc_xml_libxml_la-topology-xml-libxml.lo CCLD hwloc_xml_libxml.la CC hwloc_pci_la-topology-pci.lo CCLD hwloc_pci.la CC hwloc_opencl_la-topology-opencl.lo CCLD hwloc_opencl.la make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making all in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/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 CC common-ps.lo CCLD libutils_common.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD hwloc-ps CC hwloc-gather-cpuid.o CCLD hwloc-gather-cpuid config.status: executing libtool commands config.status: executing chmoding-scripts commands ************************************************************************ Could not detect/enable some features such as libxml2 and Cairo support because pkg-config isn't available. ************************************************************************ ----------------------------------------------------------------------------- Hwloc optional build support status (more details can be found above): Probe / display I/O devices: no Graphical output: yes (Windows) XML input / output: basic Netloc functionality: no Plugin support: no ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/include' Making all in hwloc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/hwloc' CC topology.lo 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.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making all in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' CC lstopo_no_graphics-lstopo.o 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: no Graphical output: yes (Windows) XML input / output: basic Netloc functionality: no Plugin support: no ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/include' Making all in hwloc make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/hwloc' CC topology.lo CC lstopo_no_graphics-lstopo-draw.o CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o CC lstopo_no_graphics-lstopo-text.o CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics CC lstopo-lstopo.o CC lstopo-lstopo-draw.o CC lstopo-lstopo-fig.o CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o CC lstopo-lstopo-text.o CC lstopo-lstopo-xml.o CC lstopo-lstopo-shmem.o CC lstopo-lstopo-cairo.o CCLD lstopo Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making all in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making all in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making all in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making all in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making all in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make all-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making all in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + make check CC traversal.lo Making check in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/include' Making check in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make hwloc_fake.la make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' CC topology-fake.lo CCLD hwloc_fake.la make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/hwloc' Making check in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' PASS: test-hwloc-annotate.sh CC traversal.lo PASS: test-hwloc-calc.sh CC distances.lo PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: test-hwloc-distrib.sh PASS: test-hwloc-info.sh CC components.lo PASS: test-fake-plugin.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 7 # PASS: 7 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/hwloc' Making check in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make check-TESTS make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/utils' Making check in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched openfabrics-verbs opencl make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CC hwloc_list_components.o CCLD hwloc_list_components CC hwloc_bitmap.o CC distances.lo CCLD hwloc_bitmap CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o CC bind.lo CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o CCLD hwloc_type_depth CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf CC hwloc_bind.o CCLD hwloc_bind CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation CC hwloc_object_userdata.o CC components.lo CCLD hwloc_object_userdata CC hwloc_synthetic.o CCLD hwloc_synthetic CC hwloc_backends.o CC bitmap.lo CCLD hwloc_backends CC hwloc_pci_backend.o CCLD hwloc_pci_backend CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem CC hwloc_distances.o CCLD hwloc_distances CC hwloc_groups.o CCLD hwloc_groups CC hwloc_insert_misc.o CCLD hwloc_insert_misc CC hwloc_topology_allow.o CCLD hwloc_topology_allow CC hwloc_topology_restrict.o CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CCLD hwloc_topology_dup CC hwloc_topology_diff.o CCLD hwloc_topology_diff CC hwloc_topology_abi.o CCLD hwloc_topology_abi CC hwloc_obj_infos.o CCLD hwloc_obj_infos CC hwloc_iodevs.o CCLD hwloc_iodevs CC xmlbuffer.o CCLD xmlbuffer CC gl.o CCLD gl CC intel-mic.o CCLD intel-mic CC shmem.o CCLD shmem CC linux_libnuma-linux-libnuma.o CC bind.lo CCLD linux-libnuma CC glibc-sched.o CCLD glibc-sched CC openfabrics-verbs.o CCLD openfabrics-verbs CC opencl.o CC pci-common.lo CCLD opencl make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs PASS: hwloc_get_obj_covering_cpuset PASS: hwloc_get_cache_covering_cpuset PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation PASS: hwloc_object_userdata PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups CC diff.lo PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: xmlbuffer PASS: gl PASS: intel-mic PASS: shmem PASS: linux-libnuma PASS: glibc-sched PASS: openfabrics-verbs PASS: opencl ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 43 # PASS: 43 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' Making check in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o AR liblstopo-port-windows.a ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_aix_la-topology-aix.lo CC bitmap.lo CCLD libhwloc-port-aix.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_bgq_la-topology-bgq.lo CCLD libhwloc-port-bgq.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_darwin_la-topology-darwin.lo CCLD libhwloc-port-darwin.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_freebsd_la-topology-freebsd.lo CCLD libhwloc-port-freebsd.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_hpux_la-topology-hpux.lo CCLD libhwloc-port-hpux.la CC shmem.lo ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_netbsd_la-topology-netbsd.lo CCLD libhwloc-port-netbsd.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_solaris_la-topology-solaris.lo CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CCLD libhwloc-port-solaris.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_windows_la-topology-windows.lo CCLD libhwloc-port-windows.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_opencl_la-topology-opencl.lo CCLD libhwloc-port-opencl.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_cuda_la-topology-cuda.lo CCLD libhwloc-port-cuda.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_nvml_la-topology-nvml.lo CCLD libhwloc-port-nvml.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_gl_la-topology-gl.lo CCLD libhwloc-port-gl.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml CC misc.lo PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml CC pci-common.lo PASS: 192em64t-12gr2n8c2t.xml PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml CC base64.lo PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/xml' Making check in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output PASS: 256ppc-8n8s4t.output PASS: 256ppc-8n8s4t-nocache.output PASS: 32amd64-4s2n4c-cgroup.output PASS: 32amd64-4s2n4c-cgroup.xml.output CC topology-noos.lo PASS: 8amd64-4n2c.output PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 8ia64-2n2s2c.output CC diff.lo PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16em64t-4s2c2t_ncaches.output PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: 16ia64-8n2s.output CC topology-synthetic.lo PASS: 32em64t-2n8c+1mic.output PASS: 40intel64-2g2n4c+pci.output PASS: 40intel64-4n10c+pci-conflicts.output PASS: 48amd64-4d2n6c-sparse.output PASS: 64amd64-4s2n4ca2co.output CC shmem.lo PASS: 64fake-4n2s2ca2c2t.output PASS: 64intel64-fakeKNL-A2A-cache.output PASS: 64intel64-fakeKNL-SNC4-hybrid.output PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output PASS: 96em64t-4n4d3ca2co.output CC topology-xml.lo PASS: 128ia64-17n4s2c.output PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output PASS: nvidiagpunumanodes.output PASS: nvidiagpunumanodes.kept.output PASS: fakememinitiators-1npc+1npc.output PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/linux' Making check in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output CC misc.lo PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' CC topology-xml-nolibxml.lo PASS: 64amd64-4p2n4ca2co.output PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/tests' Making check in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make check-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' Making check in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' CC hwloc-hello.o CCLD hwloc-hello CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind CC nodeset+membind+policy.o CCLD nodeset+membind+policy ../../hwloc/misc.c:25:14: warning: 'program_invocation_name' redeclared without dllimport attribute: previous dllimport ignored [-Wattributes] extern char *program_invocation_name; ^ CC get-knl-modes.o CCLD get-knl-modes CC base64.lo CC gpu.o CCLD gpu CC sharedcaches.o CCLD sharedcaches make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-unix-debug/hwloc-v2.1-20200706.2130.gite5549aff/build-plugins-debug' + tests/hwloc/wrapper.sh utils/lstopo/lstopo-no-graphics hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. CPU phase discovery... CPU phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. Found sysfs cpu files under /sys/bus/cpu/devices with old topology filenames Found sysfs node files under /sys/bus/node/devices * Topology extraction from /proc/cpuinfo * processor 0 processor 1 Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset Found cgroup-cpuset / Trying to read cgroup file cpuset includes 0x00000003 Trying to read cgroup file cpuset includes 0x00000001 online CPUs 0x00000003 found 2 cpu topologies, cpuset 0x00000003 os core 0 has cpuset 0x00000001 os package 0 has cpuset 0x00000001 thread 0 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 1 has cpuset 0x00000001 cache depth 2 has cpuset 0x00000001 os core 0 has cpuset 0x00000002 os package 1 has cpuset 0x00000002 thread 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 1 has cpuset 0x00000002 cache depth 2 has cpuset 0x00000002 possible NUMA nodes 0x00000001 NUMA indexes: 0 os node 0 has cpuset 0x00000003 found DMIProductName 'CloudStack KVM Hypervisor' found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)' found DMIChassisVendor 'Bochs' found DMIChassisType '1' found DMIChassisVersion '' found DMIChassisAssetTag '' found DMIBIOSVendor 'Seabios' found DMIBIOSVersion '0.5.1' found DMIBIOSDate '01/01/2011' found DMISysVendor 'Apache Software Foundation' Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Group0 cpuset 0x00000003 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001 Core#0 cpuset 0x00000001 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002 L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002 Core#0 cpuset 0x00000002 PU#1 cpuset 0x00000002 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component x86... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. highest cpuid d, cpuid type 0 highest extended cpuid 80000008 possible CPUs are 0x00000003 binding to CPU0 APIC ID 0x00 legacy_max_log_proc 1 phys 0 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB binding to CPU1 APIC ID 0x01 legacy_max_log_proc 1 phys 1 legacy thread 0 thus 1 threads this is thread 0 of core 0 cache 0 type 1 cache 1 type 2 cache 2 type 3 cache 3 type 0 cache 0 L1d t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 1 L1i t1 linesize 64 linepart 1 ways 8 sets 64, size 32KB cache 2 L2u t1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 CPU phase discovery in component no_os... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1 Core#0 cpuset 0x00000001 arity 1 PU#0 cpuset 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1 Core#0 cpuset 0x00000002 arity 1 PU#1 cpuset 0x00000002 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 completeN 0x00000001 Fixup root sets Propagate sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Removing unauthorized sets from all sets Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 Ok, finished tweaking, now connect Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 PCI phase discovery... PCI phase discovery in component linux... hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment. PCI hierarchy: 0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101] Adding new PCI hostbridge 0000:00 new PCI hostbridge covers 0000:[00-00] Looking for parent of PCI busid 0000:00:01.1 will attach PCI bus to cpuset 0x00000003 Adding PCI locality Machine P#0 for bus 0000:[00:00] Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI)) IO phase discovery... IO phase discovery in component linux... pcidisc looking for bus id 0000:00:01.1 found pci locality for 0000:[00:00] looking for bus 0000:00:01.1 below Machine P#0 found busid 0000:00:01.1 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found busid 0000:00:05.0 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:06:52:00:01:5a) name "ens3" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" IO phase discovery in component opencl... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:06:52:00:01:5a) name "ens3" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" MISC phase discovery... MISC phase discovery in component linux... Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA)) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet)) Network(Address=06:06:52:00:01:5a) name "ens3" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI)) Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" ANNOTATE phase discovery... ANNOTATE phase discovery in component linux... pcidisc looking for bus id 0000:00:11.0 found pci locality for 0000:[00:00] looking for bus 0000:00:11.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:07.0 found pci locality for 0000:[00:00] looking for bus 0000:00:07.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:19.0 found pci locality for 0000:[00:00] looking for bus 0000:00:19.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:05.0 found pci locality for 0000:[00:00] looking for bus 0000:00:05.0 below Machine P#0 found busid 0000:00:05.0 pcidisc looking for bus id 0000:00:17.0 found pci locality for 0000:[00:00] looking for bus 0000:00:17.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1f.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1f.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:03.0 found pci locality for 0000:[00:00] looking for bus 0000:00:03.0 below Machine P#0 found busid 0000:00:03.0 pcidisc looking for bus id 0000:00:15.0 found pci locality for 0000:[00:00] looking for bus 0000:00:15.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0b.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:01.0 found pci locality for 0000:[00:00] looking for bus 0000:00:01.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:12.0 found pci locality for 0000:[00:00] looking for bus 0000:00:12.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:08.0 found pci locality for 0000:[00:00] looking for bus 0000:00:08.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:10.0 found pci locality for 0000:[00:00] looking for bus 0000:00:10.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:06.0 found pci locality for 0000:[00:00] looking for bus 0000:00:06.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:18.0 found pci locality for 0000:[00:00] looking for bus 0000:00:18.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:04.0 found pci locality for 0000:[00:00] looking for bus 0000:00:04.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:16.0 found pci locality for 0000:[00:00] looking for bus 0000:00:16.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0c.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0c.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1e.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1e.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:02.0 found pci locality for 0000:[00:00] looking for bus 0000:00:02.0 below Machine P#0 found busid 0000:00:02.0 pcidisc looking for bus id 0000:00:14.0 found pci locality for 0000:[00:00] looking for bus 0000:00:14.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:0a.0 found pci locality for 0000:[00:00] looking for bus 0000:00:0a.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1d.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1d.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:13.0 found pci locality for 0000:[00:00] looking for bus 0000:00:13.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:09.0 found pci locality for 0000:[00:00] looking for bus 0000:00:09.0 below Machine P#0 found parent Bridge P#4294967295 pcidisc looking for bus id 0000:00:1b.0 found pci locality for 0000:[00:00] looking for bus 0000:00:1b.0 below Machine P#0 found parent Bridge P#4294967295 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE)) Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2) PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3) Network(Address=06:06:52:00:01:5a) name "ens3" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5) Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" ANNOTATE phase discovery in component pci... --- Group level has number 1 --- Package level has number 2 --- L2Cache level has number 3 --- L1Cache level has number 4 --- L1iCache level has number 5 --- Core level has number 6 --- PU level has number 7 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:06:52:00:01:5a) name "ens3" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" Removing bridge objects if needed Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:06:52:00:01:5a) name "ens3" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" Removing empty objects Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 1 Group0 cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:06:52:00:01:5a) name "ens3" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" Removing levels with HWLOC_TYPE_FILTER_KEEP_STRUCTURE may merge levels #0=Machine and #1=Group removed child level Group at depth 1 Machine#0(DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2041180KB total=0KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:06:52:00:01:5a) name "ens3" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" Propagate total memory up TWEAK phase discovery... TWEAK phase discovery in component fake... Machine#0(total=2041180KB DMIProductName="CloudStack KVM Hypervisor" DMIProductVersion="RHEL 7.0.0 PC (i440FX + PIIX, 1996)" DMIChassisVendor=Bochs DMIChassisType=1 DMIChassisVersion= DMIChassisAssetTag= DMIBIOSVendor=Seabios DMIBIOSVersion=0.5.1 DMIBIOSDate=01/01/2011 DMISysVendor="Apache Software Foundation" Backend=Linux LinuxCgroup=/ OSName=Linux OSRelease=4.15.0-66-generic OSVersion="#75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lstopo-no-graphics) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 arity 2 Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#0 cpuset 0x00000001 complete 0x00000001 nodeset 0x00000001 completeN 0x00000001 Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 Core#0 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 arity 1 PU#1 cpuset 0x00000002 complete 0x00000002 nodeset 0x00000001 completeN 0x00000001 NUMANode#0(local=2041180KB total=2041180KB) cpuset 0x00000003 complete 0x00000003 nodeset 0x00000001 completeN 0x00000001 HostBridge(buses=0000:[00-00]) PCI(busid=0000:00:01.1 id=8086:7010 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") Block(Size=1048575 SectorSize=512 LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003) name "sr0" subtype "Removable Media Device" PCI(busid=0000:00:02.0 id=1013:00b8 class=0300(VGA) PCISlot=2 PCIVendor="Cirrus Logic" PCIDevice="GD 5446") PCI(busid=0000:00:03.0 id=1af4:1000 class=0200(Ethernet) PCISlot=3 PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device") Network(Address=06:06:52:00:01:5a) name "ens3" PCI(busid=0000:00:05.0 id=1af4:1001 class=0100(SCSI) PCISlot=5 PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device") Block(Size=20971520 SectorSize=512 LinuxDeviceID=252:0) name "vda" possible NUMA nodes are 0x00000001 Machine (1993MB total) NUMANode L#0 (P#0 1993MB) Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0) Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1) HostBridge PCI 00:01.1 (IDE) Block(Removable Media Device) "sr0" PCI 00:02.0 (VGA) PCI 00:03.0 (Ethernet) Net "ens3" PCI 00:05.0 (SCSI) Block "vda" + cd .. + exit 0 [Pipeline] deleteDir [Pipeline] } [Pipeline] // dir [Pipeline] } Running on Ubuntu_18.04_x86_64 in /builds/workspace/extended_v2.1 [Pipeline] // node [Pipeline] { [Pipeline] } [Pipeline] dir Running in /builds/workspace/extended_v2.1/check-sonarscanner [Pipeline] { [Pipeline] unstash CC topology-windows.lo [Pipeline] unstash [Pipeline] sh + chmod 755 job-3-sonarscanner.sh + ./job-3-sonarscanner.sh https://github.com/open-mpi/hwloc.git v2.1 hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ Running on: Linux hwloc-ubuntu1804amd64 4.15.0-66-generic #75-Ubuntu SMP Tue Oct 1 05:24:09 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux Tarball: hwloc-v2.1-20200706.2130.gite5549aff.tar.gz ############################ + git_repo_url=https://github.com/open-mpi/hwloc.git + hwloc_branch=v2.1 + tarball=hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + test -z https://github.com/open-mpi/hwloc.git + test -z v2.1 + test -f /builds/.ciprofile + . /builds/.ciprofile ++ export HWLOC_CI_JOB1CHECK_CONFOPTS=--disable-plugin-dlopen ++ HWLOC_CI_JOB1CHECK_CONFOPTS=--disable-plugin-dlopen ++ export HWLOC_CI_JOB3DEBUG_CONFOPTS=--enable-32bits-pci-domain ++ HWLOC_CI_JOB3DEBUG_CONFOPTS=--enable-32bits-pci-domain ++ export PATH=/builds/local/bin:/builds/.local/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games ++ PATH=/builds/local/bin:/builds/.local/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games ++ export JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/ ++ JAVA_HOME=/usr/lib/jvm/java-11-openjdk-amd64/ ++ export ANDROID_HOME=/usr/lib/android-sdk ++ ANDROID_HOME=/usr/lib/android-sdk ++ export PATH=/builds/local/bin:/builds/.local/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/android-sdk/tools:/usr/lib/android-sdk/platform-tools ++ PATH=/builds/local/bin:/builds/.local/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/usr/lib/android-sdk/tools:/usr/lib/android-sdk/platform-tools + test xv2.1 '!=' xmaster ++ echo xv2.1x ++ sed -r -e 's/xv[0-9]+\.[0-9]+x//' + test x '!=' x + test xhttps://github.com/open-mpi/hwloc.git '!=' xhttps://github.com/open-mpi/hwloc.git ++ basename hwloc-v2.1-20200706.2130.gite5549aff.tar.gz .tar.gz + basename=hwloc-v2.1-20200706.2130.gite5549aff + test -d hwloc-v2.1-20200706.2130.gite5549aff + tar xfz hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + rm hwloc-v2.1-20200706.2130.gite5549aff.tar.gz + cd hwloc-v2.1-20200706.2130.gite5549aff + touch configure + export 'CFLAGS=-O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline' + CFLAGS='-O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline' + export LDFLAGS=--coverage + LDFLAGS=--coverage + ./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... /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 whether make supports the include directive... yes (GNU style) 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... /bin/grep checking for egrep... /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... /bin/sed checking for fgrep... /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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt 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... yes 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... no 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... yes 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... CC topology-noos.lo CC topology-x86.lo 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.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff checking for hwloc version... v2.1-20200706.2130.gite5549aff 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... no checking whether to enable symbol visibility... no (unsupported) 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 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 snprintf is correct... yes 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... CCLD libhwloc.la 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/bash 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... CC topology-synthetic.lo 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... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... gcc -static-libgcc ../../hwloc/dolib.c -o dolib.exe yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... yes checking CL/cl_ext.h presence... yes checking for CL/cl_ext.h... yes checking for clGetDeviceIDs in -lOpenCL... yes 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... [ ! -r .libs/libhwloc.def ] || ./dolib.exe "/c/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/lib" X86 .libs/libhwloc.def 16:0:1 .libs/libhwloc.lib Microsoft (R) Library Manager Version 11.00.50727.1 Copyright (C) Microsoft Corporation. All rights reserved. Creating library .libs/libhwloc.lib and object .libs/libhwloc.exp using soname libhwloc-15 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... make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/hwloc' Making all in utils make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils' Making all in hwloc make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' Making all in . make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' CC hwloc-annotate.o yes 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 pci opencl 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... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes 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... yes checking whether to enable "picky" compiler mode... no (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 whether lstopo Cairo/X11 interactive graphical output is supported... 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... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... no checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for clock_gettime... CCLD hwloc-annotate.exe yes ### ### Configuring tests ### checking for pthread_self in -lpthread... yes checking for NUMA... no checking for numa_available in -lnuma... yes checking whether numa_bitmask_alloc is declared... yes checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes checking for ibv_open_device in -libverbs... yes 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/x86+linux/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/x86+linux/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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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 CC hwloc-bind.o CC topology-xml.lo 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(pciaccess+linux) LinuxIO OpenCL Graphical output: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: no ----------------------------------------------------------------------------- + make V=1 + tee hwloc-build.log Making all in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include' Making all in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' depbase=`echo topology.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology.lo -MD -MP -MF $depbase.Tpo -c -o topology.lo topology.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology.lo -MD -MP -MF .deps/topology.Tpo -c topology.c -fPIC -DPIC -o .libs/topology.o CCLD hwloc-bind.exe depbase=`echo traversal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT traversal.lo -MD -MP -MF $depbase.Tpo -c -o traversal.lo traversal.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT traversal.lo -MD -MP -MF .deps/traversal.Tpo -c traversal.c -fPIC -DPIC -o .libs/traversal.o depbase=`echo distances.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT distances.lo -MD -MP -MF $depbase.Tpo -c -o distances.lo distances.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT distances.lo -MD -MP -MF .deps/distances.Tpo -c distances.c -fPIC -DPIC -o .libs/distances.o depbase=`echo components.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT components.lo -MD -MP -MF $depbase.Tpo -c -o components.lo components.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT components.lo -MD -MP -MF .deps/components.Tpo -c components.c -fPIC -DPIC -o .libs/components.o depbase=`echo bind.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT bind.lo -MD -MP -MF $depbase.Tpo -c -o bind.lo bind.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT bind.lo -MD -MP -MF .deps/bind.Tpo -c bind.c -fPIC -DPIC -o .libs/bind.o depbase=`echo bitmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT bitmap.lo -MD -MP -MF $depbase.Tpo -c -o bitmap.lo bitmap.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT bitmap.lo -MD -MP -MF .deps/bitmap.Tpo -c bitmap.c -fPIC -DPIC -o .libs/bitmap.o depbase=`echo pci-common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT pci-common.lo -MD -MP -MF $depbase.Tpo -c -o pci-common.lo pci-common.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT pci-common.lo -MD -MP -MF .deps/pci-common.Tpo -c pci-common.c -fPIC -DPIC -o .libs/pci-common.o depbase=`echo diff.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT diff.lo -MD -MP -MF $depbase.Tpo -c -o diff.lo diff.c &&\ mv -f $depbase.Tpo $depbase.Plo CC hwloc-calc.o libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT diff.lo -MD -MP -MF .deps/diff.Tpo -c diff.c -fPIC -DPIC -o .libs/diff.o depbase=`echo shmem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT shmem.lo -MD -MP -MF $depbase.Tpo -c -o shmem.lo shmem.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT shmem.lo -MD -MP -MF .deps/shmem.Tpo -c shmem.c -fPIC -DPIC -o .libs/shmem.o depbase=`echo misc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT misc.lo -MD -MP -MF $depbase.Tpo -c -o misc.lo misc.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT misc.lo -MD -MP -MF .deps/misc.Tpo -c misc.c -fPIC -DPIC -o .libs/misc.o depbase=`echo base64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT base64.lo -MD -MP -MF $depbase.Tpo -c -o base64.lo base64.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT base64.lo -MD -MP -MF .deps/base64.Tpo -c base64.c -fPIC -DPIC -o .libs/base64.o depbase=`echo topology-noos.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-noos.lo -MD -MP -MF $depbase.Tpo -c -o topology-noos.lo topology-noos.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-noos.lo -MD -MP -MF .deps/topology-noos.Tpo -c topology-noos.c -fPIC -DPIC -o .libs/topology-noos.o depbase=`echo topology-synthetic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-synthetic.lo -MD -MP -MF $depbase.Tpo -c -o topology-synthetic.lo topology-synthetic.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-synthetic.lo -MD -MP -MF .deps/topology-synthetic.Tpo -c topology-synthetic.c -fPIC -DPIC -o .libs/topology-synthetic.o depbase=`echo topology-xml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-xml.lo -MD -MP -MF $depbase.Tpo -c -o topology-xml.lo topology-xml.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-xml.lo -MD -MP -MF .deps/topology-xml.Tpo -c topology-xml.c -fPIC -DPIC -o .libs/topology-xml.o depbase=`echo topology-xml-nolibxml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-xml-nolibxml.lo -MD -MP -MF $depbase.Tpo -c -o topology-xml-nolibxml.lo topology-xml-nolibxml.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-xml-nolibxml.lo -MD -MP -MF .deps/topology-xml-nolibxml.Tpo -c topology-xml-nolibxml.c -fPIC -DPIC -o .libs/topology-xml-nolibxml.o depbase=`echo topology-xml-libxml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-xml-libxml.lo -MD -MP -MF $depbase.Tpo -c -o topology-xml-libxml.lo topology-xml-libxml.c &&\ mv -f $depbase.Tpo $depbase.Plo CCLD hwloc-calc.exe libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-xml-libxml.lo -MD -MP -MF .deps/topology-xml-libxml.Tpo -c topology-xml-libxml.c -fPIC -DPIC -o .libs/topology-xml-libxml.o depbase=`echo topology-pci.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-pci.lo -MD -MP -MF $depbase.Tpo -c -o topology-pci.lo topology-pci.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-pci.lo -MD -MP -MF .deps/topology-pci.Tpo -c topology-pci.c -fPIC -DPIC -o .libs/topology-pci.o CC topology-xml-nolibxml.lo depbase=`echo topology-opencl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-opencl.lo -MD -MP -MF $depbase.Tpo -c -o topology-opencl.lo topology-opencl.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-opencl.lo -MD -MP -MF .deps/topology-opencl.Tpo -c topology-opencl.c -fPIC -DPIC -o .libs/topology-opencl.o depbase=`echo topology-linux.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-linux.lo -MD -MP -MF $depbase.Tpo -c -o topology-linux.lo topology-linux.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-linux.lo -MD -MP -MF .deps/topology-linux.Tpo -c topology-linux.c -fPIC -DPIC -o .libs/topology-linux.o depbase=`echo topology-hardwired.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-hardwired.lo -MD -MP -MF $depbase.Tpo -c -o topology-hardwired.lo topology-hardwired.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-hardwired.lo -MD -MP -MF .deps/topology-hardwired.Tpo -c topology-hardwired.c -fPIC -DPIC -o .libs/topology-hardwired.o depbase=`echo topology-x86.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-x86.lo -MD -MP -MF $depbase.Tpo -c -o topology-x86.lo topology-x86.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DHWLOC_INSIDE_LIBHWLOC -DHWLOC_PLUGINS_PATH=\"/usr/local/lib/hwloc\" -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT topology-x86.lo -MD -MP -MF .deps/topology-x86.Tpo -c topology-x86.c -fPIC -DPIC -o .libs/topology-x86.o /bin/bash ../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -no-undefined -version-info 16:0:1 -lm -lpciaccess -lOpenCL -lxml2 --coverage -o libhwloc.la -rpath /usr/local/lib topology.lo traversal.lo distances.lo components.lo bind.lo bitmap.lo pci-common.lo diff.lo shmem.lo misc.lo base64.lo topology-noos.lo topology-synthetic.lo topology-xml.lo topology-xml-nolibxml.lo topology-xml-libxml.lo topology-pci.lo topology-opencl.lo topology-linux.lo topology-hardwired.lo topology-x86.lo libtool: link: gcc -shared -fPIC -DPIC .libs/topology.o .libs/traversal.o .libs/distances.o .libs/components.o .libs/bind.o .libs/bitmap.o .libs/pci-common.o .libs/diff.o .libs/shmem.o .libs/misc.o .libs/base64.o .libs/topology-noos.o .libs/topology-synthetic.o .libs/topology-xml.o .libs/topology-xml-nolibxml.o .libs/topology-xml-libxml.o .libs/topology-pci.o .libs/topology-opencl.o .libs/topology-linux.o .libs/topology-hardwired.o .libs/topology-x86.o -lm -lpciaccess -lOpenCL -lxml2 -O0 -g --coverage --coverage -Wl,-soname -Wl,libhwloc.so.15 -o .libs/libhwloc.so.15.1.0 CC hwloc-diff.o libtool: link: (cd ".libs" && rm -f "libhwloc.so.15" && ln -s "libhwloc.so.15.1.0" "libhwloc.so.15") libtool: link: (cd ".libs" && rm -f "libhwloc.so" && ln -s "libhwloc.so.15.1.0" "libhwloc.so") libtool: link: ( cd ".libs" && rm -f "libhwloc.la" && ln -s "../libhwloc.la" "libhwloc.la" ) make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' Making all in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' depbase=`echo hwloc-annotate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT hwloc-annotate.o -MD -MP -MF $depbase.Tpo -c -o hwloc-annotate.o hwloc-annotate.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o hwloc-annotate hwloc-annotate.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la libtool: link: gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o .libs/hwloc-annotate hwloc-annotate.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so -lm -lpciaccess -lOpenCL -lxml2 depbase=`echo hwloc-bind.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT hwloc-bind.o -MD -MP -MF $depbase.Tpo -c -o hwloc-bind.o hwloc-bind.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o hwloc-bind hwloc-bind.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la libtool: link: gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o .libs/hwloc-bind hwloc-bind.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so -lm -lpciaccess -lOpenCL -lxml2 CCLD hwloc-diff.exe depbase=`echo hwloc-calc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT hwloc-calc.o -MD -MP -MF $depbase.Tpo -c -o hwloc-calc.o hwloc-calc.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o hwloc-calc hwloc-calc.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la libtool: link: gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o .libs/hwloc-calc hwloc-calc.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so -lm -lpciaccess -lOpenCL -lxml2 depbase=`echo hwloc-diff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT hwloc-diff.o -MD -MP -MF $depbase.Tpo -c -o hwloc-diff.o hwloc-diff.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o hwloc-diff hwloc-diff.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la libtool: link: gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o .libs/hwloc-diff hwloc-diff.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so -lm -lpciaccess -lOpenCL -lxml2 depbase=`echo hwloc-distrib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT hwloc-distrib.o -MD -MP -MF $depbase.Tpo -c -o hwloc-distrib.o hwloc-distrib.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o hwloc-distrib hwloc-distrib.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la libtool: link: gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o .libs/hwloc-distrib hwloc-distrib.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so -lm -lpciaccess -lOpenCL -lxml2 depbase=`echo hwloc-info.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT hwloc-info.o -MD -MP -MF $depbase.Tpo -c -o hwloc-info.o hwloc-info.c &&\ mv -f $depbase.Tpo $depbase.Po CC topology-windows.lo /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o hwloc-info hwloc-info.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la libtool: link: gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o .libs/hwloc-info hwloc-info.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so -lm -lpciaccess -lOpenCL -lxml2 depbase=`echo hwloc-patch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT hwloc-patch.o -MD -MP -MF $depbase.Tpo -c -o hwloc-patch.o hwloc-patch.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o hwloc-patch hwloc-patch.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la libtool: link: gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o .libs/hwloc-patch hwloc-patch.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so -lm -lpciaccess -lOpenCL -lxml2 depbase=`echo hwloc-ps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT hwloc-ps.o -MD -MP -MF $depbase.Tpo -c -o hwloc-ps.o hwloc-ps.c &&\ mv -f $depbase.Tpo $depbase.Po depbase=`echo common-ps.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\ /bin/bash ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT common-ps.lo -MD -MP -MF $depbase.Tpo -c -o common-ps.lo common-ps.c &&\ mv -f $depbase.Tpo $depbase.Plo libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT common-ps.lo -MD -MP -MF .deps/common-ps.Tpo -c common-ps.c -fPIC -DPIC -o .libs/common-ps.o /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o libutils_common.la common-ps.lo /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la libtool: link: ar cru .libs/libutils_common.a .libs/common-ps.o ar: `u' modifier ignored since `D' is the default (see `U') libtool: link: ranlib .libs/libutils_common.a libtool: link: ( cd ".libs" && rm -f "libutils_common.la" && ln -s "../libutils_common.la" "libutils_common.la" ) /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o hwloc-ps hwloc-ps.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la libutils_common.la libtool: link: gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o .libs/hwloc-ps hwloc-ps.o ./.libs/libutils_common.a /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so -lm -lpciaccess -lOpenCL -lxml2 depbase=`echo hwloc-gather-cpuid.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\ gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT hwloc-gather-cpuid.o -MD -MP -MF $depbase.Tpo -c -o hwloc-gather-cpuid.o hwloc-gather-cpuid.c &&\ mv -f $depbase.Tpo $depbase.Po /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o hwloc-gather-cpuid hwloc-gather-cpuid.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la libtool: link: gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o .libs/hwloc-gather-cpuid hwloc-gather-cpuid.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so -lm -lpciaccess -lOpenCL -lxml2 gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT hwloc_dump_hwdata-hwloc-dump-hwdata.o -MD -MP -MF .deps/hwloc_dump_hwdata-hwloc-dump-hwdata.Tpo -c -o hwloc_dump_hwdata-hwloc-dump-hwdata.o `test -f 'hwloc-dump-hwdata.c' || echo './'`hwloc-dump-hwdata.c mv -f .deps/hwloc_dump_hwdata-hwloc-dump-hwdata.Tpo .deps/hwloc_dump_hwdata-hwloc-dump-hwdata.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -DRUNSTATEDIR=\"/usr/local/var/run\" -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o -MD -MP -MF .deps/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.Tpo -c -o hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o `test -f 'hwloc-dump-hwdata-knl.c' || echo './'`hwloc-dump-hwdata-knl.c mv -f .deps/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.Tpo .deps/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.Po /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o hwloc-dump-hwdata hwloc_dump_hwdata-hwloc-dump-hwdata.o hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la libtool: link: gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o .libs/hwloc-dump-hwdata hwloc_dump_hwdata-hwloc-dump-hwdata.o hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so -lm -lpciaccess -lOpenCL -lxml2 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.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making all in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo_no_graphics-lstopo.o -MD -MP -MF .deps/lstopo_no_graphics-lstopo.Tpo -c -o lstopo_no_graphics-lstopo.o `test -f 'lstopo.c' || echo './'`lstopo.c CC hwloc-distrib.o mv -f .deps/lstopo_no_graphics-lstopo.Tpo .deps/lstopo_no_graphics-lstopo.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo_no_graphics-lstopo-draw.o -MD -MP -MF .deps/lstopo_no_graphics-lstopo-draw.Tpo -c -o lstopo_no_graphics-lstopo-draw.o `test -f 'lstopo-draw.c' || echo './'`lstopo-draw.c mv -f .deps/lstopo_no_graphics-lstopo-draw.Tpo .deps/lstopo_no_graphics-lstopo-draw.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo_no_graphics-lstopo-fig.o -MD -MP -MF .deps/lstopo_no_graphics-lstopo-fig.Tpo -c -o lstopo_no_graphics-lstopo-fig.o `test -f 'lstopo-fig.c' || echo './'`lstopo-fig.c mv -f .deps/lstopo_no_graphics-lstopo-fig.Tpo .deps/lstopo_no_graphics-lstopo-fig.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo_no_graphics-lstopo-svg.o -MD -MP -MF .deps/lstopo_no_graphics-lstopo-svg.Tpo -c -o lstopo_no_graphics-lstopo-svg.o `test -f 'lstopo-svg.c' || echo './'`lstopo-svg.c mv -f .deps/lstopo_no_graphics-lstopo-svg.Tpo .deps/lstopo_no_graphics-lstopo-svg.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo_no_graphics-lstopo-ascii.o -MD -MP -MF .deps/lstopo_no_graphics-lstopo-ascii.Tpo -c -o lstopo_no_graphics-lstopo-ascii.o `test -f 'lstopo-ascii.c' || echo './'`lstopo-ascii.c CCLD hwloc-distrib.exe mv -f .deps/lstopo_no_graphics-lstopo-ascii.Tpo .deps/lstopo_no_graphics-lstopo-ascii.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo_no_graphics-lstopo-text.o -MD -MP -MF .deps/lstopo_no_graphics-lstopo-text.Tpo -c -o lstopo_no_graphics-lstopo-text.o `test -f 'lstopo-text.c' || echo './'`lstopo-text.c mv -f .deps/lstopo_no_graphics-lstopo-text.Tpo .deps/lstopo_no_graphics-lstopo-text.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo_no_graphics-lstopo-xml.o -MD -MP -MF .deps/lstopo_no_graphics-lstopo-xml.Tpo -c -o lstopo_no_graphics-lstopo-xml.o `test -f 'lstopo-xml.c' || echo './'`lstopo-xml.c mv -f .deps/lstopo_no_graphics-lstopo-xml.Tpo .deps/lstopo_no_graphics-lstopo-xml.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo_no_graphics-lstopo-shmem.o -MD -MP -MF .deps/lstopo_no_graphics-lstopo-shmem.Tpo -c -o lstopo_no_graphics-lstopo-shmem.o `test -f 'lstopo-shmem.c' || echo './'`lstopo-shmem.c mv -f .deps/lstopo_no_graphics-lstopo-shmem.Tpo .deps/lstopo_no_graphics-lstopo-shmem.Po /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o lstopo-no-graphics lstopo_no_graphics-lstopo.o lstopo_no_graphics-lstopo-draw.o lstopo_no_graphics-lstopo-fig.o lstopo_no_graphics-lstopo-svg.o lstopo_no_graphics-lstopo-ascii.o lstopo_no_graphics-lstopo-text.o lstopo_no_graphics-lstopo-xml.o lstopo_no_graphics-lstopo-shmem.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/libutils_common.la -lm -ltermcap libtool: link: gcc -I/usr/include/libxml2 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o .libs/lstopo-no-graphics lstopo_no_graphics-lstopo.o lstopo_no_graphics-lstopo-draw.o lstopo_no_graphics-lstopo-fig.o lstopo_no_graphics-lstopo-svg.o lstopo_no_graphics-lstopo-ascii.o lstopo_no_graphics-lstopo-text.o lstopo_no_graphics-lstopo-xml.o lstopo_no_graphics-lstopo-shmem.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/libutils_common.a /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so -lpciaccess -lOpenCL -lxml2 -lm -ltermcap gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -DLSTOPO_HAVE_GRAPHICS -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo-lstopo.o -MD -MP -MF .deps/lstopo-lstopo.Tpo -c -o lstopo-lstopo.o `test -f 'lstopo.c' || echo './'`lstopo.c mv -f .deps/lstopo-lstopo.Tpo .deps/lstopo-lstopo.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -DLSTOPO_HAVE_GRAPHICS -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo-lstopo-draw.o -MD -MP -MF .deps/lstopo-lstopo-draw.Tpo -c -o lstopo-lstopo-draw.o `test -f 'lstopo-draw.c' || echo './'`lstopo-draw.c mv -f .deps/lstopo-lstopo-draw.Tpo .deps/lstopo-lstopo-draw.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -DLSTOPO_HAVE_GRAPHICS -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo-lstopo-fig.o -MD -MP -MF .deps/lstopo-lstopo-fig.Tpo -c -o lstopo-lstopo-fig.o `test -f 'lstopo-fig.c' || echo './'`lstopo-fig.c mv -f .deps/lstopo-lstopo-fig.Tpo .deps/lstopo-lstopo-fig.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -DLSTOPO_HAVE_GRAPHICS -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo-lstopo-svg.o -MD -MP -MF .deps/lstopo-lstopo-svg.Tpo -c -o lstopo-lstopo-svg.o `test -f 'lstopo-svg.c' || echo './'`lstopo-svg.c mv -f .deps/lstopo-lstopo-svg.Tpo .deps/lstopo-lstopo-svg.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -DLSTOPO_HAVE_GRAPHICS -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo-lstopo-ascii.o -MD -MP -MF .deps/lstopo-lstopo-ascii.Tpo -c -o lstopo-lstopo-ascii.o `test -f 'lstopo-ascii.c' || echo './'`lstopo-ascii.c mv -f .deps/lstopo-lstopo-ascii.Tpo .deps/lstopo-lstopo-ascii.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -DLSTOPO_HAVE_GRAPHICS -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo-lstopo-text.o -MD -MP -MF .deps/lstopo-lstopo-text.Tpo -c -o lstopo-lstopo-text.o `test -f 'lstopo-text.c' || echo './'`lstopo-text.c mv -f .deps/lstopo-lstopo-text.Tpo .deps/lstopo-lstopo-text.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -DLSTOPO_HAVE_GRAPHICS -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo-lstopo-xml.o -MD -MP -MF .deps/lstopo-lstopo-xml.Tpo -c -o lstopo-lstopo-xml.o `test -f 'lstopo-xml.c' || echo './'`lstopo-xml.c mv -f .deps/lstopo-lstopo-xml.Tpo .deps/lstopo-lstopo-xml.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -DLSTOPO_HAVE_GRAPHICS -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo-lstopo-shmem.o -MD -MP -MF .deps/lstopo-lstopo-shmem.Tpo -c -o lstopo-lstopo-shmem.o `test -f 'lstopo-shmem.c' || echo './'`lstopo-shmem.c mv -f .deps/lstopo-lstopo-shmem.Tpo .deps/lstopo-lstopo-shmem.Po gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include -I../../utils/hwloc -DLSTOPO_HAVE_GRAPHICS -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline -MT lstopo-lstopo-cairo.o -MD -MP -MF .deps/lstopo-lstopo-cairo.Tpo -c -o lstopo-lstopo-cairo.o `test -f 'lstopo-cairo.c' || echo './'`lstopo-cairo.c mv -f .deps/lstopo-lstopo-cairo.Tpo .deps/lstopo-lstopo-cairo.Po /bin/bash ../../libtool --tag=CC --mode=link gcc -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o lstopo lstopo-lstopo.o lstopo-lstopo-draw.o lstopo-lstopo-fig.o lstopo-lstopo-svg.o lstopo-lstopo-ascii.o lstopo-lstopo-text.o lstopo-lstopo-xml.o lstopo-lstopo-shmem.o lstopo-lstopo-cairo.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/libutils_common.la -lm -ltermcap -lcairo -lSM -lICE -lX11 libtool: link: gcc -I/usr/include/libxml2 -I/usr/include/cairo -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/freetype2 -I/usr/include/libpng16 -O0 -g -fPIC --coverage -Wall -Wunused-parameter -Wundef -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wstrict-prototypes -Wcomment -pedantic -fdiagnostics-show-option -fno-inline --coverage -o .libs/lstopo lstopo-lstopo.o lstopo-lstopo-draw.o lstopo-lstopo-fig.o lstopo-lstopo-svg.o lstopo-lstopo-ascii.o lstopo-lstopo-text.o lstopo-lstopo-xml.o lstopo-lstopo-shmem.o lstopo-lstopo-cairo.o /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/libutils_common.a /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so -lpciaccess -lOpenCL -lxml2 -lm -ltermcap -lcairo -lSM -lICE -lX11 Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' Making all in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' Making all in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' Making all in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making all in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making all in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' Making all in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make all-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' Making all in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff' + make check Making check in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include' Making check in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' make make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' Making check in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' Making check in hwloc CC topology-x86.lo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' PASS: test-hwloc-annotate.sh CC hwloc-info.o PASS: test-hwloc-calc.sh CCLD hwloc-info.exe CC hwloc-patch.o PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: test-hwloc-distrib.sh PASS: test-hwloc-info.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 6 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making check in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' make check-TESTS make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' CCLD hwloc-patch.exe PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' Making check in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched openfabrics-verbs opencl make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version CC hwloc_list_components.o CCLD hwloc_list_components CC hwloc_bitmap.o CCLD hwloc_bitmap CCLD libhwloc.la CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CC hwloc-gather-cpuid.o CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset CCLD hwloc-gather-cpuid.exe CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o CCLD hwloc_type_depth CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf CC hwloc_bind.o CCLD hwloc_bind CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation CC hwloc_object_userdata.o CCLD hwloc_object_userdata CC common-ps.lo CC hwloc_synthetic.o CCLD hwloc_synthetic CC hwloc_backends.o CCLD hwloc_backends CC hwloc_pci_backend.o CCLD hwloc_pci_backend make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/hwloc' Making all in utils CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils' Making all in hwloc CC hwloc_distances.o CCLD hwloc_distances make[2]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/hwloc' Making all in . make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/hwloc' CC hwloc_groups.o CC hwloc-annotate.o CCLD hwloc_groups CC hwloc_insert_misc.o CCLD hwloc_insert_misc CC hwloc_topology_allow.o CCLD hwloc_topology_allow CCLD libutils_common.la CC hwloc_topology_restrict.o CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CCLD hwloc_topology_dup Creating hwloc.7 man page... Creating hwloc-annotate.1 man page... Creating hwloc-bind.1 man page... Creating hwloc-calc.1 man page... CC hwloc_topology_diff.o CCLD hwloc_topology_diff 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-cpuid.1 man page... CC hwloc_topology_abi.o CCLD hwloc_topology_abi make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' Making all in lstopo make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' CC lstopo_no_graphics-lstopo.o CC hwloc_obj_infos.o CCLD hwloc_obj_infos CC hwloc_iodevs.o CCLD hwloc_iodevs CC xmlbuffer.o CCLD xmlbuffer CC gl.o CCLD gl CC intel-mic.o CCLD intel-mic CCLD hwloc-annotate.exe CC shmem.o CCLD shmem CC linux_libnuma-linux-libnuma.o CCLD linux-libnuma CC glibc-sched.o CCLD glibc-sched CC lstopo_no_graphics-lstopo-draw.o CC openfabrics-verbs.o CCLD openfabrics-verbs CC opencl.o CCLD opencl make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs PASS: hwloc_get_obj_covering_cpuset PASS: hwloc_get_cache_covering_cpuset PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset CC lstopo_no_graphics-lstopo-fig.o PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth PASS: hwloc_type_sscanf PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation PASS: hwloc_object_userdata PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: xmlbuffer PASS: gl PASS: intel-mic PASS: shmem PASS: linux-libnuma CC lstopo_no_graphics-lstopo-svg.o PASS: glibc-sched PASS: openfabrics-verbs PASS: opencl ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 43 # PASS: 43 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' Making check in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o AR liblstopo-port-windows.a ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_aix_la-topology-aix.lo CCLD libhwloc-port-aix.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_bgq_la-topology-bgq.lo CCLD libhwloc-port-bgq.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_darwin_la-topology-darwin.lo CCLD libhwloc-port-darwin.la ar: `u' modifier ignored since `D' is the default (see `U') CC lstopo_no_graphics-lstopo-ascii.o CC libhwloc_port_freebsd_la-topology-freebsd.lo CCLD libhwloc-port-freebsd.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_hpux_la-topology-hpux.lo CCLD libhwloc-port-hpux.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_netbsd_la-topology-netbsd.lo CCLD libhwloc-port-netbsd.la CC lstopo_no_graphics-lstopo-text.o ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_solaris_la-topology-solaris.lo CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CCLD libhwloc-port-solaris.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_windows_la-topology-windows.lo CCLD libhwloc-port-windows.la CC hwloc-bind.o ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_opencl_la-topology-opencl.lo CCLD libhwloc-port-opencl.la CC lstopo_no_graphics-lstopo-xml.o ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_cuda_la-topology-cuda.lo CCLD libhwloc-port-cuda.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_nvml_la-topology-nvml.lo CCLD libhwloc-port-nvml.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_gl_la-topology-gl.lo CCLD libhwloc-port-gl.la CCLD lstopo-no-graphics.exe ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml PASS: 192em64t-12gr2n8c2t.xml PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml CCLD hwloc-bind.exe PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' Making check in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making check in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' make check-TESTS CC lstopo-lstopo.o make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output PASS: 256ppc-8n8s4t.output CC lstopo-lstopo-draw.o PASS: 256ppc-8n8s4t-nocache.output PASS: 32amd64-4s2n4c-cgroup.output PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output CC lstopo-lstopo-fig.o PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16em64t-4s2c2t_ncaches.output CC hwloc-calc.o PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: 16ia64-8n2s.output CC lstopo-lstopo-svg.o PASS: 32em64t-2n8c+1mic.output PASS: 40intel64-2g2n4c+pci.output CC lstopo-lstopo-ascii.o PASS: 40intel64-4n10c+pci-conflicts.output PASS: 48amd64-4d2n6c-sparse.output PASS: 64amd64-4s2n4ca2co.output PASS: 64fake-4n2s2ca2c2t.output CCLD hwloc-calc.exe PASS: 64intel64-fakeKNL-A2A-cache.output CC lstopo-lstopo-text.o PASS: 64intel64-fakeKNL-SNC4-hybrid.output PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output PASS: 96em64t-4n4d3ca2co.output PASS: 128ia64-17n4s2c.output PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output PASS: nvidiagpunumanodes.output CC lstopo-lstopo-xml.o PASS: nvidiagpunumanodes.kept.output PASS: fakememinitiators-1npc+1npc.output PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making check in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' CC lstopo-lstopo-windows.o CC hwloc-diff.o PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making check in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output CCLD lstopo.exe PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' PASS: 64amd64-4p2n4ca2co.output CCLD hwloc-diff.exe PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' Making check in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make check-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' Making check in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' CC hwloc-hello.o CCLD hwloc-hello CXX hwloc-hello-cpp.o CC lstopo_win-lstopo.o CXXLD hwloc-hello-cpp CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind CC nodeset+membind+policy.o CCLD nodeset+membind+policy CC get-knl-modes.o CCLD get-knl-modes CC gpu.o CCLD gpu CC sharedcaches.o CCLD sharedcaches CC lstopo_win-lstopo-draw.o make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff' + find . -path '*/.libs/*.gcno' -exec rename s@/.libs/@/@ '{}' ';' find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory + find . -path '*/.libs/*.gcda' -exec rename s@/.libs/@/@ '{}' ';' find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory find: 'rename': No such file or directory + lcov --directory . --capture --output-file hwloc.lcov Capturing coverage data from . Found gcov version: 7.5.0 Scanning . for .gcda files ... Found 83 data files in . Processing doc/examples/hwloc-hello.gcda Processing hwloc/.libs/pci-common.gcda Processing hwloc/.libs/bind.gcda Processing hwloc/.libs/misc.gcda Processing hwloc/.libs/topology-linux.gcda Processing hwloc/.libs/shmem.gcda Processing hwloc/.libs/bitmap.gcda Processing hwloc/.libs/topology-hardwired.gcda Processing hwloc/.libs/distances.gcda Processing hwloc/.libs/topology-opencl.gcda Processing hwloc/.libs/traversal.gcda Processing hwloc/.libs/topology.gcda Processing hwloc/.libs/topology-xml-nolibxml.gcda Processing hwloc/.libs/topology-x86.gcda Processing hwloc/.libs/diff.gcda Processing hwloc/.libs/topology-xml.gcda Processing hwloc/.libs/topology-pci.gcda Processing hwloc/.libs/topology-synthetic.gcda Processing hwloc/.libs/topology-xml-libxml.gcda Processing hwloc/.libs/components.gcda Processing hwloc/.libs/topology-noos.gcda Processing hwloc/.libs/base64.gcda Processing utils/lstopo/lstopo_no_graphics-lstopo-draw.gcda Processing utils/lstopo/lstopo_no_graphics-lstopo-xml.gcda Processing utils/lstopo/lstopo_no_graphics-lstopo-text.gcda Processing utils/lstopo/lstopo_no_graphics-lstopo-fig.gcda Processing utils/lstopo/lstopo_no_graphics-lstopo.gcda Processing utils/lstopo/lstopo_no_graphics-lstopo-shmem.gcda Processing utils/lstopo/lstopo_no_graphics-lstopo-ascii.gcda Processing utils/lstopo/lstopo_no_graphics-lstopo-svg.gcda Processing utils/hwloc/hwloc-patch.gcda Processing utils/hwloc/hwloc-distrib.gcda Processing utils/hwloc/hwloc-diff.gcda Processing utils/hwloc/.libs/common-ps.gcda Processing utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.gcda Processing utils/hwloc/hwloc-calc.gcda Processing utils/hwloc/hwloc-annotate.gcda Processing utils/hwloc/hwloc-gather-cpuid.gcda Processing utils/hwloc/hwloc-info.gcda Processing utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata.gcda Processing tests/hwloc/hwloc_pci_backend.gcda Processing tests/hwloc/hwloc_backends.gcda Processing tests/hwloc/hwloc_bind.gcda Processing tests/hwloc/hwloc_distances.gcda Processing tests/hwloc/hwloc_topology_diff.gcda Processing tests/hwloc/hwloc_get_obj_inside_cpuset.gcda Processing tests/hwloc/hwloc_bitmap_compare_inclusion.gcda Processing tests/hwloc/openfabrics-verbs.gcda Processing tests/hwloc/shmem.gcda Processing tests/hwloc/hwloc_is_thissystem.gcda CC lstopo_win-lstopo-fig.o Processing tests/hwloc/hwloc_type_depth.gcda Processing tests/hwloc/hwloc_object_userdata.gcda Processing tests/hwloc/hwloc_synthetic.gcda Processing tests/hwloc/hwloc_obj_infos.gcda Processing tests/hwloc/hwloc_topology_allow.gcda Processing tests/hwloc/hwloc_get_closest_objs.gcda Processing tests/hwloc/hwloc_list_components.gcda Processing tests/hwloc/hwloc_bitmap.gcda Processing tests/hwloc/xmlbuffer.gcda Processing tests/hwloc/hwloc_bitmap_first_last_weight.gcda Processing tests/hwloc/hwloc_iodevs.gcda Processing tests/hwloc/opencl.gcda Processing tests/hwloc/hwloc_get_cache_covering_cpuset.gcda Processing tests/hwloc/hwloc_groups.gcda Processing tests/hwloc/hwloc_topology_dup.gcda Processing tests/hwloc/hwloc_get_obj_below_array_by_type.gcda Processing tests/hwloc/hwloc_bitmap_string.gcda Processing tests/hwloc/hwloc_api_version.gcda Processing tests/hwloc/hwloc_type_sscanf.gcda Processing tests/hwloc/hwloc_insert_misc.gcda Processing tests/hwloc/hwloc_get_shared_cache_covering_obj.gcda Processing tests/hwloc/hwloc_get_next_obj_covering_cpuset.gcda Processing tests/hwloc/hwloc_get_largest_objs_inside_cpuset.gcda Processing tests/hwloc/hwloc_get_obj_covering_cpuset.gcda Processing tests/hwloc/hwloc_get_area_memlocation.gcda Processing tests/hwloc/hwloc_topology_restrict.gcda Processing tests/hwloc/glibc-sched.gcda Processing tests/hwloc/hwloc_topology_abi.gcda Processing tests/hwloc/hwloc_get_last_cpu_location.gcda Processing tests/hwloc/gl.gcda Processing tests/hwloc/hwloc_bitmap_singlify.gcda Processing tests/hwloc/intel-mic.gcda Processing tests/hwloc/linux_libnuma-linux-libnuma.gcda Finished .info-file creation + lcov_cobertura.py hwloc.lcov --output hwloc-coverage.xml CC hwloc-distrib.o CC lstopo_win-lstopo-svg.o CC lstopo_win-lstopo-ascii.o CCLD hwloc-distrib.exe + make distclean Making distclean in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f Makefile make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include' Making distclean in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' test -z "" || rm -f test -z "libhwloc.la" || rm -f libhwloc.la rm -f ./so_locations rm -rf .libs _libs test -z "" || rm -f test -z " " || rm -f rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f test -z "static-components.h" || rm -f static-components.h rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/base64.Plo rm -f ./.deps/bind.Plo rm -f ./.deps/bitmap.Plo rm -f ./.deps/components.Plo rm -f ./.deps/diff.Plo rm -f ./.deps/distances.Plo rm -f ./.deps/hwloc_cuda_la-topology-cuda.Plo rm -f ./.deps/hwloc_gl_la-topology-gl.Plo rm -f ./.deps/hwloc_nvml_la-topology-nvml.Plo rm -f ./.deps/hwloc_opencl_la-topology-opencl.Plo rm -f ./.deps/hwloc_pci_la-topology-pci.Plo rm -f ./.deps/hwloc_xml_libxml_la-topology-xml-libxml.Plo rm -f ./.deps/misc.Plo rm -f ./.deps/pci-common.Plo rm -f ./.deps/shmem.Plo rm -f ./.deps/topology-aix.Plo rm -f ./.deps/topology-bgq.Plo rm -f ./.deps/topology-cuda.Plo rm -f ./.deps/topology-darwin.Plo rm -f ./.deps/topology-fake.Plo rm -f ./.deps/topology-freebsd.Plo rm -f ./.deps/topology-gl.Plo rm -f ./.deps/topology-hardwired.Plo rm -f ./.deps/topology-hpux.Plo rm -f ./.deps/topology-linux.Plo rm -f ./.deps/topology-netbsd.Plo rm -f ./.deps/topology-noos.Plo rm -f ./.deps/topology-nvml.Plo rm -f ./.deps/topology-opencl.Plo rm -f ./.deps/topology-pci.Plo rm -f ./.deps/topology-solaris-chiptype.Plo rm -f ./.deps/topology-solaris.Plo rm -f ./.deps/topology-synthetic.Plo rm -f ./.deps/topology-windows.Plo rm -f ./.deps/topology-x86.Plo rm -f ./.deps/topology-xml-libxml.Plo rm -f ./.deps/topology-xml-nolibxml.Plo rm -f ./.deps/topology-xml.Plo rm -f ./.deps/topology.Plo rm -f ./.deps/traversal.Plo rm -f Makefile make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' Making distclean in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' Making distclean in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making distclean in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' rm -f hwloc-annotate hwloc-bind hwloc-calc hwloc-diff hwloc-distrib hwloc-info hwloc-patch hwloc-ps hwloc-gather-cpuid rm -rf .libs _libs test -z "libutils_common.la" || rm -f libutils_common.la rm -f ./so_locations rm -f hwloc-dump-hwdata rm -f *.o test -z "test-hwloc-annotate.sh.log test-hwloc-calc.sh.log test-hwloc-compress-dir.sh.log test-hwloc-diffpatch.sh.log test-hwloc-distrib.sh.log test-hwloc-info.sh.log" || rm -f test-hwloc-annotate.sh.log test-hwloc-calc.sh.log test-hwloc-compress-dir.sh.log test-hwloc-diffpatch.sh.log test-hwloc-distrib.sh.log test-hwloc-info.sh.log test -z "test-hwloc-annotate.sh.trs test-hwloc-calc.sh.trs test-hwloc-compress-dir.sh.trs test-hwloc-diffpatch.sh.trs test-hwloc-distrib.sh.trs test-hwloc-info.sh.trs" || rm -f test-hwloc-annotate.sh.trs test-hwloc-calc.sh.trs test-hwloc-compress-dir.sh.trs test-hwloc-diffpatch.sh.trs test-hwloc-distrib.sh.trs test-hwloc-info.sh.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo rm -f *.tab.c test -z "hwloc-compress-dir hwloc-gather-topology test-hwloc-annotate.sh test-hwloc-calc.sh test-hwloc-compress-dir.sh test-hwloc-diffpatch.sh test-hwloc-distrib.sh test-hwloc-info.sh test-fake-plugin.sh" || rm -f hwloc-compress-dir hwloc-gather-topology test-hwloc-annotate.sh test-hwloc-calc.sh test-hwloc-compress-dir.sh test-hwloc-diffpatch.sh test-hwloc-distrib.sh test-hwloc-info.sh test-fake-plugin.sh test . = "." || test -z "" || rm -f rm -f hwloc.7 hwloc-annotate.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-gather-topology.1 hwloc-ps.1 hwloc-gather-cpuid.1 hwloc-dump-hwdata.1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making distclean in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' rm -rf .libs _libs test -z "knl-snc4h50.tar.bz2.log" || rm -f knl-snc4h50.tar.bz2.log test -z "knl-snc4h50.tar.bz2.trs" || rm -f knl-snc4h50.tar.bz2.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-hwloc-dump-hwdata.sh" || rm -f test-hwloc-dump-hwdata.sh test . = "." || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' rm -f ./.deps/common-ps.Plo rm -f ./.deps/hwloc-annotate.Po rm -f ./.deps/hwloc-bind.Po rm -f ./.deps/hwloc-calc.Po rm -f ./.deps/hwloc-diff.Po rm -f ./.deps/hwloc-distrib.Po rm -f ./.deps/hwloc-gather-cpuid.Po rm -f ./.deps/hwloc-info.Po rm -f ./.deps/hwloc-patch.Po rm -f ./.deps/hwloc-ps.Po rm -f ./.deps/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.Po rm -f ./.deps/hwloc_dump_hwdata-hwloc-dump-hwdata.Po rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making distclean in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' rm -f lstopo-no-graphics lstopo rm -rf .libs _libs rm -f *.o test -z "test-lstopo.sh.log test-lstopo-shmem.sh.log" || rm -f test-lstopo.sh.log test-lstopo-shmem.sh.log test -z "test-lstopo.sh.trs test-lstopo-shmem.sh.trs" || rm -f test-lstopo.sh.trs test-lstopo-shmem.sh.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo rm -f *.tab.c test -z "test-lstopo.sh test-lstopo-shmem.sh" || rm -f test-lstopo.sh test-lstopo-shmem.sh test . = "." || test -z "" || rm -f rm -f lstopo-no-graphics.1 rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/lstopo-lstopo-ascii.Po rm -f ./.deps/lstopo-lstopo-cairo.Po rm -f ./.deps/lstopo-lstopo-draw.Po rm -f ./.deps/lstopo-lstopo-fig.Po rm -f ./.deps/lstopo-lstopo-shmem.Po rm -f ./.deps/lstopo-lstopo-svg.Po rm -f ./.deps/lstopo-lstopo-text.Po rm -f ./.deps/lstopo-lstopo-windows.Po rm -f ./.deps/lstopo-lstopo-xml.Po rm -f ./.deps/lstopo-lstopo.Po rm -f ./.deps/lstopo_no_graphics-lstopo-ascii.Po rm -f ./.deps/lstopo_no_graphics-lstopo-draw.Po rm -f ./.deps/lstopo_no_graphics-lstopo-fig.Po rm -f ./.deps/lstopo_no_graphics-lstopo-shmem.Po rm -f ./.deps/lstopo_no_graphics-lstopo-svg.Po rm -f ./.deps/lstopo_no_graphics-lstopo-text.Po rm -f ./.deps/lstopo_no_graphics-lstopo-xml.Po rm -f ./.deps/lstopo_no_graphics-lstopo.Po rm -f ./.deps/lstopo_win-lstopo-ascii.Po rm -f ./.deps/lstopo_win-lstopo-cairo.Po rm -f ./.deps/lstopo_win-lstopo-draw.Po rm -f ./.deps/lstopo_win-lstopo-fig.Po rm -f ./.deps/lstopo_win-lstopo-shmem.Po rm -f ./.deps/lstopo_win-lstopo-svg.Po rm -f ./.deps/lstopo_win-lstopo-text.Po rm -f ./.deps/lstopo_win-lstopo-windows.Po rm -f ./.deps/lstopo_win-lstopo-xml.Po rm -f ./.deps/lstopo_win-lstopo.Po rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' Making distclean in netloc/infiniband make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband' rm -f netloc_ib_extract_dats test -z "netloc_ib_gather_raw" || rm -f netloc_ib_gather_raw rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "netloc_ib_gather_raw" || rm -f netloc_ib_gather_raw test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/netloc_ib_extract_dats.Po rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband' Making distclean in netloc/draw make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw' rm -f netloc_draw_to_json rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/netloc_draw_to_json.Po rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw' Making distclean in netloc/mpi make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi' rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/netloc_mpi_find_hosts-netloc_mpi_find_hosts.Po rm -f ./.deps/netloc_mpi_rank_file.Po rm -f ./.deps/netloc_rank_order.Po rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi' Making distclean in netloc/scotch make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/scotch' rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/netlocscotch_get_arch.Po rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/scotch' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' rm -f Makefile make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' Making distclean in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' Making distclean in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' Making distclean in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports' test -z "liblstopo-port-windows.a" || rm -f liblstopo-port-windows.a test -z "libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la" || rm -f libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la rm -f ./so_locations rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "topology-solaris.c topology-solaris-chiptype.c topology-aix.c topology-windows.c topology-darwin.c topology-freebsd.c topology-netbsd.c topology-hpux.c topology-bgq.c topology-opencl.c topology-cuda.c topology-nvml.c topology-gl.c lstopo-windows.c" || rm -f topology-solaris.c topology-solaris-chiptype.c topology-aix.c topology-windows.c topology-darwin.c topology-freebsd.c topology-netbsd.c topology-hpux.c topology-bgq.c topology-opencl.c topology-cuda.c topology-nvml.c topology-gl.c lstopo-windows.c test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/libhwloc_port_aix_la-topology-aix.Plo rm -f ./.deps/libhwloc_port_bgq_la-topology-bgq.Plo rm -f ./.deps/libhwloc_port_cuda_la-topology-cuda.Plo rm -f ./.deps/libhwloc_port_darwin_la-topology-darwin.Plo rm -f ./.deps/libhwloc_port_freebsd_la-topology-freebsd.Plo rm -f ./.deps/libhwloc_port_gl_la-topology-gl.Plo rm -f ./.deps/libhwloc_port_hpux_la-topology-hpux.Plo rm -f ./.deps/libhwloc_port_netbsd_la-topology-netbsd.Plo rm -f ./.deps/libhwloc_port_nvml_la-topology-nvml.Plo rm -f ./.deps/libhwloc_port_opencl_la-topology-opencl.Plo rm -f ./.deps/libhwloc_port_solaris_la-topology-solaris-chiptype.Plo rm -f ./.deps/libhwloc_port_solaris_la-topology-solaris.Plo rm -f ./.deps/libhwloc_port_windows_la-topology-windows.Plo rm -f ./.deps/liblstopo_port_windows_a-lstopo-windows.Po rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports' Making distclean in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' rm -rf .libs _libs test -z "16amd64-8n2c-cpusets.xml.log 16amd64-4distances.xml.log 16amd64-4distances.console.output.log 16em64t-4s2c2t.xml.log 16em64t-4s2c2t-offlines.xml.log 16em64t-4s2c2t.console.output.log 16-2gr2gr2n2c+misc.xml.log 16-2gr2gr2n2c+misc.console.output.log 16intel64-manyVFs.xml.log 16intel64-manyVFs.console.output.log 16intel64-manyVFs.console.nocollapse.output.log 24em64t-2n6c2t-pci.xml.log 32em64t-2n8c2t-pci-noio.xml.log 32em64t-2n8c2t-pci-normalio.xml.log 32em64t-2n8c2t-pci-wholeio.xml.log 64intel64-3g2n+2n-irregulargroups+pci.xml.log 64intel64-3g2n+2n-irregulargroups+pci.console.output.log 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml.log 64intel64-fakeKNL-SNC4-hybrid.xml.log 96em64t-4n4d3ca2co-pci.xml.log 192em64t-12gr2n8c2t.xml.log 192em64t-24n8c2t.xml.log fakeheterodistances.xml.log 8em64t-2p2ca2co-nonodesets.v1tov2.xml.log 8ia64-2n2s2c+1n.v1tov2.xml.log 16amd64-4distances.v1tov2.xml.log 16amd64-4distances.v2tov1.xml.log 2intel64-1n2c-numaroot.v1tov2.xml.log 28intel64-2p2g7c-CoDgroups.v1tov2.xml.log 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml.log 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml.log 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml.log 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml.log 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml.log" || rm -f 16amd64-8n2c-cpusets.xml.log 16amd64-4distances.xml.log 16amd64-4distances.console.output.log 16em64t-4s2c2t.xml.log 16em64t-4s2c2t-offlines.xml.log 16em64t-4s2c2t.console.output.log 16-2gr2gr2n2c+misc.xml.log 16-2gr2gr2n2c+misc.console.output.log 16intel64-manyVFs.xml.log 16intel64-manyVFs.console.output.log 16intel64-manyVFs.console.nocollapse.output.log 24em64t-2n6c2t-pci.xml.log 32em64t-2n8c2t-pci-noio.xml.log 32em64t-2n8c2t-pci-normalio.xml.log 32em64t-2n8c2t-pci-wholeio.xml.log 64intel64-3g2n+2n-irregulargroups+pci.xml.log 64intel64-3g2n+2n-irregulargroups+pci.console.output.log 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml.log 64intel64-fakeKNL-SNC4-hybrid.xml.log 96em64t-4n4d3ca2co-pci.xml.log 192em64t-12gr2n8c2t.xml.log 192em64t-24n8c2t.xml.log fakeheterodistances.xml.log 8em64t-2p2ca2co-nonodesets.v1tov2.xml.log 8ia64-2n2s2c+1n.v1tov2.xml.log 16amd64-4distances.v1tov2.xml.log 16amd64-4distances.v2tov1.xml.log 2intel64-1n2c-numaroot.v1tov2.xml.log 28intel64-2p2g7c-CoDgroups.v1tov2.xml.log 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml.log 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml.log 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml.log 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml.log 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml.log test -z "16amd64-8n2c-cpusets.xml.trs 16amd64-4distances.xml.trs 16amd64-4distances.console.output.trs 16em64t-4s2c2t.xml.trs 16em64t-4s2c2t-offlines.xml.trs 16em64t-4s2c2t.console.output.trs 16-2gr2gr2n2c+misc.xml.trs 16-2gr2gr2n2c+misc.console.output.trs 16intel64-manyVFs.xml.trs 16intel64-manyVFs.console.output.trs 16intel64-manyVFs.console.nocollapse.output.trs 24em64t-2n6c2t-pci.xml.trs 32em64t-2n8c2t-pci-noio.xml.trs 32em64t-2n8c2t-pci-normalio.xml.trs 32em64t-2n8c2t-pci-wholeio.xml.trs 64intel64-3g2n+2n-irregulargroups+pci.xml.trs 64intel64-3g2n+2n-irregulargroups+pci.console.output.trs 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml.trs 64intel64-fakeKNL-SNC4-hybrid.xml.trs 96em64t-4n4d3ca2co-pci.xml.trs 192em64t-12gr2n8c2t.xml.trs 192em64t-24n8c2t.xml.trs fakeheterodistances.xml.trs 8em64t-2p2ca2co-nonodesets.v1tov2.xml.trs 8ia64-2n2s2c+1n.v1tov2.xml.trs 16amd64-4distances.v1tov2.xml.trs 16amd64-4distances.v2tov1.xml.trs 2intel64-1n2c-numaroot.v1tov2.xml.trs 28intel64-2p2g7c-CoDgroups.v1tov2.xml.trs 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml.trs 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml.trs 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml.trs 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml.trs 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml.trs" || rm -f 16amd64-8n2c-cpusets.xml.trs 16amd64-4distances.xml.trs 16amd64-4distances.console.output.trs 16em64t-4s2c2t.xml.trs 16em64t-4s2c2t-offlines.xml.trs 16em64t-4s2c2t.console.output.trs 16-2gr2gr2n2c+misc.xml.trs 16-2gr2gr2n2c+misc.console.output.trs 16intel64-manyVFs.xml.trs 16intel64-manyVFs.console.output.trs 16intel64-manyVFs.console.nocollapse.output.trs 24em64t-2n6c2t-pci.xml.trs 32em64t-2n8c2t-pci-noio.xml.trs 32em64t-2n8c2t-pci-normalio.xml.trs 32em64t-2n8c2t-pci-wholeio.xml.trs 64intel64-3g2n+2n-irregulargroups+pci.xml.trs 64intel64-3g2n+2n-irregulargroups+pci.console.output.trs 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml.trs 64intel64-fakeKNL-SNC4-hybrid.xml.trs 96em64t-4n4d3ca2co-pci.xml.trs 192em64t-12gr2n8c2t.xml.trs 192em64t-24n8c2t.xml.trs fakeheterodistances.xml.trs 8em64t-2p2ca2co-nonodesets.v1tov2.xml.trs 8ia64-2n2s2c+1n.v1tov2.xml.trs 16amd64-4distances.v1tov2.xml.trs 16amd64-4distances.v2tov1.xml.trs 2intel64-1n2c-numaroot.v1tov2.xml.trs 28intel64-2p2g7c-CoDgroups.v1tov2.xml.trs 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml.trs 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml.trs 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml.trs 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml.trs 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-topology.sh" || rm -f test-topology.sh test . = "." || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' Making distclean in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making distclean in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' rm -rf .libs _libs test -z "2amd64-2n.output.log 2i386-2t-hugepagesizecount.xml.output.log 2i386-2c-nohugepage.xml.output.log 2ps3-2t.output.log 4em64t-2c2t-ignore-reorder.output.log 4ia64-4s.output.log 4fake-4gr1nu1pu.output.log 256ppc-8n8s4t.output.log 256ppc-8n8s4t-nocache.output.log 32amd64-4s2n4c-cgroup.output.log 32amd64-4s2n4c-cgroup.xml.output.log 8amd64-4n2c.output.log 8em64t-4c2t.output.log 8em64t-2s2ca2c.output.log 8em64t-2s2ca2c-buggynuma.output.log 8em64t-2s4c-heterogeneous.output.log 8ia64-2n2s2c.output.log 8ia64-2s2c2t.output.log 8ia64-4s2c.output.log 16amd64-4n4c-cgroup-distance-merge.output.log 16amd64-8n2c.output.log 16amd64-8n2c-cpusets.output.log 16amd64-8n2c-cpusets.xml.output.log 16amd64-8n2c-cpusets_noadmin.output.log 16em64t-4s2ca2c-cpusetreorder.output.log 16em64t-4s2ca2c-cpusetreorder-merge.output.log 16em64t-4s2c2t.output.log 16em64t-4s2c2t-offlines.output.log 16em64t-4s2c2t-offlines.xml.output.log 16em64t-4s2c2t_ncaches.output.log 16em64t-4s2c2t_merge.output.log 16em64t-4s2c2t.xml.output.log 16ia64-8n2s.output.log 32em64t-2n8c+1mic.output.log 40intel64-2g2n4c+pci.output.log 40intel64-4n10c+pci-conflicts.output.log 48amd64-4d2n6c-sparse.output.log 64amd64-4s2n4ca2co.output.log 64fake-4n2s2ca2c2t.output.log 64intel64-fakeKNL-A2A-cache.output.log 64intel64-fakeKNL-SNC4-hybrid.output.log 64intel64-fakeKNL-SNC4-hybrid-msc.output.log 96em64t-4n4d3ca2co.output.log 128ia64-17n4s2c.output.log 256ia64-64n2s2c.output.log 2s390-2c.output.log 20s390-2g6s4c.output.log 1alpha.output.log 2arm-2c.output.log nvidiagpunumanodes.output.log nvidiagpunumanodes.kept.output.log fakememinitiators-1npc+1npc.output.log fakecpuid1f-64intel64-2p4d2n2c2t.output.log fakeheteronuma.output.log" || rm -f 2amd64-2n.output.log 2i386-2t-hugepagesizecount.xml.output.log 2i386-2c-nohugepage.xml.output.log 2ps3-2t.output.log 4em64t-2c2t-ignore-reorder.output.log 4ia64-4s.output.log 4fake-4gr1nu1pu.output.log 256ppc-8n8s4t.output.log 256ppc-8n8s4t-nocache.output.log 32amd64-4s2n4c-cgroup.output.log 32amd64-4s2n4c-cgroup.xml.output.log 8amd64-4n2c.output.log 8em64t-4c2t.output.log 8em64t-2s2ca2c.output.log 8em64t-2s2ca2c-buggynuma.output.log 8em64t-2s4c-heterogeneous.output.log 8ia64-2n2s2c.output.log 8ia64-2s2c2t.output.log 8ia64-4s2c.output.log 16amd64-4n4c-cgroup-distance-merge.output.log 16amd64-8n2c.output.log 16amd64-8n2c-cpusets.output.log 16amd64-8n2c-cpusets.xml.output.log 16amd64-8n2c-cpusets_noadmin.output.log 16em64t-4s2ca2c-cpusetreorder.output.log 16em64t-4s2ca2c-cpusetreorder-merge.output.log 16em64t-4s2c2t.output.log 16em64t-4s2c2t-offlines.output.log 16em64t-4s2c2t-offlines.xml.output.log 16em64t-4s2c2t_ncaches.output.log 16em64t-4s2c2t_merge.output.log 16em64t-4s2c2t.xml.output.log 16ia64-8n2s.output.log 32em64t-2n8c+1mic.output.log 40intel64-2g2n4c+pci.output.log 40intel64-4n10c+pci-conflicts.output.log 48amd64-4d2n6c-sparse.output.log 64amd64-4s2n4ca2co.output.log 64fake-4n2s2ca2c2t.output.log 64intel64-fakeKNL-A2A-cache.output.log 64intel64-fakeKNL-SNC4-hybrid.output.log 64intel64-fakeKNL-SNC4-hybrid-msc.output.log 96em64t-4n4d3ca2co.output.log 128ia64-17n4s2c.output.log 256ia64-64n2s2c.output.log 2s390-2c.output.log 20s390-2g6s4c.output.log 1alpha.output.log 2arm-2c.output.log nvidiagpunumanodes.output.log nvidiagpunumanodes.kept.output.log fakememinitiators-1npc+1npc.output.log fakecpuid1f-64intel64-2p4d2n2c2t.output.log fakeheteronuma.output.log test -z "2amd64-2n.output.trs 2i386-2t-hugepagesizecount.xml.output.trs 2i386-2c-nohugepage.xml.output.trs 2ps3-2t.output.trs 4em64t-2c2t-ignore-reorder.output.trs 4ia64-4s.output.trs 4fake-4gr1nu1pu.output.trs 256ppc-8n8s4t.output.trs 256ppc-8n8s4t-nocache.output.trs 32amd64-4s2n4c-cgroup.output.trs 32amd64-4s2n4c-cgroup.xml.output.trs 8amd64-4n2c.output.trs 8em64t-4c2t.output.trs 8em64t-2s2ca2c.output.trs 8em64t-2s2ca2c-buggynuma.output.trs 8em64t-2s4c-heterogeneous.output.trs 8ia64-2n2s2c.output.trs 8ia64-2s2c2t.output.trs 8ia64-4s2c.output.trs 16amd64-4n4c-cgroup-distance-merge.output.trs 16amd64-8n2c.output.trs 16amd64-8n2c-cpusets.output.trs 16amd64-8n2c-cpusets.xml.output.trs 16amd64-8n2c-cpusets_noadmin.output.trs 16em64t-4s2ca2c-cpusetreorder.output.trs 16em64t-4s2ca2c-cpusetreorder-merge.output.trs 16em64t-4s2c2t.output.trs 16em64t-4s2c2t-offlines.output.trs 16em64t-4s2c2t-offlines.xml.output.trs 16em64t-4s2c2t_ncaches.output.trs 16em64t-4s2c2t_merge.output.trs 16em64t-4s2c2t.xml.output.trs 16ia64-8n2s.output.trs 32em64t-2n8c+1mic.output.trs 40intel64-2g2n4c+pci.output.trs 40intel64-4n10c+pci-conflicts.output.trs 48amd64-4d2n6c-sparse.output.trs 64amd64-4s2n4ca2co.output.trs 64fake-4n2s2ca2c2t.output.trs 64intel64-fakeKNL-A2A-cache.output.trs 64intel64-fakeKNL-SNC4-hybrid.output.trs 64intel64-fakeKNL-SNC4-hybrid-msc.output.trs 96em64t-4n4d3ca2co.output.trs 128ia64-17n4s2c.output.trs 256ia64-64n2s2c.output.trs 2s390-2c.output.trs 20s390-2g6s4c.output.trs 1alpha.output.trs 2arm-2c.output.trs nvidiagpunumanodes.output.trs nvidiagpunumanodes.kept.output.trs fakememinitiators-1npc+1npc.output.trs fakecpuid1f-64intel64-2p4d2n2c2t.output.trs fakeheteronuma.output.trs" || rm -f 2amd64-2n.output.trs 2i386-2t-hugepagesizecount.xml.output.trs 2i386-2c-nohugepage.xml.output.trs 2ps3-2t.output.trs 4em64t-2c2t-ignore-reorder.output.trs 4ia64-4s.output.trs 4fake-4gr1nu1pu.output.trs 256ppc-8n8s4t.output.trs 256ppc-8n8s4t-nocache.output.trs 32amd64-4s2n4c-cgroup.output.trs 32amd64-4s2n4c-cgroup.xml.output.trs 8amd64-4n2c.output.trs 8em64t-4c2t.output.trs 8em64t-2s2ca2c.output.trs 8em64t-2s2ca2c-buggynuma.output.trs 8em64t-2s4c-heterogeneous.output.trs 8ia64-2n2s2c.output.trs 8ia64-2s2c2t.output.trs 8ia64-4s2c.output.trs 16amd64-4n4c-cgroup-distance-merge.output.trs 16amd64-8n2c.output.trs 16amd64-8n2c-cpusets.output.trs 16amd64-8n2c-cpusets.xml.output.trs 16amd64-8n2c-cpusets_noadmin.output.trs 16em64t-4s2ca2c-cpusetreorder.output.trs 16em64t-4s2ca2c-cpusetreorder-merge.output.trs 16em64t-4s2c2t.output.trs 16em64t-4s2c2t-offlines.output.trs 16em64t-4s2c2t-offlines.xml.output.trs 16em64t-4s2c2t_ncaches.output.trs 16em64t-4s2c2t_merge.output.trs 16em64t-4s2c2t.xml.output.trs 16ia64-8n2s.output.trs 32em64t-2n8c+1mic.output.trs 40intel64-2g2n4c+pci.output.trs 40intel64-4n10c+pci-conflicts.output.trs 48amd64-4d2n6c-sparse.output.trs 64amd64-4s2n4ca2co.output.trs 64fake-4n2s2ca2c2t.output.trs 64intel64-fakeKNL-A2A-cache.output.trs 64intel64-fakeKNL-SNC4-hybrid.output.trs 64intel64-fakeKNL-SNC4-hybrid-msc.output.trs 96em64t-4n4d3ca2co.output.trs 128ia64-17n4s2c.output.trs 256ia64-64n2s2c.output.trs 2s390-2c.output.trs 20s390-2g6s4c.output.trs 1alpha.output.trs 2arm-2c.output.trs nvidiagpunumanodes.output.trs nvidiagpunumanodes.kept.output.trs fakememinitiators-1npc+1npc.output.trs fakecpuid1f-64intel64-2p4d2n2c2t.output.trs fakeheteronuma.output.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-topology.sh" || rm -f test-topology.sh test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making distclean in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' rm -rf .libs _libs test -z "test1.output.log" || rm -f test1.output.log test -z "test1.output.trs" || rm -f test1.output.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-topology.sh" || rm -f test-topology.sh test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' Making distclean in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' rm -rf .libs _libs test -z "test-gather-topology.sh.log" || rm -f test-gather-topology.sh.log test -z "test-gather-topology.sh.trs" || rm -f test-gather-topology.sh.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-gather-topology.sh" || rm -f test-gather-topology.sh test . = "." || test -z "" || rm -f rm -f Makefile make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making distclean in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' rm -rf .libs _libs test -z "Intel-CPUID.1F-Qemu-2p3d3c2t.output.log Intel-CascadeLake-2xXeon6230.output.log Intel-Skylake-2xXeon6140.output.log Intel-Broadwell-2xXeon-E5-2650Lv4.output.log Intel-Haswell-2xXeon-E5-2680v3.output.log Intel-IvyBridge-12xXeon-E5-4620v2.output.log Intel-SandyBridge-2xXeon-E5-2650.output.log Intel-Westmere-2xXeon-X5650.output.log Intel-Nehalem-2xXeon-X5550.output.log Intel-Penryn-4xXeon-X7460.output.log Intel-Core-2xXeon-E5345.output.log Intel-KnightsLanding-XeonPhi-7210.output.log Intel-KnightsCorner-XeonPhi-SE10P.output.log AMD-17h-Zen-2xEpyc-7451.output.log AMD-15h-Piledriver-4xOpteron-6348.output.log AMD-15h-Bulldozer-4xOpteron-6272.output.log AMD-K10-MagnyCours-2xOpteron-6164HE.output.log AMD-K10-Istanbul-8xOpteron-8439SE.output.log AMD-K8-SantaRosa-2xOpteron-2218.output.log AMD-K8-SledgeHammer-2xOpteron-250.output.log Hygon-Dhyana-32cores.output.log Zhaoxin-CentaurHauls-ZXD-4600.output.log Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output.log" || rm -f Intel-CPUID.1F-Qemu-2p3d3c2t.output.log Intel-CascadeLake-2xXeon6230.output.log Intel-Skylake-2xXeon6140.output.log Intel-Broadwell-2xXeon-E5-2650Lv4.output.log Intel-Haswell-2xXeon-E5-2680v3.output.log Intel-IvyBridge-12xXeon-E5-4620v2.output.log Intel-SandyBridge-2xXeon-E5-2650.output.log Intel-Westmere-2xXeon-X5650.output.log Intel-Nehalem-2xXeon-X5550.output.log Intel-Penryn-4xXeon-X7460.output.log Intel-Core-2xXeon-E5345.output.log Intel-KnightsLanding-XeonPhi-7210.output.log Intel-KnightsCorner-XeonPhi-SE10P.output.log AMD-17h-Zen-2xEpyc-7451.output.log AMD-15h-Piledriver-4xOpteron-6348.output.log AMD-15h-Bulldozer-4xOpteron-6272.output.log AMD-K10-MagnyCours-2xOpteron-6164HE.output.log AMD-K10-Istanbul-8xOpteron-8439SE.output.log AMD-K8-SantaRosa-2xOpteron-2218.output.log AMD-K8-SledgeHammer-2xOpteron-250.output.log Hygon-Dhyana-32cores.output.log Zhaoxin-CentaurHauls-ZXD-4600.output.log Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output.log test -z "Intel-CPUID.1F-Qemu-2p3d3c2t.output.trs Intel-CascadeLake-2xXeon6230.output.trs Intel-Skylake-2xXeon6140.output.trs Intel-Broadwell-2xXeon-E5-2650Lv4.output.trs Intel-Haswell-2xXeon-E5-2680v3.output.trs Intel-IvyBridge-12xXeon-E5-4620v2.output.trs Intel-SandyBridge-2xXeon-E5-2650.output.trs Intel-Westmere-2xXeon-X5650.output.trs Intel-Nehalem-2xXeon-X5550.output.trs Intel-Penryn-4xXeon-X7460.output.trs Intel-Core-2xXeon-E5345.output.trs Intel-KnightsLanding-XeonPhi-7210.output.trs Intel-KnightsCorner-XeonPhi-SE10P.output.trs AMD-17h-Zen-2xEpyc-7451.output.trs AMD-15h-Piledriver-4xOpteron-6348.output.trs AMD-15h-Bulldozer-4xOpteron-6272.output.trs AMD-K10-MagnyCours-2xOpteron-6164HE.output.trs AMD-K10-Istanbul-8xOpteron-8439SE.output.trs AMD-K8-SantaRosa-2xOpteron-2218.output.trs AMD-K8-SledgeHammer-2xOpteron-250.output.trs Hygon-Dhyana-32cores.output.trs Zhaoxin-CentaurHauls-ZXD-4600.output.trs Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output.trs" || rm -f Intel-CPUID.1F-Qemu-2p3d3c2t.output.trs Intel-CascadeLake-2xXeon6230.output.trs Intel-Skylake-2xXeon6140.output.trs Intel-Broadwell-2xXeon-E5-2650Lv4.output.trs Intel-Haswell-2xXeon-E5-2680v3.output.trs Intel-IvyBridge-12xXeon-E5-4620v2.output.trs Intel-SandyBridge-2xXeon-E5-2650.output.trs Intel-Westmere-2xXeon-X5650.output.trs Intel-Nehalem-2xXeon-X5550.output.trs Intel-Penryn-4xXeon-X7460.output.trs Intel-Core-2xXeon-E5345.output.trs Intel-KnightsLanding-XeonPhi-7210.output.trs Intel-KnightsCorner-XeonPhi-SE10P.output.trs AMD-17h-Zen-2xEpyc-7451.output.trs AMD-15h-Piledriver-4xOpteron-6348.output.trs AMD-15h-Bulldozer-4xOpteron-6272.output.trs AMD-K10-MagnyCours-2xOpteron-6164HE.output.trs AMD-K10-Istanbul-8xOpteron-8439SE.output.trs AMD-K8-SantaRosa-2xOpteron-2218.output.trs AMD-K8-SledgeHammer-2xOpteron-250.output.trs Hygon-Dhyana-32cores.output.trs Zhaoxin-CentaurHauls-ZXD-4600.output.trs Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-topology.sh" || rm -f test-topology.sh test . = "." || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' Making distclean in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' rm -rf .libs _libs test -z "64amd64-4p2n4ca2co.output.log 64amd64-4p2n4ca2co.topoextnuma.output.log" || rm -f 64amd64-4p2n4ca2co.output.log 64amd64-4p2n4ca2co.topoextnuma.output.log test -z "64amd64-4p2n4ca2co.output.trs 64amd64-4p2n4ca2co.topoextnuma.output.trs" || rm -f 64amd64-4p2n4ca2co.output.trs 64amd64-4p2n4ca2co.topoextnuma.output.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-topology.sh" || rm -f test-topology.sh test . = "." || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' Making distclean in rename make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/rename' rm -rf .libs _libs rm -rf include rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/rename' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' rm -f hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched openfabrics-verbs opencl rm -rf .libs _libs rm -f *.o test -z "hwloc_api_version.log hwloc_list_components.log hwloc_bitmap.log hwloc_bitmap_string.log hwloc_bitmap_compare_inclusion.log hwloc_get_closest_objs.log hwloc_get_obj_covering_cpuset.log hwloc_get_cache_covering_cpuset.log hwloc_get_largest_objs_inside_cpuset.log hwloc_get_next_obj_covering_cpuset.log hwloc_get_obj_inside_cpuset.log hwloc_get_shared_cache_covering_obj.log hwloc_get_obj_below_array_by_type.log hwloc_bitmap_first_last_weight.log hwloc_bitmap_singlify.log hwloc_type_depth.log hwloc_type_sscanf.log hwloc_bind.log hwloc_get_last_cpu_location.log hwloc_get_area_memlocation.log hwloc_object_userdata.log hwloc_synthetic.log hwloc_backends.log hwloc_pci_backend.log hwloc_is_thissystem.log hwloc_distances.log hwloc_groups.log hwloc_insert_misc.log hwloc_topology_allow.log hwloc_topology_restrict.log hwloc_topology_dup.log hwloc_topology_diff.log hwloc_topology_abi.log hwloc_obj_infos.log hwloc_iodevs.log xmlbuffer.log gl.log intel-mic.log shmem.log linux-libnuma.log glibc-sched.log openfabrics-verbs.log opencl.log" || rm -f hwloc_api_version.log hwloc_list_components.log hwloc_bitmap.log hwloc_bitmap_string.log hwloc_bitmap_compare_inclusion.log hwloc_get_closest_objs.log hwloc_get_obj_covering_cpuset.log hwloc_get_cache_covering_cpuset.log hwloc_get_largest_objs_inside_cpuset.log hwloc_get_next_obj_covering_cpuset.log hwloc_get_obj_inside_cpuset.log hwloc_get_shared_cache_covering_obj.log hwloc_get_obj_below_array_by_type.log hwloc_bitmap_first_last_weight.log hwloc_bitmap_singlify.log hwloc_type_depth.log hwloc_type_sscanf.log hwloc_bind.log hwloc_get_last_cpu_location.log hwloc_get_area_memlocation.log hwloc_object_userdata.log hwloc_synthetic.log hwloc_backends.log hwloc_pci_backend.log hwloc_is_thissystem.log hwloc_distances.log hwloc_groups.log hwloc_insert_misc.log hwloc_topology_allow.log hwloc_topology_restrict.log hwloc_topology_dup.log hwloc_topology_diff.log hwloc_topology_abi.log hwloc_obj_infos.log hwloc_iodevs.log xmlbuffer.log gl.log intel-mic.log shmem.log linux-libnuma.log glibc-sched.log openfabrics-verbs.log opencl.log test -z "hwloc_api_version.trs hwloc_list_components.trs hwloc_bitmap.trs hwloc_bitmap_string.trs hwloc_bitmap_compare_inclusion.trs hwloc_get_closest_objs.trs hwloc_get_obj_covering_cpuset.trs hwloc_get_cache_covering_cpuset.trs hwloc_get_largest_objs_inside_cpuset.trs hwloc_get_next_obj_covering_cpuset.trs hwloc_get_obj_inside_cpuset.trs hwloc_get_shared_cache_covering_obj.trs hwloc_get_obj_below_array_by_type.trs hwloc_bitmap_first_last_weight.trs hwloc_bitmap_singlify.trs hwloc_type_depth.trs hwloc_type_sscanf.trs hwloc_bind.trs hwloc_get_last_cpu_location.trs hwloc_get_area_memlocation.trs hwloc_object_userdata.trs hwloc_synthetic.trs hwloc_backends.trs hwloc_pci_backend.trs hwloc_is_thissystem.trs hwloc_distances.trs hwloc_groups.trs hwloc_insert_misc.trs hwloc_topology_allow.trs hwloc_topology_restrict.trs hwloc_topology_dup.trs hwloc_topology_diff.trs hwloc_topology_abi.trs hwloc_obj_infos.trs hwloc_iodevs.trs xmlbuffer.trs gl.trs intel-mic.trs shmem.trs linux-libnuma.trs glibc-sched.trs openfabrics-verbs.trs opencl.trs" || rm -f hwloc_api_version.trs hwloc_list_components.trs hwloc_bitmap.trs hwloc_bitmap_string.trs hwloc_bitmap_compare_inclusion.trs hwloc_get_closest_objs.trs hwloc_get_obj_covering_cpuset.trs hwloc_get_cache_covering_cpuset.trs hwloc_get_largest_objs_inside_cpuset.trs hwloc_get_next_obj_covering_cpuset.trs hwloc_get_obj_inside_cpuset.trs hwloc_get_shared_cache_covering_obj.trs hwloc_get_obj_below_array_by_type.trs hwloc_bitmap_first_last_weight.trs hwloc_bitmap_singlify.trs hwloc_type_depth.trs hwloc_type_sscanf.trs hwloc_bind.trs hwloc_get_last_cpu_location.trs hwloc_get_area_memlocation.trs hwloc_object_userdata.trs hwloc_synthetic.trs hwloc_backends.trs hwloc_pci_backend.trs hwloc_is_thissystem.trs hwloc_distances.trs hwloc_groups.trs hwloc_insert_misc.trs hwloc_topology_allow.trs hwloc_topology_restrict.trs hwloc_topology_dup.trs hwloc_topology_diff.trs hwloc_topology_abi.trs hwloc_obj_infos.trs hwloc_iodevs.trs xmlbuffer.trs gl.trs intel-mic.trs shmem.trs linux-libnuma.trs glibc-sched.trs openfabrics-verbs.trs opencl.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo rm -f *.tab.c test -z "wrapper.sh" || rm -f wrapper.sh test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' rm -f ./.deps/cuda.Po rm -f ./.deps/cudart.Po rm -f ./.deps/gl.Po rm -f ./.deps/glibc-sched.Po rm -f ./.deps/hwloc_api_version.Po rm -f ./.deps/hwloc_backends.Po rm -f ./.deps/hwloc_bind.Po rm -f ./.deps/hwloc_bitmap.Po rm -f ./.deps/hwloc_bitmap_compare_inclusion.Po rm -f ./.deps/hwloc_bitmap_first_last_weight.Po rm -f ./.deps/hwloc_bitmap_singlify.Po rm -f ./.deps/hwloc_bitmap_string.Po rm -f ./.deps/hwloc_distances.Po rm -f ./.deps/hwloc_get_area_memlocation.Po CC lstopo_win-lstopo-text.o rm -f ./.deps/hwloc_get_cache_covering_cpuset.Po rm -f ./.deps/hwloc_get_closest_objs.Po rm -f ./.deps/hwloc_get_largest_objs_inside_cpuset.Po rm -f ./.deps/hwloc_get_last_cpu_location.Po rm -f ./.deps/hwloc_get_next_obj_covering_cpuset.Po rm -f ./.deps/hwloc_get_obj_below_array_by_type.Po rm -f ./.deps/hwloc_get_obj_covering_cpuset.Po rm -f ./.deps/hwloc_get_obj_inside_cpuset.Po rm -f ./.deps/hwloc_get_shared_cache_covering_obj.Po rm -f ./.deps/hwloc_groups.Po rm -f ./.deps/hwloc_insert_misc.Po rm -f ./.deps/hwloc_iodevs.Po rm -f ./.deps/hwloc_is_thissystem.Po rm -f ./.deps/hwloc_list_components.Po rm -f ./.deps/hwloc_obj_infos.Po rm -f ./.deps/hwloc_object_userdata.Po rm -f ./.deps/hwloc_pci_backend.Po rm -f ./.deps/hwloc_synthetic.Po rm -f ./.deps/hwloc_topology_abi.Po rm -f ./.deps/hwloc_topology_allow.Po rm -f ./.deps/hwloc_topology_diff.Po rm -f ./.deps/hwloc_topology_dup.Po rm -f ./.deps/hwloc_topology_restrict.Po rm -f ./.deps/hwloc_type_depth.Po rm -f ./.deps/hwloc_type_sscanf.Po rm -f ./.deps/intel-mic.Po rm -f ./.deps/linux_libnuma-linux-libnuma.Po rm -f ./.deps/nvml.Po rm -f ./.deps/opencl.Po rm -f ./.deps/openfabrics-verbs.Po rm -f ./.deps/shmem.Po rm -f ./.deps/xmlbuffer.Po rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' Making distclean in netloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc' rm -rf .libs _libs test -z "" || rm -f test -z "" || rm -f test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "tests.sh" || rm -f tests.sh test . = "." || test -z "" || rm -f rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' rm -f Makefile make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' Making distclean in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f hwloc-dump-hwdata.service rm -f Makefile make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd' Making distclean in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc' rm -f hwloc-tweak-osindex rm -rf .libs _libs rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/hwloc-tweak-osindex.Po rm -f Makefile make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc' Making distclean in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www' rm -rf .libs _libs rm -f *.lo test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f Makefile make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www' Making distclean in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' Making distclean in examples make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' rm -f hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches rm -rf .libs _libs rm -f hwloc-hello-cpp.cpp rm -f *.o test -z "hwloc-hello.log hwloc-hello-cpp.log" || rm -f hwloc-hello.log hwloc-hello-cpp.log test -z "hwloc-hello.trs hwloc-hello-cpp.trs" || rm -f hwloc-hello.trs hwloc-hello-cpp.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/cpuset+bitmap+cpubind.Po rm -f ./.deps/get-knl-modes.Po rm -f ./.deps/gpu.Po rm -f ./.deps/hwloc-hello-cpp.Po rm -f ./.deps/hwloc-hello.Po rm -f ./.deps/nodeset+membind+policy.Po rm -f ./.deps/sharedcaches.Po rm -f Makefile make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' rm -rf .libs _libs rm -f *.lo test -z "doxygen-config.cfg" || rm -f doxygen-config.cfg test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' rm -f Makefile make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' Making distclean in contrib/windows make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows' rm -rf .libs _libs test -z "test-windows-version.sh.log" || rm -f test-windows-version.sh.log test -z "test-windows-version.sh.trs" || rm -f test-windows-version.sh.trs test -z "test-suite.log" || rm -f test-suite.log rm -f *.lo test -z "test-windows-version.sh" || rm -f test-windows-version.sh test . = "." || test -z "" || rm -f rm -f Makefile make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows' Making distclean in netloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc' test -z "libnetloc.la " || rm -f libnetloc.la rm -f ./so_locations rm -rf .libs _libs test -z "" || rm -f rm -f *.o rm -f *.lo rm -f *.tab.c test -z "" || rm -f test . = "." || test -z "" || rm -f rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f ./.deps/architecture.Plo rm -f ./.deps/edge.Plo rm -f ./.deps/hwloc.Plo rm -f ./.deps/mpicomm.Plo rm -f ./.deps/node.Plo rm -f ./.deps/path.Plo rm -f ./.deps/physical_link.Plo rm -f ./.deps/scotch.Plo rm -f ./.deps/support.Plo rm -f ./.deps/topology.Plo rm -f Makefile make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff' rm -rf .libs _libs rm -f *.lo test -z "hwloc.pc netloc.pc netlocscotch.pc" || rm -f hwloc.pc netloc.pc netlocscotch.pc test . = "." || test -z "" || rm -f rm -f include/private/autogen/config.h include/private/autogen/stamp-h1 include/hwloc/autogen/config.h include/hwloc/autogen/stamp-h2 rm -f libtool config.lt rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags rm -f cscope.out cscope.in.out cscope.po.out cscope.files make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff' rm -f config.status config.cache config.log configure.lineno config.status.lineno rm -f Makefile + export 'CFLAGS=-Wall -std=gnu99' + CFLAGS='-Wall -std=gnu99' + unset LDFLAGS + tee scan-build.log + scan-build -plist --intercept-first --analyze-headers -o analyzer_reports ./configure CC lstopo_win-lstopo-xml.o ### ### 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... /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 whether make supports the include directive... yes (GNU style) 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... CC lstopo_win-lstopo-windows.o 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... /bin/grep checking for egrep... /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... /bin/sed checking for fgrep... /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... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs CCLD lstopo-win.exe 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... yes 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... CC hwloc-info.o yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... no 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... yes 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.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff configure: hwloc srcdir: /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff checking for hwloc version... v2.1-20200706.2130.gite5549aff 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... Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils' Making all in tests make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests' Making all in hwloc make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' Making all in . make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' Making all in ports make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/xml' Making all in x86 make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/x86' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests' Making all in contrib/systemd make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/systemd' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/hwloc-ps.www' Making all in doc 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 make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make all-recursive make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' Making all in examples make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc/examples' 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... make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32' + test x1 = x1 + make check Making check in include make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/include' Making check in hwloc CCLD hwloc-info.exe 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... make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/hwloc' make make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/hwloc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/hwloc' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/hwloc' Making check in utils make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils' Making check in hwloc make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' 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... Making check in . make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' make check-TESTS make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' 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... make[5]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' 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 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 snprintf is correct... yes 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... PASS: test-hwloc-annotate.sh 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/bash 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... CC hwloc-patch.o no checking libudev.h usability... no checking libudev.h presence... no checking for libudev.h... no checking for PCIACCESS... yes checking pciaccess.h usability... yes checking pciaccess.h presence... yes checking for pciaccess.h... yes checking for pci_slot_match_iterator_create... yes checking for final PCIACCESS support... yes checking CL/cl_ext.h usability... yes checking CL/cl_ext.h presence... yes checking for CL/cl_ext.h... yes checking for clGetDeviceIDs in -lOpenCL... yes 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... yes 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 pci opencl 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... no (doxygen generation is optional) checking for doxygen... /usr/bin/doxygen checking for pdflatex... /usr/bin/pdflatex checking for makeindex... /usr/bin/makeindex checking for fig2dev... /usr/bin/fig2dev checking for gs... /usr/bin/gs checking for epstopdf... /usr/bin/epstopdf checking if can build doxygen docs... yes 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... yes checking whether to enable "picky" compiler mode... no (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 whether lstopo Cairo/X11 interactive graphical output is supported... 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... PASS: test-hwloc-calc.sh 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... yes checking whether diff accepts -u... yes checking whether diff accepts -w... yes checking whether bind is declared... yes checking for bind in -lsocket... no 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... no checking for numa_available in -lnuma... yes checking whether numa_bitmask_alloc is declared... CCLD hwloc-patch.exe yes checking for stdlib.h... (cached) yes checking for mkstemp... yes checking infiniband/verbs.h usability... yes checking infiniband/verbs.h presence... yes checking for infiniband/verbs.h... yes checking for ibv_open_device in -libverbs... yes 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/x86+linux/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/x86+linux/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/lstopo/test-lstopo-shmem.sh config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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 CC hwloc-gather-cpuid.o 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(pciaccess+linux) LinuxIO OpenCL Graphical output: yes (Cairo) XML input / output: full Netloc functionality: no Plugin support: no ----------------------------------------------------------------------------- scan-build: Removing directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/analyzer_reports/scan-build-2020-07-07-03-39-32-462519-7z9P0r' because it contains no report. + scan-build -plist --intercept-first --analyze-headers -o analyzer_reports make + tee -a scan-build.log Making all in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include' Making all in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' CC topology.lo CCLD hwloc-gather-cpuid.exe 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 common-ps.lo CC topology-xml-nolibxml.lo CC topology-xml-libxml.lo CC topology-pci.lo CC topology-opencl.lo CC topology-linux.lo CC topology-hardwired.lo CC topology-x86.lo CCLD libhwloc.la make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' Making all in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' CC hwloc-annotate.o CCLD hwloc-annotate CCLD libutils_common.la 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 Creating hwloc.7 man page... Creating hwloc-annotate.1 man page... CC hwloc-patch.o CCLD hwloc-patch Creating hwloc-bind.1 man page... CC hwloc-ps.o CC common-ps.lo CCLD libutils_common.la ar: `u' modifier ignored since `D' is the default (see `U') CCLD hwloc-ps Creating hwloc-calc.1 man page... Creating hwloc-compress-dir.1 man page... CC hwloc-gather-cpuid.o CCLD hwloc-gather-cpuid Creating hwloc-diff.1 man page... Creating hwloc-distrib.1 man page... 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-info.1 man page... Creating hwloc-patch.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.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making all in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making all in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' CC lstopo_no_graphics-lstopo.o CC lstopo_no_graphics-lstopo-draw.o Creating hwloc-gather-cpuid.1 man page... make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/hwloc' make[2]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/hwloc' Making all in lstopo CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CC lstopo_no_graphics-lstopo-ascii.o PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh make[2]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/lstopo' CC lstopo_no_graphics-lstopo.o CC lstopo_no_graphics-lstopo-text.o CC lstopo_no_graphics-lstopo-xml.o CC lstopo_no_graphics-lstopo-shmem.o CCLD lstopo-no-graphics CC lstopo-lstopo.o PASS: test-hwloc-distrib.sh CC lstopo-lstopo-draw.o CC lstopo-lstopo-fig.o CC lstopo-lstopo-svg.o CC lstopo-lstopo-ascii.o CC lstopo-lstopo-text.o CC lstopo-lstopo-xml.o CC lstopo-lstopo-shmem.o CC lstopo-lstopo-cairo.o CCLD lstopo PASS: test-hwloc-info.sh Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' Making all in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' Making all in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' Making all in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' Making all in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' Making all in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making all in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making all in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' Making all in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making all in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' Making all in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' Making all in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd' Creating hwloc-dump-hwdata.service... make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make all-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' Making all in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff' ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 6 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' Making check in lstopo make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' make check-TESTS make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' CC lstopo_no_graphics-lstopo-draw.o PASS: test-lstopo.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils' Making check in tests make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests' Making check in hwloc make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' Making check in . make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' make hwloc_api_version.exe hwloc_list_components.exe hwloc_bitmap.exe hwloc_bitmap_string.exe hwloc_bitmap_compare_inclusion.exe hwloc_get_closest_objs.exe hwloc_get_obj_covering_cpuset.exe hwloc_get_cache_covering_cpuset.exe hwloc_get_largest_objs_inside_cpuset.exe hwloc_get_next_obj_covering_cpuset.exe hwloc_get_obj_inside_cpuset.exe hwloc_get_shared_cache_covering_obj.exe hwloc_get_obj_below_array_by_type.exe hwloc_bitmap_first_last_weight.exe hwloc_bitmap_singlify.exe hwloc_type_depth.exe hwloc_type_sscanf.exe hwloc_bind.exe hwloc_get_last_cpu_location.exe hwloc_get_area_memlocation.exe hwloc_object_userdata.exe hwloc_synthetic.exe hwloc_backends.exe hwloc_pci_backend.exe hwloc_is_thissystem.exe hwloc_distances.exe hwloc_groups.exe hwloc_insert_misc.exe hwloc_topology_allow.exe hwloc_topology_restrict.exe hwloc_topology_dup.exe hwloc_topology_diff.exe hwloc_topology_abi.exe hwloc_obj_infos.exe hwloc_iodevs.exe xmlbuffer.exe gl.exe intel-mic.exe make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version.exe CC lstopo_no_graphics-lstopo-fig.o CC lstopo_no_graphics-lstopo-svg.o CC hwloc_list_components.o CCLD hwloc_list_components.exe CC lstopo_no_graphics-lstopo-ascii.o CC hwloc_bitmap.o CC lstopo_no_graphics-lstopo-text.o CCLD hwloc_bitmap.exe CC lstopo_no_graphics-lstopo-xml.o CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string.exe CCLD lstopo-no-graphics.exe CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion.exe CC lstopo-lstopo.o CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs.exe CC lstopo-lstopo-draw.o CC hwloc_get_obj_covering_cpuset.o CC lstopo-lstopo-fig.o CCLD hwloc_get_obj_covering_cpuset.exe CC lstopo-lstopo-svg.o CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset.exe CC lstopo-lstopo-ascii.o CC hwloc_get_largest_objs_inside_cpuset.o CC lstopo-lstopo-text.o CCLD hwloc_get_largest_objs_inside_cpuset.exe CC lstopo-lstopo-xml.o CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset.exe CC lstopo-lstopo-windows.o CCLD lstopo.exe CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset.exe CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj.exe CC lstopo_win-lstopo.o CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type.exe CC lstopo_win-lstopo-draw.o CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight.exe CC lstopo_win-lstopo-fig.o CC lstopo_win-lstopo-svg.o CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify.exe CC lstopo_win-lstopo-ascii.o CC hwloc_type_depth.o CC lstopo_win-lstopo-text.o CCLD hwloc_type_depth.exe CC hwloc_type_sscanf.o CC lstopo_win-lstopo-xml.o CCLD hwloc_type_sscanf.exe CC lstopo_win-lstopo-windows.o CC hwloc_bind.o CCLD lstopo-win.exe CCLD hwloc_bind.exe CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location.exe Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/lstopo' make[2]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils' make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils' Making all in tests make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests' Making all in hwloc make[2]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc' Making all in . make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc' Making all in ports make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/xml' Making all in x86 make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/x86' make[2]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc' make[2]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests' make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests' Making all in contrib/systemd make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/contrib/systemd' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc' make all-recursive make[2]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc' Making all in examples make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc/examples' CC hwloc_get_area_memlocation.o make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc' make[2]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc' make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc' make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build' + make check Making check in include make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/include' Making check in hwloc make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/hwloc' make make[2]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/hwloc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/hwloc' make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/hwloc' Making check in utils make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils' CCLD hwloc_get_area_memlocation.exe Making check in hwloc make[2]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/hwloc' Making check in . make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/hwloc' make check-TESTS make[4]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/hwloc' make[5]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/hwloc' CC hwloc_object_userdata.o CCLD hwloc_object_userdata.exe PASS: test-hwloc-annotate.sh CC hwloc_synthetic.o CCLD hwloc_synthetic.exe PASS: test-hwloc-calc.sh CC hwloc_backends.o CCLD hwloc_backends.exe CC hwloc_pci_backend.o CCLD hwloc_pci_backend.exe CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem.exe CC hwloc_distances.o CCLD hwloc_distances.exe CC hwloc_groups.o CCLD hwloc_groups.exe CC hwloc_insert_misc.o CCLD hwloc_insert_misc.exe CC hwloc_topology_allow.o CCLD hwloc_topology_allow.exe CC hwloc_topology_restrict.o CCLD hwloc_topology_restrict.exe CC hwloc_topology_dup.o CCLD hwloc_topology_dup.exe CC hwloc_topology_diff.o CCLD hwloc_topology_diff.exe CC hwloc_topology_abi.o CCLD hwloc_topology_abi.exe PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: test-hwloc-distrib.sh PASS: test-hwloc-info.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 6 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/hwloc' make[4]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/hwloc' make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/hwloc' make[2]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/hwloc' Making check in lstopo make[2]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/lstopo' make check-TESTS make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/lstopo' make[4]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/lstopo' CC hwloc_obj_infos.o CCLD hwloc_obj_infos.exe PASS: test-lstopo.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/lstopo' make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/lstopo' make[2]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils/lstopo' make[2]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils' make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/utils' Making check in tests make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests' Making check in hwloc make[2]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc' Making check in . make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc' make hwloc_api_version.exe hwloc_list_components.exe hwloc_bitmap.exe hwloc_bitmap_string.exe hwloc_bitmap_compare_inclusion.exe hwloc_get_closest_objs.exe hwloc_get_obj_covering_cpuset.exe hwloc_get_cache_covering_cpuset.exe hwloc_get_largest_objs_inside_cpuset.exe hwloc_get_next_obj_covering_cpuset.exe hwloc_get_obj_inside_cpuset.exe hwloc_get_shared_cache_covering_obj.exe hwloc_get_obj_below_array_by_type.exe hwloc_bitmap_first_last_weight.exe hwloc_bitmap_singlify.exe hwloc_type_depth.exe hwloc_type_sscanf.exe hwloc_bind.exe hwloc_get_last_cpu_location.exe hwloc_get_area_memlocation.exe hwloc_object_userdata.exe hwloc_synthetic.exe hwloc_backends.exe hwloc_pci_backend.exe hwloc_is_thissystem.exe hwloc_distances.exe hwloc_groups.exe hwloc_insert_misc.exe hwloc_topology_allow.exe hwloc_topology_restrict.exe hwloc_topology_dup.exe hwloc_topology_diff.exe hwloc_topology_abi.exe hwloc_obj_infos.exe hwloc_iodevs.exe xmlbuffer.exe gl.exe intel-mic.exe make[4]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc' CC hwloc_iodevs.o CC hwloc_api_version.o CCLD hwloc_iodevs.exe CCLD hwloc_api_version.exe CC xmlbuffer.o CCLD xmlbuffer.exe CC gl.o CC hwloc_list_components.o CCLD gl.exe CCLD hwloc_list_components.exe CC intel-mic.o CCLD intel-mic.exe CC hwloc_bitmap.o make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' make check-TESTS make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' make[5]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' PASS: hwloc_api_version.exe PASS: hwloc_list_components.exe PASS: hwloc_bitmap.exe PASS: hwloc_bitmap_string.exe PASS: hwloc_bitmap_compare_inclusion.exe CCLD hwloc_bitmap.exe PASS: hwloc_get_closest_objs.exe PASS: hwloc_get_obj_covering_cpuset.exe PASS: hwloc_get_cache_covering_cpuset.exe PASS: hwloc_get_largest_objs_inside_cpuset.exe PASS: hwloc_get_next_obj_covering_cpuset.exe PASS: hwloc_get_obj_inside_cpuset.exe PASS: hwloc_get_shared_cache_covering_obj.exe PASS: hwloc_get_obj_below_array_by_type.exe PASS: hwloc_bitmap_first_last_weight.exe PASS: hwloc_bitmap_singlify.exe PASS: hwloc_type_depth.exe PASS: hwloc_type_sscanf.exe PASS: hwloc_bind.exe PASS: hwloc_get_last_cpu_location.exe PASS: hwloc_get_area_memlocation.exe PASS: hwloc_object_userdata.exe PASS: hwloc_synthetic.exe PASS: hwloc_backends.exe PASS: hwloc_pci_backend.exe PASS: hwloc_is_thissystem.exe PASS: hwloc_distances.exe PASS: hwloc_groups.exe PASS: hwloc_insert_misc.exe PASS: hwloc_topology_allow.exe PASS: hwloc_topology_restrict.exe PASS: hwloc_topology_dup.exe PASS: hwloc_topology_diff.exe PASS: hwloc_topology_abi.exe PASS: hwloc_obj_infos.exe PASS: hwloc_iodevs.exe PASS: xmlbuffer.exe PASS: gl.exe PASS: intel-mic.exe CC hwloc_bitmap_string.o ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 38 # PASS: 38 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' Making check in ports make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/ports' make \ make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/ports' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/ports' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/xml' make[5]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml CCLD hwloc_bitmap_string.exe PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml CC hwloc_bitmap_compare_inclusion.o PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml CCLD hwloc_bitmap_compare_inclusion.exe PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml PASS: 192em64t-12gr2n8c2t.xml PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml CC hwloc_get_closest_objs.o PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml CCLD hwloc_get_closest_objs.exe PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/xml' make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/xml' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/xml' Making check in x86 make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/x86' make[5]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/x86' CC hwloc_get_obj_covering_cpuset.o PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output CCLD hwloc_get_obj_covering_cpuset.exe PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output CC hwloc_get_cache_covering_cpuset.o PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output CCLD hwloc_get_cache_covering_cpuset.exe PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/x86' make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/x86' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/x86' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests' Making check in contrib/systemd make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/misc' make hwloc-tweak-osindex.exe make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex.exe CC hwloc_get_largest_objs_inside_cpuset.o make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/misc' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make check-recursive make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' Making check in examples make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc/examples' make hwloc-hello.exe hwloc-hello-cpp.exe cpuset+bitmap+cpubind.exe nodeset+membind+policy.exe get-knl-modes.exe gpu.exe make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc/examples' CC hwloc-hello.o CCLD hwloc_get_largest_objs_inside_cpuset.exe CCLD hwloc-hello.exe CXX hwloc-hello-cpp.o CC hwloc_get_next_obj_covering_cpuset.o CXXLD hwloc-hello-cpp.exe CCLD hwloc_get_next_obj_covering_cpuset.exe CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind.exe CC hwloc_get_obj_inside_cpuset.o CC nodeset+membind+policy.o CCLD nodeset+membind+policy.exe CCLD hwloc_get_obj_inside_cpuset.exe CC get-knl-modes.o CCLD get-knl-modes.exe CC hwloc_get_shared_cache_covering_obj.o CC gpu.o CCLD hwloc_get_shared_cache_covering_obj.exe CCLD gpu.exe make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc/examples' make check-TESTS make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc/examples' make[5]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc/examples' PASS: hwloc-hello.exe PASS: hwloc-hello-cpp.exe ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc/examples' make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc/examples' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc/examples' CC hwloc_get_obj_below_array_by_type.o make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32' + test x1 = x1 + make install Making install in include make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/include' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/include' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include' /usr/bin/install -c -m 644 ../../include/hwloc.h '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc' /usr/bin/install -c -m 644 ../../include/hwloc/bitmap.h ../../include/hwloc/helper.h ../../include/hwloc/inlines.h ../../include/hwloc/diff.h ../../include/hwloc/shmem.h ../../include/hwloc/distances.h ../../include/hwloc/export.h ../../include/hwloc/openfabrics-verbs.h ../../include/hwloc/opencl.h ../../include/hwloc/cuda.h ../../include/hwloc/cudart.h ../../include/hwloc/nvml.h ../../include/hwloc/plugins.h ../../include/hwloc/gl.h ../../include/hwloc/intel-mic.h ../../include/hwloc/rename.h ../../include/hwloc/deprecated.h '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/autogen' /usr/bin/install -c -m 644 hwloc/autogen/config.h '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/autogen' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/include' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/include' Making install in hwloc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/hwloc' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/hwloc' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libhwloc.la '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib' libtool: install: /usr/bin/install -c .libs/libhwloc.dll.a /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.dll.a libtool: install: base_file=`basename libhwloc.la` libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libhwloc.la'i; echo libhwloc-15.dll'` libtool: install: dldir=/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/`dirname ../bin/libhwloc-15.dll` libtool: install: test -d /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/../bin || mkdir -p /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/../bin libtool: install: /usr/bin/install -c .libs/libhwloc-15.dll /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/../bin/libhwloc-15.dll libtool: install: chmod a+x /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/../bin/libhwloc-15.dll libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/../bin/libhwloc-15.dll' || exit 0; fi libtool: install: /usr/bin/install -c .libs/libhwloc.lai /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.la libtool: install: /usr/bin/install -c .libs/libhwloc.a /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.a libtool: install: chmod 644 /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.a libtool: install: ranlib /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.a make install-exec-hook make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/hwloc' [ ! -r .libs/libhwloc.def ] || /usr/bin/install -c .libs/libhwloc.def /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib [ ! -r .libs/libhwloc.def ] || /usr/bin/install -c .libs/libhwloc.lib /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib [ ! -r .libs/libhwloc.def ] || /usr/bin/install -c .libs/libhwloc.exp /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/hwloc' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc' /usr/bin/install -c -m 644 ../../hwloc/hwloc.dtd ../../hwloc/hwloc2.dtd ../../hwloc/hwloc2-diff.dtd '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/hwloc' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/hwloc' Making install in utils make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils' CCLD hwloc_get_obj_below_array_by_type.exe Making install in hwloc make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' Making install in . make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c hwloc-annotate.exe hwloc-bind.exe hwloc-calc.exe hwloc-diff.exe hwloc-distrib.exe hwloc-info.exe hwloc-patch.exe hwloc-gather-cpuid.exe '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin' libtool: install: /usr/bin/install -c .libs/hwloc-annotate.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-annotate.exe libtool: install: /usr/bin/install -c .libs/hwloc-bind.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-bind.exe libtool: install: /usr/bin/install -c .libs/hwloc-calc.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-calc.exe libtool: install: /usr/bin/install -c .libs/hwloc-diff.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-diff.exe libtool: install: /usr/bin/install -c .libs/hwloc-distrib.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-distrib.exe libtool: install: /usr/bin/install -c .libs/hwloc-info.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-info.exe libtool: install: /usr/bin/install -c .libs/hwloc-patch.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-patch.exe libtool: install: /usr/bin/install -c .libs/hwloc-gather-cpuid.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-gather-cpuid.exe /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin' /usr/bin/install -c hwloc-compress-dir '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin' make install-exec-hook make[5]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' /usr/bin/sed -e 's/HWLOC_top_builddir\/utils\/hwloc/bindir/' -e 's/HWLOC_top_builddir\/utils\/lstopo/bindir/' -e '/HWLOC_top_builddir/d' /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-compress-dir > /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-compress-dir.tmp && mv -f /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-compress-dir.tmp /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-compress-dir chmod +x /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-compress-dir make[5]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1' /usr/bin/install -c -m 644 hwloc-annotate.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-gather-cpuid.1 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man7' /usr/bin/install -c -m 644 hwloc.7 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man7' make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/hwloc' Making install in lstopo make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c lstopo-no-graphics.exe lstopo.exe lstopo-win.exe '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin' libtool: install: /usr/bin/install -c .libs/lstopo-no-graphics.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/lstopo-no-graphics.exe libtool: install: /usr/bin/install -c .libs/lstopo.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/lstopo.exe libtool: install: /usr/bin/install -c .libs/lstopo-win.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/lstopo-win.exe make install-exec-hook make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' rm -f /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-ls.exe cd /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin && cp -pR lstopo-no-graphics.exe hwloc-ls.exe make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1' /usr/bin/install -c -m 644 lstopo-no-graphics.1 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1' make install-data-hook make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' rm -f /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-ls.1 cd /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1 && cp -pR lstopo-no-graphics.1 hwloc-ls.1 rm -f /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/lstopo.1 cd /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1 && cp -pR lstopo-no-graphics.1 lstopo.1 make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils/lstopo' CC hwloc_bitmap_first_last_weight.o make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils' make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/utils' Making install in tests make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests' Making install in hwloc make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' Making install in . make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' Making install in ports make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/ports' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/ports' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/ports' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/ports' Making install in xml make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/xml' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/xml' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/xml' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/xml' Making install in x86 make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/x86' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/x86' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/x86' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc/x86' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests/hwloc' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests' make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/tests' Making install in contrib/systemd make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/systemd' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/systemd' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/systemd' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/systemd' Making install in contrib/misc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/misc' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/misc' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/misc' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/misc' Making install in contrib/hwloc-ps.www make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/hwloc-ps.www' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/hwloc-ps.www' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www' /usr/bin/install -c -m 644 ../../../contrib/hwloc-ps.www/client.js ../../../contrib/hwloc-ps.www/package.json ../../../contrib/hwloc-ps.www/README '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/assets' /usr/bin/install -c -m 644 ../../../contrib/hwloc-ps.www/assets/index.html ../../../contrib/hwloc-ps.www/assets/main.css ../../../contrib/hwloc-ps.www/assets/script.js ../../../contrib/hwloc-ps.www/assets/style.css '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/assets' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/hwloc-ps.www' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/contrib/hwloc-ps.www' Making install in doc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make install-recursive make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' Making install in examples make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc/examples' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc/examples' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc/examples' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc/examples' CCLD hwloc_bitmap_first_last_weight.exe make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_api_version.3 ../../doc/doxygen-doc/man/man3/HWLOC_API_VERSION.3 ../../doc/doxygen-doc/man/man3/hwloc_get_api_version.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_bitmap.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_allbut.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_alloc.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_alloc_full.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_and.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_andnot.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_asprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_clr.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_clr_range.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_compare.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_compare_first.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_copy.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_dup.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_fill.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_first.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_foreach_begin.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_foreach_end.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_free.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_from_ith_ulong.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_from_ulong.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_from_ulongs.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_intersects.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_isequal.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_isfull.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_isincluded.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_isset.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_iszero.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_last.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_list_asprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_list_snprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_list_sscanf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_next.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_not.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_nr_ulongs.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_only.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_or.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_set.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_set_ith_ulong.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_set_range.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_singlify.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_snprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_sscanf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_asprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_snprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_sscanf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_to_ith_ulong.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_to_ulong.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_to_ulongs.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_weight.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_xor.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_zero.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_configuration.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_INCLUDE_DISALLOWED.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_flags_e.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_flags.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_flags.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_is_thissystem.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_discovery_support.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_cpubind_support.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_membind_support.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_support.3 ../../doc/doxygen-doc/man/man3/hwloc_type_filter_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_ALL.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_NONE.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_STRUCTURE.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_IMPORTANT.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_type_filter.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_all_types_filter.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_cache_types_filter.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_icache_types_filter.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_io_types_filter.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_type_filter.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_userdata.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_userdata.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_cpubinding.3 ../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_NOMEMBIND.3 ../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_PROCESS.3 ../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_STRICT.3 ../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_THREAD.3 ../../doc/doxygen-doc/man/man3/hwloc_cpubind_flags_t.3 ../../doc/doxygen-doc/man/man3/hwloc_set_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_set_proc_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_proc_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_set_thread_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_thread_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_proc_last_cpu_location.3 ../../doc/doxygen-doc/man/man3/hwloc_get_last_cpu_location.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_creation.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_t.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_init.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_load.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_destroy.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_dup.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_abi_check.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_check.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_opencl.3 ../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_pci_busid.3 ../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_osdev.3 ../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_osdev_by_index.3 ../../doc/doxygen-doc/man/man3/hwlocality_cuda.3 ../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_pci_ids.3 ../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_pcidev.3 ../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_osdev.3 ../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_osdev_by_index.3 ../../doc/doxygen-doc/man/man3/hwlocality_cudart.3 ../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_pci_ids.3 ../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_pcidev.3 ../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_osdev_by_index.3 ../../doc/doxygen-doc/man/man3/hwlocality_nvml.3 ../../doc/doxygen-doc/man/man3/hwloc_nvml_get_device_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_nvml_get_device_osdev.3 ../../doc/doxygen-doc/man/man3/hwloc_nvml_get_device_osdev_by_index.3 ../../doc/doxygen-doc/man/man3/hwlocality_gl.3 ../../doc/doxygen-doc/man/man3/hwloc_gl_get_display_osdev_by_port_device.3 ../../doc/doxygen-doc/man/man3/hwloc_gl_get_display_osdev_by_name.3 ../../doc/doxygen-doc/man/man3/hwloc_gl_get_display_by_osdev.3 ../../doc/doxygen-doc/man/man3/hwlocality_intel_mic.3 ../../doc/doxygen-doc/man/man3/hwloc_intel_mic_get_device_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_intel_mic_get_device_osdev_by_index.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_diff.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_type_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_u.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_type_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_u.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_build.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_apply_flags_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_apply.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_destroy.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_load_xml.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_export_xml.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_load_xmlbuffer.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_export_xmlbuffer.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_glibc_sched.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_glibc_sched_affinity.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_glibc_sched_affinity.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_advanced_io.3 ../../doc/doxygen-doc/man/man3/hwloc_get_non_io_ancestor_obj.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_pcidev.3 ../../doc/doxygen-doc/man/man3/hwloc_get_pcidev_by_busid.3 ../../doc/doxygen-doc/man/man3/hwloc_get_pcidev_by_busidstring.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_osdev.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_bridge.3 ../../doc/doxygen-doc/man/man3/hwloc_bridge_covers_pcibus.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_ancestors.3 ../../doc/doxygen-doc/man/man3/hwloc_get_ancestor_obj_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_ancestor_obj_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_common_ancestor_obj.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_is_in_subtree.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_distances_get.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_s.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_kind_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_FROM_OS.3 ../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_FROM_USER.3 ../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_MEANS_LATENCY.3 ../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_MEANS_BANDWIDTH.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_get.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_get_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_get_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_get_by_name.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_get_name.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_release.3 ../../doc/doxygen-doc/man/man3/hwlocality_distances_consult.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_obj_index.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_obj_pair_values.3 ../../doc/doxygen-doc/man/man3/hwlocality_distances_add.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_add_flag_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_ADD_FLAG_GROUP.3 ../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_ADD_FLAG_GROUP_INACCURATE.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_add.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_remove.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_remove_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_remove_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_release_remove.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_distribute.3 ../../doc/doxygen-doc/man/man3/hwloc_distrib_flags_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_DISTRIB_FLAG_REVERSE.3 ../../doc/doxygen-doc/man/man3/hwloc_distrib.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_find_cache.3 ../../doc/doxygen-doc/man/man3/hwloc_get_cache_type_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_cache_covering_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_shared_cache_covering_obj.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_find_covering.3 ../../doc/doxygen-doc/man/man3/hwloc_get_child_covering_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_covering_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_covering_cpuset_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_covering_cpuset_by_type.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_find_inside.3 ../../doc/doxygen-doc/man/man3/hwloc_get_first_largest_obj_inside_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_largest_objs_inside_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_inside_cpuset_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_inside_cpuset_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_inside_cpuset_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_inside_cpuset_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_inside_cpuset_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_inside_cpuset_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_index_inside_cpuset.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_find_misc.3 ../../doc/doxygen-doc/man/man3/hwloc_get_pu_obj_by_os_index.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_child.3 ../../doc/doxygen-doc/man/man3/hwloc_get_closest_objs.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_below_array_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_below_by_type.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_types.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_normal.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_memory.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_io.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_cache.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_dcache.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_icache.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_nodeset_convert.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_topology_sets.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_allowed_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_complete_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_topology_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_allowed_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_complete_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_topology_nodeset.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_levels.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_type_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_type_depth_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_MULTIPLE.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_UNKNOWN.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_BRIDGE.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_PCI_DEVICE.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_OS_DEVICE.3 ../../doc/doxygen-doc/man/man3/hwloc_get_memory_parents_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_type_or_above_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_type_or_below_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_depth_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_root_obj.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_by_type.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_linux.3 ../../doc/doxygen-doc/man/man3/hwloc_linux_set_tid_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_linux_get_tid_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_linux_get_tid_last_cpu_location.3 ../../doc/doxygen-doc/man/man3/hwloc_linux_read_path_as_cpumask.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_bitmask.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_linux_libnuma_bitmask.3 ../../doc/doxygen-doc/man/man3/hwloc_nodeset_from_linux_libnuma_bitmask.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_linux_libnuma_bitmask.3 ../../doc/doxygen-doc/man/man3/hwloc_nodeset_to_linux_libnuma_bitmask.3 ../../doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_ulongs.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_linux_libnuma_ulongs.3 ../../doc/doxygen-doc/man/man3/hwloc_nodeset_from_linux_libnuma_ulongs.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_linux_libnuma_ulongs.3 ../../doc/doxygen-doc/man/man3/hwloc_nodeset_to_linux_libnuma_ulongs.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_membinding.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_BIND.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_DEFAULT.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_FIRSTTOUCH.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_INTERLEAVE.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_MIGRATE.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_MIXED.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_NEXTTOUCH.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_NOCPUBIND.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_BYNODESET.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_PROCESS.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_STRICT.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_THREAD.3 ../../doc/doxygen-doc/man/man3/hwloc_membind_flags_t.3 ../../doc/doxygen-doc/man/man3/hwloc_membind_policy_t.3 ../../doc/doxygen-doc/man/man3/hwloc_set_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_set_proc_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_proc_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_set_area_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_area_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_area_memlocation.3 ../../doc/doxygen-doc/man/man3/hwloc_alloc.3 ../../doc/doxygen-doc/man/man3/hwloc_alloc_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy.3 ../../doc/doxygen-doc/man/man3/hwloc_free.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_info_attr.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_get_info_by_name.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_add_info.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_object_sets.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_t.3 ../../doc/doxygen-doc/man/man3/hwloc_const_bitmap_t.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_t.3 ../../doc/doxygen-doc/man/man3/hwloc_const_cpuset_t.3 ../../doc/doxygen-doc/man/man3/hwloc_nodeset_t.3 ../../doc/doxygen-doc/man/man3/hwloc_const_nodeset_t.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_object_strings.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_string.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_snprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_snprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_type_sscanf.3 ../../doc/doxygen-doc/man/man3/hwloc_type_sscanf_as_depth.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_object_types.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CORE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_GROUP.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L1CACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L2CACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L3CACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L4CACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L5CACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L1ICACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L2ICACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L3ICACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_MACHINE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_MISC.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_NUMANODE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OS_DEVICE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_PU.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_PCI_DEVICE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_PACKAGE.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_t.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_UNIFIED.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_DATA.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_INSTRUCTION.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_cache_type_e.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_cache_type_t.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE_HOST.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE_PCI.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_bridge_type_e.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_bridge_type_t.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_BLOCK.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_DMA.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_GPU.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_NETWORK.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_OPENFABRICS.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_COPROC.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_osdev_type_e.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_osdev_type_t.3 ../../doc/doxygen-doc/man/man3/hwloc_compare_types.3 ../../doc/doxygen-doc/man/man3/hwloc_compare_types_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_UNORDERED.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_objects.3 ../../doc/doxygen-doc/man/man3/hwloc_obj.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_t.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_numanode_attr_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_numanode_attr_s_hwloc_memory_page_type_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_bridge_attr_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_osdev_attr_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 ../../doc/doxygen-doc/man/man3/hwloc_info_s.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_openfabrics.3 ../../doc/doxygen-doc/man/man3/hwloc_ibv_get_device_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_ibv_get_device_osdev.3 ../../doc/doxygen-doc/man/man3/hwloc_ibv_get_device_osdev_by_name.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_setsource.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_pid.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_synthetic.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_xml.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_xmlbuffer.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_components_flag_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_COMPONENTS_FLAG_BLACKLIST.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_components.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_shmem.3 ../../doc/doxygen-doc/man/man3/hwloc_shmem_topology_get_length.3 ../../doc/doxygen-doc/man/man3/hwloc_shmem_topology_write.3 ../../doc/doxygen-doc/man/man3/hwloc_shmem_topology_adopt.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_syntheticexport.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_export_synthetic.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_tinker.3 ../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_REMOVE_CPULESS.3 ../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_BYNODESET.3 ../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_REMOVE_MEMLESS.3 ../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_IO.3 ../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 ../../doc/doxygen-doc/man/man3/hwloc_restrict_flags_e.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_restrict.3 ../../doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_ALL.3 ../../doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_LOCAL_RESTRICTIONS.3 ../../doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_CUSTOM.3 ../../doc/doxygen-doc/man/man3/hwloc_allow_flags_e.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_allow.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_alloc_group_object.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_insert_group_object.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_add_other_obj_sets.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_xmlexport.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_export_xml.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_export_xmlbuffer.3 ../../doc/doxygen-doc/man/man3/hwloc_free_xmlbuffer.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_userdata_export_callback.3 ../../doc/doxygen-doc/man/man3/hwloc_export_obj_userdata.3 ../../doc/doxygen-doc/man/man3/hwloc_export_obj_userdata_base64.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_userdata_import_callback.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/hwloc-a4.pdf ../../doc/doxygen-doc/hwloc-letter.pdf '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc' make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/doc' make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32' CC hwloc_bitmap_singlify.o make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32' make[2]: Nothing to be done for 'install-exec-am'. sed -e 's/$/'$'\015'/ < ../README > /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/README.txt sed -e 's/$/'$'\015'/ < ../NEWS > /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/NEWS.txt sed -e 's/$/'$'\015'/ < ../COPYING > /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/COPYING.txt /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/etc/bash_completion.d' /usr/bin/install -c -m 644 ../contrib/completion/hwloc-completion.bash '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/etc/bash_completion.d' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc' /usr/bin/install -c -m 644 ../contrib/misc/dynamic_SVG_example.html '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc' /usr/bin/install -c -m 644 ../contrib/hwloc-valgrind.supp '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/pkgconfig' /usr/bin/install -c -m 644 hwloc.pc '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/pkgconfig' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32' +++ head config.log +++ sed -r -n -e 's/.*--prefix=([^ ]+).*/\1/p' ++ basename /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build32/../hwloc-win32-build-v2.1-20200706.2130.gite5549aff + winball=hwloc-win32-build-v2.1-20200706.2130.gite5549aff + cd .. + zip -r ../hwloc-win32-build-v2.1-20200706.2130.gite5549aff.zip hwloc-win32-build-v2.1-20200706.2130.gite5549aff adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-annotate.exe (deflated 72%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-bind.exe (deflated 71%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-calc.exe (deflated 71%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-compress-dir (deflated 69%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-diff.exe (deflated 74%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-distrib.exe (deflated 73%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-gather-cpuid.exe (deflated 73%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-info.exe (deflated 71%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-ls.exe (deflated 69%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-patch.exe (deflated 74%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/libhwloc-15.dll (deflated 64%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/lstopo-no-graphics.exe (deflated 69%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/lstopo-win.exe (deflated 69%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/bin/lstopo.exe (deflated 69%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/COPYING.txt (deflated 57%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/etc/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/etc/bash_completion.d/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/etc/bash_completion.d/hwloc-completion.bash (deflated 81%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/autogen/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/autogen/config.h (deflated 74%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/bitmap.h (deflated 77%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/cuda.h (deflated 69%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/cudart.h (deflated 65%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/deprecated.h (deflated 80%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/diff.h (deflated 72%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/distances.h (deflated 71%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/export.h (deflated 72%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/gl.h (deflated 70%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/helper.h (deflated 80%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/inlines.h (deflated 71%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/intel-mic.h (deflated 59%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/nvml.h (deflated 65%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/opencl.h (deflated 66%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/openfabrics-verbs.h (deflated 64%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/plugins.h (deflated 69%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/rename.h (deflated 84%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc/shmem.h (deflated 68%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/include/hwloc.h (deflated 76%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.a (deflated 61%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.def (deflated 75%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.dll.a (deflated 93%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.exp (deflated 76%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.la (deflated 46%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.lib (deflated 87%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/pkgconfig/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/pkgconfig/hwloc.pc (deflated 40%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/NEWS.txt (deflated 69%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/README.txt (deflated 55%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/doc/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc/dynamic_SVG_example.html (deflated 67%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc/hwloc-a4.pdf (deflated 4%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc/hwloc-letter.pdf (deflated 5%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/assets/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/assets/index.html (deflated 61%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/assets/main.css (deflated 68%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/assets/script.js (deflated 75%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/assets/style.css (deflated 67%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/client.js (deflated 73%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/package.json (deflated 39%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/README (deflated 54%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-valgrind.supp (deflated 65%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc.dtd (deflated 72%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc2-diff.dtd (deflated 56%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc2.dtd (deflated 72%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-annotate.1 (deflated 62%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-bind.1 (deflated 65%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-calc.1 (deflated 67%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-compress-dir.1 (deflated 58%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-diff.1 (deflated 60%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-distrib.1 (deflated 62%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-gather-cpuid.1 (deflated 59%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-info.1 (deflated 63%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-ls.1 (deflated 69%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-patch.1 (deflated 61%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/lstopo-no-graphics.1 (deflated 69%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man1/lstopo.1 (deflated 69%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_advanced_io.3 (deflated 74%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_api_version.3 (deflated 52%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_bitmap.3 (deflated 81%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_configuration.3 (deflated 72%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_cpubinding.3 (deflated 73%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_creation.3 (deflated 68%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_cuda.3 (deflated 74%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_cudart.3 (deflated 70%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_diff.3 (deflated 75%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_distances_add.3 (deflated 67%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_distances_consult.3 (deflated 64%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_distances_get.3 (deflated 73%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_gl.3 (deflated 71%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_glibc_sched.3 (deflated 66%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_ancestors.3 (deflated 70%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_distribute.3 (deflated 56%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_find_cache.3 (deflated 64%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_find_covering.3 (deflated 76%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_find_inside.3 (deflated 82%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_find_misc.3 (deflated 70%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_nodeset_convert.3 (deflated 66%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_topology_sets.3 (deflated 81%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_types.3 (deflated 73%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_info_attr.3 (deflated 52%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_intel_mic.3 (deflated 60%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_levels.3 (deflated 77%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_linux.3 (deflated 67%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_linux_libnuma_bitmask.3 (deflated 73%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_linux_libnuma_ulongs.3 (deflated 77%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_membinding.3 (deflated 78%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_nvml.3 (deflated 68%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_objects.3 (deflated 51%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_object_sets.3 (deflated 63%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_object_strings.3 (deflated 69%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_object_types.3 (deflated 72%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_opencl.3 (deflated 70%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_openfabrics.3 (deflated 68%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_setsource.3 (deflated 72%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_shmem.3 (deflated 70%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_syntheticexport.3 (deflated 61%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_tinker.3 (deflated 69%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_xmlexport.3 (deflated 75%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_alloc.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_alloc_membind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_alloc_membind_policy.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_allow_flags_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_ALLOW_FLAG_ALL.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_ALLOW_FLAG_CUSTOM.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_ALLOW_FLAG_LOCAL_RESTRICTIONS.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_API_VERSION.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_allbut.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_alloc.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_alloc_full.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_and.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_andnot.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_asprintf.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_clr.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_clr_range.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_compare.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_compare_first.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_copy.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_dup.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_fill.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_first.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_foreach_begin.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_foreach_end.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_free.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_from_ith_ulong.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_from_ulong.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_from_ulongs.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_intersects.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_isequal.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_isfull.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_isincluded.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_isset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_iszero.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_last.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_list_asprintf.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_list_snprintf.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_list_sscanf.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_next.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_not.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_nr_ulongs.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_only.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_or.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_set.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_set_ith_ulong.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_set_range.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_singlify.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_snprintf.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_sscanf.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_taskset_asprintf.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_taskset_snprintf.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_taskset_sscanf.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_to_ith_ulong.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_to_ulong.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_to_ulongs.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_weight.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_xor.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_zero.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bridge_covers_pcibus.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_compare_types.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_compare_types_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_const_bitmap_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_const_cpuset_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_const_nodeset_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpubind_flags_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_CPUBIND_NOMEMBIND.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_CPUBIND_PROCESS.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_CPUBIND_STRICT.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_CPUBIND_THREAD.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_from_glibc_sched_affinity.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_from_linux_libnuma_bitmask.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_from_linux_libnuma_ulongs.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_from_nodeset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_to_glibc_sched_affinity.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_to_linux_libnuma_bitmask.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_to_linux_libnuma_ulongs.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_to_nodeset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cudart_get_device_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cudart_get_device_osdev_by_index.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cudart_get_device_pcidev.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cudart_get_device_pci_ids.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cuda_get_device_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cuda_get_device_osdev.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cuda_get_device_osdev_by_index.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cuda_get_device_pcidev.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cuda_get_device_pci_ids.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_add.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_add_flag_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_DISTANCES_ADD_FLAG_GROUP.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_DISTANCES_ADD_FLAG_GROUP_INACCURATE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_get.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_get_by_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_get_by_name.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_get_by_type.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_get_name.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_kind_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_DISTANCES_KIND_FROM_OS.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_DISTANCES_KIND_FROM_USER.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_DISTANCES_KIND_MEANS_BANDWIDTH.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_DISTANCES_KIND_MEANS_LATENCY.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_obj_index.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_obj_pair_values.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_release.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_release_remove.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_remove.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_remove_by_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_remove_by_type.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_s.3 (deflated 54%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distrib.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distrib_flags_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_DISTRIB_FLAG_REVERSE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_export_obj_userdata.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_export_obj_userdata_base64.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_free.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_free_xmlbuffer.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_ancestor_obj_by_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_ancestor_obj_by_type.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_api_version.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_area_membind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_area_memlocation.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_cache_covering_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_cache_type_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_child_covering_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_closest_objs.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_common_ancestor_obj.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_cpubind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_depth_type.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_first_largest_obj_inside_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_largest_objs_inside_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_last_cpu_location.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_membind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_memory_parents_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_nbobjs_by_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_nbobjs_by_type.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_nbobjs_inside_cpuset_by_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_nbobjs_inside_cpuset_by_type.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_bridge.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_child.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_obj_by_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_obj_by_type.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_obj_covering_cpuset_by_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_obj_covering_cpuset_by_type.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_obj_inside_cpuset_by_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_obj_inside_cpuset_by_type.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_osdev.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_pcidev.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_non_io_ancestor_obj.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_below_array_by_type.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_below_by_type.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_by_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_by_type.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_covering_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_index_inside_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_inside_cpuset_by_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_inside_cpuset_by_type.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_pcidev_by_busid.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_pcidev_by_busidstring.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_proc_cpubind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_proc_last_cpu_location.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_proc_membind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_pu_obj_by_os_index.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_root_obj.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_shared_cache_covering_obj.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_thread_cpubind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_type_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_type_depth_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_type_or_above_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_type_or_below_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_gl_get_display_by_osdev.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_gl_get_display_osdev_by_name.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_gl_get_display_osdev_by_port_device.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_ibv_get_device_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_ibv_get_device_osdev.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_ibv_get_device_osdev_by_name.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_info_s.3 (deflated 41%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_intel_mic_get_device_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_intel_mic_get_device_osdev_by_index.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_linux_get_tid_cpubind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_linux_get_tid_last_cpu_location.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_linux_read_path_as_cpumask.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_linux_set_tid_cpubind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_BIND.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_BYNODESET.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_DEFAULT.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_FIRSTTOUCH.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_membind_flags_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_INTERLEAVE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_MIGRATE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_MIXED.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_NEXTTOUCH.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_NOCPUBIND.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_membind_policy_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_PROCESS.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_STRICT.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_THREAD.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nodeset_from_linux_libnuma_bitmask.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nodeset_from_linux_libnuma_ulongs.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nodeset_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nodeset_to_linux_libnuma_bitmask.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nodeset_to_linux_libnuma_ulongs.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nvml_get_device_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nvml_get_device_osdev.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nvml_get_device_osdev_by_index.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj.3 (deflated 73%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_add_info.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_add_other_obj_sets.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_snprintf.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u.3 (deflated 72%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u_hwloc_bridge_attr_s.3 (deflated 69%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 (deflated 58%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 (deflated 55%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u_hwloc_numanode_attr_s.3 (deflated 58%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u_hwloc_numanode_attr_s_hwloc_memory_page_type_s.3 (deflated 53%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u_hwloc_osdev_attr_s.3 (deflated 42%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 (deflated 71%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_BRIDGE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_BRIDGE_HOST.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_BRIDGE_PCI.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_bridge_type_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_bridge_type_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_CACHE_DATA.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_CACHE_INSTRUCTION.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_cache_type_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_cache_type_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_CACHE_UNIFIED.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_CORE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_get_info_by_name.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_GROUP.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_is_in_subtree.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L1CACHE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L1ICACHE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L2CACHE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L2ICACHE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L3CACHE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L3ICACHE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L4CACHE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L5CACHE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_MACHINE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_MISC.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_NUMANODE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_OSDEV_BLOCK.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_OSDEV_COPROC.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_OSDEV_DMA.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_OSDEV_GPU.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_OSDEV_NETWORK.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_OSDEV_OPENFABRICS.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_osdev_type_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_osdev_type_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_OS_DEVICE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_PACKAGE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_PCI_DEVICE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_PU.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_is_cache.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_is_dcache.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_is_icache.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_is_io.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_is_memory.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_is_normal.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_snprintf.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_string.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_opencl_get_device_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_opencl_get_device_osdev.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_opencl_get_device_osdev_by_index.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_opencl_get_device_pci_busid.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_restrict_flags_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_IO.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_RESTRICT_FLAG_BYNODESET.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_RESTRICT_FLAG_REMOVE_CPULESS.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_RESTRICT_FLAG_REMOVE_MEMLESS.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_set_area_membind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_set_cpubind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_set_membind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_set_proc_cpubind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_set_proc_membind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_set_thread_cpubind.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_shmem_topology_adopt.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_shmem_topology_get_length.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_shmem_topology_write.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_abi_check.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_alloc_group_object.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_allow.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_check.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_COMPONENTS_FLAG_BLACKLIST.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_components_flag_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_cpubind_support.3 (deflated 76%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_destroy.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_apply.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_apply_flags_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_build.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_destroy.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_export_xml.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_export_xmlbuffer.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_load_xml.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_load_xmlbuffer.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_obj_attr_type_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_obj_attr_u.3 (deflated 70%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_type_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_u.3 (deflated 66%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_discovery_support.3 (deflated 64%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_dup.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_export_synthetic.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_export_xml.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_export_xmlbuffer.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_flags_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_FLAG_INCLUDE_DISALLOWED.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_allowed_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_allowed_nodeset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_complete_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_complete_nodeset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_flags.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_topology_cpuset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_topology_nodeset.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_type_filter.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_userdata.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_init.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_insert_group_object.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_insert_misc_object.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_is_thissystem.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_load.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_membind_support.3 (deflated 76%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_restrict.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_all_types_filter.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_cache_types_filter.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_components.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_flags.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_icache_types_filter.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_io_types_filter.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_pid.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_synthetic.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_type_filter.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_userdata.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_userdata_export_callback.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_userdata_import_callback.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_xml.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_xmlbuffer.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_support.3 (deflated 56%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_t.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_DEPTH_BRIDGE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_DEPTH_MULTIPLE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_DEPTH_OS_DEVICE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_DEPTH_PCI_DEVICE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_DEPTH_UNKNOWN.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_type_filter_e.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_FILTER_KEEP_ALL.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_FILTER_KEEP_IMPORTANT.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_FILTER_KEEP_NONE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_FILTER_KEEP_STRUCTURE.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_type_sscanf.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_type_sscanf_as_depth.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_UNORDERED.3 (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man7/ (stored 0%) adding: hwloc-win32-build-v2.1-20200706.2130.gite5549aff/share/man/man7/hwloc.7 (deflated 62%) + test -f hwloc-win32-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.lib + build32/utils/lstopo/lstopo-no-graphics -v Machine (P#0 total=983112KB Backend=Windows hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lstopo-no-graphics.exe) NUMANode L#0 (P#0 local=983112KB total=983112KB) Package L#0 (CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) L2Cache L#0 (size=4096KB linesize=64 ways=16 Inclusive=0) L1dCache L#0 (size=32KB linesize=64 ways=8 Inclusive=0) L1iCache L#0 (size=32KB linesize=64 ways=8 Inclusive=0) Core L#0 PU L#0 (P#0) Package L#1 (CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) L2Cache L#1 (size=4096KB linesize=64 ways=16 Inclusive=0) L1dCache L#1 (size=32KB linesize=64 ways=8 Inclusive=0) L1iCache L#1 (size=32KB linesize=64 ways=8 Inclusive=0) Core L#1 PU L#1 (P#1) depth 0: 1 Machine (type #0) depth 1: 2 Package (type #1) depth 2: 2 L2Cache (type #5) depth 3: 2 L1dCache (type #4) depth 4: 2 L1iCache (type #9) depth 5: 2 Core (type #2) depth 6: 2 PU (type #3) Special depth -3: 1 NUMANode (type #13) + build32/utils/hwloc/hwloc-info --support discovery:pu = 1 discovery:disallowed_pu = 0 discovery:numa = 1 discovery:numa_memory = 1 discovery:disallowed_numa = 0 cpubind:set_thisproc_cpubind = 1 cpubind:get_thisproc_cpubind = 1 cpubind:set_proc_cpubind = 1 cpubind:get_proc_cpubind = 1 cpubind:set_thisthread_cpubind = 1 cpubind:get_thisthread_cpubind = 1 cpubind:set_thread_cpubind = 1 cpubind:get_thread_cpubind = 1 cpubind:get_thisproc_last_cpu_location = 0 cpubind:get_proc_last_cpu_location = 0 cpubind:get_thisthread_last_cpu_location = 1 membind:set_thisproc_membind = 1 membind:get_thisproc_membind = 1 membind:set_proc_membind = 1 membind:get_proc_membind = 1 membind:set_thisthread_membind = 1 membind:get_thisthread_membind = 1 membind:set_area_membind = 0 membind:get_area_membind = 0 membind:alloc_membind = 1 membind:firsttouch_membind = 0 membind:bind_membind = 1 membind:interleave_membind = 0 membind:nexttouch_membind = 0 membind:migrate_membind = 0 membind:get_area_memlocation = 1 + test x1 = x1 + cd .. + test x1 = x1 + echo '*** Switching to MinGW64 ***' *** Switching to MinGW64 *** + set +xe CCLD hwloc_bitmap_singlify.exe + cd /c/Builds/workspace/extended_v2.1/check-mingw + export 'PATH=/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin:/c/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE' + PATH='/mingw64/bin:/usr/local/bin:/usr/bin:/bin:/c/Windows/System32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0/:/c/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin:/c/Program Files (x86)/Microsoft Visual Studio 11.0/Common7/IDE' + mkdir hwloc-v2.1-20200706.2130.gite5549aff/build64 + cd hwloc-v2.1-20200706.2130.gite5549aff/build64 + test x1 = x1 + winball=hwloc-win64-build-v2.1-20200706.2130.gite5549aff + prefix=/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff + ../configure --prefix=/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff --enable-static 'CC=gcc -static-libgcc' configure: loading site script /mingw64/etc/config.site ### ### Configuring hwloc distribution tarball ### Startup tests ### checking build system type... x86_64-w64-mingw32 checking host system type... x86_64-w64-mingw32 checking target system type... x86_64-w64-mingw32 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 '197626' is supported by ustar format... yes checking whether GID '197121' is supported by ustar format... yes checking how to create a ustar tar archive... gnutar checking whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for gcc... gcc -static-libgcc checking whether the C compiler works... yes checking for C compiler default output file name... a.exe checking for suffix of executables... .exe 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 -static-libgcc accepts -g... yes checking for gcc -static-libgcc option to accept ISO C89... CC hwloc_type_depth.o none needed checking whether gcc -static-libgcc understands -c and -o together... yes checking dependency style of gcc -static-libgcc... gcc3 checking how to run the C preprocessor... gcc -static-libgcc -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... CCLD hwloc_type_depth.exe 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 -static-libgcc... C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe checking if the linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /mingw64/bin/nm -B checking the name lister (/mingw64/bin/nm -B) interface... BSD nm checking whether ln -s works... no, using cp -pR checking the maximum length of command line arguments... 8192 checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32 checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32 checking for C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL checking for dlltool... dlltool checking how to associate runtime and link libraries... func_cygming_dll_for_implib checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... ranlib checking command to parse /mingw64/bin/nm -B output from gcc -static-libgcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... CC hwloc_type_sscanf.o /usr/bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dlfcn.h... no checking for as... as checking for dlltool... (cached) dlltool checking for objdump... (cached) objdump checking for objdir... .libs checking if gcc -static-libgcc supports -fno-rtti -fno-exceptions... no checking for gcc -static-libgcc option to produce PIC... -DDLL_EXPORT -DPIC checking if gcc -static-libgcc PIC flag -DDLL_EXPORT -DPIC works... yes checking if gcc -static-libgcc static flag -static works... yes checking if gcc -static-libgcc supports -c -o file.o... yes checking if gcc -static-libgcc supports -c -o file.o... (cached) yes checking whether the gcc -static-libgcc linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes checking whether -lc should be explicitly linked in... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate 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... yes checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... CCLD hwloc_type_sscanf.exe yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe checking if the linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes checking whether the g++ linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes checking dynamic linker characteristics... Win32 ld.exe checking how to hardcode library paths into programs... immediate checking for gcc... (cached) gcc -static-libgcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc -static-libgcc accepts -g... (cached) yes checking for gcc -static-libgcc option to accept ISO C89... (cached) none needed checking whether gcc -static-libgcc understands -c and -o together... (cached) yes checking dependency style of gcc -static-libgcc... (cached) gcc3 checking for gcc -static-libgcc option to accept ISO C99... none needed checking for pkg-config... no checking for X... CC hwloc_bind.o no ### ### Configuring hwloc core ### checking hwloc building mode... standalone configure: hwloc builddir: /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64 configure: hwloc srcdir: /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff configure: Detected VPATH build checking for hwloc version... v2.1-20200706.2130.gite5549aff checking if want hwloc maintainer support... disabled checking for hwloc directory prefix... (none) checking for hwloc symbol prefix... hwloc_ checking for gcc -static-libgcc option to accept ISO C99... (cached) none needed checking size of void *... 8 checking which OS support to include... Windows checking which CPU support to include... x86_64 checking size of unsigned long... 4 checking size of unsigned int... CCLD hwloc_bind.exe 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)... CC hwloc_get_last_cpu_location.o yes checking for __attribute__(weak_alias)... yes checking whether to enable symbol visibility... no (disabled) 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... CCLD hwloc_get_last_cpu_location.exe 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... no checking sys/mman.h presence... no checking for sys/mman.h... no checking for KAFFINITY... yes checking for PROCESSOR_CACHE_TYPE... CC hwloc_get_area_memlocation.o yes checking for CACHE_DESCRIPTOR... CCLD hwloc_get_area_memlocation.exe yes checking for LOGICAL_PROCESSOR_RELATIONSHIP... CC hwloc_object_userdata.o yes checking for RelationProcessorPackage... CCLD hwloc_object_userdata.exe no checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... yes checking for GROUP_AFFINITY... CC hwloc_synthetic.o yes checking for PROCESSOR_RELATIONSHIP... CCLD hwloc_synthetic.exe yes checking for NUMA_NODE_RELATIONSHIP... CC hwloc_backends.o yes checking for CACHE_RELATIONSHIP... CCLD hwloc_backends.exe yes checking for PROCESSOR_GROUP_INFO... yes checking for GROUP_RELATIONSHIP... CC hwloc_pci_backend.o CCLD hwloc_pci_backend.exe yes checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... yes checking for PSAPI_WORKING_SET_EX_BLOCK... no checking for PSAPI_WORKING_SET_EX_INFORMATION... CC hwloc_is_thissystem.o no checking for PROCESSOR_NUMBER... CCLD hwloc_is_thissystem.exe yes checking for main in -lgdi32... yes checking for PostQuitMessage in -luser32... yes checking windows.h usability... yes checking windows.h presence... CC hwloc_distances.o yes checking for windows.h... yes 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... CCLD hwloc_distances.exe 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... no checking whether _SC_NPROCESSORS_CONF is declared... no checking whether _SC_NPROC_ONLN is declared... no checking whether _SC_NPROC_CONF is declared... no checking whether _SC_PAGESIZE is declared... no checking whether _SC_PAGE_SIZE is declared... no 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 whether strtoull is declared... yes checking for ssize_t... yes checking whether snprintf is declared... CC hwloc_groups.o yes checking whether _strdup is declared... yes checking whether _putenv is declared... yes checking whether snprintf is correct... no checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking for sys/sysctl.h... no checking for sysctl... no checking for sysctlbyname... no checking whether getprogname is declared... no checking whether getexecname is declared... CCLD hwloc_groups.exe no checking whether GetModuleFileName is declared... yes checking for program_invocation_name... no checking for __progname... no checking whether sched_getcpu is declared... no checking whether sched_setaffinity is declared... no checking for working CPU_SET... no checking for working CPU_SET_S... no checking for working syscall with 6 parameters... no checking for lib... /c/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/lib checking for bash... /bin/sh checking for ffs... no checking for ffsl... no checking for fls... no checking for flsl... CC hwloc_insert_misc.o no checking for clz... no checking for clzl... no checking for openat... no checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for getpagesize... CCLD hwloc_insert_misc.exe yes checking for memalign... no checking for posix_memalign... no checking sys/utsname.h usability... no checking sys/utsname.h presence... no checking for sys/utsname.h... no checking for uname... no checking valgrind/valgrind.h usability... no checking valgrind/valgrind.h presence... no checking for valgrind/valgrind.h... no checking whether RUNNING_ON_VALGRIND is declared... no 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... no checking whether pthread_getaffinity_np is declared... no checking for sched_setaffinity... no checking for sys/cpuset.h... no checking for cpuset_setaffinity... CC hwloc_topology_allow.o 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... cannot check without pkg-config checking pciaccess.h usability... no checking pciaccess.h presence... no checking for pciaccess.h... no checking CL/cl_ext.h usability... CCLD hwloc_topology_allow.exe 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 X11/Xlib.h usability... no checking X11/Xlib.h presence... no checking for X11/Xlib.h... no configure: WARNING: X11 not found; GL disabled checking NVCtrl/NVCtrl.h usability... no checking NVCtrl/NVCtrl.h presence... no checking for NVCtrl/NVCtrl.h... no checking for LIBXML2... cannot check without pkg-config 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 windows x86 checking components to build as plugins... checking for diff... /usr/bin/diff ### ### Configuring hwloc documentation ### checking if this is a developer build... no (doxygen generation is optional) 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... yes checking whether to enable "picky" compiler mode... no (default) CC hwloc_topology_restrict.o ### ### Configuring hwloc command line utilities ### checking for CAIRO... cannot check without pkg-config 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... no checking xlocale.h usability... no checking xlocale.h presence... no checking for xlocale.h... no checking langinfo.h usability... no checking langinfo.h presence... no checking for langinfo.h... no checking termcap support using ncurses and ... no checking termcap support using ncurses and -ltermcap... no checking termcap support using ncurses and -lncursesw... CCLD hwloc_topology_restrict.exe 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 whether bind is declared... no 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... cannot check without pkg-config 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 CC hwloc_topology_dup.o CCLD hwloc_topology_dup.exe CC hwloc_topology_diff.o CCLD hwloc_topology_diff.exe 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 CC hwloc_topology_abi.o 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 CCLD hwloc_topology_abi.exe config.status: creating tests/hwloc/x86+linux/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/x86+linux/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 CC hwloc_obj_infos.o 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/lstopo/test-lstopo-shmem.sh CCLD hwloc_obj_infos.exe config.status: creating utils/netloc/infiniband/netloc_ib_gather_raw config.status: creating contrib/hwloc-ps.www/Makefile 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 CC hwloc_iodevs.o CCLD hwloc_iodevs.exe CC xmlbuffer.o CCLD xmlbuffer.exe config.status: executing libtool commands config.status: executing chmoding-scripts commands ************************************************************************ Could not detect/enable some features such as libxml2 and Cairo support because pkg-config isn't available. ************************************************************************ ----------------------------------------------------------------------------- Hwloc optional build support status (more details can be found above): Probe / display I/O devices: no Graphical output: yes (Windows) XML input / output: basic Netloc functionality: no Plugin support: no ----------------------------------------------------------------------------- + make Making all in include make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/include' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/include' Making all in hwloc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/hwloc' CC topology.lo CC gl.o CCLD gl.exe CC intel-mic.o CC traversal.lo CCLD intel-mic.exe CC distances.lo make[4]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc' make check-TESTS make[4]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc' make[5]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc' PASS: hwloc_api_version.exe PASS: hwloc_list_components.exe PASS: hwloc_bitmap.exe PASS: hwloc_bitmap_string.exe CC components.lo PASS: hwloc_bitmap_compare_inclusion.exe PASS: hwloc_get_closest_objs.exe PASS: hwloc_get_obj_covering_cpuset.exe PASS: hwloc_get_cache_covering_cpuset.exe PASS: hwloc_get_largest_objs_inside_cpuset.exe PASS: hwloc_get_next_obj_covering_cpuset.exe PASS: hwloc_get_obj_inside_cpuset.exe PASS: hwloc_get_shared_cache_covering_obj.exe CC bind.lo PASS: hwloc_get_obj_below_array_by_type.exe PASS: hwloc_bitmap_first_last_weight.exe PASS: hwloc_bitmap_singlify.exe PASS: hwloc_type_depth.exe PASS: hwloc_type_sscanf.exe PASS: hwloc_bind.exe PASS: hwloc_get_last_cpu_location.exe PASS: hwloc_get_area_memlocation.exe PASS: hwloc_object_userdata.exe PASS: hwloc_synthetic.exe CC bitmap.lo PASS: hwloc_backends.exe PASS: hwloc_pci_backend.exe PASS: hwloc_is_thissystem.exe PASS: hwloc_distances.exe PASS: hwloc_groups.exe PASS: hwloc_insert_misc.exe PASS: hwloc_topology_allow.exe PASS: hwloc_topology_restrict.exe PASS: hwloc_topology_dup.exe PASS: hwloc_topology_diff.exe PASS: hwloc_topology_abi.exe CC pci-common.lo PASS: hwloc_obj_infos.exe PASS: hwloc_iodevs.exe PASS: xmlbuffer.exe PASS: gl.exe PASS: intel-mic.exe ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 38 # PASS: 38 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc' make[4]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc' make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc' Making check in ports make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/ports' make \ make[4]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/ports' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/ports' make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/xml' CC diff.lo make[5]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml CC shmem.lo PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output CC misc.lo PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output CC base64.lo PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml CC topology-noos.lo PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output CC topology-synthetic.lo PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml PASS: 192em64t-12gr2n8c2t.xml CC topology-xml.lo PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml CC topology-xml-nolibxml.lo PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml CC topology-windows.lo PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml CC topology-x86.lo ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/xml' make[4]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/xml' make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/xml' Making check in x86 make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/x86' make[5]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output CCLD libhwloc.la gcc -static-libgcc ../../hwloc/dolib.c -o dolib.exe [ ! -r .libs/libhwloc.def ] || ./dolib.exe "/c/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/lib" X64 .libs/libhwloc.def 16:0:1 .libs/libhwloc.lib Microsoft (R) Library Manager Version 11.00.50727.1 Copyright (C) Microsoft Corporation. All rights reserved. Creating library .libs/libhwloc.lib and object .libs/libhwloc.exp using soname libhwloc-15 make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/hwloc' Making all in utils make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils' PASS: Intel-CascadeLake-2xXeon6230.output Making all in hwloc make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' Making all in . make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' CC hwloc-annotate.o PASS: Intel-Skylake-2xXeon6140.output CCLD hwloc-annotate.exe PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output CC hwloc-bind.o CCLD hwloc-bind.exe PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output scan-build: Run 'scan-view /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/analyzer_reports/scan-build-2020-07-07-03-39-47-986548-_nA6Nn' to examine bug reports. + scan-build -plist --intercept-first --analyze-headers -o analyzer_reports make check + tee -a scan-build.log Making check in include make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include' Making check in hwloc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' make make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc' Making check in utils make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' PASS: test-hwloc-annotate.sh PASS: test-hwloc-calc.sh PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: test-hwloc-distrib.sh PASS: test-hwloc-info.sh PASS: Intel-SandyBridge-2xXeon-E5-2650.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 6 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making check in test-hwloc-dump-hwdata make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' PASS: knl-snc4h50.tar.bz2 ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc' Making check in lstopo make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' make check-TESTS make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' CC hwloc-calc.o PASS: test-lstopo.sh PASS: test-lstopo-shmem.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils' Making check in tests make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' Making check in hwloc make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' Making check in . make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make hwloc_api_version hwloc_list_components hwloc_bitmap hwloc_bitmap_string hwloc_bitmap_compare_inclusion hwloc_get_closest_objs hwloc_get_obj_covering_cpuset hwloc_get_cache_covering_cpuset hwloc_get_largest_objs_inside_cpuset hwloc_get_next_obj_covering_cpuset hwloc_get_obj_inside_cpuset hwloc_get_shared_cache_covering_obj hwloc_get_obj_below_array_by_type hwloc_bitmap_first_last_weight hwloc_bitmap_singlify hwloc_type_depth hwloc_type_sscanf hwloc_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_insert_misc hwloc_topology_allow hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_topology_abi hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic shmem linux-libnuma glibc-sched openfabrics-verbs opencl make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version PASS: Intel-Westmere-2xXeon-X5650.output CC hwloc_list_components.o CCLD hwloc_list_components CC hwloc_bitmap.o CCLD hwloc_bitmap CC hwloc_bitmap_string.o CCLD hwloc-calc.exe CCLD hwloc_bitmap_string CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs PASS: Intel-Nehalem-2xXeon-X5550.output CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_get_largest_objs_inside_cpuset CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset CC hwloc_get_obj_inside_cpuset.o PASS: Intel-Penryn-4xXeon-X7460.output CCLD hwloc_get_obj_inside_cpuset CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type CC hwloc-diff.o CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight PASS: Intel-Core-2xXeon-E5345.output CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify CC hwloc_type_depth.o CCLD hwloc_type_depth CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf CC hwloc_bind.o CCLD hwloc_bind CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location CCLD hwloc-diff.exe CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation CC hwloc_object_userdata.o CCLD hwloc_object_userdata CC hwloc_synthetic.o CCLD hwloc_synthetic CC hwloc_backends.o CCLD hwloc_backends CC hwloc_pci_backend.o CCLD hwloc_pci_backend CC hwloc-distrib.o CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem CC hwloc_distances.o CCLD hwloc_distances CC hwloc_groups.o CCLD hwloc_groups CC hwloc_insert_misc.o CCLD hwloc_insert_misc CC hwloc_topology_allow.o CCLD hwloc_topology_allow CC hwloc_topology_restrict.o CCLD hwloc_topology_restrict CC hwloc_topology_dup.o CCLD hwloc_topology_dup CCLD hwloc-distrib.exe CC hwloc_topology_diff.o CCLD hwloc_topology_diff CC hwloc_topology_abi.o CCLD hwloc_topology_abi CC hwloc_obj_infos.o CCLD hwloc_obj_infos CC hwloc_iodevs.o CCLD hwloc_iodevs CC xmlbuffer.o CCLD xmlbuffer CC gl.o CCLD gl CC intel-mic.o CCLD intel-mic PASS: Intel-KnightsLanding-XeonPhi-7210.output CC shmem.o CCLD shmem CC linux_libnuma-linux-libnuma.o CCLD linux-libnuma CC hwloc-info.o CC glibc-sched.o CCLD glibc-sched CC openfabrics-verbs.o CCLD openfabrics-verbs CC opencl.o CCLD opencl make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' PASS: hwloc_api_version PASS: hwloc_list_components PASS: hwloc_bitmap PASS: hwloc_bitmap_string PASS: hwloc_bitmap_compare_inclusion PASS: hwloc_get_closest_objs PASS: hwloc_get_obj_covering_cpuset PASS: hwloc_get_cache_covering_cpuset PASS: hwloc_get_largest_objs_inside_cpuset PASS: hwloc_get_next_obj_covering_cpuset PASS: hwloc_get_obj_inside_cpuset PASS: hwloc_get_shared_cache_covering_obj PASS: hwloc_get_obj_below_array_by_type PASS: hwloc_bitmap_first_last_weight PASS: hwloc_bitmap_singlify PASS: hwloc_type_depth PASS: hwloc_type_sscanf CCLD hwloc-info.exe PASS: hwloc_bind PASS: hwloc_get_last_cpu_location PASS: hwloc_get_area_memlocation PASS: hwloc_object_userdata PASS: hwloc_synthetic PASS: hwloc_backends PASS: hwloc_pci_backend PASS: hwloc_is_thissystem PASS: hwloc_distances PASS: hwloc_groups PASS: hwloc_insert_misc PASS: hwloc_topology_allow PASS: hwloc_topology_restrict PASS: hwloc_topology_dup PASS: hwloc_topology_diff PASS: hwloc_topology_abi PASS: hwloc_obj_infos PASS: hwloc_iodevs PASS: xmlbuffer PASS: gl PASS: intel-mic PASS: shmem PASS: linux-libnuma PASS: glibc-sched PASS: openfabrics-verbs PASS: opencl ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 43 # PASS: 43 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' Making check in ports make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports' make liblstopo-port-windows.a \ libhwloc-port-aix.la libhwloc-port-bgq.la libhwloc-port-darwin.la libhwloc-port-freebsd.la libhwloc-port-hpux.la libhwloc-port-netbsd.la libhwloc-port-solaris.la libhwloc-port-windows.la libhwloc-port-opencl.la libhwloc-port-cuda.la libhwloc-port-nvml.la libhwloc-port-gl.la make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports' CC liblstopo_port_windows_a-lstopo-windows.o AR liblstopo-port-windows.a ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_aix_la-topology-aix.lo CCLD libhwloc-port-aix.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_bgq_la-topology-bgq.lo CCLD libhwloc-port-bgq.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_darwin_la-topology-darwin.lo PASS: Intel-KnightsCorner-XeonPhi-SE10P.output CCLD libhwloc-port-darwin.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_freebsd_la-topology-freebsd.lo CCLD libhwloc-port-freebsd.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_hpux_la-topology-hpux.lo CC hwloc-patch.o CCLD libhwloc-port-hpux.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_netbsd_la-topology-netbsd.lo CCLD libhwloc-port-netbsd.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_solaris_la-topology-solaris.lo CC libhwloc_port_solaris_la-topology-solaris-chiptype.lo CCLD hwloc-patch.exe CCLD libhwloc-port-solaris.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_windows_la-topology-windows.lo CCLD libhwloc-port-windows.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_opencl_la-topology-opencl.lo CCLD libhwloc-port-opencl.la PASS: AMD-17h-Zen-2xEpyc-7451.output ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_cuda_la-topology-cuda.lo CCLD libhwloc-port-cuda.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_nvml_la-topology-nvml.lo CCLD libhwloc-port-nvml.la ar: `u' modifier ignored since `D' is the default (see `U') CC libhwloc_port_gl_la-topology-gl.lo CCLD libhwloc-port-gl.la ar: `u' modifier ignored since `D' is the default (see `U') make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml CC hwloc-gather-cpuid.o PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml PASS: 192em64t-12gr2n8c2t.xml PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml' Making check in linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making check in . make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' CCLD hwloc-gather-cpuid.exe PASS: 2amd64-2n.output PASS: 2i386-2t-hugepagesizecount.xml.output PASS: 2i386-2c-nohugepage.xml.output PASS: 2ps3-2t.output PASS: 4em64t-2c2t-ignore-reorder.output PASS: 4ia64-4s.output PASS: 4fake-4gr1nu1pu.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: 256ppc-8n8s4t.output CC common-ps.lo PASS: 256ppc-8n8s4t-nocache.output PASS: 32amd64-4s2n4c-cgroup.output PASS: 32amd64-4s2n4c-cgroup.xml.output PASS: 8amd64-4n2c.output PASS: 8em64t-4c2t.output PASS: 8em64t-2s2ca2c.output PASS: 8em64t-2s2ca2c-buggynuma.output PASS: 8em64t-2s4c-heterogeneous.output PASS: 8ia64-2n2s2c.output PASS: 8ia64-2s2c2t.output PASS: 8ia64-4s2c.output PASS: 16amd64-4n4c-cgroup-distance-merge.output PASS: 16amd64-8n2c.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: 16amd64-8n2c-cpusets.output PASS: 16amd64-8n2c-cpusets.xml.output PASS: 16amd64-8n2c-cpusets_noadmin.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: 16em64t-4s2ca2c-cpusetreorder.output PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output PASS: 16em64t-4s2c2t.output PASS: 16em64t-4s2c2t-offlines.output PASS: 16em64t-4s2c2t-offlines.xml.output PASS: 16em64t-4s2c2t_ncaches.output PASS: 16em64t-4s2c2t_merge.output PASS: 16em64t-4s2c2t.xml.output PASS: 16ia64-8n2s.output PASS: 32em64t-2n8c+1mic.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output CCLD libutils_common.la PASS: 40intel64-2g2n4c+pci.output PASS: 40intel64-4n10c+pci-conflicts.output PASS: 48amd64-4d2n6c-sparse.output PASS: 64amd64-4s2n4ca2co.output PASS: 64fake-4n2s2ca2c2t.output 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... PASS: Hygon-Dhyana-32cores.output PASS: 64intel64-fakeKNL-A2A-cache.output PASS: 64intel64-fakeKNL-SNC4-hybrid.output Creating hwloc-gather-cpuid.1 man page... make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' Making all in lstopo make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' CC lstopo_no_graphics-lstopo.o PASS: 64intel64-fakeKNL-SNC4-hybrid-msc.output PASS: 96em64t-4n4d3ca2co.output PASS: 128ia64-17n4s2c.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: 256ia64-64n2s2c.output PASS: 2s390-2c.output PASS: 20s390-2g6s4c.output PASS: 1alpha.output PASS: 2arm-2c.output PASS: nvidiagpunumanodes.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output PASS: nvidiagpunumanodes.kept.output PASS: fakememinitiators-1npc+1npc.output PASS: fakecpuid1f-64intel64-2p4d2n2c2t.output PASS: fakeheteronuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 54 # PASS: 54 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making check in allowed make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' PASS: test1.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed' Making check in gather make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' make check-TESTS make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' make[6]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' CC lstopo_no_graphics-lstopo-draw.o ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/x86' make[4]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/x86' make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc/x86' make[2]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests/hwloc' make[2]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests' make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/tests' Making check in contrib/systemd make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/contrib/misc' make hwloc-tweak-osindex.exe make[2]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/contrib/misc' CC hwloc-tweak-osindex.o PASS: test-gather-topology.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[6]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux' Making check in x86 make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output CC lstopo_no_graphics-lstopo-fig.o PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86' Making check in x86+linux make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' CC lstopo_no_graphics-lstopo-svg.o PASS: 64amd64-4p2n4ca2co.output CCLD hwloc-tweak-osindex.exe PASS: 64amd64-4p2n4ca2co.topoextnuma.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc' make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests' Making check in contrib/systemd make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc' make hwloc-tweak-osindex make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make check-recursive make[2]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' Making check in examples make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' CC hwloc-hello.o CCLD hwloc-hello CC lstopo_no_graphics-lstopo-ascii.o cp -f ./hwloc-hello.c hwloc-hello-cpp.cpp CXX hwloc-hello-cpp.o CXXLD hwloc-hello-cpp CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind CC nodeset+membind+policy.o CCLD nodeset+membind+policy CC get-knl-modes.o CCLD get-knl-modes CC gpu.o CC lstopo_no_graphics-lstopo-text.o CCLD gpu CC sharedcaches.o CCLD sharedcaches make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make check-TESTS make[4]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make[5]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' PASS: hwloc-hello PASS: hwloc-hello-cpp ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make[4]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples' make[3]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[2]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc' make[1]: Entering directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff' make[2]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/contrib/misc' make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc' make check-recursive make[2]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc' Making check in examples make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc/examples' make hwloc-hello.exe hwloc-hello-cpp.exe cpuset+bitmap+cpubind.exe nodeset+membind+policy.exe get-knl-modes.exe gpu.exe CC lstopo_no_graphics-lstopo-xml.o make[4]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc/examples' CC hwloc-hello.o CCLD lstopo-no-graphics.exe CCLD hwloc-hello.exe CC lstopo-lstopo.o CC lstopo-lstopo-draw.o CXX hwloc-hello-cpp.o CC lstopo-lstopo-fig.o CC lstopo-lstopo-svg.o CXXLD hwloc-hello-cpp.exe CC lstopo-lstopo-ascii.o CC lstopo-lstopo-text.o CC lstopo-lstopo-xml.o CC lstopo-lstopo-windows.o CC cpuset+bitmap+cpubind.o CCLD cpuset+bitmap+cpubind.exe CCLD lstopo.exe CC lstopo_win-lstopo.o CC nodeset+membind+policy.o CC lstopo_win-lstopo-draw.o CCLD nodeset+membind+policy.exe CC lstopo_win-lstopo-fig.o CC lstopo_win-lstopo-svg.o CC get-knl-modes.o CC lstopo_win-lstopo-ascii.o CC lstopo_win-lstopo-text.o CCLD get-knl-modes.exe CC lstopo_win-lstopo-xml.o CC lstopo_win-lstopo-windows.o CC gpu.o CCLD lstopo-win.exe CCLD gpu.exe Creating lstopo-no-graphics.1 man page... make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils' Making all in tests make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests' Making all in hwloc make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' Making all in . make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' Making all in ports make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/ports' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/ports' Making all in xml make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/xml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/xml' Making all in x86 make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/x86' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/x86' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests' Making all in contrib/systemd make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/systemd' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/systemd' Making all in contrib/misc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/misc' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/misc' Making all in contrib/hwloc-ps.www make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/hwloc-ps.www' Making all in doc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make all-recursive make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' Making all in examples make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc/examples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc/examples' make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64' make[1]: Nothing to be done for 'all-am'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64' + test x1 = x1 + make check Making check in include make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/include' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/include' Making check in hwloc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/hwloc' make make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/hwloc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/hwloc' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/hwloc' Making check in utils make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils' Making check in hwloc make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' Making check in . make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' make check-TESTS make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' make[5]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' PASS: test-hwloc-annotate.sh make[4]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc/examples' make check-TESTS make[4]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc/examples' make[5]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc/examples' PASS: hwloc-hello.exe PASS: hwloc-hello-cpp.exe PASS: test-hwloc-calc.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc/examples' make[4]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc/examples' make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc/examples' make[3]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc' make[2]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc' make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build/doc' make[1]: Entering directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/cygdrive/c/builds/workspace/extended_v2.1/check-cygwin/hwloc-v2.1-20200706.2130.gite5549aff/build' + utils/lstopo/lstopo-no-graphics -v Machine (P#0 total=668420KB Backend=Windows OSName=CYGWIN_NT-10.0 OSRelease=2.8.2(0.313/5/3) OSVersion="2017-07-12 10:58" HostName=DESKTOP-UML70GA Architecture=x86_64 hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lstopo-no-graphics.exe) NUMANode L#0 (P#0 local=668420KB total=668420KB) Package L#0 (CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) L2Cache L#0 (size=4096KB linesize=64 ways=16 Inclusive=0) L1dCache L#0 (size=32KB linesize=64 ways=8 Inclusive=0) L1iCache L#0 (size=32KB linesize=64 ways=8 Inclusive=0) Core L#0 PU L#0 (P#0) Package L#1 (CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) L2Cache L#1 (size=4096KB linesize=64 ways=16 Inclusive=0) L1dCache L#1 (size=32KB linesize=64 ways=8 Inclusive=0) L1iCache L#1 (size=32KB linesize=64 ways=8 Inclusive=0) Core L#1 PU L#1 (P#1) depth 0: 1 Machine (type #0) depth 1: 2 Package (type #1) depth 2: 2 L2Cache (type #5) depth 3: 2 L1dCache (type #4) depth 4: 2 L1iCache (type #9) depth 5: 2 Core (type #2) depth 6: 2 PU (type #3) Special depth -3: 1 NUMANode (type #13) + cd .. + exit 0 C:\builds\workspace\extended_v2.1\check-cygwin>if 0 NEQ 0 exit /b 0 C:\builds\workspace\extended_v2.1\check-cygwin>exit /b 0 [Pipeline] deleteDir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // node [Pipeline] } PASS: test-hwloc-compress-dir.sh PASS: test-hwloc-diffpatch.sh PASS: test-hwloc-distrib.sh PASS: test-hwloc-info.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 6 # PASS: 6 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' Making check in lstopo make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' make check-TESTS make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' PASS: test-lstopo.sh ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 1 # PASS: 1 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils' Making check in tests make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests' Making check in hwloc make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' Making check in . make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' make hwloc_api_version.exe hwloc_list_components.exe hwloc_bitmap.exe hwloc_bitmap_string.exe hwloc_bitmap_compare_inclusion.exe hwloc_get_closest_objs.exe hwloc_get_obj_covering_cpuset.exe hwloc_get_cache_covering_cpuset.exe hwloc_get_largest_objs_inside_cpuset.exe hwloc_get_next_obj_covering_cpuset.exe hwloc_get_obj_inside_cpuset.exe hwloc_get_shared_cache_covering_obj.exe hwloc_get_obj_below_array_by_type.exe hwloc_bitmap_first_last_weight.exe hwloc_bitmap_singlify.exe hwloc_type_depth.exe hwloc_type_sscanf.exe hwloc_bind.exe hwloc_get_last_cpu_location.exe hwloc_get_area_memlocation.exe hwloc_object_userdata.exe hwloc_synthetic.exe hwloc_backends.exe hwloc_pci_backend.exe hwloc_is_thissystem.exe hwloc_distances.exe hwloc_groups.exe hwloc_insert_misc.exe hwloc_topology_allow.exe hwloc_topology_restrict.exe hwloc_topology_dup.exe hwloc_topology_diff.exe hwloc_topology_abi.exe hwloc_obj_infos.exe hwloc_iodevs.exe xmlbuffer.exe gl.exe intel-mic.exe make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' CC hwloc_api_version.o CCLD hwloc_api_version.exe CC hwloc_list_components.o CCLD hwloc_list_components.exe CC hwloc_bitmap.o CCLD hwloc_bitmap.exe CC hwloc_bitmap_string.o CCLD hwloc_bitmap_string.exe CC hwloc_bitmap_compare_inclusion.o CCLD hwloc_bitmap_compare_inclusion.exe CC hwloc_get_closest_objs.o CCLD hwloc_get_closest_objs.exe CC hwloc_get_obj_covering_cpuset.o CCLD hwloc_get_obj_covering_cpuset.exe CC hwloc_get_cache_covering_cpuset.o CCLD hwloc_get_cache_covering_cpuset.exe CC hwloc_get_largest_objs_inside_cpuset.o CCLD hwloc_get_largest_objs_inside_cpuset.exe CC hwloc_get_next_obj_covering_cpuset.o CCLD hwloc_get_next_obj_covering_cpuset.exe CC hwloc_get_obj_inside_cpuset.o CCLD hwloc_get_obj_inside_cpuset.exe CC hwloc_get_shared_cache_covering_obj.o CCLD hwloc_get_shared_cache_covering_obj.exe CC hwloc_get_obj_below_array_by_type.o CCLD hwloc_get_obj_below_array_by_type.exe CC hwloc_bitmap_first_last_weight.o CCLD hwloc_bitmap_first_last_weight.exe CC hwloc_bitmap_singlify.o CCLD hwloc_bitmap_singlify.exe CC hwloc_type_depth.o CCLD hwloc_type_depth.exe CC hwloc_type_sscanf.o CCLD hwloc_type_sscanf.exe CC hwloc_bind.o CCLD hwloc_bind.exe CC hwloc_get_last_cpu_location.o CCLD hwloc_get_last_cpu_location.exe CC hwloc_get_area_memlocation.o CCLD hwloc_get_area_memlocation.exe CC hwloc_object_userdata.o CCLD hwloc_object_userdata.exe CC hwloc_synthetic.o CCLD hwloc_synthetic.exe CC hwloc_backends.o CCLD hwloc_backends.exe CC hwloc_pci_backend.o CCLD hwloc_pci_backend.exe CC hwloc_is_thissystem.o CCLD hwloc_is_thissystem.exe CC hwloc_distances.o CCLD hwloc_distances.exe CC hwloc_groups.o CCLD hwloc_groups.exe CC hwloc_insert_misc.o CCLD hwloc_insert_misc.exe CC hwloc_topology_allow.o CCLD hwloc_topology_allow.exe CC hwloc_topology_restrict.o CCLD hwloc_topology_restrict.exe CC hwloc_topology_dup.o CCLD hwloc_topology_dup.exe CC hwloc_topology_diff.o CCLD hwloc_topology_diff.exe CC hwloc_topology_abi.o CCLD hwloc_topology_abi.exe CC hwloc_obj_infos.o CCLD hwloc_obj_infos.exe CC hwloc_iodevs.o CCLD hwloc_iodevs.exe CC xmlbuffer.o CCLD xmlbuffer.exe CC gl.o CCLD gl.exe CC intel-mic.o CCLD intel-mic.exe make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' make check-TESTS make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' make[5]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' PASS: hwloc_api_version.exe PASS: hwloc_list_components.exe PASS: hwloc_bitmap.exe PASS: hwloc_bitmap_string.exe PASS: hwloc_bitmap_compare_inclusion.exe PASS: hwloc_get_closest_objs.exe PASS: hwloc_get_obj_covering_cpuset.exe PASS: hwloc_get_cache_covering_cpuset.exe PASS: hwloc_get_largest_objs_inside_cpuset.exe PASS: hwloc_get_next_obj_covering_cpuset.exe PASS: hwloc_get_obj_inside_cpuset.exe PASS: hwloc_get_shared_cache_covering_obj.exe PASS: hwloc_get_obj_below_array_by_type.exe PASS: hwloc_bitmap_first_last_weight.exe PASS: hwloc_bitmap_singlify.exe PASS: hwloc_type_depth.exe PASS: hwloc_type_sscanf.exe PASS: hwloc_bind.exe PASS: hwloc_get_last_cpu_location.exe PASS: hwloc_get_area_memlocation.exe PASS: hwloc_object_userdata.exe PASS: hwloc_synthetic.exe PASS: hwloc_backends.exe PASS: hwloc_pci_backend.exe PASS: hwloc_is_thissystem.exe PASS: hwloc_distances.exe PASS: hwloc_groups.exe PASS: hwloc_insert_misc.exe PASS: hwloc_topology_allow.exe PASS: hwloc_topology_restrict.exe PASS: hwloc_topology_dup.exe PASS: hwloc_topology_diff.exe PASS: hwloc_topology_abi.exe PASS: hwloc_obj_infos.exe PASS: hwloc_iodevs.exe PASS: xmlbuffer.exe PASS: gl.exe PASS: intel-mic.exe ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 38 # PASS: 38 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' Making check in ports make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/ports' make \ make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/ports' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/ports' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/ports' Making check in xml make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/xml' make check-TESTS make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/xml' make[5]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/xml' PASS: 16amd64-8n2c-cpusets.xml PASS: 16amd64-4distances.xml PASS: 16amd64-4distances.console.output PASS: 16em64t-4s2c2t.xml PASS: 16em64t-4s2c2t-offlines.xml PASS: 16em64t-4s2c2t.console.output PASS: 16-2gr2gr2n2c+misc.xml PASS: 16-2gr2gr2n2c+misc.console.output PASS: 16intel64-manyVFs.xml PASS: 16intel64-manyVFs.console.output PASS: 16intel64-manyVFs.console.nocollapse.output PASS: 24em64t-2n6c2t-pci.xml PASS: 32em64t-2n8c2t-pci-noio.xml PASS: 32em64t-2n8c2t-pci-normalio.xml PASS: 32em64t-2n8c2t-pci-wholeio.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.xml PASS: 96em64t-4n4d3ca2co-pci.xml PASS: 192em64t-12gr2n8c2t.xml PASS: 192em64t-24n8c2t.xml PASS: fakeheterodistances.xml PASS: 8em64t-2p2ca2co-nonodesets.v1tov2.xml PASS: 8ia64-2n2s2c+1n.v1tov2.xml PASS: 16amd64-4distances.v1tov2.xml PASS: 16amd64-4distances.v2tov1.xml PASS: 2intel64-1n2c-numaroot.v1tov2.xml PASS: 28intel64-2p2g7c-CoDgroups.v1tov2.xml PASS: 28intel64-2p2g7c-CoD.nogroups.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml PASS: 8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml PASS: 64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 34 # PASS: 34 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/xml' make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/xml' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/xml' Making check in x86 make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/x86' make check-TESTS make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/x86' make[5]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/x86' PASS: Intel-CPUID.1F-Qemu-2p3d3c2t.output PASS: Intel-CascadeLake-2xXeon6230.output PASS: Intel-Skylake-2xXeon6140.output PASS: Intel-Broadwell-2xXeon-E5-2650Lv4.output PASS: Intel-Haswell-2xXeon-E5-2680v3.output PASS: Intel-IvyBridge-12xXeon-E5-4620v2.output PASS: Intel-SandyBridge-2xXeon-E5-2650.output PASS: Intel-Westmere-2xXeon-X5650.output PASS: Intel-Nehalem-2xXeon-X5550.output PASS: Intel-Penryn-4xXeon-X7460.output PASS: Intel-Core-2xXeon-E5345.output PASS: Intel-KnightsLanding-XeonPhi-7210.output PASS: Intel-KnightsCorner-XeonPhi-SE10P.output PASS: AMD-17h-Zen-2xEpyc-7451.output PASS: AMD-15h-Piledriver-4xOpteron-6348.output PASS: AMD-15h-Bulldozer-4xOpteron-6272.output PASS: AMD-K10-MagnyCours-2xOpteron-6164HE.output PASS: AMD-K10-Istanbul-8xOpteron-8439SE.output PASS: AMD-K8-SantaRosa-2xOpteron-2218.output PASS: AMD-K8-SledgeHammer-2xOpteron-250.output PASS: Hygon-Dhyana-32cores.output PASS: Zhaoxin-CentaurHauls-ZXD-4600.output PASS: Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 23 # PASS: 23 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/x86' make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/x86' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/x86' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests' make[2]: Nothing to be done for 'check-am'. make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests' Making check in contrib/systemd make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/systemd' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/systemd' Making check in contrib/misc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/misc' make hwloc-tweak-osindex.exe make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/misc' CC hwloc-tweak-osindex.o CCLD hwloc-tweak-osindex.exe scan-build: Run 'scan-view /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/analyzer_reports/scan-build-2020-07-07-03-46-02-130274-M9Ylum' to examine bug reports. + SOURCES_TO_ANALYZE='hwloc tests utils' + SOURCES_TO_EXCLUDE='-itests/hwloc/ports -ihwloc/topology-aix.c -ihwloc/topology-bgq.c -ihwloc/topology-darwin.c -ihwloc/topology-freebsd.c -ihwloc/topology-hpux.c -ihwloc/topology-netbsd.c -ihwloc/topology-solaris.c -ihwloc/topology-solaris-chiptype.c -ihwloc/topology-windows.c -ihwloc/topology-cuda.c -ihwloc/topology-gl.c -ihwloc/topology-nvml.c -ihwloc/topology-opencl.c -iutils/lstopo/lstopo-windows.c' + CPPCHECK_INCLUDES='-Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc' + CPPCHECK='cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc' + DEFINITIONS='-Dhwloc_getpagesize=getpagesize -DMAP_ANONYMOUS=0x20 -Dhwloc_thread_t=pthread_t -DSYS_gettid=128 -UHASH_BLOOM -UHASH_EMIT_KEYS -UHASH_FUNCTION' + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc -Dhwloc_getpagesize=getpagesize -DMAP_ANONYMOUS=0x20 -Dhwloc_thread_t=pthread_t -DSYS_gettid=128 -UHASH_BLOOM -UHASH_EMIT_KEYS -UHASH_FUNCTION hwloc tests utils -itests/hwloc/ports -ihwloc/topology-aix.c -ihwloc/topology-bgq.c -ihwloc/topology-darwin.c -ihwloc/topology-freebsd.c -ihwloc/topology-hpux.c -ihwloc/topology-netbsd.c -ihwloc/topology-solaris.c -ihwloc/topology-solaris-chiptype.c -ihwloc/topology-windows.c -ihwloc/topology-cuda.c -ihwloc/topology-gl.c -ihwloc/topology-nvml.c -ihwloc/topology-opencl.c -iutils/lstopo/lstopo-windows.c Checking hwloc/base64.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/base64.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 1/98 files checked 0% done Checking hwloc/bind.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_MALLOC_H;HAVE_MEMALIGN;HAVE_POSIX_MEMALIGN;hwloc_getpagesize... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_MEMALIGN;hwloc_getpagesize... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_POSIX_MEMALIGN;hwloc_getpagesize... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_SYS_MMAN_H... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNISTD_H... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_LINUX_SYS... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 2/98 files checked 2% done Checking hwloc/bitmap.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BITS_PER_LONG=64... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/misc' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/misc' Making check in contrib/hwloc-ps.www make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/hwloc-ps.www' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/hwloc-ps.www' Making check in doc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make check-recursive make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' Making check in examples make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc/examples' make hwloc-hello.exe hwloc-hello-cpp.exe cpuset+bitmap+cpubind.exe nodeset+membind+policy.exe get-knl-modes.exe gpu.exe make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc/examples' CC hwloc-hello.o Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... CCLD hwloc-hello.exe Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... CXX hwloc-hello-cpp.o Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 3/98 files checked 5% done Checking hwloc/components.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... CXXLD hwloc-hello-cpp.exe Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... CC cpuset+bitmap+cpubind.o Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... CCLD cpuset+bitmap+cpubind.exe Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_PLUGINS... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_PTHREAD_MUTEX... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... CC nodeset+membind+policy.o Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... CCLD nodeset+membind+policy.exe Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 4/98 files checked 7% done Checking hwloc/diff.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... CC get-knl-modes.o Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... CCLD get-knl-modes.exe Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... CC gpu.o Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... CCLD gpu.exe Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 5/98 files checked 8% done Checking hwloc/distances.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc/examples' make check-TESTS make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc/examples' make[5]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc/examples' PASS: hwloc-hello.exe Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... PASS: hwloc-hello-cpp.exe Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... ============================================================================ Testsuite summary for hwloc v2.1-20200706.2130.gite5549aff ============================================================================ # TOTAL: 2 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 0 # XPASS: 0 # ERROR: 0 ============================================================================ make[5]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc/examples' make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc/examples' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc/examples' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make[3]: Nothing to be done for 'check-am'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64' make[1]: Nothing to be done for 'check-am'. make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64' + test x1 = x1 + make install Making install in include make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/include' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/include' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include' /usr/bin/install -c -m 644 ../../include/hwloc.h '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc' /usr/bin/install -c -m 644 ../../include/hwloc/bitmap.h ../../include/hwloc/helper.h ../../include/hwloc/inlines.h ../../include/hwloc/diff.h ../../include/hwloc/shmem.h ../../include/hwloc/distances.h ../../include/hwloc/export.h ../../include/hwloc/openfabrics-verbs.h ../../include/hwloc/opencl.h ../../include/hwloc/cuda.h ../../include/hwloc/cudart.h ../../include/hwloc/nvml.h ../../include/hwloc/plugins.h ../../include/hwloc/gl.h ../../include/hwloc/intel-mic.h ../../include/hwloc/rename.h ../../include/hwloc/deprecated.h '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/autogen' /usr/bin/install -c -m 644 hwloc/autogen/config.h '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/autogen' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/include' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/include' Making install in hwloc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/hwloc' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/hwloc' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib' /bin/sh ../libtool --mode=install /usr/bin/install -c libhwloc.la '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib' libtool: install: /usr/bin/install -c .libs/libhwloc.dll.a /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.dll.a Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... libtool: install: base_file=`basename libhwloc.la` libtool: install: dlpath=`/bin/sh 2>&1 -c '. .libs/'libhwloc.la'i; echo libhwloc-15.dll'` libtool: install: dldir=/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/`dirname ../bin/libhwloc-15.dll` libtool: install: test -d /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/../bin || mkdir -p /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/../bin libtool: install: /usr/bin/install -c .libs/libhwloc-15.dll /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/../bin/libhwloc-15.dll libtool: install: chmod a+x /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/../bin/libhwloc-15.dll libtool: install: if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/../bin/libhwloc-15.dll' || exit 0; fi libtool: install: /usr/bin/install -c .libs/libhwloc.lai /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.la libtool: install: /usr/bin/install -c .libs/libhwloc.a /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.a libtool: install: chmod 644 /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.a libtool: install: ranlib /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.a Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... make install-exec-hook make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/hwloc' [ ! -r .libs/libhwloc.def ] || /usr/bin/install -c .libs/libhwloc.def /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib [ ! -r .libs/libhwloc.def ] || /usr/bin/install -c .libs/libhwloc.lib /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib [ ! -r .libs/libhwloc.def ] || /usr/bin/install -c .libs/libhwloc.exp /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/hwloc' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... /usr/bin/install -c -m 644 ../../hwloc/hwloc.dtd ../../hwloc/hwloc2.dtd ../../hwloc/hwloc2-diff.dtd '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/hwloc' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/hwloc' Making install in utils make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils' Making install in hwloc make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' Making install in . Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c hwloc-annotate.exe hwloc-bind.exe hwloc-calc.exe hwloc-diff.exe hwloc-distrib.exe hwloc-info.exe hwloc-patch.exe hwloc-gather-cpuid.exe '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... libtool: install: /usr/bin/install -c .libs/hwloc-annotate.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-annotate.exe Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... libtool: install: /usr/bin/install -c .libs/hwloc-bind.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-bind.exe libtool: install: /usr/bin/install -c .libs/hwloc-calc.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-calc.exe Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... libtool: install: /usr/bin/install -c .libs/hwloc-diff.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-diff.exe libtool: install: /usr/bin/install -c .libs/hwloc-distrib.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-distrib.exe Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... libtool: install: /usr/bin/install -c .libs/hwloc-info.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-info.exe libtool: install: /usr/bin/install -c .libs/hwloc-patch.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-patch.exe Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... libtool: install: /usr/bin/install -c .libs/hwloc-gather-cpuid.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-gather-cpuid.exe /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin' /usr/bin/install -c hwloc-compress-dir '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin' make install-exec-hook make[5]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' /usr/bin/sed -e 's/HWLOC_top_builddir\/utils\/hwloc/bindir/' -e 's/HWLOC_top_builddir\/utils\/lstopo/bindir/' -e '/HWLOC_top_builddir/d' /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-compress-dir > /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-compress-dir.tmp && mv -f /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-compress-dir.tmp /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-compress-dir Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... chmod +x /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-compress-dir make[5]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1' /usr/bin/install -c -m 644 hwloc-annotate.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-gather-cpuid.1 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man7' /usr/bin/install -c -m 644 hwloc.7 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man7' make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/hwloc' Making install in lstopo make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin' /bin/sh ../../libtool --mode=install /usr/bin/install -c lstopo-no-graphics.exe lstopo.exe lstopo-win.exe '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... libtool: install: /usr/bin/install -c .libs/lstopo-no-graphics.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/lstopo-no-graphics.exe libtool: install: /usr/bin/install -c .libs/lstopo.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/lstopo.exe Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... libtool: install: /usr/bin/install -c .libs/lstopo-win.exe /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/lstopo-win.exe make install-exec-hook make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' rm -f /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-ls.exe cd /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin && cp -pR lstopo-no-graphics.exe hwloc-ls.exe make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1' /usr/bin/install -c -m 644 lstopo-no-graphics.1 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1' make install-data-hook make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' rm -f /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-ls.1 cd /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1 && cp -pR lstopo-no-graphics.1 hwloc-ls.1 rm -f /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/lstopo.1 cd /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1 && cp -pR lstopo-no-graphics.1 lstopo.1 make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils/lstopo' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils' make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/utils' Making install in tests make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests' Making install in hwloc make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' Making install in . Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' Making install in ports make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/ports' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/ports' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/ports' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/ports' Making install in xml make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/xml' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/xml' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/xml' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/xml' Making install in x86 make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/x86' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/x86' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/x86' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc/x86' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests/hwloc' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests' make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/tests' Making install in contrib/systemd make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/systemd' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/systemd' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/systemd' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/systemd' Making install in contrib/misc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/misc' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/misc' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/misc' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/misc' Making install in contrib/hwloc-ps.www make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/hwloc-ps.www' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/hwloc-ps.www' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www' /usr/bin/install -c -m 644 ../../../contrib/hwloc-ps.www/client.js ../../../contrib/hwloc-ps.www/package.json ../../../contrib/hwloc-ps.www/README '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/assets' /usr/bin/install -c -m 644 ../../../contrib/hwloc-ps.www/assets/index.html ../../../contrib/hwloc-ps.www/assets/main.css ../../../contrib/hwloc-ps.www/assets/script.js ../../../contrib/hwloc-ps.www/assets/style.css '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/assets' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/hwloc-ps.www' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/contrib/hwloc-ps.www' Making install in doc make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make install-recursive make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' Making install in examples make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc/examples' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc/examples' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc/examples' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc/examples' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... make[3]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make[4]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_api_version.3 ../../doc/doxygen-doc/man/man3/HWLOC_API_VERSION.3 ../../doc/doxygen-doc/man/man3/hwloc_get_api_version.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_bitmap.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_allbut.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_alloc.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_alloc_full.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_and.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_andnot.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_asprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_clr.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_clr_range.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_compare.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_compare_first.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_copy.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_dup.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_fill.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_first.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_foreach_begin.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_foreach_end.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_free.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_from_ith_ulong.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_from_ulong.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_from_ulongs.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_intersects.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_isequal.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_isfull.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_isincluded.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_isset.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_iszero.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_last.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_list_asprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_list_snprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_list_sscanf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_next.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_not.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_nr_ulongs.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_only.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_or.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_set.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_set_ith_ulong.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_set_range.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_singlify.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_snprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_sscanf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_asprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_snprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_sscanf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_to_ith_ulong.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_to_ulong.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_to_ulongs.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_weight.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_xor.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_zero.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_configuration.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_INCLUDE_DISALLOWED.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_flags_e.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_flags.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_flags.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_is_thissystem.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_discovery_support.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_cpubind_support.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_membind_support.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_support.3 ../../doc/doxygen-doc/man/man3/hwloc_type_filter_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_ALL.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_NONE.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_STRUCTURE.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_IMPORTANT.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_type_filter.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_all_types_filter.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_cache_types_filter.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_icache_types_filter.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_io_types_filter.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_type_filter.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_userdata.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_userdata.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_cpubinding.3 ../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_NOMEMBIND.3 ../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_PROCESS.3 ../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_STRICT.3 ../../doc/doxygen-doc/man/man3/HWLOC_CPUBIND_THREAD.3 ../../doc/doxygen-doc/man/man3/hwloc_cpubind_flags_t.3 ../../doc/doxygen-doc/man/man3/hwloc_set_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_set_proc_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_proc_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_set_thread_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_thread_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_proc_last_cpu_location.3 ../../doc/doxygen-doc/man/man3/hwloc_get_last_cpu_location.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_creation.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_t.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_init.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_load.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_destroy.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_dup.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_abi_check.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_check.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_opencl.3 ../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_pci_busid.3 ../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_osdev.3 ../../doc/doxygen-doc/man/man3/hwloc_opencl_get_device_osdev_by_index.3 ../../doc/doxygen-doc/man/man3/hwlocality_cuda.3 ../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_pci_ids.3 ../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_pcidev.3 ../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_osdev.3 ../../doc/doxygen-doc/man/man3/hwloc_cuda_get_device_osdev_by_index.3 ../../doc/doxygen-doc/man/man3/hwlocality_cudart.3 ../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_pci_ids.3 ../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_pcidev.3 ../../doc/doxygen-doc/man/man3/hwloc_cudart_get_device_osdev_by_index.3 ../../doc/doxygen-doc/man/man3/hwlocality_nvml.3 ../../doc/doxygen-doc/man/man3/hwloc_nvml_get_device_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_nvml_get_device_osdev.3 ../../doc/doxygen-doc/man/man3/hwloc_nvml_get_device_osdev_by_index.3 ../../doc/doxygen-doc/man/man3/hwlocality_gl.3 ../../doc/doxygen-doc/man/man3/hwloc_gl_get_display_osdev_by_port_device.3 ../../doc/doxygen-doc/man/man3/hwloc_gl_get_display_osdev_by_name.3 ../../doc/doxygen-doc/man/man3/hwloc_gl_get_display_by_osdev.3 ../../doc/doxygen-doc/man/man3/hwlocality_intel_mic.3 ../../doc/doxygen-doc/man/man3/hwloc_intel_mic_get_device_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_intel_mic_get_device_osdev_by_index.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_diff.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_type_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_u.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_type_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_u.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_build.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_apply_flags_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_apply.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_destroy.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_load_xml.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_export_xml.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_load_xmlbuffer.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_diff_export_xmlbuffer.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' Checking hwloc/distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_glibc_sched.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_glibc_sched_affinity.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_glibc_sched_affinity.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_advanced_io.3 ../../doc/doxygen-doc/man/man3/hwloc_get_non_io_ancestor_obj.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_pcidev.3 ../../doc/doxygen-doc/man/man3/hwloc_get_pcidev_by_busid.3 ../../doc/doxygen-doc/man/man3/hwloc_get_pcidev_by_busidstring.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_osdev.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_bridge.3 ../../doc/doxygen-doc/man/man3/hwloc_bridge_covers_pcibus.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_ancestors.3 ../../doc/doxygen-doc/man/man3/hwloc_get_ancestor_obj_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_ancestor_obj_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_common_ancestor_obj.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_is_in_subtree.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_distances_get.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_s.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_kind_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_FROM_OS.3 ../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_FROM_USER.3 ../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_MEANS_LATENCY.3 ../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_MEANS_BANDWIDTH.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_get.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_get_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_get_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_get_by_name.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_get_name.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_release.3 ../../doc/doxygen-doc/man/man3/hwlocality_distances_consult.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_obj_index.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_obj_pair_values.3 ../../doc/doxygen-doc/man/man3/hwlocality_distances_add.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_add_flag_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_ADD_FLAG_GROUP.3 ../../doc/doxygen-doc/man/man3/HWLOC_DISTANCES_ADD_FLAG_GROUP_INACCURATE.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_add.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_remove.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_remove_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_remove_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_distances_release_remove.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' 6/98 files checked 10% done Checking hwloc/dolib.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/dolib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/dolib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNISTD_H... 7/98 files checked 10% done Checking hwloc/misc.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_distribute.3 ../../doc/doxygen-doc/man/man3/hwloc_distrib_flags_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_DISTRIB_FLAG_REVERSE.3 ../../doc/doxygen-doc/man/man3/hwloc_distrib.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_find_cache.3 ../../doc/doxygen-doc/man/man3/hwloc_get_cache_type_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_cache_covering_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_shared_cache_covering_obj.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_find_covering.3 ../../doc/doxygen-doc/man/man3/hwloc_get_child_covering_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_covering_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_covering_cpuset_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_covering_cpuset_by_type.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_GETEXECNAME... /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_find_inside.3 ../../doc/doxygen-doc/man/man3/hwloc_get_first_largest_obj_inside_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_largest_objs_inside_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_inside_cpuset_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_inside_cpuset_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_inside_cpuset_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_inside_cpuset_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_inside_cpuset_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_inside_cpuset_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_index_inside_cpuset.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_find_misc.3 ../../doc/doxygen-doc/man/man3/hwloc_get_pu_obj_by_os_index.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_child.3 ../../doc/doxygen-doc/man/man3/hwloc_get_closest_objs.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_below_array_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_below_by_type.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_types.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_normal.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_memory.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_io.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_cache.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_dcache.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_is_icache.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_nodeset_convert.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_GETMODULEFILENAME... /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_helper_topology_sets.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_allowed_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_complete_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_topology_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_allowed_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_complete_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_topology_nodeset.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_levels.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_type_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_type_depth_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_MULTIPLE.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_UNKNOWN.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_BRIDGE.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_PCI_DEVICE.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_OS_DEVICE.3 ../../doc/doxygen-doc/man/man3/hwloc_get_memory_parents_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_type_or_above_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_type_or_below_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_depth_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_nbobjs_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_root_obj.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_obj_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_next_obj_by_type.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_linux.3 ../../doc/doxygen-doc/man/man3/hwloc_linux_set_tid_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_linux_get_tid_cpubind.3 ../../doc/doxygen-doc/man/man3/hwloc_linux_get_tid_last_cpu_location.3 ../../doc/doxygen-doc/man/man3/hwloc_linux_read_path_as_cpumask.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_GETPROGNAME... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_bitmask.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_linux_libnuma_bitmask.3 ../../doc/doxygen-doc/man/man3/hwloc_nodeset_from_linux_libnuma_bitmask.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_linux_libnuma_bitmask.3 ../../doc/doxygen-doc/man/man3/hwloc_nodeset_to_linux_libnuma_bitmask.3 ../../doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_ulongs.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_linux_libnuma_ulongs.3 ../../doc/doxygen-doc/man/man3/hwloc_nodeset_from_linux_libnuma_ulongs.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_to_linux_libnuma_ulongs.3 ../../doc/doxygen-doc/man/man3/hwloc_nodeset_to_linux_libnuma_ulongs.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_membinding.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_BIND.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_DEFAULT.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_FIRSTTOUCH.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_INTERLEAVE.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_MIGRATE.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_MIXED.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_NEXTTOUCH.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_NOCPUBIND.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_BYNODESET.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_PROCESS.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_STRICT.3 ../../doc/doxygen-doc/man/man3/HWLOC_MEMBIND_THREAD.3 ../../doc/doxygen-doc/man/man3/hwloc_membind_flags_t.3 ../../doc/doxygen-doc/man/man3/hwloc_membind_policy_t.3 ../../doc/doxygen-doc/man/man3/hwloc_set_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_set_proc_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_proc_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_set_area_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_area_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_area_memlocation.3 ../../doc/doxygen-doc/man/man3/hwloc_alloc.3 ../../doc/doxygen-doc/man/man3/hwloc_alloc_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy.3 ../../doc/doxygen-doc/man/man3/hwloc_free.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_info_attr.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_get_info_by_name.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_add_info.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_object_sets.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_t.3 ../../doc/doxygen-doc/man/man3/hwloc_const_bitmap_t.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_t.3 ../../doc/doxygen-doc/man/man3/hwloc_const_cpuset_t.3 ../../doc/doxygen-doc/man/man3/hwloc_nodeset_t.3 ../../doc/doxygen-doc/man/man3/hwloc_const_nodeset_t.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_object_strings.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_string.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_snprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_snprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_type_sscanf.3 ../../doc/doxygen-doc/man/man3/hwloc_type_sscanf_as_depth.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_object_types.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CORE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_GROUP.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L1CACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L2CACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L3CACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L4CACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L5CACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L1ICACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L2ICACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_L3ICACHE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_MACHINE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_MISC.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_NUMANODE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OS_DEVICE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_PU.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_PCI_DEVICE.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_PACKAGE.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_t.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_UNIFIED.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_DATA.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_INSTRUCTION.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_cache_type_e.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_cache_type_t.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE_HOST.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE_PCI.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_bridge_type_e.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_bridge_type_t.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_BLOCK.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_DMA.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_GPU.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_NETWORK.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_OPENFABRICS.3 ../../doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_COPROC.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_osdev_type_e.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_osdev_type_t.3 ../../doc/doxygen-doc/man/man3/hwloc_compare_types.3 ../../doc/doxygen-doc/man/man3/hwloc_compare_types_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_TYPE_UNORDERED.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_PROGRAM_INVOCATION_NAME... /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_objects.3 ../../doc/doxygen-doc/man/man3/hwloc_obj.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_t.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_numanode_attr_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_numanode_attr_s_hwloc_memory_page_type_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_bridge_attr_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_osdev_attr_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 ../../doc/doxygen-doc/man/man3/hwloc_info_s.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_openfabrics.3 ../../doc/doxygen-doc/man/man3/hwloc_ibv_get_device_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_ibv_get_device_osdev.3 ../../doc/doxygen-doc/man/man3/hwloc_ibv_get_device_osdev_by_name.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_setsource.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_pid.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_synthetic.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_xml.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_xmlbuffer.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_components_flag_e.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_COMPONENTS_FLAG_BLACKLIST.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_components.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_SYS_UTSNAME_H... /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_shmem.3 ../../doc/doxygen-doc/man/man3/hwloc_shmem_topology_get_length.3 ../../doc/doxygen-doc/man/man3/hwloc_shmem_topology_write.3 ../../doc/doxygen-doc/man/man3/hwloc_shmem_topology_adopt.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_syntheticexport.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_export_synthetic.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNAME... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE___PROGNAME... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_tinker.3 ../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_REMOVE_CPULESS.3 ../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_BYNODESET.3 ../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_REMOVE_MEMLESS.3 ../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_IO.3 ../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 ../../doc/doxygen-doc/man/man3/hwloc_restrict_flags_e.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_restrict.3 ../../doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_ALL.3 ../../doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_LOCAL_RESTRICTIONS.3 ../../doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_CUSTOM.3 ../../doc/doxygen-doc/man/man3/hwloc_allow_flags_e.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_allow.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_alloc_group_object.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_insert_group_object.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_add_other_obj_sets.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_xmlexport.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_export_xml.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_export_xmlbuffer.3 ../../doc/doxygen-doc/man/man3/hwloc_free_xmlbuffer.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_userdata_export_callback.3 ../../doc/doxygen-doc/man/man3/hwloc_export_obj_userdata.3 ../../doc/doxygen-doc/man/man3/hwloc_export_obj_userdata_base64.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_userdata_import_callback.3 '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc' /usr/bin/install -c -m 644 ../../doc/doxygen-doc/hwloc-a4.pdf ../../doc/doxygen-doc/hwloc-letter.pdf '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc' make[4]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make[3]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/doc' make[1]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64' make[2]: Entering directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64' make[2]: Nothing to be done for 'install-exec-am'. sed -e 's/$/'$'\015'/ < ../README > /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/README.txt sed -e 's/$/'$'\015'/ < ../NEWS > /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/NEWS.txt Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... sed -e 's/$/'$'\015'/ < ../COPYING > /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/COPYING.txt /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/etc/bash_completion.d' /usr/bin/install -c -m 644 ../contrib/completion/hwloc-completion.bash '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/etc/bash_completion.d' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc' /usr/bin/install -c -m 644 ../contrib/misc/dynamic_SVG_example.html '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc' /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc' /usr/bin/install -c -m 644 ../contrib/hwloc-valgrind.supp '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc' Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... /usr/bin/mkdir -p '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/pkgconfig' /usr/bin/install -c -m 644 hwloc.pc '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/pkgconfig' make[2]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64' make[1]: Leaving directory '/c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64' +++ head config.log +++ sed -r -n -e 's/.*--prefix=([^ ]+).*/\1/p' ++ basename /c/Builds/workspace/extended_v2.1/check-mingw/hwloc-v2.1-20200706.2130.gite5549aff/build64/../hwloc-win64-build-v2.1-20200706.2130.gite5549aff + winball=hwloc-win64-build-v2.1-20200706.2130.gite5549aff + cd .. + zip -r ../hwloc-win64-build-v2.1-20200706.2130.gite5549aff.zip hwloc-win64-build-v2.1-20200706.2130.gite5549aff adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-annotate.exe (deflated 72%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-bind.exe (deflated 72%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-calc.exeChecking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... (deflated 71%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-compress-dir (deflated 69%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-diff.exe (deflated 73%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-distrib.exe (deflated 73%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-gather-cpuid.exe (deflated 73%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-info.exe (deflated 72%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-ls.exe (deflated 70%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/hwloc-patch.exe (deflated 73%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/libhwloc-15.dllChecking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... (deflated 67%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/lstopo-no-graphics.exe (deflated 70%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/lstopo-win.exe (deflated 70%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/bin/lstopo.exe (deflated 70%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/COPYING.txt (deflated 57%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/etc/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/etc/bash_completion.d/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/etc/bash_completion.d/hwloc-completion.bash (deflated 81%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/autogen/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/autogen/config.h (deflated 74%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/bitmap.h (deflated 77%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/cuda.h (deflated 69%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/cudart.h (deflated 65%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/deprecated.h (deflated 80%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/diff.h (deflated 72%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/distances.h (deflated 71%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/export.h (deflated 72%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/gl.h (deflated 70%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/helper.h (deflated 80%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/inlines.h (deflated 71%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/intel-mic.h (deflated 59%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/nvml.h (deflated 65%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/opencl.h (deflated 66%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/openfabrics-verbs.h (deflated 64%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/plugins.h (deflated 69%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/rename.h (deflated 84%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc/shmem.h (deflated 68%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/include/hwloc.h (deflated 76%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.aChecking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... (deflated 64%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.def (deflated 75%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.dll.a (deflated 93%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.exp (deflated 78%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.la (deflated 46%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.lib (deflated 87%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/pkgconfig/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/pkgconfig/hwloc.pc (deflated 40%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/NEWS.txt (deflated 69%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/README.txt (deflated 55%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/doc/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc/dynamic_SVG_example.html (deflated 67%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc/hwloc-a4.pdf (deflated 4%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/doc/hwloc/hwloc-letter.pdf (deflated 5%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/assets/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/assets/index.html (deflated 61%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/assets/main.css (deflated 68%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/assets/script.js (deflated 75%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/assets/style.css (deflated 67%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/client.js (deflated 73%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/package.json (deflated 39%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-ps.www/README (deflated 54%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc-valgrind.supp (deflated 65%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc.dtd (deflated 72%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc2-diff.dtd (deflated 56%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/hwloc/hwloc2.dtd (deflated 72%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-annotate.1 (deflated 62%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-bind.1 (deflated 65%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-calc.1 (deflated 67%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-compress-dir.1 (deflated 58%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-diff.1 (deflated 60%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-distrib.1 (deflated 62%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-gather-cpuid.1 (deflated 59%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-info.1 (deflated 63%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-ls.1 (deflated 69%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/hwloc-patch.1 (deflated 61%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/lstopo-no-graphics.1 (deflated 69%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man1/lstopo.1 (deflated 69%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_advanced_io.3 (deflated 74%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_api_version.3 (deflated 52%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_bitmap.3 (deflated 81%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_configuration.3 (deflated 72%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_cpubinding.3 (deflated 73%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_creation.3 (deflated 68%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_cuda.3 (deflated 74%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_cudart.3 (deflated 70%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_diff.3 (deflated 75%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_distances_add.3 (deflated 67%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_distances_consult.3 (deflated 64%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_distances_get.3 (deflated 73%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_gl.3 (deflated 71%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_glibc_sched.3 (deflated 66%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_ancestors.3 (deflated 70%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_distribute.3 (deflated 56%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_find_cache.3 (deflated 64%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_find_covering.3 (deflated 76%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_find_inside.3 (deflated 82%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_find_misc.3 (deflated 70%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_nodeset_convert.3 (deflated 66%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_topology_sets.3 (deflated 81%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_helper_types.3 (deflated 73%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_info_attr.3 (deflated 52%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_intel_mic.3 (deflated 60%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_levels.3 (deflated 77%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_linux.3 (deflated 67%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_linux_libnuma_bitmask.3 (deflated 73%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_linux_libnuma_ulongs.3 (deflated 77%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_membinding.3 (deflated 78%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_nvml.3 (deflated 68%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_objects.3 (deflated 51%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_object_sets.3 (deflated 63%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_object_strings.3 (deflated 69%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_object_types.3 (deflated 72%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_opencl.3 (deflated 70%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_openfabrics.3 (deflated 68%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_setsource.3 (deflated 72%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_shmem.3 (deflated 70%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_syntheticexport.3 (deflated 61%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_tinker.3 (deflated 69%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwlocality_xmlexport.3 (deflated 75%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_alloc.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_alloc_membind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_alloc_membind_policy.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_allow_flags_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_ALLOW_FLAG_ALL.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_ALLOW_FLAG_CUSTOM.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_ALLOW_FLAG_LOCAL_RESTRICTIONS.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_API_VERSION.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_allbut.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_alloc.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_alloc_full.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_and.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_andnot.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_asprintf.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_clr.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_clr_range.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_compare.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_compare_first.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_copy.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_dup.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_fill.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_first.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_foreach_begin.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_foreach_end.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_free.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_from_ith_ulong.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_from_ulong.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_from_ulongs.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_intersects.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_isequal.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_isfull.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_isincluded.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_isset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_iszero.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_last.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_list_asprintf.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_list_snprintf.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_list_sscanf.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_next.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_not.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_nr_ulongs.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_only.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_or.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_set.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_set_ith_ulong.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_set_range.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_singlify.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_snprintf.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_sscanf.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_taskset_asprintf.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_taskset_snprintf.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_taskset_sscanf.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_to_ith_ulong.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_to_ulong.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_to_ulongs.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_weight.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_xor.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bitmap_zero.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_bridge_covers_pcibus.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_compare_types.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_compare_types_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_const_bitmap_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_const_cpuset_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_const_nodeset_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpubind_flags_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_CPUBIND_NOMEMBIND.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_CPUBIND_PROCESS.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_CPUBIND_STRICT.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_CPUBIND_THREAD.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_from_glibc_sched_affinity.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_from_linux_libnuma_bitmask.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_from_linux_libnuma_ulongs.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_from_nodeset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_to_glibc_sched_affinity.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_to_linux_libnuma_bitmask.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_to_linux_libnuma_ulongs.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cpuset_to_nodeset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cudart_get_device_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cudart_get_device_osdev_by_index.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cudart_get_device_pcidev.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cudart_get_device_pci_ids.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cuda_get_device_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cuda_get_device_osdev.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cuda_get_device_osdev_by_index.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cuda_get_device_pcidev.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_cuda_get_device_pci_ids.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_add.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_add_flag_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_DISTANCES_ADD_FLAG_GROUP.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_DISTANCES_ADD_FLAG_GROUP_INACCURATE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_get.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_get_by_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_get_by_name.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_get_by_type.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_get_name.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_kind_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_DISTANCES_KIND_FROM_OS.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_DISTANCES_KIND_FROM_USER.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_DISTANCES_KIND_MEANS_BANDWIDTH.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_DISTANCES_KIND_MEANS_LATENCY.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_obj_index.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_obj_pair_values.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_release.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_release_remove.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_remove.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_remove_by_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_remove_by_type.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distances_s.3 (deflated 54%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distrib.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_distrib_flags_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_DISTRIB_FLAG_REVERSE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_export_obj_userdata.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_export_obj_userdata_base64.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_free.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_free_xmlbuffer.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_ancestor_obj_by_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_ancestor_obj_by_type.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_api_version.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_area_membind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_area_memlocation.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_cache_covering_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_cache_type_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_child_covering_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_closest_objs.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_common_ancestor_obj.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_cpubind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_depth_type.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_first_largest_obj_inside_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_largest_objs_inside_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_last_cpu_location.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_membind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_memory_parents_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_nbobjs_by_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_nbobjs_by_type.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_nbobjs_inside_cpuset_by_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_nbobjs_inside_cpuset_by_type.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_bridge.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_child.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_obj_by_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_obj_by_type.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_obj_covering_cpuset_by_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_obj_covering_cpuset_by_type.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_obj_inside_cpuset_by_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_obj_inside_cpuset_by_type.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_osdev.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_next_pcidev.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_non_io_ancestor_obj.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_below_array_by_type.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_below_by_type.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_by_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_by_type.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_covering_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_index_inside_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_inside_cpuset_by_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_obj_inside_cpuset_by_type.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_pcidev_by_busid.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_pcidev_by_busidstring.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_proc_cpubind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_proc_last_cpu_location.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_proc_membind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_pu_obj_by_os_index.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_root_obj.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_shared_cache_covering_obj.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_thread_cpubind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_type_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_type_depth_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_type_or_above_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_get_type_or_below_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_gl_get_display_by_osdev.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_gl_get_display_osdev_by_name.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_gl_get_display_osdev_by_port_device.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_ibv_get_device_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_ibv_get_device_osdev.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_ibv_get_device_osdev_by_name.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_info_s.3 (deflated 41%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_intel_mic_get_device_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_intel_mic_get_device_osdev_by_index.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_linux_get_tid_cpubind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_linux_get_tid_last_cpu_location.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_linux_read_path_as_cpumask.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_linux_set_tid_cpubind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_BIND.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_BYNODESET.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_DEFAULT.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_FIRSTTOUCH.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_membind_flags_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_INTERLEAVE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_MIGRATE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_MIXED.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_NEXTTOUCH.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_NOCPUBIND.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_membind_policy_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_PROCESS.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_STRICT.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_MEMBIND_THREAD.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nodeset_from_linux_libnuma_bitmask.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nodeset_from_linux_libnuma_ulongs.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nodeset_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nodeset_to_linux_libnuma_bitmask.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nodeset_to_linux_libnuma_ulongs.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nvml_get_device_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nvml_get_device_osdev.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_nvml_get_device_osdev_by_index.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj.3 (deflated 73%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_add_info.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_add_other_obj_sets.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_snprintf.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u.3 (deflated 72%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u_hwloc_bridge_attr_s.3 (deflated 69%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 (deflated 58%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 (deflated 55%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u_hwloc_numanode_attr_s.3 (deflated 58%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u_hwloc_numanode_attr_s_hwloc_memory_page_type_s.3 (deflated 53%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u_hwloc_osdev_attr_s.3 (deflated 42%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 (deflated 71%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_BRIDGE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_BRIDGE_HOST.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_BRIDGE_PCI.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_bridge_type_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_bridge_type_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_CACHE_DATA.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_CACHE_INSTRUCTION.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_cache_type_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_cache_type_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_CACHE_UNIFIED.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_CORE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_get_info_by_name.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_GROUP.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_is_in_subtree.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L1CACHE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L1ICACHE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L2CACHE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L2ICACHE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L3CACHE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L3ICACHE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L4CACHE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_L5CACHE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_MACHINE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_MISC.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_NUMANODE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_OSDEV_BLOCK.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_OSDEV_COPROC.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_OSDEV_DMA.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_OSDEV_GPU.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_OSDEV_NETWORK.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_OSDEV_OPENFABRICS.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_osdev_type_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_osdev_type_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_OS_DEVICE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_PACKAGE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_PCI_DEVICE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_OBJ_PU.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_is_cache.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_is_dcache.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_is_icache.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_is_io.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_is_memory.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_is_normal.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_snprintf.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_string.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_obj_type_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_opencl_get_device_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_opencl_get_device_osdev.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_opencl_get_device_osdev_by_index.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_opencl_get_device_pci_busid.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_restrict_flags_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_IO.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_RESTRICT_FLAG_BYNODESET.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_RESTRICT_FLAG_REMOVE_CPULESS.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_RESTRICT_FLAG_REMOVE_MEMLESS.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_set_area_membind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_set_cpubind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_set_membind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_set_proc_cpubind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_set_proc_membind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_set_thread_cpubind.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_shmem_topology_adopt.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_shmem_topology_get_length.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_shmem_topology_write.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_abi_check.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_alloc_group_object.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_allow.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_check.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_COMPONENTS_FLAG_BLACKLIST.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_components_flag_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_cpubind_support.3 (deflated 76%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_destroy.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_apply.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_apply_flags_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_build.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_destroy.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_export_xml.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_export_xmlbuffer.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_load_xml.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_load_xmlbuffer.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_obj_attr_type_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_obj_attr_u.3 (deflated 70%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_type_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_diff_u.3 (deflated 66%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_discovery_support.3 (deflated 64%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_dup.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_export_synthetic.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_export_xml.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_export_xmlbuffer.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_flags_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_FLAG_INCLUDE_DISALLOWED.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_allowed_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_allowed_nodeset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_complete_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_complete_nodeset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_flags.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_topology_cpuset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_topology_nodeset.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_type_filter.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_get_userdata.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_init.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_insert_group_object.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_insert_misc_object.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_is_thissystem.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_load.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_membind_support.3 (deflated 76%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_restrict.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_all_types_filter.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_cache_types_filter.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_components.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_flags.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_icache_types_filter.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_io_types_filter.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_pid.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_synthetic.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_type_filter.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_userdata.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_userdata_export_callback.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_userdata_import_callback.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_xml.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_set_xmlbuffer.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_support.3 (deflated 56%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_topology_t.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_DEPTH_BRIDGE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_DEPTH_MULTIPLE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_DEPTH_OS_DEVICE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_DEPTH_PCI_DEVICE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_DEPTH_UNKNOWN.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_type_filter_e.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_FILTER_KEEP_ALL.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_FILTER_KEEP_IMPORTANT.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_FILTER_KEEP_NONE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_FILTER_KEEP_STRUCTURE.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_type_sscanf.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/hwloc_type_sscanf_as_depth.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man3/HWLOC_TYPE_UNORDERED.3 (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man7/ (stored 0%) adding: hwloc-win64-build-v2.1-20200706.2130.gite5549aff/share/man/man7/hwloc.7 (deflated 62%) Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... + test -f hwloc-win64-build-v2.1-20200706.2130.gite5549aff/lib/libhwloc.lib + build64/utils/lstopo/lstopo-no-graphics -v Machine (P#0 total=1008064KB Backend=Windows hwlocVersion=v2.1-20200706.2130.gite5549aff ProcessName=lstopo-no-graphics.exe) NUMANode L#0 (P#0 local=1008064KB total=1008064KB) Package L#0 (CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) L2Cache L#0 (size=4096KB linesize=64 ways=16 Inclusive=0) L1dCache L#0 (size=32KB linesize=64 ways=8 Inclusive=0) L1iCache L#0 (size=32KB linesize=64 ways=8 Inclusive=0) Core L#0 PU L#0 (P#0) Package L#1 (CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=61 CPUModel="Intel Core Processor (Broadwell, IBRS)" CPUStepping=2) L2Cache L#1 (size=4096KB linesize=64 ways=16 Inclusive=0) L1dCache L#1 (size=32KB linesize=64 ways=8 Inclusive=0) L1iCache L#1 (size=32KB linesize=64 ways=8 Inclusive=0) Core L#1 PU L#1 (P#1) depth 0: 1 Machine (type #0) depth 1: 2 Package (type #1) depth 2: 2 L2Cache (type #5) depth 3: 2 L1dCache (type #4) depth 4: 2 L1iCache (type #9) depth 5: 2 Core (type #2) depth 6: 2 PU (type #3) Special depth -3: 1 NUMANode (type #13) + build64/utils/hwloc/hwloc-info --support discovery:pu = 1 discovery:disallowed_pu = 0 discovery:numa = 1 discovery:numa_memory = 1 discovery:disallowed_numa = 0 cpubind:set_thisproc_cpubind = 1 cpubind:get_thisproc_cpubind = 1 cpubind:set_proc_cpubind = 1 cpubind:get_proc_cpubind = 1 cpubind:set_thisthread_cpubind = 1 cpubind:get_thisthread_cpubind = 1 cpubind:set_thread_cpubind = 1 cpubind:get_thread_cpubind = 1 cpubind:get_thisproc_last_cpu_location = 0 cpubind:get_proc_last_cpu_location = 0 cpubind:get_thisthread_last_cpu_location = 1 membind:set_thisproc_membind = 1 membind:get_thisproc_membind = 1 membind:set_proc_membind = 1 membind:get_proc_membind = 1 membind:set_thisthread_membind = 1 membind:get_thisthread_membind = 1 membind:set_area_membind = 0 membind:get_area_membind = 0 membind:alloc_membind = 1 membind:firsttouch_membind = 0 membind:bind_membind = 1 membind:interleave_membind = 0 membind:nexttouch_membind = 0 membind:migrate_membind = 0 membind:get_area_memlocation = 1 + test x1 = x1 + cd .. + PATH='/bin:/usr/bin:/c/Program Files (x86)/Java/jre1.8.0_211/bin:/c/Program Files (x86)/Common Files/Oracle/Java/javapath:/c/ProgramData/Oracle/Java/javapath:/c/ruby193/bin:/c/Windows/system32:/c/Windows:/c/Windows/System32/Wbem:/c/Windows/System32/WindowsPowerShell/v1.0:/c/Windows/SysWOW64:/c/Program Files/Java/jre7/bin:/c/Program Files (x86)/Subversion/bin:/c/Program Files/Mercurial:/c/Program Files/Microsoft/Web Platform Installer:/c/Program Files (x86)/Microsoft ASP.NET/ASP.NET Web Pages/v1.0:/c/Program Files (x86)/Windows Kits/8.0/Windows Performance Toolkit:/c/Program Files/Microsoft SQL Server/110/Tools/Binn:/c/MinGW/msys/1.0/bin:/c/Chocolatey/bin:/c/git:/c/git/cmd:/c/MinGW/bin:/c/Chocolatey/lib/cmake.2.8.9/content/cmake-2.8.8-win32-x86/bin:/c/Program Files (x86)/Java/jre1.8.0_211/bin' + exit 0 C:\Builds\workspace\extended_v2.1\check-mingw>if 0 NEQ 0 exit /b 0 C:\Builds\workspace\extended_v2.1\check-mingw>exit /b 0 [Pipeline] archiveArtifacts Archiving artifacts Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 8/98 files checked 11% done Checking hwloc/pci-common.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Recording fingerprints Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... [Pipeline] deleteDir Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNISTD_H... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... [Pipeline] } [Pipeline] // dir [Pipeline] } Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... [Pipeline] // node [Pipeline] } Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS;__CYGWIN__... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/pci-common.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 9/98 files checked 13% done Checking hwloc/shmem.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNISTD_H... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 10/98 files checked 14% done Checking hwloc/topology-fake.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/topology-fake.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 11/98 files checked 14% done Checking hwloc/topology-hardwired.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/topology-hardwired.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 12/98 files checked 14% done Checking hwloc/topology-linux.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_PTHREAD_GETAFFINITY_NP... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_PTHREAD_GETAFFINITY_NP;HWLOC_HAVE_CPU_SET... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_PTHREAD_GETAFFINITY_NP;HWLOC_HAVE_CPU_SET;HWLOC_HAVE_OLD_SCHED_SETAFFINITY... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_PTHREAD_GETAFFINITY_NP;HWLOC_HAVE_CPU_SET_S;HWLOC_HAVE_OLD_SCHED_SETAFFINITY... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_PTHREAD_GETAFFINITY_NP;HWLOC_HAVE_OLD_SCHED_SETAFFINITY... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_PTHREAD_SETAFFINITY_NP... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_PTHREAD_SETAFFINITY_NP;HWLOC_HAVE_CPU_SET... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_PTHREAD_SETAFFINITY_NP;HWLOC_HAVE_CPU_SET;HWLOC_HAVE_OLD_SCHED_SETAFFINITY... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_PTHREAD_SETAFFINITY_NP;HWLOC_HAVE_CPU_SET_S;HWLOC_HAVE_OLD_SCHED_SETAFFINITY... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_PTHREAD_SETAFFINITY_NP;HWLOC_HAVE_OLD_SCHED_SETAFFINITY... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SCHED_GETCPU... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DIRENT_H... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_OPENAT... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNISTD_H... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CPU_SET... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CPU_SET;HWLOC_HAVE_OLD_SCHED_SETAFFINITY... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CPU_SET_S;HWLOC_HAVE_OLD_SCHED_SETAFFINITY... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_LIBUDEV... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_LIBUDEV;HWLOC_HAVE_LINUXIO... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_LINUXIO... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_LINUXIO;HWLOC_HAVE_LINUXPCI... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_OLD_SCHED_SETAFFINITY;HWLOC_HAVE_SYSCALL... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_SYSCALL... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_X86_32_ARCH;HWLOC_X86_64_ARCH... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__PPC__;__powerpc64__;__powerpc__;__ppc64__;__ppc__... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__aarch64__... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__alpha__... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__arm__... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__cris__... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__hppa__... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__i386__... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__ia64__... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__m68k__... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__s390__... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__sparc__... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__x86_64__... Checking hwloc/topology-linux.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 13/98 files checked 29% done Checking hwloc/topology-noos.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/topology-noos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 14/98 files checked 29% done Checking hwloc/topology-pci.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_PTHREAD_MUTEX... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_INSIDE_PLUGIN... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_LINUX_SYS... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/topology-pci.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 15/98 files checked 30% done Checking hwloc/topology-synthetic.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_STRINGS_H... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/topology-synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 16/98 files checked 33% done Checking hwloc/topology-x86.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_CPUSET_SETID;HWLOC_FREEBSD_SYS... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_RUNNING_ON_VALGRIND... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DIRENT_H... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNAME... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_VALGRIND_VALGRIND_H... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_MSVC_CPUIDEX... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_MSVC_CPUIDEX;HWLOC_X86_32_ARCH... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_X86_32_ARCH... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_X86_64_ARCH... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/topology-x86.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 17/98 files checked 37% done Checking hwloc/topology-xml-libxml.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_INSIDE_PLUGIN... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/topology-xml-libxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 18/98 files checked 38% done Checking hwloc/topology-xml-nolibxml.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNISTD_H... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/topology-xml-nolibxml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 19/98 files checked 40% done Checking hwloc/topology-xml.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/topology-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 20/98 files checked 47% done Checking hwloc/topology.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL__SC_NPROCESSORS_CONF... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL__SC_NPROCESSORS_ONLN... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL__SC_NPROC_CONF... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL__SC_NPROC_ONLN... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DIRENT_H... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_HOST_INFO... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_MACH_MACH_HOST_H... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_MACH_MACH_INIT_H... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_SYSCTL... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_SYSCTLBYNAME... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_SYS_PARAM_H... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_SYS_SYSCTL_H... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNISTD_H... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_LINUX_SYS... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;NDEBUG... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/topology.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 21/98 files checked 58% done Checking hwloc/traversal.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_STRINGS_H... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking hwloc/traversal.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 22/98 files checked 59% done Checking tests/hwloc/cuda.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/cuda.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/cuda.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/cuda.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/cuda.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/cuda.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/cuda.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/cuda.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/cuda.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/cuda.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/cuda.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/cuda.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/cuda.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/cuda.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 23/98 files checked 59% done Checking tests/hwloc/cudart.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/cudart.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/cudart.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/cudart.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/cudart.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/cudart.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/cudart.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/cudart.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/cudart.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/cudart.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/cudart.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/cudart.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/cudart.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/cudart.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 24/98 files checked 59% done Checking tests/hwloc/embedded/do_test.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/embedded/do_test.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/embedded/do_test.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/embedded/do_test.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/embedded/do_test.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/embedded/do_test.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/embedded/do_test.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/embedded/do_test.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/embedded/do_test.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/embedded/do_test.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/embedded/do_test.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/embedded/do_test.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/embedded/do_test.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/embedded/do_test.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 25/98 files checked 60% done Checking tests/hwloc/embedded/main.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/embedded/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/embedded/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/embedded/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/embedded/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/embedded/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/embedded/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/embedded/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/embedded/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/embedded/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/embedded/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/embedded/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/embedded/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/embedded/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 26/98 files checked 60% done Checking tests/hwloc/gl.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/gl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/gl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/gl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/gl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/gl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/gl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/gl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/gl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/gl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/gl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/gl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/gl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/gl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 27/98 files checked 60% done Checking tests/hwloc/glibc-sched.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/glibc-sched.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;CPU_SETSIZE;_SCHED_H;sched_priority... 28/98 files checked 60% done Checking tests/hwloc/hwloc_api_version.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_api_version.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_api_version.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_api_version.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_api_version.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_api_version.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_api_version.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_api_version.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_api_version.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_api_version.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_api_version.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_api_version.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_api_version.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_api_version.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 29/98 files checked 60% done Checking tests/hwloc/hwloc_backends.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNISTD_H... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_X86_CPUID... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_LINUX_SYS... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking tests/hwloc/hwloc_backends.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 30/98 files checked 61% done Checking tests/hwloc/hwloc_bind.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 31/98 files checked 61% done Checking tests/hwloc/hwloc_bitmap.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_bitmap.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 32/98 files checked 63% done Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking tests/hwloc/hwloc_bitmap_compare_inclusion.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 33/98 files checked 63% done Checking tests/hwloc/hwloc_bitmap_first_last_weight.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_bitmap_first_last_weight.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_bitmap_first_last_weight.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_bitmap_first_last_weight.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_bitmap_first_last_weight.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_bitmap_first_last_weight.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_bitmap_first_last_weight.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_bitmap_first_last_weight.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_bitmap_first_last_weight.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_bitmap_first_last_weight.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_bitmap_first_last_weight.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_bitmap_first_last_weight.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_bitmap_first_last_weight.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_bitmap_first_last_weight.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 34/98 files checked 63% done Checking tests/hwloc/hwloc_bitmap_singlify.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_bitmap_singlify.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_bitmap_singlify.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_bitmap_singlify.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_bitmap_singlify.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_bitmap_singlify.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_bitmap_singlify.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_bitmap_singlify.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_bitmap_singlify.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_bitmap_singlify.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_bitmap_singlify.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_bitmap_singlify.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_bitmap_singlify.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_bitmap_singlify.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 35/98 files checked 63% done Checking tests/hwloc/hwloc_bitmap_string.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_bitmap_string.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_bitmap_string.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_bitmap_string.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_bitmap_string.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_bitmap_string.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_bitmap_string.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_bitmap_string.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_bitmap_string.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_bitmap_string.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_bitmap_string.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_bitmap_string.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_bitmap_string.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_bitmap_string.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 36/98 files checked 64% done Checking tests/hwloc/hwloc_distances.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_distances.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 37/98 files checked 64% done Checking tests/hwloc/hwloc_get_area_memlocation.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_get_area_memlocation.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_get_area_memlocation.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_get_area_memlocation.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_get_area_memlocation.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_get_area_memlocation.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_get_area_memlocation.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_get_area_memlocation.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_get_area_memlocation.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_get_area_memlocation.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_get_area_memlocation.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_get_area_memlocation.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_get_area_memlocation.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_get_area_memlocation.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 38/98 files checked 65% done Checking tests/hwloc/hwloc_get_cache_covering_cpuset.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_get_cache_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_get_cache_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_get_cache_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_get_cache_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_get_cache_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_get_cache_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_get_cache_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_get_cache_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_get_cache_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_get_cache_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_get_cache_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_get_cache_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_get_cache_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 39/98 files checked 65% done Checking tests/hwloc/hwloc_get_closest_objs.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_get_closest_objs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_get_closest_objs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_get_closest_objs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_get_closest_objs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_get_closest_objs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_get_closest_objs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_get_closest_objs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_get_closest_objs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_get_closest_objs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_get_closest_objs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_get_closest_objs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_get_closest_objs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_get_closest_objs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 40/98 files checked 65% done Checking tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 41/98 files checked 65% done Checking tests/hwloc/hwloc_get_last_cpu_location.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_get_last_cpu_location.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_get_last_cpu_location.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_get_last_cpu_location.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_get_last_cpu_location.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_get_last_cpu_location.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_get_last_cpu_location.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_get_last_cpu_location.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_get_last_cpu_location.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_get_last_cpu_location.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_get_last_cpu_location.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_get_last_cpu_location.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_get_last_cpu_location.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_get_last_cpu_location.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 42/98 files checked 65% done Checking tests/hwloc/hwloc_get_next_obj_covering_cpuset.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_get_next_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_get_next_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_get_next_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_get_next_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_get_next_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_get_next_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_get_next_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_get_next_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_get_next_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_get_next_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_get_next_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_get_next_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_get_next_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 43/98 files checked 66% done Checking tests/hwloc/hwloc_get_obj_below_array_by_type.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_get_obj_below_array_by_type.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_get_obj_below_array_by_type.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_get_obj_below_array_by_type.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_get_obj_below_array_by_type.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_get_obj_below_array_by_type.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_get_obj_below_array_by_type.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_get_obj_below_array_by_type.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_get_obj_below_array_by_type.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_get_obj_below_array_by_type.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_get_obj_below_array_by_type.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_get_obj_below_array_by_type.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_get_obj_below_array_by_type.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_get_obj_below_array_by_type.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 44/98 files checked 66% done Checking tests/hwloc/hwloc_get_obj_covering_cpuset.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_get_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_get_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_get_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_get_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_get_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_get_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_get_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_get_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_get_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_get_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_get_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_get_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_get_obj_covering_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 45/98 files checked 66% done Checking tests/hwloc/hwloc_get_obj_inside_cpuset.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_get_obj_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_get_obj_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_get_obj_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_get_obj_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_get_obj_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_get_obj_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_get_obj_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_get_obj_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_get_obj_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_get_obj_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_get_obj_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_get_obj_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_get_obj_inside_cpuset.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 46/98 files checked 66% done Checking tests/hwloc/hwloc_get_shared_cache_covering_obj.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_get_shared_cache_covering_obj.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_get_shared_cache_covering_obj.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_get_shared_cache_covering_obj.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_get_shared_cache_covering_obj.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_get_shared_cache_covering_obj.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_get_shared_cache_covering_obj.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_get_shared_cache_covering_obj.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_get_shared_cache_covering_obj.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_get_shared_cache_covering_obj.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_get_shared_cache_covering_obj.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_get_shared_cache_covering_obj.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_get_shared_cache_covering_obj.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_get_shared_cache_covering_obj.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 47/98 files checked 66% done Checking tests/hwloc/hwloc_groups.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_groups.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_groups.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_groups.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_groups.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_groups.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_groups.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_groups.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_groups.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_groups.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_groups.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_groups.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_groups.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_groups.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 48/98 files checked 67% done Checking tests/hwloc/hwloc_insert_misc.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_insert_misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_insert_misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_insert_misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_insert_misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_insert_misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_insert_misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_insert_misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_insert_misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_insert_misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_insert_misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_insert_misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_insert_misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_insert_misc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 49/98 files checked 68% done Checking tests/hwloc/hwloc_iodevs.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_iodevs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_iodevs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_iodevs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_iodevs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_iodevs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_iodevs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_iodevs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_iodevs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_iodevs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_iodevs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_iodevs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_iodevs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_iodevs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 50/98 files checked 68% done Checking tests/hwloc/hwloc_is_thissystem.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_is_thissystem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_is_thissystem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_is_thissystem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_is_thissystem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_is_thissystem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_is_thissystem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_is_thissystem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_is_thissystem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_is_thissystem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_is_thissystem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_is_thissystem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_is_thissystem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_is_thissystem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 51/98 files checked 68% done Checking tests/hwloc/hwloc_list_components.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_list_components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_list_components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_list_components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_list_components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_list_components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_list_components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_list_components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_list_components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_list_components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_list_components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_list_components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_list_components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_list_components.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 52/98 files checked 68% done Checking tests/hwloc/hwloc_obj_infos.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_obj_infos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_obj_infos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_obj_infos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_obj_infos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_obj_infos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_obj_infos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_obj_infos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_obj_infos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_obj_infos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_obj_infos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_obj_infos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_obj_infos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_obj_infos.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 53/98 files checked 68% done Checking tests/hwloc/hwloc_object_userdata.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_object_userdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_object_userdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_object_userdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_object_userdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_object_userdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_object_userdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_object_userdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_object_userdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_object_userdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_object_userdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_object_userdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_object_userdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_object_userdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 54/98 files checked 69% done Checking tests/hwloc/hwloc_pci_backend.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_pci_backend.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_pci_backend.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_pci_backend.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_pci_backend.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_pci_backend.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_pci_backend.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_pci_backend.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_pci_backend.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_pci_backend.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_pci_backend.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_pci_backend.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_pci_backend.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_pci_backend.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 55/98 files checked 69% done Checking tests/hwloc/hwloc_synthetic.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_synthetic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 56/98 files checked 69% done Checking tests/hwloc/hwloc_topology_abi.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_LINUX_SYS;HWLOC_X86_64_ARCH... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking tests/hwloc/hwloc_topology_abi.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 57/98 files checked 70% done Checking tests/hwloc/hwloc_topology_allow.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_topology_allow.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_topology_allow.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_topology_allow.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_topology_allow.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_topology_allow.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_topology_allow.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_topology_allow.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_topology_allow.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_topology_allow.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_topology_allow.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_topology_allow.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_topology_allow.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_topology_allow.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 58/98 files checked 70% done Checking tests/hwloc/hwloc_topology_diff.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_topology_diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_topology_diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_topology_diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_topology_diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_topology_diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_topology_diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_topology_diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_topology_diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_topology_diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_topology_diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_topology_diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_topology_diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_topology_diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 59/98 files checked 71% done Checking tests/hwloc/hwloc_topology_dup.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_topology_dup.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_topology_dup.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_topology_dup.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_topology_dup.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_topology_dup.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_topology_dup.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_topology_dup.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_topology_dup.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_topology_dup.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_topology_dup.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_topology_dup.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_topology_dup.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_topology_dup.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 60/98 files checked 71% done Checking tests/hwloc/hwloc_topology_restrict.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_topology_restrict.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_topology_restrict.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_topology_restrict.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_topology_restrict.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_topology_restrict.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_topology_restrict.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_topology_restrict.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_topology_restrict.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_topology_restrict.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_topology_restrict.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_topology_restrict.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_topology_restrict.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_topology_restrict.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 61/98 files checked 71% done Checking tests/hwloc/hwloc_type_depth.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking tests/hwloc/hwloc_type_depth.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 62/98 files checked 72% done Checking tests/hwloc/hwloc_type_sscanf.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking tests/hwloc/hwloc_type_sscanf.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 63/98 files checked 72% done Checking tests/hwloc/intel-mic.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/intel-mic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/intel-mic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/intel-mic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/intel-mic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/intel-mic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/intel-mic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/intel-mic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/intel-mic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/intel-mic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/intel-mic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/intel-mic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/intel-mic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/intel-mic.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 64/98 files checked 72% done Checking tests/hwloc/linux-libnuma.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/linux-libnuma.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/linux-libnuma.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/linux-libnuma.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/linux-libnuma.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/linux-libnuma.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/linux-libnuma.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/linux-libnuma.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/linux-libnuma.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/linux-libnuma.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/linux-libnuma.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/linux-libnuma.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/linux-libnuma.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/linux-libnuma.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 65/98 files checked 73% done Checking tests/hwloc/nvml.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/nvml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/nvml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/nvml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/nvml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/nvml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/nvml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/nvml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/nvml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/nvml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/nvml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/nvml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/nvml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/nvml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 66/98 files checked 73% done Checking tests/hwloc/opencl.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/opencl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/opencl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/opencl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/opencl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/opencl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/opencl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/opencl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/opencl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/opencl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/opencl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/opencl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/opencl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__APPLE__... Checking tests/hwloc/opencl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/opencl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 67/98 files checked 73% done Checking tests/hwloc/openfabrics-verbs.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/openfabrics-verbs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/openfabrics-verbs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/openfabrics-verbs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/openfabrics-verbs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/openfabrics-verbs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/openfabrics-verbs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/openfabrics-verbs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/openfabrics-verbs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/openfabrics-verbs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/openfabrics-verbs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/openfabrics-verbs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/openfabrics-verbs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/openfabrics-verbs.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 68/98 files checked 73% done Checking tests/hwloc/rename/main.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;CPU_SETSIZE;_SCHED_H;sched_priority... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;CPU_ZERO_S... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_MSVC_CPUIDEX... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_MSVC_CPUIDEX;HWLOC_X86_32_ARCH... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_TEST_RENAME_CUDA... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_TEST_RENAME_CUDART... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_TEST_RENAME_LINUX... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_TEST_RENAME_LINUX_LIBNUMA... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_TEST_RENAME_NVML... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_TEST_RENAME_OPENCL... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_TEST_RENAME_OPENFABRICS_VERBS... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_X86_32_ARCH... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__APPLE__... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking tests/hwloc/rename/main.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 69/98 files checked 73% done Checking tests/hwloc/shmem.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNISTD_H... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;SIZEOF_VOID_P=8... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking tests/hwloc/shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 70/98 files checked 74% done Checking tests/hwloc/xmlbuffer.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking tests/hwloc/xmlbuffer.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking tests/hwloc/xmlbuffer.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking tests/hwloc/xmlbuffer.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking tests/hwloc/xmlbuffer.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking tests/hwloc/xmlbuffer.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking tests/hwloc/xmlbuffer.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking tests/hwloc/xmlbuffer.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking tests/hwloc/xmlbuffer.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking tests/hwloc/xmlbuffer.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking tests/hwloc/xmlbuffer.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking tests/hwloc/xmlbuffer.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking tests/hwloc/xmlbuffer.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking tests/hwloc/xmlbuffer.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 71/98 files checked 74% done Checking utils/hwloc/common-ps.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DIRENT_H... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DIRENT_H;HWLOC_LINUX_SYS... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_LINUX_SYS... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/hwloc/common-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 72/98 files checked 75% done Checking utils/hwloc/hwloc-annotate.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/hwloc/hwloc-annotate.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 73/98 files checked 75% done Checking utils/hwloc/hwloc-bind.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNISTD_H... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_LINUX_SYS... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS;__CYGWIN__... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/hwloc/hwloc-bind.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 74/98 files checked 77% done Checking utils/hwloc/hwloc-calc.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/hwloc/hwloc-calc.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 75/98 files checked 78% done Checking utils/hwloc/hwloc-diff.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/hwloc/hwloc-diff.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 76/98 files checked 78% done Checking utils/hwloc/hwloc-distrib.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNISTD_H... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/hwloc/hwloc-distrib.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 77/98 files checked 79% done Checking utils/hwloc/hwloc-dump-hwdata-knl.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/hwloc/hwloc-dump-hwdata-knl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/hwloc/hwloc-dump-hwdata-knl.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNISTD_H... 78/98 files checked 80% done Checking utils/hwloc/hwloc-dump-hwdata.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/hwloc/hwloc-dump-hwdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/hwloc/hwloc-dump-hwdata.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNISTD_H... 79/98 files checked 80% done Checking utils/hwloc/hwloc-gather-cpuid.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_MSVC_CPUIDEX... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_MSVC_CPUIDEX;HWLOC_X86_32_ARCH... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS;__CYGWIN__... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_X86_32_ARCH... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/hwloc/hwloc-gather-cpuid.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 80/98 files checked 81% done Checking utils/hwloc/hwloc-info.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/hwloc/hwloc-info.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 81/98 files checked 83% done Checking utils/hwloc/hwloc-patch.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/hwloc/hwloc-patch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 82/98 files checked 83% done Checking utils/hwloc/hwloc-ps.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DIRENT_H... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_LINUX_SYS... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/hwloc/hwloc-ps.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 83/98 files checked 84% done Checking utils/lstopo/lstopo-ascii.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_NL_LANGINFO... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_PUTWC... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_PUTWC;_MSC_VER;__MINGW32__... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_LIBTERMCAP... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_LIBTERMCAP;HWLOC_USE_NCURSES... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/lstopo/lstopo-ascii.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 84/98 files checked 85% done Checking utils/lstopo/lstopo-cairo.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/lstopo/lstopo-cairo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;CAIRO_HAS_XLIB_SURFACE;HWLOC_HAVE_X11_KEYSYM... Checking utils/lstopo/lstopo-cairo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_X11_KEYSYM;CAIRO_HAS_XLIB_SURFACE... 85/98 files checked 86% done Checking utils/lstopo/lstopo-draw.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_STRFTIME... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DEBUG... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS;__CYGWIN__... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/lstopo/lstopo-draw.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 86/98 files checked 90% done Checking utils/lstopo/lstopo-fig.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/lstopo/lstopo-fig.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 87/98 files checked 90% done Checking utils/lstopo/lstopo-shmem.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_AIX_SYS... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_BGQ_SYS... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_DARWIN_SYS... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_FREEBSD_SYS... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HPUX_SYS... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_NETBSD_SYS... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_SOLARIS_SYS... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;SIZEOF_VOID_P=8... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/lstopo/lstopo-shmem.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 88/98 files checked 91% done Checking utils/lstopo/lstopo-svg.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/lstopo/lstopo-svg.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 89/98 files checked 91% done Checking utils/lstopo/lstopo-text.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/lstopo/lstopo-text.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 90/98 files checked 92% done Checking utils/lstopo/lstopo-xml.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/lstopo/lstopo-xml.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 91/98 files checked 92% done Checking utils/lstopo/lstopo.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;CAIRO_HAS_PDF_SURFACE;LSTOPO_HAVE_GRAPHICS... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;CAIRO_HAS_PNG_FUNCTIONS;LSTOPO_HAVE_GRAPHICS... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;CAIRO_HAS_PS_SURFACE;LSTOPO_HAVE_GRAPHICS... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;CAIRO_HAS_SVG_SURFACE;LSTOPO_HAVE_GRAPHICS... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_CLOCK_GETTIME... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_CLOCK_GETTIME;__MINGW32__... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_FABSF=0... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_MODFF=0... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_DIRENT_H... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_SETLOCALE... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_TIME_H... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_XLOCALE_H... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_BROKEN_FFS... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CAIRO;LSTOPO_HAVE_GRAPHICS... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZ... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_CLZL... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLS... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_FLSL... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_LINUX_SYS... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_WIN_SYS;LSTOPO_HAVE_GRAPHICS... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;LSTOPO_HAVE_GRAPHICS... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;LSTOPO_HAVE_GRAPHICS;LSTOPO_HAVE_X11... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC_____... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__MINGW32__... Checking utils/lstopo/lstopo.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 92/98 files checked 95% done Checking utils/netloc/draw/netloc_draw_to_json.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_DEBUG... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING;SPARC;__BIG_ENDIAN__;__ppc64__;__ppc__... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING;_M_IX86;__i386__;__x86_64__... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;NETLOC_SCOTCH... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_DIRENT_HAVE_D_TYPE... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;_WIN32... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__BORLANDC__;__GNUC__;__TURBOC__;__WATCOMC__;__i386__... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_WIN32... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_WIN32;__CYGWIN__;__MINGW32__;__WATCOMC__... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__BORLANDC__;__LCC__;__WATCOMC__... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__;__VXWORKS__... Checking utils/netloc/draw/netloc_draw_to_json.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 93/98 files checked 96% done Checking utils/netloc/infiniband/netloc_ib_extract_dats.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_DEBUG... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING;SPARC;__BIG_ENDIAN__;__ppc64__;__ppc__... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING;_M_IX86;__i386__;__x86_64__... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HAVE_UNISTD_H... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;NETLOC_SCOTCH... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;_WIN32... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__BORLANDC__;__GNUC__;__TURBOC__;__WATCOMC__;__i386__... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_WIN32... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_WIN32;__CYGWIN__;__MINGW32__;__WATCOMC__... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__BORLANDC__;__LCC__;__WATCOMC__... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__;__VXWORKS__... Checking utils/netloc/infiniband/netloc_ib_extract_dats.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 94/98 files checked 99% done Checking utils/netloc/mpi/netloc_mpi_find_hosts.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_DEBUG... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING;SPARC;__BIG_ENDIAN__;__ppc64__;__ppc__... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING;_M_IX86;__i386__;__x86_64__... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;NETLOC_SCOTCH... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;_WIN32... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__BORLANDC__;__GNUC__;__TURBOC__;__WATCOMC__;__i386__... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_WIN32... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_WIN32;__CYGWIN__;__MINGW32__;__WATCOMC__... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__BORLANDC__;__LCC__;__WATCOMC__... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__;__VXWORKS__... Checking utils/netloc/mpi/netloc_mpi_find_hosts.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 95/98 files checked 99% done Checking utils/netloc/mpi/netloc_mpi_rank_file.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_DEBUG... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING;SPARC;__BIG_ENDIAN__;__ppc64__;__ppc__... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING;_M_IX86;__i386__;__x86_64__... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;NETLOC_SCOTCH... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;_WIN32... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__BORLANDC__;__GNUC__;__TURBOC__;__WATCOMC__;__i386__... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_WIN32... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_WIN32;__CYGWIN__;__MINGW32__;__WATCOMC__... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__BORLANDC__;__LCC__;__WATCOMC__... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__;__VXWORKS__... Checking utils/netloc/mpi/netloc_mpi_rank_file.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 96/98 files checked 99% done Checking utils/netloc/mpi/netloc_rank_order.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_DEBUG... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING;SPARC;__BIG_ENDIAN__;__ppc64__;__ppc__... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HASH_USING_NO_STRICT_ALIASING;_M_IX86;__i386__;__x86_64__... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;NETLOC_SCOTCH... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;_WIN32... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__BORLANDC__;__GNUC__;__TURBOC__;__WATCOMC__;__i386__... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_WIN32... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_WIN32;__CYGWIN__;__MINGW32__;__WATCOMC__... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__BORLANDC__;__LCC__;__WATCOMC__... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__;__VXWORKS__... Checking utils/netloc/mpi/netloc_rank_order.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 97/98 files checked 99% done Checking utils/netloc/scotch/netlocscotch_get_arch.c ... Defines:hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128 Undefines: HASH_BLOOM; HASH_EMIT_KEYS; HASH_FUNCTION Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ Platform:unix64 Checking utils/netloc/scotch/netlocscotch_get_arch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128... Checking utils/netloc/scotch/netlocscotch_get_arch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_C_HAVE_VISIBILITY... Checking utils/netloc/scotch/netlocscotch_get_arch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/netloc/scotch/netlocscotch_get_arch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/netloc/scotch/netlocscotch_get_arch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/netloc/scotch/netlocscotch_get_arch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/netloc/scotch/netlocscotch_get_arch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/netloc/scotch/netlocscotch_get_arch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/netloc/scotch/netlocscotch_get_arch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/netloc/scotch/netlocscotch_get_arch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;HWLOC_HAVE_WINDOWS_H... Checking utils/netloc/scotch/netlocscotch_get_arch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;_MSC_VER;__HP_cc... Checking utils/netloc/scotch/netlocscotch_get_arch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;__GNUC__... Checking utils/netloc/scotch/netlocscotch_get_arch.c: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128;c_plusplus... 98/98 files checked 100% done + DEFINITIONS='-DR_THREAD=6 -DP_DEFAULT=0 -DR_L2CSDL=11 -DR_PCORESDL=12 -DR_REF1SDL=13' + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc -DR_THREAD=6 -DP_DEFAULT=0 -DR_L2CSDL=11 -DR_PCORESDL=12 -DR_REF1SDL=13 hwloc/topology-aix.c -Itests/hwloc/ports/include/aix Checking hwloc/topology-aix.c ... Defines:R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13 Undefines: Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/hwloc/ports/include/aix/ Platform:unix64 Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HAVE_DECL_FABSF=0... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HAVE_DECL_MODFF=0... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HAVE_DECL__SC_LARGE_PAGESIZE... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HAVE_DIRENT_H... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HAVE_UNISTD_H... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HAVE_XLOCALE_H... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_AIX_SYS... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_BGQ_SYS... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_BITS_PER_LONG=64... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_DARWIN_SYS... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_DEBUG... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_FREEBSD_SYS... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HAVE_CLZ... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HAVE_CLZL... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HAVE_FLS... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HAVE_FLSL... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HAVE_PTHREAD_GETTHRDS_NP... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_HPUX_SYS... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_NETBSD_SYS... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_SOLARIS_SYS... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;HWLOC_WIN_SYS... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;_MSC_VER;__HP_cc... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;__GNUC__... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;__GNUC_____... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;c_plusplus... Checking hwloc/topology-aix.c: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13;hwloc_thread_t... + DEFINITIONS= + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc hwloc/topology-bgq.c -Itests/hwloc/ports/include/bgq Checking hwloc/topology-bgq.c ... Defines: Undefines: Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/hwloc/ports/include/bgq/ Platform:unix64 Checking hwloc/topology-bgq.c: HAVE_DECL_FABSF=0... Checking hwloc/topology-bgq.c: HAVE_DECL_MODFF=0... Checking hwloc/topology-bgq.c: HAVE_DECL_PTHREAD_GETAFFINITY_NP=0;HAVE_DECL_PTHREAD_SETAFFINITY_NP=0... Checking hwloc/topology-bgq.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-bgq.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-bgq.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-bgq.c: HAVE_XLOCALE_H... Checking hwloc/topology-bgq.c: HWLOC_AIX_SYS... Checking hwloc/topology-bgq.c: HWLOC_BGQ_SYS... Checking hwloc/topology-bgq.c: HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-bgq.c: HWLOC_DARWIN_SYS... Checking hwloc/topology-bgq.c: HWLOC_DEBUG... Checking hwloc/topology-bgq.c: HWLOC_FREEBSD_SYS... Checking hwloc/topology-bgq.c: HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-bgq.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-bgq.c: HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-bgq.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-bgq.c: HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-bgq.c: HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-bgq.c: HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-bgq.c: HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-bgq.c: HWLOC_HAVE_CLZ... Checking hwloc/topology-bgq.c: HWLOC_HAVE_CLZL... Checking hwloc/topology-bgq.c: HWLOC_HAVE_FLS... Checking hwloc/topology-bgq.c: HWLOC_HAVE_FLSL... Checking hwloc/topology-bgq.c: HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-bgq.c: HWLOC_HPUX_SYS... Checking hwloc/topology-bgq.c: HWLOC_NETBSD_SYS... Checking hwloc/topology-bgq.c: HWLOC_SOLARIS_SYS... Checking hwloc/topology-bgq.c: HWLOC_WIN_SYS... Checking hwloc/topology-bgq.c: _MSC_VER;__HP_cc... Checking hwloc/topology-bgq.c: __GNUC__... Checking hwloc/topology-bgq.c: __GNUC_____... Checking hwloc/topology-bgq.c: c_plusplus... Checking hwloc/topology-bgq.c: hwloc_thread_t... + DEFINITIONS= + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc hwloc/topology-darwin.c -Itests/hwloc/ports/include/darwin Checking hwloc/topology-darwin.c ... Defines: Undefines: Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/hwloc/ports/include/darwin/ Platform:unix64 Checking hwloc/topology-darwin.c: HAVE_DECL_FABSF=0... Checking hwloc/topology-darwin.c: HAVE_DECL_MODFF=0... Checking hwloc/topology-darwin.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-darwin.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-darwin.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-darwin.c: HAVE_DECL__SC_LARGE_PAGESIZE... Checking hwloc/topology-darwin.c: HAVE_XLOCALE_H... Checking hwloc/topology-darwin.c: HWLOC_AIX_SYS... Checking hwloc/topology-darwin.c: HWLOC_BGQ_SYS... Checking hwloc/topology-darwin.c: HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-darwin.c: HWLOC_DARWIN_SYS... Checking hwloc/topology-darwin.c: HWLOC_DEBUG... Checking hwloc/topology-darwin.c: HWLOC_FREEBSD_SYS... Checking hwloc/topology-darwin.c: HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-darwin.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-darwin.c: HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-darwin.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-darwin.c: HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-darwin.c: HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-darwin.c: HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-darwin.c: HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-darwin.c: HWLOC_HAVE_CLZ... Checking hwloc/topology-darwin.c: HWLOC_HAVE_CLZL... Checking hwloc/topology-darwin.c: HWLOC_HAVE_FLS... Checking hwloc/topology-darwin.c: HWLOC_HAVE_FLSL... Checking hwloc/topology-darwin.c: HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-darwin.c: HWLOC_HPUX_SYS... Checking hwloc/topology-darwin.c: HWLOC_NETBSD_SYS... Checking hwloc/topology-darwin.c: HWLOC_SOLARIS_SYS... Checking hwloc/topology-darwin.c: HWLOC_WIN_SYS... Checking hwloc/topology-darwin.c: _MSC_VER;__HP_cc... Checking hwloc/topology-darwin.c: __GNUC__... Checking hwloc/topology-darwin.c: __GNUC_____... Checking hwloc/topology-darwin.c: c_plusplus... Checking hwloc/topology-darwin.c: hwloc_thread_t... + DEFINITIONS=-Dhwloc_thread_t=pthread_t + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc -Dhwloc_thread_t=pthread_t hwloc/topology-freebsd.c -Itests/hwloc/ports/include/freebsd Checking hwloc/topology-freebsd.c ... Defines:hwloc_thread_t=pthread_t Undefines: Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/hwloc/ports/include/freebsd/ Platform:unix64 Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HAVE_CPUSET_SETAFFINITY;HAVE_SYS_CPUSET_H... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HAVE_CPUSET_SETAFFINITY;HAVE_SYS_CPUSET_H;HAVE_DECL_PTHREAD_GETAFFINITY_NP... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HAVE_CPUSET_SETAFFINITY;HAVE_SYS_CPUSET_H;HAVE_DECL_PTHREAD_SETAFFINITY_NP... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HAVE_DECL_FABSF=0... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HAVE_DECL_MODFF=0... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HAVE_PTHREAD_NP_H... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HAVE_SYSCTL;HAVE_SYS_SYSCTL_H... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HAVE_SYS_CPUSET_H... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HAVE_SYS_SYSCTL_H... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HAVE_XLOCALE_H... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_AIX_SYS... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_BGQ_SYS... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_DARWIN_SYS... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_DEBUG... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_FREEBSD_SYS... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_CLZ... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_CLZL... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_FLS... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_FLSL... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_HPUX_SYS... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_NETBSD_SYS... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_SOLARIS_SYS... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;HWLOC_WIN_SYS... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;_MSC_VER;__HP_cc... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;__GNUC__... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;__GNUC_____... Checking hwloc/topology-freebsd.c: hwloc_thread_t=pthread_t;c_plusplus... + DEFINITIONS='-DMAP_MEM_FIRST_TOUCH=2 -Dhwloc_thread_t=pthread_t' + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc -DMAP_MEM_FIRST_TOUCH=2 -Dhwloc_thread_t=pthread_t hwloc/topology-hpux.c -Itests/hwloc/ports/include/hpux Checking hwloc/topology-hpux.c ... Defines:MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t Undefines: Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/hwloc/ports/include/hpux/ Platform:unix64 Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HAVE_DECL_FABSF=0... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HAVE_DECL_MODFF=0... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HAVE_UNISTD_H... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HAVE_XLOCALE_H... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_AIX_SYS... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_BGQ_SYS... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_DARWIN_SYS... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_DEBUG... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_FREEBSD_SYS... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_HAVE_CLZ... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_HAVE_CLZL... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_HAVE_FLS... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_HAVE_FLSL... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_HPUX_SYS... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_NETBSD_SYS... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_SOLARIS_SYS... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;HWLOC_WIN_SYS... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;_MSC_VER;__HP_cc... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;__GNUC__... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;__GNUC_____... Checking hwloc/topology-hpux.c: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t;c_plusplus... + DEFINITIONS=-Dhwloc_thread_t=pthread_t + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc -Dhwloc_thread_t=pthread_t hwloc/topology-netbsd.c -Itests/hwloc/ports/include/netbsd Checking hwloc/topology-netbsd.c ... Defines:hwloc_thread_t=pthread_t Undefines: Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/hwloc/ports/include/netbsd/ Platform:unix64 Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HAVE_DECL_FABSF=0... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HAVE_DECL_MODFF=0... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HAVE_SYSCTL;HAVE_SYS_SYSCTL_H... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HAVE_SYS_SYSCTL_H... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HAVE_XLOCALE_H... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_AIX_SYS... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_BGQ_SYS... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_DARWIN_SYS... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_DEBUG... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_FREEBSD_SYS... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_CLZ... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_CLZL... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_FLS... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_FLSL... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_HPUX_SYS... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_NETBSD_SYS... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_SOLARIS_SYS... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;HWLOC_WIN_SYS... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;_MSC_VER;__HP_cc... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;__GNUC__... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;__GNUC_____... Checking hwloc/topology-netbsd.c: hwloc_thread_t=pthread_t;c_plusplus... + DEFINITIONS=-DMADV_ACCESS_LWP=7 + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc -DMADV_ACCESS_LWP=7 hwloc/topology-solaris.c hwloc/topology-solaris-chiptype.c -Itests/hwloc/ports/include/solaris Checking hwloc/topology-solaris-chiptype.c ... Defines:MADV_ACCESS_LWP=7 Undefines: Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/hwloc/ports/include/solaris/ Platform:unix64 Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HAVE_DECL_FABSF=0... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HAVE_DECL_MODFF=0... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HAVE_PICL_H... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HAVE_PICL_H;HWLOC_DEBUG... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HAVE_PICL_H;HWLOC_X86_32_ARCH;HWLOC_X86_64_ARCH... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HAVE_XLOCALE_H... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_DEBUG... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_CLZ... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_CLZL... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_FLS... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_FLSL... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;HWLOC_WIN_SYS... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;_MSC_VER;__HP_cc... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;__GNUC__... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;__GNUC_____... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;c_plusplus... Checking hwloc/topology-solaris-chiptype.c: MADV_ACCESS_LWP=7;hwloc_thread_t... 1/2 files checked 34% done Checking hwloc/topology-solaris.c ... Defines:MADV_ACCESS_LWP=7 Undefines: Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/hwloc/ports/include/solaris/ Platform:unix64 Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HAVE_DECL_FABSF=0... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HAVE_DECL_LGRP_LATENCY_COOKIE;HAVE_LIBLGRP... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HAVE_DECL_MODFF=0... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HAVE_DECL__SC_LARGE_PAGESIZE;HAVE_LIBLGRP... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HAVE_DIRENT_H... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HAVE_LIBKSTAT... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HAVE_LIBKSTAT;HAVE_LIBLGRP... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HAVE_LIBKSTAT;_INT64_TYPE... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HAVE_LIBLGRP... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HAVE_UNISTD_H... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HAVE_XLOCALE_H... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_AIX_SYS... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_BGQ_SYS... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_DARWIN_SYS... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_DEBUG... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_FREEBSD_SYS... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_CLZ... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_CLZL... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_FLS... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_FLSL... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_HPUX_SYS... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_NETBSD_SYS... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_SOLARIS_SYS... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;HWLOC_WIN_SYS... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;_MSC_VER;__HP_cc... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;__GNUC__... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;__GNUC_____... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;c_plusplus... Checking hwloc/topology-solaris.c: MADV_ACCESS_LWP=7;hwloc_thread_t... 2/2 files checked 100% done + DEFINITIONS=-Dhwloc_thread_t=HANDLE + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc -Dhwloc_thread_t=HANDLE hwloc/topology-windows.c -Itests/hwloc/ports/include/windows Checking hwloc/topology-windows.c ... Defines:hwloc_thread_t=HANDLE Undefines: Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/hwloc/ports/include/windows/ Platform:unix64 Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HAVE_DECL_FABSF=0... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HAVE_DECL_MODFF=0... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HAVE_DECL__SC_LARGE_PAGESIZE... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HAVE_LOGICAL_PROCESSOR_RELATIONSHIP... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HAVE_XLOCALE_H... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_AIX_SYS... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_BGQ_SYS... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_DARWIN_SYS... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_DEBUG... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_FREEBSD_SYS... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_HAVE_CLZ... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_HAVE_CLZL... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_HAVE_FLS... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_HAVE_FLSL... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_HPUX_SYS... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_NETBSD_SYS... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_SOLARIS_SYS... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;HWLOC_WIN_SYS... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;SIZEOF_VOID_P=8... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;_MSC_VER;__HP_cc... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;__GNUC__... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;__GNUC_____... Checking hwloc/topology-windows.c: hwloc_thread_t=HANDLE;c_plusplus... + DEFINITIONS= + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc hwloc/topology-cuda.c -Itests/hwloc/ports/include/cuda Checking hwloc/topology-cuda.c ... Defines: Undefines: Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/hwloc/ports/include/cuda/ Platform:unix64 Checking hwloc/topology-cuda.c: HAVE_DECL_FABSF=0... Checking hwloc/topology-cuda.c: HAVE_DECL_MODFF=0... Checking hwloc/topology-cuda.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-cuda.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-cuda.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-cuda.c: HAVE_XLOCALE_H... Checking hwloc/topology-cuda.c: HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-cuda.c: HWLOC_DEBUG... Checking hwloc/topology-cuda.c: HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-cuda.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-cuda.c: HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-cuda.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-cuda.c: HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-cuda.c: HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-cuda.c: HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-cuda.c: HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-cuda.c: HWLOC_HAVE_CLZ... Checking hwloc/topology-cuda.c: HWLOC_HAVE_CLZL... Checking hwloc/topology-cuda.c: HWLOC_HAVE_FLS... Checking hwloc/topology-cuda.c: HWLOC_HAVE_FLSL... Checking hwloc/topology-cuda.c: HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-cuda.c: HWLOC_INSIDE_PLUGIN... Checking hwloc/topology-cuda.c: HWLOC_WIN_SYS... Checking hwloc/topology-cuda.c: _MSC_VER;__HP_cc... Checking hwloc/topology-cuda.c: __GNUC__... Checking hwloc/topology-cuda.c: __GNUC_____... Checking hwloc/topology-cuda.c: c_plusplus... Checking hwloc/topology-cuda.c: hwloc_thread_t... + DEFINITIONS=-DNV_CTRL_PCI_DOMAIN=306 + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc -DNV_CTRL_PCI_DOMAIN=306 hwloc/topology-gl.c -Itests/hwloc/ports/include/gl Checking hwloc/topology-gl.c ... Defines:NV_CTRL_PCI_DOMAIN=306 Undefines: Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/hwloc/ports/include/gl/ Platform:unix64 Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HAVE_DECL_FABSF=0... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HAVE_DECL_MODFF=0... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HAVE_XLOCALE_H... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_DEBUG... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_HAVE_CLZ... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_HAVE_CLZL... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_HAVE_FLS... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_HAVE_FLSL... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_INSIDE_PLUGIN... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;HWLOC_WIN_SYS... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;_MSC_VER;__HP_cc... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;__GNUC__... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;__GNUC_____... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;c_plusplus... Checking hwloc/topology-gl.c: NV_CTRL_PCI_DOMAIN=306;hwloc_thread_t... + DEFINITIONS= + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc hwloc/topology-nvml.c -Itests/hwloc/ports/include/nvml Checking hwloc/topology-nvml.c ... Defines: Undefines: Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/hwloc/ports/include/nvml/ Platform:unix64 Checking hwloc/topology-nvml.c: HAVE_DECL_FABSF=0... Checking hwloc/topology-nvml.c: HAVE_DECL_MODFF=0... Checking hwloc/topology-nvml.c: HAVE_DECL_NVMLDEVICEGETMAXPCIELINKGENERATION... Checking hwloc/topology-nvml.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-nvml.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-nvml.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-nvml.c: HAVE_XLOCALE_H... Checking hwloc/topology-nvml.c: HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-nvml.c: HWLOC_DEBUG... Checking hwloc/topology-nvml.c: HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-nvml.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-nvml.c: HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-nvml.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-nvml.c: HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-nvml.c: HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-nvml.c: HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-nvml.c: HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-nvml.c: HWLOC_HAVE_CLZ... Checking hwloc/topology-nvml.c: HWLOC_HAVE_CLZL... Checking hwloc/topology-nvml.c: HWLOC_HAVE_FLS... Checking hwloc/topology-nvml.c: HWLOC_HAVE_FLSL... Checking hwloc/topology-nvml.c: HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-nvml.c: HWLOC_INSIDE_PLUGIN... Checking hwloc/topology-nvml.c: HWLOC_WIN_SYS... Checking hwloc/topology-nvml.c: _MSC_VER;__HP_cc... Checking hwloc/topology-nvml.c: __GNUC__... Checking hwloc/topology-nvml.c: __GNUC_____... Checking hwloc/topology-nvml.c: c_plusplus... Checking hwloc/topology-nvml.c: hwloc_thread_t... + DEFINITIONS='-DCL_DEVICE_BOARD_NAME_AMD=0x4038 -DCL_DEVICE_TOPOLOGY_AMD=0x4037' + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc -DCL_DEVICE_BOARD_NAME_AMD=0x4038 -DCL_DEVICE_TOPOLOGY_AMD=0x4037 hwloc/topology-opencl.c -Itests/hwloc/ports/include/opencl Checking hwloc/topology-opencl.c ... Defines:CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037 Undefines: Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/hwloc/ports/include/opencl/ Platform:unix64 Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HAVE_DECL_FABSF=0... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HAVE_DECL_MODFF=0... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HAVE_XLOCALE_H... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_C_HAVE_VISIBILITY... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_DEBUG... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_HAVE_ATTRIBUTE_CONST... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_HAVE_ATTRIBUTE_PURE... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_HAVE_BROKEN_FFS... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_HAVE_CLZ... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_HAVE_CLZL... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_HAVE_FLS... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_HAVE_FLSL... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_HAVE_WINDOWS_H... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_INSIDE_PLUGIN... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;HWLOC_WIN_SYS... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;_MSC_VER;__HP_cc... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;__APPLE__... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;__GNUC__... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;__GNUC_____... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;c_plusplus... Checking hwloc/topology-opencl.c: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037;hwloc_thread_t... + DEFINITIONS= + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Ihwloc -Iutils/lstopo -Iutils/hwloc utils/lstopo/lstopo-windows.c -Itests/hwloc/ports/include/windows Checking utils/lstopo/lstopo-windows.c ... Defines: Undefines: Includes: -Iinclude/ -Ihwloc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/hwloc/ports/include/windows/ Platform:unix64 Checking utils/lstopo/lstopo-windows.c: HAVE_DECL_FABSF=0... Checking utils/lstopo/lstopo-windows.c: HAVE_DECL_MODFF=0... Checking utils/lstopo/lstopo-windows.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-windows.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL... Checking utils/lstopo/lstopo-windows.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-windows.c: HAVE_UNISTD_H... Checking utils/lstopo/lstopo-windows.c: HAVE_XLOCALE_H... Checking utils/lstopo/lstopo-windows.c: HWLOC_C_HAVE_VISIBILITY... Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_ATTRIBUTE_CONST... Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED... Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_ATTRIBUTE_MALLOC... Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS... Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_ATTRIBUTE_PURE... Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_ATTRIBUTE_UNUSED... Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_ATTRIBUTE_WARN_UNUSED_RESULT... Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_BROKEN_FFS... Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_CLZ... Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_CLZL... Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_FLS... Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_FLSL... Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_WINDOWS_H... Checking utils/lstopo/lstopo-windows.c: HWLOC_WIN_SYS... Checking utils/lstopo/lstopo-windows.c: _MSC_VER;__HP_cc... Checking utils/lstopo/lstopo-windows.c: __GNUC__... Checking utils/lstopo/lstopo-windows.c: __GNUC_____... Checking utils/lstopo/lstopo-windows.c: c_plusplus... Checking utils/lstopo/lstopo-windows.c: hwloc_thread_t... ++ ls -m hwloc-cppcheck-aix.xml hwloc-cppcheck-bgq.xml hwloc-cppcheck-cuda.xml hwloc-cppcheck-darwin.xml hwloc-cppcheck-freebsd.xml hwloc-cppcheck-gl.xml hwloc-cppcheck-hpux.xml hwloc-cppcheck-lstopo-windows.xml hwloc-cppcheck-netbsd.xml hwloc-cppcheck-nvml.xml hwloc-cppcheck-opencl.xml hwloc-cppcheck-solaris.xml hwloc-cppcheck-windows.xml hwloc-cppcheck.xml + CPPCHECK_XMLS='hwloc-cppcheck-aix.xml, hwloc-cppcheck-bgq.xml, hwloc-cppcheck-cuda.xml, hwloc-cppcheck-darwin.xml, hwloc-cppcheck-freebsd.xml, hwloc-cppcheck-gl.xml, hwloc-cppcheck-hpux.xml, hwloc-cppcheck-lstopo-windows.xml, hwloc-cppcheck-netbsd.xml, hwloc-cppcheck-nvml.xml, hwloc-cppcheck-opencl.xml, hwloc-cppcheck-solaris.xml, hwloc-cppcheck-windows.xml, hwloc-cppcheck.xml' + rats -w 3 --xml hwloc tests utils ++ ls -m hwloc-rats.xml + RATS_XMLS=hwloc-rats.xml + VALGRIND='libtool --mode=execute valgrind --leak-check=full --xml=yes' + libtool --mode=execute valgrind --leak-check=full --xml=yes --xml-file=hwloc-valgrind-local.xml utils/lstopo/lstopo-no-graphics - hwloc x86 backend cannot work under Valgrind, disabling. May be reenabled by dumping CPUIDs with hwloc-gather-cpuid and reloading them under Valgrind with HWLOC_CPUID_PATH. + libtool --mode=execute valgrind --leak-check=full --xml=yes --xml-file=hwloc-valgrind-xml1.xml utils/lstopo/lstopo-no-graphics -i tests/hwloc/xml/32em64t-2n8c2t-pci-normalio.xml -.xml ++ ls -m hwloc-valgrind-local.xml hwloc-valgrind-xml1.xml + VALGRIND_XMLS='hwloc-valgrind-local.xml, hwloc-valgrind-xml1.xml' + sed -e '/#define HWLOC_HAVE_ATTRIBUTE/d' -i include/private/autogen/config.h + cat ++ cat /builds/.sonarqube-hwloc-token ++ echo ++ gcc -E -Wp,-v - ++ grep '^ ' ++ tr '\n' , + sonar-scanner -X 04:01:27.047 WARN: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project. 04:01:28.930 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/pci-common.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.946 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/distances.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.946 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/base64.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.947 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-synthetic.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.947 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/hwloc2.dtd' is ignored because it doesn't belong to the forced language 'c' 04:01:28.947 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:28.948 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:28.948 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.948 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/traversal.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.949 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-pci.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.958 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/diff.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.958 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/hwloc.dtd' is ignored because it doesn't belong to the forced language 'c' 04:01:28.958 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la' is ignored because it doesn't belong to the forced language 'c' 04:01:28.959 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/hwloc2-diff.dtd' is ignored because it doesn't belong to the forced language 'c' 04:01:28.959 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-opencl.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.960 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/bitmap.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.960 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-xml-nolibxml.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.960 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/shmem.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.961 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/bind.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.962 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:28.962 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-noos.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.963 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-x86.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.963 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/components.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.963 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-xml-libxml.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.963 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-linux.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.964 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/misc.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.965 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-xml.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.965 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-hardwired.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:28.971 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:28.972 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:28.972 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:28.972 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_cache_covering_cpuset' is ignored because it doesn't belong to the forced language 'c' 04:01:28.972 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/gl.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.972 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_cache_covering_cpuset.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.972 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bind.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.972 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_first_last_weight.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.973 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_diff.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.973 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.973 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xmlbuffer.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.973 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xmlbuffer.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.973 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_restrict.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.974 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_closest_objs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.974 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_is_thissystem' is ignored because it doesn't belong to the forced language 'c' 04:01:28.974 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_depth.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.974 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_pci_backend.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:28.974 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_depth.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.974 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_string.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.974 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_cache_covering_cpuset.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.975 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_abi.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.975 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.975 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/intel-mic.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.975 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_restrict.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.976 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_last_cpu_location.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.976 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_first_last_weight.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:28.976 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_diff' is ignored because it doesn't belong to the forced language 'c' 04:01:28.976 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_groups.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.976 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/intel-mic' is ignored because it doesn't belong to the forced language 'c' 04:01:28.977 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_backends.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:28.977 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap' is ignored because it doesn't belong to the forced language 'c' 04:01:28.977 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux_libnuma-linux-libnuma.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.977 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_groups.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.983 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_obj_infos' is ignored because it doesn't belong to the forced language 'c' 04:01:28.983 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_area_memlocation' is ignored because it doesn't belong to the forced language 'c' 04:01:28.983 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_allow.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:28.984 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/shmem.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:28.984 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_object_userdata.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:28.984 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_distances.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.984 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_last_cpu_location.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.984 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/openfabrics-verbs.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.984 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_api_version.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.984 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bind.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:28.985 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_distances.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:28.985 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_abi' is ignored because it doesn't belong to the forced language 'c' 04:01:28.985 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/rename/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:28.985 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/rename/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:28.985 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/rename/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:28.986 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_first_last_weight.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.986 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:28.986 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_groups.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.986 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/shmem.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.986 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_closest_objs.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.989 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_below_array_by_type.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.990 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_compare_inclusion.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.990 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_iodevs.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.990 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_list_components.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:28.990 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_diff.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:28.990 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bind.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.990 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_inside_cpuset' is ignored because it doesn't belong to the forced language 'c' 04:01:28.991 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_shared_cache_covering_obj.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.991 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_dup' is ignored because it doesn't belong to the forced language 'c' 04:01:28.991 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_obj_infos.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.991 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_abi.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.991 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/wrapper.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:28.992 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_shared_cache_covering_obj' is ignored because it doesn't belong to the forced language 'c' 04:01:28.992 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/test-suite.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.992 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_inside_cpuset.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:28.992 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_compare_inclusion.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:28.992 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/opencl.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.992 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_next_obj_covering_cpuset.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.992 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_dup.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.992 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/shmem' is ignored because it doesn't belong to the forced language 'c' 04:01:28.993 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:28.993 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_string.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.993 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_insert_misc.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:28.993 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/gl.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.993 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_backends' is ignored because it doesn't belong to the forced language 'c' 04:01:28.993 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.994 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_shared_cache_covering_obj.o' is ignored because it doesn't belong to the forced language 'c' 04:01:28.994 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_depth' is ignored because it doesn't belong to the forced language 'c' 04:01:28.994 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_pci_backend.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.994 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_area_memlocation.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.994 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_diff.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:28.995 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:28.995 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/fakeheterodistances.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.995 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoD.nogroups.v1tov2.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:28.995 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.995 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.console.options' is ignored because it doesn't belong to the forced language 'c' 04:01:28.995 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.995 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/2intel64-1n2c-numaroot.v1tov2.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.996 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/2intel64-1n2c-numaroot.v1tov2.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.996 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.console.output' is ignored because it doesn't belong to the forced language 'c' 04:01:28.996 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/96em64t-4n4d3ca2co-pci.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:28.996 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.996 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8em64t-2p2ca2co-nonodesets.v1tov2.source' is ignored because it doesn't belong to the forced language 'c' 04:01:28.996 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.nocollapse.options' is ignored because it doesn't belong to the forced language 'c' 04:01:28.996 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.996 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:28.997 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.997 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.console.output' is ignored because it doesn't belong to the forced language 'c' 04:01:28.997 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.console.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:28.997 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:28.997 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t-offlines.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:28.997 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/24em64t-2n6c2t-pci.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:28.997 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.console.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.002 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.002 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.console.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.004 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.005 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.console.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.005 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-noio.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.006 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-8n2c-cpusets.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.007 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.007 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.007 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v2tov1.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.007 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.nocollapse.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.007 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8em64t-2p2ca2co-nonodesets.v1tov2.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.007 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.008 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-normalio.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.008 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8ia64-2n2s2c+1n.v1.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.008 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.011 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoD.nogroups.v1tov2.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.011 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoD.nogroups.v1tov2.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.011 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/test-suite.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.011 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.011 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.011 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.013 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8ia64-2n2s2c+1n.v1tov2.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.014 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8ia64-2n2s2c+1n.v1tov2.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.014 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoD.nogroups.v1tov2.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.014 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.014 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoDgroups.v1tov2.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.014 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.014 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.014 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.014 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v2tov1.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.015 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.015 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.015 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoDgroups.v1tov2.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.015 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-noio.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.015 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-noio.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.015 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.console.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.015 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v1tov2.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.015 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v2tov1.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.016 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-wholeio.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.016 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.console.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.016 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.016 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.console.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.016 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-wholeio.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.016 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.console.env' is ignored because it doesn't belong to the forced language 'c' 04:01:29.016 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/24em64t-2n6c2t-pci.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.016 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.console.env' is ignored because it doesn't belong to the forced language 'c' 04:01:29.016 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.console.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.017 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.017 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.017 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-8n2c-cpusets.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.017 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.console.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.017 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-normalio.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.017 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/2intel64-1n2c-numaroot.v1tov2.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.017 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/fakeheterodistances.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.017 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.018 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-noio.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.018 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.018 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.018 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-normalio.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.018 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.018 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v1tov2.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.018 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.018 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.019 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.019 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-wholeio.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.019 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.019 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-noio.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.019 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoDgroups.v1.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.019 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/test-topology.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.019 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-8n2c-cpusets.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.019 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.console.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.019 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/192em64t-12gr2n8c2t.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.025 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-wholeio.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.025 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.nocollapse.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.028 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.029 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v1.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.029 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8ia64-2n2s2c+1n.v1tov2.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.029 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.nocollapse.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.029 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.029 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/192em64t-12gr2n8c2t.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.029 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v2tov1.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.029 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoDgroups.v1tov2.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.032 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.032 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/192em64t-24n8c2t.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.032 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.032 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t-offlines.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.032 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.console.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.032 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoD.nogroups.v1tov2.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.033 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8em64t-2p2ca2co-nonodesets.v1.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.033 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.033 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.console.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.033 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/192em64t-12gr2n8c2t.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.033 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.033 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8em64t-2p2ca2co-nonodesets.v1tov2.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.033 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-normalio.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.033 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8ia64-2n2s2c+1n.v1tov2.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.034 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/192em64t-24n8c2t.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.034 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t-offlines.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.035 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.console.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.035 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/192em64t-24n8c2t.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.035 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.035 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/2intel64-1n2c-numaroot.v1tov2.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.035 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/96em64t-4n4d3ca2co-pci.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.035 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.035 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/test-topology.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.035 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.nocollapse.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.035 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.036 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.console.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.036 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v2tov1.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.036 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.console.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.036 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/2intel64-1n2c-numaroot.v1.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.037 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v1tov2.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.037 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v2tov1.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.038 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v1tov2.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.038 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.038 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/24em64t-2n6c2t-pci.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.038 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8em64t-2p2ca2co-nonodesets.v1tov2.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.039 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.console.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.040 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.xml.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.040 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.console.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.041 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/96em64t-4n4d3ca2co-pci.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.041 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v2tov1.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.041 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/fakeheterodistances.xml' is ignored because it doesn't belong to the forced language 'c' 04:01:29.044 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoDgroups.v1tov2.xml.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.044 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v1tov2.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.045 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_diff.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.045 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/opencl' is ignored because it doesn't belong to the forced language 'c' 04:01:29.045 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/opencl.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.046 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/openfabrics-verbs.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.046 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_singlify' is ignored because it doesn't belong to the forced language 'c' 04:01:29.046 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_shared_cache_covering_obj.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.046 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_obj_infos.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.046 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_allow.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.046 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/openfabrics-verbs.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.046 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/shmem.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.046 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.047 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_is_thissystem.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.047 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_synthetic.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.047 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_api_version' is ignored because it doesn't belong to the forced language 'c' 04:01:29.047 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_backends.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.047 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_inside_cpuset.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.047 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/shmem.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.047 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_synthetic.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.047 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_singlify.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.047 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_largest_objs_inside_cpuset' is ignored because it doesn't belong to the forced language 'c' 04:01:29.048 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/glibc-sched.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.048 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_is_thissystem.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.048 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_allow' is ignored because it doesn't belong to the forced language 'c' 04:01:29.048 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bind.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.048 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_sscanf.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.048 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_last_cpu_location.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.048 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_cache_covering_cpuset.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.049 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_iodevs.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.049 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_below_array_by_type.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.049 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/glibc-sched.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.049 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_depth.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.049 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_shared_cache_covering_obj.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.049 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_object_userdata.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.049 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/gl.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.049 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_closest_objs.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.055 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_distances' is ignored because it doesn't belong to the forced language 'c' 04:01:29.055 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_below_array_by_type.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.055 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_synthetic.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.055 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_obj_infos.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.056 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_allow.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.056 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_next_obj_covering_cpuset.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.056 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_object_userdata' is ignored because it doesn't belong to the forced language 'c' 04:01:29.056 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_covering_cpuset.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.056 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_closest_objs.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.056 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_list_components.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.056 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.056 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_largest_objs_inside_cpuset.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.056 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.topoextnuma.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.056 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.topoextnuma.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.057 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.topoextnuma.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.057 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.topoextnuma.env' is ignored because it doesn't belong to the forced language 'c' 04:01:29.057 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.057 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.topoextnuma.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.057 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/test-suite.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.057 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.057 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.057 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.057 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.057 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.057 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/test-topology.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.058 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.058 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/test-topology.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.058 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/intel-mic.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.058 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xmlbuffer.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.058 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_pci_backend.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.058 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux-libnuma.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.058 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_allow.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.058 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_covering_cpuset' is ignored because it doesn't belong to the forced language 'c' 04:01:29.059 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_backends.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.059 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_synthetic.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.059 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64fake-4n2s2ca2c2t.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.059 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_ncaches.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.059 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-4s2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.059 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.059 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.059 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_ncaches.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.059 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16ia64-8n2s.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.059 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-4c2t.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.060 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t-nocache.exclude' is ignored because it doesn't belong to the forced language 'c' 04:01:29.060 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.060 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c-buggynuma.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.060 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakeheteronuma.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.060 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets_noadmin.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.060 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64amd64-4s2n4ca2co.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.060 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/48amd64-4d2n6c-sparse.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.060 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_ncaches.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.060 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64fake-4n2s2ca2c2t.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.064 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/README' is ignored because it doesn't belong to the forced language 'c' 04:01:29.064 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2s2c2t.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.064 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.xml.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.064 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32em64t-2n8c+1mic.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.064 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/128ia64-17n4s2c.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.064 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2t-hugepagesizecount.xml.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.065 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.065 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c-buggynuma.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.065 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-4n10c+pci-conflicts.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.065 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4em64t-2c2t-ignore-reorder.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.065 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4ia64-4s.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.066 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2amd64-2n.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.066 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t-nocache.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.066 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c-buggynuma.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.066 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2c-nohugepage.xml.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.066 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2amd64-2n.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.066 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-4c2t.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.066 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.xml.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.066 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c-buggynuma.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.067 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.067 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-4s2c.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.067 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2n2s2c.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.067 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/128ia64-17n4s2c.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.067 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.xml.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.067 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid-msc.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.067 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_merge.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.067 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2s390-2c.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.067 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.067 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.067 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2s2c2t.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.067 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16ia64-8n2s.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.067 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.068 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.069 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-4n4c-cgroup-distance-merge.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.069 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/1alpha.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.070 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/test-suite.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.072 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.072 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.072 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8amd64-4n2c.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.072 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder-merge.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.072 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2t-hugepagesizecount.xml.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.072 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.072 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakeheteronuma.env' is ignored because it doesn't belong to the forced language 'c' 04:01:29.073 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4fake-4gr1nu1pu.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.073 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-4n4c-cgroup-distance-merge.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.074 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.xml.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.074 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s4c-heterogeneous.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.074 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ia64-64n2s2c.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.074 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.074 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2s390-2c.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.074 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s4c-heterogeneous.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.074 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64amd64-4s2n4ca2co.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.074 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16ia64-8n2s.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.074 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2ps3-2t.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.074 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.074 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2arm-2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.075 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2n2s2c.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.075 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-A2A-cache.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.075 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/1alpha.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.076 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2arm-2c.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.076 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2amd64-2n.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.076 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-2g2n4c+pci.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.076 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.076 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4ia64-4s.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.076 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2s2c2t.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.076 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.076 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.xml.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.076 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2t-hugepagesizecount.xml.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.076 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.xml.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.077 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.077 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.077 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64amd64-4s2n4ca2co.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.077 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder-merge.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.077 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t-nocache.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.077 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8amd64-4n2c.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.079 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/96em64t-4n4d3ca2co.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.080 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder-merge.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.080 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder-merge.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.080 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2ps3-2t.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.080 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4ia64-4s.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.080 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-4n10c+pci-conflicts.env' is ignored because it doesn't belong to the forced language 'c' 04:01:29.080 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64fake-4n2s2ca2c2t.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.080 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.xml.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.080 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.xml.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.080 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/20s390-2g6s4c.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.080 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64amd64-4s2n4ca2co.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.080 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32em64t-2n8c+1mic.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.080 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2t-hugepagesizecount.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.080 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16ia64-8n2s.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.082 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid-msc.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.082 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32em64t-2n8c+1mic.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.082 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.xml.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.082 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.082 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2amd64-2n.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.082 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2n2s2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.082 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-4s2c.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.082 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-2g2n4c+pci.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.082 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets_noadmin.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.083 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4fake-4gr1nu1pu.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.083 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t-nocache.env' is ignored because it doesn't belong to the forced language 'c' 04:01:29.083 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2ps3-2t.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.083 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.083 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-4n4c-cgroup-distance-merge.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.083 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2s390-2c.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.083 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.083 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/96em64t-4n4d3ca2co.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.084 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2s2c2t.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.084 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4fake-4gr1nu1pu.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.085 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32em64t-2n8c+1mic.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.085 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.kept.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.085 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakeheteronuma.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.085 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-2g2n4c+pci.env' is ignored because it doesn't belong to the forced language 'c' 04:01:29.085 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakeheteronuma.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.085 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.xml.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.085 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.xml.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.085 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakecpuid1f-64intel64-2p4d2n2c2t.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.085 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.xml.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.085 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.kept.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.085 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.085 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.086 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.xml.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.086 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.086 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid-msc.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.086 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.xml.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.086 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.086 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s4c-heterogeneous.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.086 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakememinitiators-1npc+1npc.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.086 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t-nocache.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.086 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32em64t-2n8c+1mic.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.086 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/96em64t-4n4d3ca2co.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.086 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_ncaches.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.086 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakememinitiators-1npc+1npc.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.086 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/1alpha.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.086 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/test-topology.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2c-nohugepage.xml.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakeheteronuma.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ia64-64n2s2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/20s390-2g6s4c.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s4c-heterogeneous.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test-suite.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test1.synthetic' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test1.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test1.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test1.fsroot.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.087 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test-topology.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.088 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test1.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.088 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test-topology.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.088 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test1.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.088 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ia64-64n2s2c.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.088 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.088 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2c-nohugepage.xml.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.088 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8amd64-4n2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.088 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2ps3-2t.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.088 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2s390-2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.088 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2arm-2c.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.088 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.xml.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.088 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-2g2n4c+pci.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.088 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.kept.env' is ignored because it doesn't belong to the forced language 'c' 04:01:29.088 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets_noadmin.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.089 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_merge.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.089 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-4n4c-cgroup-distance-merge.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.089 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.089 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ia64-64n2s2c.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.089 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2n2s2c.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.089 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.xml.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.089 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakememinitiators-1npc+1npc.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.089 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.089 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_merge.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.089 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.xml.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.089 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_merge.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.089 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4em64t-2c2t-ignore-reorder.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.089 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2c-nohugepage.xml.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.094 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/48amd64-4d2n6c-sparse.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.095 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_ncaches.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.095 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-A2A-cache.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.095 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-2g2n4c+pci.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.095 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2arm-2c.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.095 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-4n10c+pci-conflicts.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.095 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/test-gather-topology.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.095 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.095 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/test-suite.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.095 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.095 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/test-gather-topology.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.096 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.096 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/test-gather-topology.sh.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.096 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/test-gather-topology.sh.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.096 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.096 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-4n4c-cgroup-distance-merge.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.096 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4em64t-2c2t-ignore-reorder.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.096 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.xml.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.096 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/48amd64-4d2n6c-sparse.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.096 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.096 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-A2A-cache.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.097 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.097 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.kept.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.097 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-4n10c+pci-conflicts.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.097 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/1alpha.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.097 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.kept.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.097 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakememinitiators-1npc+1npc.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.097 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder-merge.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.097 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets_noadmin.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/20s390-2g6s4c.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-4n10c+pci-conflicts.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.xml.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-2g2n4c+pci.options' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakecpuid1f-64intel64-2p4d2n2c2t.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid-msc.env' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/20s390-2g6s4c.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/test-topology.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-A2A-cache.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2t-hugepagesizecount.xml.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakeheteronuma.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4fake-4gr1nu1pu.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.098 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4ia64-4s.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/128ia64-17n4s2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakecpuid1f-64intel64-2p4d2n2c2t.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-4c2t.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4em64t-2c2t-ignore-reorder.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets_noadmin.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakecpuid1f-64intel64-2p4d2n2c2t.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/96em64t-4n4d3ca2co.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2c-nohugepage.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64fake-4n2s2ca2c2t.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2t-hugepagesizecount.xml.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-4c2t.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.xml.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4em64t-2c2t-ignore-reorder.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t-nocache.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.099 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.100 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.102 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.102 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/48amd64-4d2n6c-sparse.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_merge.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-4s2c.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid-msc.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/128ia64-17n4s2c.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2c-nohugepage.xml.source' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8amd64-4n2c.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/opencl.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_singlify.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_string.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_iodevs.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bind.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_first_last_weight.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_singlify.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_abi.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_depth.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.103 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.104 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_synthetic.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.104 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_insert_misc.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.104 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/openfabrics-verbs.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.104 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_iodevs.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.104 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-KnightsCorner-XeonPhi-SE10P.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.104 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K10-MagnyCours-2xOpteron-6164HE.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K10-MagnyCours-2xOpteron-6164HE.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Penryn-4xXeon-X7460.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-15h-Piledriver-4xOpteron-6348.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Core-2xXeon-E5345.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-SandyBridge-2xXeon-E5-2650.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-KnightsLanding-XeonPhi-7210.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K10-MagnyCours-2xOpteron-6164HE.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Hygon-Dhyana-32cores.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Haswell-2xXeon-E5-2680v3.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K8-SledgeHammer-2xOpteron-250.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-17h-Zen-2xEpyc-7451.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-15h-Piledriver-4xOpteron-6348.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-KnightsLanding-XeonPhi-7210.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-CascadeLake-2xXeon6230.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-IvyBridge-12xXeon-E5-4620v2.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.105 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Broadwell-2xXeon-E5-2650Lv4.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Skylake-2xXeon6140.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Westmere-2xXeon-X5650.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Westmere-2xXeon-X5650.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/test-suite.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Skylake-2xXeon6140.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Hygon-Dhyana-32cores.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Skylake-2xXeon6140.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-15h-Bulldozer-4xOpteron-6272.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-KnightsLanding-XeonPhi-7210.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-CPUID.1F-Qemu-2p3d3c2t.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K10-MagnyCours-2xOpteron-6164HE.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Core-2xXeon-E5345.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-IvyBridge-12xXeon-E5-4620v2.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K10-Istanbul-8xOpteron-8439SE.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.106 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Haswell-2xXeon-E5-2680v3.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.107 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-17h-Zen-2xEpyc-7451.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.107 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-IvyBridge-12xXeon-E5-4620v2.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.107 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-KnightsCorner-XeonPhi-SE10P.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.107 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K8-SantaRosa-2xOpteron-2218.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.107 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Hygon-Dhyana-32cores.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K8-SledgeHammer-2xOpteron-250.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Penryn-4xXeon-X7460.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-CascadeLake-2xXeon6230.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-CPUID.1F-Qemu-2p3d3c2t.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-SandyBridge-2xXeon-E5-2650.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-15h-Piledriver-4xOpteron-6348.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K8-SantaRosa-2xOpteron-2218.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K8-SantaRosa-2xOpteron-2218.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Zhaoxin-CentaurHauls-ZXD-4600.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Penryn-4xXeon-X7460.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Zhaoxin-CentaurHauls-ZXD-4600.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-15h-Bulldozer-4xOpteron-6272.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-CPUID.1F-Qemu-2p3d3c2t.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-15h-Piledriver-4xOpteron-6348.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-CascadeLake-2xXeon6230.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K8-SledgeHammer-2xOpteron-250.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.108 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/test-topology.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Westmere-2xXeon-X5650.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Hygon-Dhyana-32cores.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Zhaoxin-CentaurHauls-ZXD-4600.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K8-SledgeHammer-2xOpteron-250.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Westmere-2xXeon-X5650.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-SandyBridge-2xXeon-E5-2650.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-15h-Bulldozer-4xOpteron-6272.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Penryn-4xXeon-X7460.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Nehalem-2xXeon-X5550.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-17h-Zen-2xEpyc-7451.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-KnightsCorner-XeonPhi-SE10P.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Core-2xXeon-E5345.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K10-Istanbul-8xOpteron-8439SE.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Skylake-2xXeon6140.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.109 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-15h-Bulldozer-4xOpteron-6272.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K10-Istanbul-8xOpteron-8439SE.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Nehalem-2xXeon-X5550.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Zhaoxin-CentaurHauls-ZXD-4600.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-SandyBridge-2xXeon-E5-2650.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Haswell-2xXeon-E5-2680v3.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/test-topology.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Haswell-2xXeon-E5-2680v3.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Broadwell-2xXeon-E5-2650Lv4.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-KnightsLanding-XeonPhi-7210.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-17h-Zen-2xEpyc-7451.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Core-2xXeon-E5345.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Broadwell-2xXeon-E5-2650Lv4.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K8-SantaRosa-2xOpteron-2218.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Broadwell-2xXeon-E5-2650Lv4.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Nehalem-2xXeon-X5550.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-CPUID.1F-Qemu-2p3d3c2t.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.110 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-CascadeLake-2xXeon6230.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.111 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-KnightsCorner-XeonPhi-SE10P.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.111 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K10-Istanbul-8xOpteron-8439SE.output.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.111 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Nehalem-2xXeon-X5550.output.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.111 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-IvyBridge-12xXeon-E5-4620v2.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.111 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_dup.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.112 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_compare_inclusion' is ignored because it doesn't belong to the forced language 'c' 04:01:29.112 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_compare_inclusion.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.112 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_string' is ignored because it doesn't belong to the forced language 'c' 04:01:29.112 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/openfabrics-verbs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.112 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_list_components.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.112 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_compare_inclusion.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.112 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_largest_objs_inside_cpuset.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.113 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/gl.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.113 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/opencl.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.113 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_pci_backend' is ignored because it doesn't belong to the forced language 'c' 04:01:29.113 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_area_memlocation.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.113 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_allow.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.113 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_cache_covering_cpuset.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.113 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_groups.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.113 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_dup.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.114 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_closest_objs.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.114 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_backends.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.114 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_dup.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.115 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_below_array_by_type.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.115 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_diff.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.115 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_string.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.115 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_list_components' is ignored because it doesn't belong to the forced language 'c' 04:01:29.115 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_is_thissystem.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.115 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_first_last_weight.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.115 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xmlbuffer.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.115 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_restrict.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.115 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_next_obj_covering_cpuset.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.115 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_covering_cpuset.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.116 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_api_version.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.116 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_sscanf.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.116 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_dup.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.116 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_iodevs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.116 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_list_components.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.116 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_insert_misc.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.116 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_object_userdata.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.116 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_shared_cache_covering_obj.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.116 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_next_obj_covering_cpuset.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.116 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_singlify.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.117 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_inside_cpuset.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.117 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_pci_backend.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.117 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_string.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.117 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_distances.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.117 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_cache_covering_cpuset.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.117 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_largest_objs_inside_cpuset.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.117 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_covering_cpuset.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.117 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_first_last_weight' is ignored because it doesn't belong to the forced language 'c' 04:01:29.117 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_inside_cpuset.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.117 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_last_cpu_location.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.117 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_next_obj_covering_cpuset.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.117 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_distances.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.117 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_depth.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.118 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_is_thissystem.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.118 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.118 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/run-embedded-tests.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.118 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/configure.ac' is ignored because it doesn't belong to the forced language 'c' 04:01:29.118 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/config/README.txt' is ignored because it doesn't belong to the forced language 'c' 04:01:29.118 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/autogen.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.118 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/README.txt' is ignored because it doesn't belong to the forced language 'c' 04:01:29.118 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_restrict.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.118 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_compare_inclusion.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.118 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_synthetic' is ignored because it doesn't belong to the forced language 'c' 04:01:29.119 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/wrapper.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.119 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_area_memlocation.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.119 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_groups' is ignored because it doesn't belong to the forced language 'c' 04:01:29.119 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_restrict.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.119 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xmlbuffer' is ignored because it doesn't belong to the forced language 'c' 04:01:29.119 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux-libnuma' is ignored because it doesn't belong to the forced language 'c' 04:01:29.119 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_area_memlocation.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.119 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_sscanf.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.120 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_area_memlocation.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.120 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_inside_cpuset.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.120 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_abi.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.120 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_insert_misc.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.120 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_api_version.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.120 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_below_array_by_type.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.120 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_sscanf' is ignored because it doesn't belong to the forced language 'c' 04:01:29.120 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_object_userdata.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.120 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_list_components.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.120 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_below_array_by_type' is ignored because it doesn't belong to the forced language 'c' 04:01:29.120 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-cuda.la' is ignored because it doesn't belong to the forced language 'c' 04:01:29.120 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_freebsd_la-topology-freebsd.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.120 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/liblstopo_port_windows_a-lstopo-windows.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.120 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-netbsd.la' is ignored because it doesn't belong to the forced language 'c' 04:01:29.121 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_gl_la-topology-gl.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.121 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.121 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-darwin.la' is ignored because it doesn't belong to the forced language 'c' 04:01:29.121 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/liblstopo_port_windows_a-lstopo-windows.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.121 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-opencl.la' is ignored because it doesn't belong to the forced language 'c' 04:01:29.121 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.122 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-freebsd.la' is ignored because it doesn't belong to the forced language 'c' 04:01:29.122 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_windows_la-topology-windows.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.129 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-windows.la' is ignored because it doesn't belong to the forced language 'c' 04:01:29.129 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-hpux.la' is ignored because it doesn't belong to the forced language 'c' 04:01:29.130 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_nvml_la-topology-nvml.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.130 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.130 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_darwin_la-topology-darwin.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.130 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-nvml.la' is ignored because it doesn't belong to the forced language 'c' 04:01:29.130 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_cuda_la-topology-cuda.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.130 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-gl.la' is ignored because it doesn't belong to the forced language 'c' 04:01:29.130 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_netbsd_la-topology-netbsd.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.130 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_hpux_la-topology-hpux.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.131 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-bgq.la' is ignored because it doesn't belong to the forced language 'c' 04:01:29.131 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_solaris_la-topology-solaris.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.131 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_bgq_la-topology-bgq.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.131 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_solaris_la-topology-solaris-chiptype.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.131 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-solaris.la' is ignored because it doesn't belong to the forced language 'c' 04:01:29.131 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/liblstopo-port-windows.a' is ignored because it doesn't belong to the forced language 'c' 04:01:29.131 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-aix.la' is ignored because it doesn't belong to the forced language 'c' 04:01:29.131 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_opencl_la-topology-opencl.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.131 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_aix_la-topology-aix.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.131 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/glibc-sched.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.131 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xmlbuffer.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.131 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_backends.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.131 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_largest_objs_inside_cpuset.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.132 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_last_cpu_location' is ignored because it doesn't belong to the forced language 'c' 04:01:29.132 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_covering_cpuset.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.132 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_covering_cpuset.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.132 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/glibc-sched' is ignored because it doesn't belong to the forced language 'c' 04:01:29.132 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_is_thissystem.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_distances.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_api_version.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/glibc-sched.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_pci_backend.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/openfabrics-verbs.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_abi.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_insert_misc' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_closest_objs.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_api_version.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_sscanf.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux-libnuma.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_last_cpu_location.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/opencl.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/gl.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_obj_infos.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/intel-mic.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.133 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/gl' is ignored because it doesn't belong to the forced language 'c' 04:01:29.134 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_singlify.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.134 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/shmem.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.134 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux_libnuma-linux-libnuma.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.134 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/intel-mic.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.134 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux_libnuma-linux-libnuma.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.134 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_object_userdata.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.134 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_next_obj_covering_cpuset' is ignored because it doesn't belong to the forced language 'c' 04:01:29.134 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_restrict' is ignored because it doesn't belong to the forced language 'c' 04:01:29.136 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_insert_misc.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.136 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_groups.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.136 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/glibc-sched.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.136 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_iodevs.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.136 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_sscanf.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.136 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/intel-mic.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.136 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_obj_infos.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_largest_objs_inside_cpuset.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bind' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/tests.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/tests.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/scotch.txz' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/tests_scotch.txt' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/tests_mpiscotch.txt' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/avakas.txz' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/tests_draw.txt' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/tests_extract.txt' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/plafrim2.txz' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/plafrim.txz' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.137 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo.desktop' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-xml.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-xml.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo-shmem.sh.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-draw.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-draw.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-no-graphics.1' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo.sh.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.138 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.139 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-suite.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.139 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-svg.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.139 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo-shmem.sh.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.139 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-xml.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.139 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.139 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-draw.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.139 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-text.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.139 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-fig.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.139 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-no-graphics.1in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.139 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-ascii.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.139 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-text.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.139 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.139 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-svg.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.139 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo-shmem.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.140 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-shmem.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.140 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-shmem.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.140 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-svg.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.140 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-fig.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.140 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-fig.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.140 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.140 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-cairo.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.141 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-fig.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.141 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-text.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.141 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-draw.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.141 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-shmem.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.141 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.141 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-shmem.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.141 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-text.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.142 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-svg.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.142 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-ascii.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.142 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-shmem.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.142 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-ascii.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.142 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo.sh.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.142 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-ascii.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.142 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-text.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.142 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-svg.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.142 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo-shmem.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-draw.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-no-graphics' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-fig.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-ascii.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-xml.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-cairo.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-xml.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-annotate.1in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/common-ps.lo' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-ps.1in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-patch.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-calc.sh.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-topology.1' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-annotate' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-distrib.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-diff' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-diff.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.143 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-bind' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-distrib.1in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-patch.1' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-compress-dir.sh.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/libutils_common.la' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-topology' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-distrib.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-calc.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-calc.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-info.1' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-distrib.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-annotate.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-compress-dir.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.144 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-diff.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-info.1in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-compress-dir.output.tar.gz' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-info.sh.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-diffpatch.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-suite.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-diffpatch.sh.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-compress-dir.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-diff.1in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-calc.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-compress-dir.input.tar.gz' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-info.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-annotate.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-annotate.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-diffpatch.input2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.145 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-info.sh.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.146 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-bind.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.146 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-calc.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.146 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-diffpatch.input1' is ignored because it doesn't belong to the forced language 'c' 04:01:29.146 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-info.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.146 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-distrib.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.146 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-cpuid.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-distrib.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-info.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-annotate.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-annotate.input' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/test-hwloc-dump-hwdata.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/knl-snc4h50.tar.bz2.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/test-suite.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/test-hwloc-dump-hwdata.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/knl-snc4h50.tar.bz2' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/knl-snc4h50.tar.bz2.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-distrib.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-calc.1in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-calc.1' is ignored because it doesn't belong to the forced language 'c' 04:01:29.147 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-dump-hwdata.1' is ignored because it doesn't belong to the forced language 'c' 04:01:29.148 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-diffpatch.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.148 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-ps.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.148 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-diff.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.148 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-fake-plugin.sh' is ignored because it doesn't belong to the forced language 'c' 04:01:29.148 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-patch.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.148 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-diff.1' is ignored because it doesn't belong to the forced language 'c' 04:01:29.148 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc.7in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.148 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-distrib.sh.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.148 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.148 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-distrib.sh.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.148 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-patch.1in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.149 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-annotate.1' is ignored because it doesn't belong to the forced language 'c' 04:01:29.149 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-bind.1' is ignored because it doesn't belong to the forced language 'c' 04:01:29.149 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-cpuid' is ignored because it doesn't belong to the forced language 'c' 04:01:29.149 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-annotate.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.149 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc.7' is ignored because it doesn't belong to the forced language 'c' 04:01:29.149 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-fake-plugin.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.149 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-info.output' is ignored because it doesn't belong to the forced language 'c' 04:01:29.149 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-bind.1in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.149 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-info' is ignored because it doesn't belong to the forced language 'c' 04:01:29.149 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-topology.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.149 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-compress-dir.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.149 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.149 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-patch.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-compress-dir.1in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-cpuid.1' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-calc.sh.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-ps.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-calc.sh.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-calc' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-info.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-patch' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-info.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-bind.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata.gcda' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-distrib.1' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-topology.1in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-calc.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-dump-hwdata' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-compress-dir.sh.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-compress-dir' is ignored because it doesn't belong to the forced language 'c' 04:01:29.150 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-distrib' is ignored because it doesn't belong to the forced language 'c' 04:01:29.151 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-annotate.sh.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.151 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-ps.1' is ignored because it doesn't belong to the forced language 'c' 04:01:29.151 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-cpuid.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.151 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-diffpatch.sh.trs' is ignored because it doesn't belong to the forced language 'c' 04:01:29.151 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-compress-dir.1' is ignored because it doesn't belong to the forced language 'c' 04:01:29.151 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-cpuid.1in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.151 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-ps' is ignored because it doesn't belong to the forced language 'c' 04:01:29.151 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-cpuid.o' is ignored because it doesn't belong to the forced language 'c' 04:01:29.151 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-dump-hwdata.1in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.151 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-annotate.gcno' is ignored because it doesn't belong to the forced language 'c' 04:01:29.151 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-annotate.sh.log' is ignored because it doesn't belong to the forced language 'c' 04:01:29.151 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/netloc_draw.html' is ignored because it doesn't belong to the forced language 'c' 04:01:29.151 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.151 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.152 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.152 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/visdist/vis.min.js' is ignored because it doesn't belong to the forced language 'c' 04:01:29.152 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/visdist/vis.min.css' is ignored because it doesn't belong to the forced language 'c' 04:01:29.152 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/netloc_draw.js' is ignored because it doesn't belong to the forced language 'c' 04:01:29.152 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.152 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.152 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.152 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/scotch/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.153 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/scotch/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.153 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/scotch/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.153 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband/README' is ignored because it doesn't belong to the forced language 'c' 04:01:29.153 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband/Makefile.am' is ignored because it doesn't belong to the forced language 'c' 04:01:29.153 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband/Makefile.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.153 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband/Makefile' is ignored because it doesn't belong to the forced language 'c' 04:01:29.153 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband/netloc_ib_gather_raw.in' is ignored because it doesn't belong to the forced language 'c' 04:01:29.153 WARN: File '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband/netloc_ib_gather_raw' is ignored because it doesn't belong to the forced language 'c' 04:01:30.822 WARN: Xanitizer XML report file '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/Xanitizer-Findings-List.xml' not found. Skipping analysis. 04:01:30.902 WARN: ---------------------------------------------------------------- 04:01:30.903 WARN: Sonargraph: Skipping project tadaam:hwloc:github:v2.1 [tadaam:hwloc:github:v2.1], since no Sonargraph report is found. 04:01:30.903 WARN: ---------------------------------------------------------------- 04:01:30.926 WARN: Property 'sonar.c.includeDirectories' is not declared as multi-values/property set but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated. 04:01:30.930 WARN: Property 'sonar.c.forceIncludes' is not declared as multi-values/property set but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated. 04:01:30.930 WARN: Property 'sonar.c.cFilesPatterns' is not declared as multi-values/property set but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated. 04:02:41.030 ERROR: Could not add the issue 'CxxReportIssue [ruleId=Static Global Buffer, locations=CxxReportLocation [file=hwloc/topology-solaris-chiptype.c, line=153, info=Extra care should be taken to ensure that character arrays that are allocated with a static size are used safely. This appears to be a global allocation and is less dangerous than a similar one on the stack. Extra caution is still advised, however.]]':The rule 'rats-c:Static Global Buffer' does not exist. ', skipping issue 04:02:41.030 ERROR: Could not add the issue 'CxxReportIssue [ruleId=Static Global Buffer, locations=CxxReportLocation [file=hwloc/topology-solaris-chiptype.c, line=154, info=Extra care should be taken to ensure that character arrays that are allocated with a static size are used safely. This appears to be a global allocation and is less dangerous than a similar one on the stack. Extra caution is still advised, however.]]':The rule 'rats-c:Static Global Buffer' does not exist. ', skipping issue 04:02:41.128 WARN: The report '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/.sonar_lock' seems to be empty, ignoring. 04:02:41.131 WARN: The report '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/class-mapping.csv' seems to be empty, ignoring. 04:02:41.133 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/analysis.log cannot be parsed 04:02:41.134 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-10.pb cannot be parsed 04:02:41.135 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-11.pb cannot be parsed 04:02:41.135 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-116.pb cannot be parsed 04:02:41.136 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-12.pb cannot be parsed 04:02:41.137 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-126.pb cannot be parsed 04:02:41.137 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-138.pb cannot be parsed 04:02:41.138 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-139.pb cannot be parsed 04:02:41.139 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-140.pb cannot be parsed 04:02:41.139 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-141.pb cannot be parsed 04:02:41.140 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-142.pb cannot be parsed 04:02:41.140 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-145.pb cannot be parsed 04:02:41.141 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-147.pb cannot be parsed 04:02:41.141 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-15.pb cannot be parsed 04:02:41.142 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-152.pb cannot be parsed 04:02:41.142 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-154.pb cannot be parsed 04:02:41.143 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-157.pb cannot be parsed 04:02:41.143 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-158.pb cannot be parsed 04:02:41.144 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-159.pb cannot be parsed 04:02:41.144 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-160.pb cannot be parsed 04:02:41.145 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-163.pb cannot be parsed 04:02:41.145 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-164.pb cannot be parsed 04:02:41.146 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-166.pb cannot be parsed 04:02:41.147 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-168.pb cannot be parsed 04:02:41.147 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-169.pb cannot be parsed 04:02:41.148 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-171.pb cannot be parsed 04:02:41.148 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-172.pb cannot be parsed 04:02:41.149 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-173.pb cannot be parsed 04:02:41.149 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-174.pb cannot be parsed 04:02:41.150 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-175.pb cannot be parsed 04:02:41.150 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-176.pb cannot be parsed 04:02:41.151 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-178.pb cannot be parsed 04:02:41.151 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-18.pb cannot be parsed 04:02:41.152 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-180.pb cannot be parsed 04:02:41.152 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-181.pb cannot be parsed 04:02:41.153 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-182.pb cannot be parsed 04:02:41.153 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-186.pb cannot be parsed 04:02:41.154 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-188.pb cannot be parsed 04:02:41.154 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-19.pb cannot be parsed 04:02:41.155 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-190.pb cannot be parsed 04:02:41.155 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-2.pb cannot be parsed 04:02:41.156 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-20.pb cannot be parsed 04:02:41.156 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-23.pb cannot be parsed 04:02:41.157 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-24.pb cannot be parsed 04:02:41.157 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-25.pb cannot be parsed 04:02:41.158 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-28.pb cannot be parsed 04:02:41.158 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-29.pb cannot be parsed 04:02:41.159 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-31.pb cannot be parsed 04:02:41.159 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-33.pb cannot be parsed 04:02:41.160 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-34.pb cannot be parsed 04:02:41.160 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-35.pb cannot be parsed 04:02:41.161 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-36.pb cannot be parsed 04:02:41.162 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-37.pb cannot be parsed 04:02:41.162 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-4.pb cannot be parsed 04:02:41.163 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-42.pb cannot be parsed 04:02:41.163 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-46.pb cannot be parsed 04:02:41.164 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-5.pb cannot be parsed 04:02:41.164 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-6.pb cannot be parsed 04:02:41.165 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-61.pb cannot be parsed 04:02:41.165 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-70.pb cannot be parsed 04:02:41.168 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-8.pb cannot be parsed 04:02:41.176 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-81.pb cannot be parsed 04:02:41.177 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-85.pb cannot be parsed 04:02:41.177 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-86.pb cannot be parsed 04:02:41.178 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-87.pb cannot be parsed 04:02:41.178 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-89.pb cannot be parsed 04:02:41.179 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-90.pb cannot be parsed 04:02:41.179 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/issues-93.pb cannot be parsed 04:02:41.180 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-10.pb cannot be parsed 04:02:41.180 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-100.pb cannot be parsed 04:02:41.181 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-101.pb cannot be parsed 04:02:41.181 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-103.pb cannot be parsed 04:02:41.181 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-105.pb cannot be parsed 04:02:41.182 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-106.pb cannot be parsed 04:02:41.182 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-108.pb cannot be parsed 04:02:41.183 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-109.pb cannot be parsed 04:02:41.183 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-11.pb cannot be parsed 04:02:41.184 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-111.pb cannot be parsed 04:02:41.184 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-113.pb cannot be parsed 04:02:41.185 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-115.pb cannot be parsed 04:02:41.185 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-116.pb cannot be parsed 04:02:41.189 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-117.pb cannot be parsed 04:02:41.190 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-119.pb cannot be parsed 04:02:41.191 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-12.pb cannot be parsed 04:02:41.193 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-121.pb cannot be parsed 04:02:41.193 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-123.pb cannot be parsed 04:02:41.194 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-124.pb cannot be parsed 04:02:41.194 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-125.pb cannot be parsed 04:02:41.195 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-126.pb cannot be parsed 04:02:41.195 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-128.pb cannot be parsed 04:02:41.196 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-13.pb cannot be parsed 04:02:41.196 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-130.pb cannot be parsed 04:02:41.197 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-132.pb cannot be parsed 04:02:41.197 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-133.pb cannot be parsed 04:02:41.198 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-135.pb cannot be parsed 04:02:41.199 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-137.pb cannot be parsed 04:02:41.199 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-138.pb cannot be parsed 04:02:41.200 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-139.pb cannot be parsed 04:02:41.201 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-14.pb cannot be parsed 04:02:41.201 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-140.pb cannot be parsed 04:02:41.203 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-141.pb cannot be parsed 04:02:41.204 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-142.pb cannot be parsed 04:02:41.205 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-143.pb cannot be parsed 04:02:41.205 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-144.pb cannot be parsed 04:02:41.205 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-145.pb cannot be parsed 04:02:41.207 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-146.pb cannot be parsed 04:02:41.208 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-147.pb cannot be parsed 04:02:41.209 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-148.pb cannot be parsed 04:02:41.211 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-149.pb cannot be parsed 04:02:41.211 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-15.pb cannot be parsed 04:02:41.212 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-150.pb cannot be parsed 04:02:41.213 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-151.pb cannot be parsed 04:02:41.215 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-152.pb cannot be parsed 04:02:41.216 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-153.pb cannot be parsed 04:02:41.218 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-154.pb cannot be parsed 04:02:41.219 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-156.pb cannot be parsed 04:02:41.220 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-157.pb cannot be parsed 04:02:41.221 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-158.pb cannot be parsed 04:02:41.224 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-159.pb cannot be parsed 04:02:41.224 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-16.pb cannot be parsed 04:02:41.226 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-160.pb cannot be parsed 04:02:41.226 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-161.pb cannot be parsed 04:02:41.229 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-162.pb cannot be parsed 04:02:41.230 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-163.pb cannot be parsed 04:02:41.231 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-164.pb cannot be parsed 04:02:41.234 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-165.pb cannot be parsed 04:02:41.234 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-166.pb cannot be parsed 04:02:41.235 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-168.pb cannot be parsed 04:02:41.235 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-169.pb cannot be parsed 04:02:41.235 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-17.pb cannot be parsed 04:02:41.236 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-170.pb cannot be parsed 04:02:41.236 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-171.pb cannot be parsed 04:02:41.237 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-172.pb cannot be parsed 04:02:41.237 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-173.pb cannot be parsed 04:02:41.238 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-174.pb cannot be parsed 04:02:41.239 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-175.pb cannot be parsed 04:02:41.239 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-176.pb cannot be parsed 04:02:41.240 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-177.pb cannot be parsed 04:02:41.241 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-178.pb cannot be parsed 04:02:41.241 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-179.pb cannot be parsed 04:02:41.242 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-18.pb cannot be parsed 04:02:41.242 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-180.pb cannot be parsed 04:02:41.243 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-181.pb cannot be parsed 04:02:41.247 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-182.pb cannot be parsed 04:02:41.247 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-184.pb cannot be parsed 04:02:41.247 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-186.pb cannot be parsed 04:02:41.248 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-187.pb cannot be parsed 04:02:41.248 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-188.pb cannot be parsed 04:02:41.249 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-19.pb cannot be parsed 04:02:41.249 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-190.pb cannot be parsed 04:02:41.250 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-2.pb cannot be parsed 04:02:41.250 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-20.pb cannot be parsed 04:02:41.251 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-21.pb cannot be parsed 04:02:41.251 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-22.pb cannot be parsed 04:02:41.252 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-23.pb cannot be parsed 04:02:41.252 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-24.pb cannot be parsed 04:02:41.253 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-25.pb cannot be parsed 04:02:41.253 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-26.pb cannot be parsed 04:02:41.254 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-27.pb cannot be parsed 04:02:41.254 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-28.pb cannot be parsed 04:02:41.254 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-29.pb cannot be parsed 04:02:41.255 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-30.pb cannot be parsed 04:02:41.255 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-31.pb cannot be parsed 04:02:41.257 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-32.pb cannot be parsed 04:02:41.258 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-33.pb cannot be parsed 04:02:41.258 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-34.pb cannot be parsed 04:02:41.259 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-35.pb cannot be parsed 04:02:41.259 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-36.pb cannot be parsed 04:02:41.260 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-37.pb cannot be parsed 04:02:41.260 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-38.pb cannot be parsed 04:02:41.261 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-39.pb cannot be parsed 04:02:41.262 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-4.pb cannot be parsed 04:02:41.262 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-41.pb cannot be parsed 04:02:41.263 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-42.pb cannot be parsed 04:02:41.264 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-43.pb cannot be parsed 04:02:41.265 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-44.pb cannot be parsed 04:02:41.265 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-45.pb cannot be parsed 04:02:41.267 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-46.pb cannot be parsed 04:02:41.267 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-47.pb cannot be parsed 04:02:41.270 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-49.pb cannot be parsed 04:02:41.270 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-5.pb cannot be parsed 04:02:41.271 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-50.pb cannot be parsed 04:02:41.271 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-51.pb cannot be parsed 04:02:41.272 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-52.pb cannot be parsed 04:02:41.272 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-53.pb cannot be parsed 04:02:41.273 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-54.pb cannot be parsed 04:02:41.273 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-55.pb cannot be parsed 04:02:41.274 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-56.pb cannot be parsed 04:02:41.275 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-57.pb cannot be parsed 04:02:41.280 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-58.pb cannot be parsed 04:02:41.281 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-59.pb cannot be parsed 04:02:41.281 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-6.pb cannot be parsed 04:02:41.281 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-60.pb cannot be parsed 04:02:41.282 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-61.pb cannot be parsed 04:02:41.282 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-62.pb cannot be parsed 04:02:41.283 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-63.pb cannot be parsed 04:02:41.283 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-64.pb cannot be parsed 04:02:41.284 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-65.pb cannot be parsed 04:02:41.284 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-66.pb cannot be parsed 04:02:41.284 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-67.pb cannot be parsed 04:02:41.285 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-68.pb cannot be parsed 04:02:41.285 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-69.pb cannot be parsed 04:02:41.289 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-7.pb cannot be parsed 04:02:41.289 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-70.pb cannot be parsed 04:02:41.290 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-71.pb cannot be parsed 04:02:41.291 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-72.pb cannot be parsed 04:02:41.291 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-73.pb cannot be parsed 04:02:41.292 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-74.pb cannot be parsed 04:02:41.292 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-75.pb cannot be parsed 04:02:41.293 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-76.pb cannot be parsed 04:02:41.293 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-77.pb cannot be parsed 04:02:41.293 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-79.pb cannot be parsed 04:02:41.296 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-8.pb cannot be parsed 04:02:41.297 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-80.pb cannot be parsed 04:02:41.297 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-81.pb cannot be parsed 04:02:41.298 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-82.pb cannot be parsed 04:02:41.298 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-83.pb cannot be parsed 04:02:41.299 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-85.pb cannot be parsed 04:02:41.299 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-86.pb cannot be parsed 04:02:41.299 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-87.pb cannot be parsed 04:02:41.300 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-88.pb cannot be parsed 04:02:41.300 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-89.pb cannot be parsed 04:02:41.301 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-9.pb cannot be parsed 04:02:41.301 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-90.pb cannot be parsed 04:02:41.301 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-92.pb cannot be parsed 04:02:41.302 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-93.pb cannot be parsed 04:02:41.302 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-94.pb cannot be parsed 04:02:41.303 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-95.pb cannot be parsed 04:02:41.303 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-97.pb cannot be parsed 04:02:41.304 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/.scannerwork/scanner-report/syntax-highlightings-98.pb cannot be parsed 04:02:41.304 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/AUTHORS cannot be parsed 04:02:41.305 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/COPYING cannot be parsed 04:02:41.305 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/Makefile cannot be parsed 04:02:41.306 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/Makefile.am cannot be parsed 04:02:41.306 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/Makefile.in cannot be parsed 04:02:41.306 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/NEWS cannot be parsed 04:02:41.307 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/README cannot be parsed 04:02:41.307 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/VERSION cannot be parsed 04:02:41.308 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/aclocal.m4 cannot be parsed 04:02:41.478 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config.log cannot be parsed 04:02:41.478 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config.status cannot be parsed 04:02:41.478 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/ar-lib cannot be parsed 04:02:41.479 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/compile cannot be parsed 04:02:41.479 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/config.guess cannot be parsed 04:02:41.479 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/config.sub cannot be parsed 04:02:41.480 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/depcomp cannot be parsed 04:02:41.480 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/distscript.sh cannot be parsed 04:02:41.481 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/hwloc.m4 cannot be parsed 04:02:41.481 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/hwloc_check_attributes.m4 cannot be parsed 04:02:41.481 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/hwloc_check_vendor.m4 cannot be parsed 04:02:41.482 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/hwloc_check_visibility.m4 cannot be parsed 04:02:41.482 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/hwloc_components.m4 cannot be parsed 04:02:41.482 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/hwloc_get_version.sh cannot be parsed 04:02:41.483 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/hwloc_internal.m4 cannot be parsed 04:02:41.483 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/hwloc_pkg.m4 cannot be parsed 04:02:41.484 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/install-sh cannot be parsed 04:02:41.484 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/libtool.m4 cannot be parsed 04:02:41.485 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/ltmain.sh cannot be parsed 04:02:41.485 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/ltoptions.m4 cannot be parsed 04:02:41.486 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/ltsugar.m4 cannot be parsed 04:02:41.486 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/ltversion.m4 cannot be parsed 04:02:41.487 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/lt~obsolete.m4 cannot be parsed 04:02:41.488 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/missing cannot be parsed 04:02:41.488 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/netloc.m4 cannot be parsed 04:02:41.489 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/config/test-driver cannot be parsed 04:02:41.493 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/configure cannot be parsed 04:02:41.494 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/configure.ac cannot be parsed 04:02:41.495 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/completion/hwloc-completion.bash cannot be parsed 04:02:41.495 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www/Makefile cannot be parsed 04:02:41.496 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www/Makefile.am cannot be parsed 04:02:41.496 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www/Makefile.in cannot be parsed 04:02:41.496 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www/README cannot be parsed 04:02:41.497 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www/assets/index.html cannot be parsed 04:02:41.497 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www/assets/main.css cannot be parsed 04:02:41.497 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www/assets/script.js cannot be parsed 04:02:41.498 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www/assets/style.css cannot be parsed 04:02:41.498 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www/client.js cannot be parsed 04:02:41.498 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-ps.www/package.json cannot be parsed 04:02:41.499 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/hwloc-valgrind.supp cannot be parsed 04:02:41.499 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc/.deps/hwloc-tweak-osindex.Po cannot be parsed 04:02:41.499 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc/.libs/hwloc-tweak-osindex cannot be parsed 04:02:41.500 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc/Makefile cannot be parsed 04:02:41.500 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc/Makefile.am cannot be parsed 04:02:41.501 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc/Makefile.in cannot be parsed 04:02:41.501 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc/dynamic_SVG_example.html cannot be parsed 04:02:41.511 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc/hwloc-export-sysfs cannot be parsed 04:02:41.511 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc/hwloc-tweak-osindex cannot be parsed 04:02:41.512 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc/hwloc-tweak-osindex.c cannot be parsed 04:02:41.512 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc/hwloc-tweak-osindex.gcno cannot be parsed 04:02:41.513 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc/hwloc-tweak-osindex.o cannot be parsed 04:02:41.513 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd/Makefile cannot be parsed 04:02:41.513 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd/Makefile.am cannot be parsed 04:02:41.514 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd/Makefile.in cannot be parsed 04:02:41.514 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd/hwloc-dump-hwdata.service cannot be parsed 04:02:41.514 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/systemd/hwloc-dump-hwdata.service.in cannot be parsed 04:02:41.515 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows/Makefile cannot be parsed 04:02:41.515 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows/Makefile.am cannot be parsed 04:02:41.515 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows/Makefile.in cannot be parsed 04:02:41.516 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows/README cannot be parsed 04:02:41.537 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows/hwloc.sln cannot be parsed 04:02:41.538 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows/hwloc_config.h cannot be parsed 04:02:41.544 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows/private_config.h cannot be parsed 04:02:41.545 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows/static-components.h cannot be parsed 04:02:41.545 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows/test-windows-version.sh cannot be parsed 04:02:41.545 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/windows/test-windows-version.sh.in cannot be parsed 04:02:41.546 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/Makefile cannot be parsed 04:02:41.546 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/Makefile.am cannot be parsed 04:02:41.551 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/Makefile.in cannot be parsed 04:02:41.552 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/README.sed cannot be parsed 04:02:41.552 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-config.cfg cannot be parsed 04:02:41.552 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-config.cfg.in cannot be parsed 04:02:41.678 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00358.html cannot be parsed 04:02:41.678 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00359.html cannot be parsed 04:02:41.679 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00360.html cannot be parsed 04:02:41.679 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00361.html cannot be parsed 04:02:41.679 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00362.html cannot be parsed 04:02:41.680 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00363.html cannot be parsed 04:02:41.680 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00364.html cannot be parsed 04:02:41.681 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00365.html cannot be parsed 04:02:41.681 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00366.html cannot be parsed 04:02:41.681 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00367.html cannot be parsed 04:02:41.682 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00368.html cannot be parsed 04:02:41.682 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00369.html cannot be parsed 04:02:41.683 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00370.html cannot be parsed 04:02:41.683 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00371.html cannot be parsed 04:02:41.683 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00372.html cannot be parsed 04:02:41.684 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00373.html cannot be parsed 04:02:41.684 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00374.html cannot be parsed 04:02:41.684 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/a00375.html cannot be parsed 04:02:41.686 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/bc_s.png cannot be parsed 04:02:41.686 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/bdwn.png cannot be parsed 04:02:41.687 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/closed.png cannot be parsed 04:02:41.688 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/devel09-pci.png cannot be parsed 04:02:41.688 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/diagram.png cannot be parsed 04:02:41.689 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/doc.png cannot be parsed 04:02:41.690 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/doxygen.css cannot be parsed 04:02:41.690 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/doxygen.png cannot be parsed 04:02:41.690 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/dudley.png cannot be parsed 04:02:41.691 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/dynsections.js cannot be parsed 04:02:41.691 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/emmett.png cannot be parsed 04:02:41.691 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/folderclosed.png cannot be parsed 04:02:41.691 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/folderopen.png cannot be parsed 04:02:41.694 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/hagrid.png cannot be parsed 04:02:41.694 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/index.html cannot be parsed 04:02:41.694 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/jquery.js cannot be parsed 04:02:41.695 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/menu.js cannot be parsed 04:02:41.695 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/menudata.js cannot be parsed 04:02:41.696 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/nav_f.png cannot be parsed 04:02:41.696 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/nav_g.png cannot be parsed 04:02:41.697 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/nav_h.png cannot be parsed 04:02:41.697 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/netloc_design.png cannot be parsed 04:02:41.697 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/netloc_draw.png cannot be parsed 04:02:41.697 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/open.png cannot be parsed 04:02:41.698 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/ppc64-full-with-smt.png cannot be parsed 04:02:41.699 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/ppc64-with-smt.png cannot be parsed 04:02:41.699 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/ppc64-without-smt.png cannot be parsed 04:02:41.699 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/splitbar.png cannot be parsed 04:02:41.699 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/sync_off.png cannot be parsed 04:02:41.700 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/sync_on.png cannot be parsed 04:02:41.700 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/tab_a.png cannot be parsed 04:02:41.700 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/tab_b.png cannot be parsed 04:02:41.701 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/tab_h.png cannot be parsed 04:02:41.701 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/tab_s.png cannot be parsed 04:02:41.701 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/html/tabs.css cannot be parsed 04:02:41.702 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/hwloc-a4.pdf cannot be parsed 04:02:41.702 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/hwloc-letter.pdf cannot be parsed 04:02:41.707 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_ALL.3 cannot be parsed 04:02:41.708 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_CUSTOM.3 cannot be parsed 04:02:41.708 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_ALLOW_FLAG_LOCAL_RESTRICTIONS.3 cannot be parsed 04:02:41.708 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_API_VERSION.3 cannot be parsed 04:02:41.709 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_COMPONENT_ABI.3 cannot be parsed 04:02:41.709 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_COMPONENT_TYPE_DISC.3 cannot be parsed 04:02:41.709 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_COMPONENT_TYPE_XML.3 cannot be parsed 04:02:41.710 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_CPUBIND_NOMEMBIND.3 cannot be parsed 04:02:41.710 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_CPUBIND_PROCESS.3 cannot be parsed 04:02:41.710 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_CPUBIND_STRICT.3 cannot be parsed 04:02:41.710 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_CPUBIND_THREAD.3 cannot be parsed 04:02:41.711 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISC_PHASE_ANNOTATE.3 cannot be parsed 04:02:41.711 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISC_PHASE_CPU.3 cannot be parsed 04:02:41.711 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISC_PHASE_GLOBAL.3 cannot be parsed 04:02:41.711 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISC_PHASE_IO.3 cannot be parsed 04:02:41.712 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISC_PHASE_MEMORY.3 cannot be parsed 04:02:41.712 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISC_PHASE_MISC.3 cannot be parsed 04:02:41.712 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISC_PHASE_PCI.3 cannot be parsed 04:02:41.713 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISC_PHASE_TWEAK.3 cannot be parsed 04:02:41.713 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISC_STATUS_FLAG_GOT_ALLOWED_RESOURCES.3 cannot be parsed 04:02:41.713 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISTANCES_ADD_FLAG_GROUP.3 cannot be parsed 04:02:41.713 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISTANCES_ADD_FLAG_GROUP_INACCURATE.3 cannot be parsed 04:02:41.714 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_FROM_OS.3 cannot be parsed 04:02:41.714 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_FROM_USER.3 cannot be parsed 04:02:41.714 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_HETEROGENEOUS_TYPES.3 cannot be parsed 04:02:41.715 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_MEANS_BANDWIDTH.3 cannot be parsed 04:02:41.715 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISTANCES_KIND_MEANS_LATENCY.3 cannot be parsed 04:02:41.715 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_DISTRIB_FLAG_REVERSE.3 cannot be parsed 04:02:41.716 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_BIND.3 cannot be parsed 04:02:41.716 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_BYNODESET.3 cannot be parsed 04:02:41.716 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_DEFAULT.3 cannot be parsed 04:02:41.716 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_FIRSTTOUCH.3 cannot be parsed 04:02:41.717 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_INTERLEAVE.3 cannot be parsed 04:02:41.717 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_MIGRATE.3 cannot be parsed 04:02:41.717 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_MIXED.3 cannot be parsed 04:02:41.717 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_NEXTTOUCH.3 cannot be parsed 04:02:41.718 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_NOCPUBIND.3 cannot be parsed 04:02:41.718 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_PROCESS.3 cannot be parsed 04:02:41.718 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_STRICT.3 cannot be parsed 04:02:41.719 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_THREAD.3 cannot be parsed 04:02:41.719 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE.3 cannot be parsed 04:02:41.719 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE_HOST.3 cannot be parsed 04:02:41.719 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE_PCI.3 cannot be parsed 04:02:41.720 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_DATA.3 cannot be parsed 04:02:41.720 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_INSTRUCTION.3 cannot be parsed 04:02:41.720 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_UNIFIED.3 cannot be parsed 04:02:41.721 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_CORE.3 cannot be parsed 04:02:41.721 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_DIE.3 cannot be parsed 04:02:41.721 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_GROUP.3 cannot be parsed 04:02:41.721 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_L1CACHE.3 cannot be parsed 04:02:41.722 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_L1ICACHE.3 cannot be parsed 04:02:41.722 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_L2CACHE.3 cannot be parsed 04:02:41.722 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_L2ICACHE.3 cannot be parsed 04:02:41.723 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_L3CACHE.3 cannot be parsed 04:02:41.723 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_L3ICACHE.3 cannot be parsed 04:02:41.723 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_L4CACHE.3 cannot be parsed 04:02:41.723 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_L5CACHE.3 cannot be parsed 04:02:41.724 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_MACHINE.3 cannot be parsed 04:02:41.724 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_MEMCACHE.3 cannot be parsed 04:02:41.724 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_MISC.3 cannot be parsed 04:02:41.725 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_NUMANODE.3 cannot be parsed 04:02:41.725 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_BLOCK.3 cannot be parsed 04:02:41.725 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_COPROC.3 cannot be parsed 04:02:41.725 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_DMA.3 cannot be parsed 04:02:41.726 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_GPU.3 cannot be parsed 04:02:41.726 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_NETWORK.3 cannot be parsed 04:02:41.726 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_OPENFABRICS.3 cannot be parsed 04:02:41.727 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_OS_DEVICE.3 cannot be parsed 04:02:41.727 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_PACKAGE.3 cannot be parsed 04:02:41.727 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_PCI_DEVICE.3 cannot be parsed 04:02:41.727 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_OBJ_PU.3 cannot be parsed 04:02:41.728 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_IO.3 cannot be parsed 04:02:41.728 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 cannot be parsed 04:02:41.728 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_BYNODESET.3 cannot be parsed 04:02:41.728 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_REMOVE_CPULESS.3 cannot be parsed 04:02:41.729 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_REMOVE_MEMLESS.3 cannot be parsed 04:02:41.729 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_COMPONENTS_FLAG_BLACKLIST.3 cannot be parsed 04:02:41.729 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 cannot be parsed 04:02:41.730 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 cannot be parsed 04:02:41.730 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 cannot be parsed 04:02:41.730 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 cannot be parsed 04:02:41.731 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 cannot be parsed 04:02:41.731 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 cannot be parsed 04:02:41.731 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_EXPORT_SYNTHETIC_FLAG_IGNORE_MEMORY.3 cannot be parsed 04:02:41.731 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_EXPORT_SYNTHETIC_FLAG_NO_ATTRS.3 cannot be parsed 04:02:41.732 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_EXPORT_SYNTHETIC_FLAG_NO_EXTENDED_TYPES.3 cannot be parsed 04:02:41.732 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_EXPORT_SYNTHETIC_FLAG_V1.3 cannot be parsed 04:02:41.732 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_EXPORT_XML_FLAG_V1.3 cannot be parsed 04:02:41.732 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_INCLUDE_DISALLOWED.3 cannot be parsed 04:02:41.733 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 cannot be parsed 04:02:41.733 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES.3 cannot be parsed 04:02:41.733 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_BRIDGE.3 cannot be parsed 04:02:41.734 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_MEMCACHE.3 cannot be parsed 04:02:41.734 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_MISC.3 cannot be parsed 04:02:41.734 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_MULTIPLE.3 cannot be parsed 04:02:41.734 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_NUMANODE.3 cannot be parsed 04:02:41.735 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_OS_DEVICE.3 cannot be parsed 04:02:41.735 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_PCI_DEVICE.3 cannot be parsed 04:02:41.735 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_UNKNOWN.3 cannot be parsed 04:02:41.735 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_ALL.3 cannot be parsed 04:02:41.736 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_IMPORTANT.3 cannot be parsed 04:02:41.736 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_NONE.3 cannot be parsed 04:02:41.736 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TYPE_FILTER_KEEP_STRUCTURE.3 cannot be parsed 04:02:41.737 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/HWLOC_TYPE_UNORDERED.3 cannot be parsed 04:02:41.737 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc__insert_object_by_cpuset.3 cannot be parsed 04:02:41.737 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_alloc.3 cannot be parsed 04:02:41.737 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_alloc_membind.3 cannot be parsed 04:02:41.738 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy.3 cannot be parsed 04:02:41.738 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_alloc_setup_object.3 cannot be parsed 04:02:41.738 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_allow_flags_e.3 cannot be parsed 04:02:41.739 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_backend.3 cannot be parsed 04:02:41.739 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_backend_alloc.3 cannot be parsed 04:02:41.739 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_backend_enable.3 cannot be parsed 04:02:41.739 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_allbut.3 cannot be parsed 04:02:41.740 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_alloc.3 cannot be parsed 04:02:41.740 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_alloc_full.3 cannot be parsed 04:02:41.740 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_and.3 cannot be parsed 04:02:41.741 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_andnot.3 cannot be parsed 04:02:41.741 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_asprintf.3 cannot be parsed 04:02:41.741 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_clr.3 cannot be parsed 04:02:41.742 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_clr_range.3 cannot be parsed 04:02:41.743 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_compare.3 cannot be parsed 04:02:41.743 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_compare_first.3 cannot be parsed 04:02:41.743 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_copy.3 cannot be parsed 04:02:41.744 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_dup.3 cannot be parsed 04:02:41.744 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_fill.3 cannot be parsed 04:02:41.744 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_first.3 cannot be parsed 04:02:41.744 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_first_unset.3 cannot be parsed 04:02:41.745 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_foreach_begin.3 cannot be parsed 04:02:41.745 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_foreach_end.3 cannot be parsed 04:02:41.745 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_free.3 cannot be parsed 04:02:41.745 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_from_ith_ulong.3 cannot be parsed 04:02:41.746 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_from_ulong.3 cannot be parsed 04:02:41.746 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_from_ulongs.3 cannot be parsed 04:02:41.746 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_intersects.3 cannot be parsed 04:02:41.747 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_isequal.3 cannot be parsed 04:02:41.747 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_isfull.3 cannot be parsed 04:02:41.747 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_isincluded.3 cannot be parsed 04:02:41.747 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_isset.3 cannot be parsed 04:02:41.748 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_iszero.3 cannot be parsed 04:02:41.748 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_last.3 cannot be parsed 04:02:41.748 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_last_unset.3 cannot be parsed 04:02:41.748 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_list_asprintf.3 cannot be parsed 04:02:41.749 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_list_snprintf.3 cannot be parsed 04:02:41.749 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_list_sscanf.3 cannot be parsed 04:02:41.749 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_next.3 cannot be parsed 04:02:41.750 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_next_unset.3 cannot be parsed 04:02:41.750 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_not.3 cannot be parsed 04:02:41.750 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_nr_ulongs.3 cannot be parsed 04:02:41.750 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_only.3 cannot be parsed 04:02:41.751 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_or.3 cannot be parsed 04:02:41.751 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_set.3 cannot be parsed 04:02:41.751 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_set_ith_ulong.3 cannot be parsed 04:02:41.752 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_set_range.3 cannot be parsed 04:02:41.752 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_singlify.3 cannot be parsed 04:02:41.752 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_snprintf.3 cannot be parsed 04:02:41.752 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_sscanf.3 cannot be parsed 04:02:41.753 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_t.3 cannot be parsed 04:02:41.753 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_asprintf.3 cannot be parsed 04:02:41.753 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_snprintf.3 cannot be parsed 04:02:41.754 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_sscanf.3 cannot be parsed 04:02:41.754 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_to_ith_ulong.3 cannot be parsed 04:02:41.755 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_to_ulong.3 cannot be parsed 04:02:41.755 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_to_ulongs.3 cannot be parsed 04:02:41.755 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_weight.3 cannot be parsed 04:02:41.755 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_xor.3 cannot be parsed 04:02:41.756 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bitmap_zero.3 cannot be parsed 04:02:41.756 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_bridge_covers_pcibus.3 cannot be parsed 04:02:41.756 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cl_device_topology_amd.3 cannot be parsed 04:02:41.757 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_compare_types.3 cannot be parsed 04:02:41.757 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_compare_types_e.3 cannot be parsed 04:02:41.757 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_component.3 cannot be parsed 04:02:41.757 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_component_type_e.3 cannot be parsed 04:02:41.758 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_component_type_t.3 cannot be parsed 04:02:41.758 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_const_bitmap_t.3 cannot be parsed 04:02:41.758 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_const_cpuset_t.3 cannot be parsed 04:02:41.759 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_const_nodeset_t.3 cannot be parsed 04:02:41.759 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cpubind_flags_t.3 cannot be parsed 04:02:41.759 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cpuset_from_glibc_sched_affinity.3 cannot be parsed 04:02:41.759 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cpuset_from_linux_libnuma_bitmask.3 cannot be parsed 04:02:41.760 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cpuset_from_linux_libnuma_ulongs.3 cannot be parsed 04:02:41.760 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset.3 cannot be parsed 04:02:41.760 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cpuset_t.3 cannot be parsed 04:02:41.761 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cpuset_to_glibc_sched_affinity.3 cannot be parsed 04:02:41.761 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cpuset_to_linux_libnuma_bitmask.3 cannot be parsed 04:02:41.761 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cpuset_to_linux_libnuma_ulongs.3 cannot be parsed 04:02:41.761 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cpuset_to_nodeset.3 cannot be parsed 04:02:41.762 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cuda_get_device_cpuset.3 cannot be parsed 04:02:41.762 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cuda_get_device_osdev.3 cannot be parsed 04:02:41.762 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cuda_get_device_osdev_by_index.3 cannot be parsed 04:02:41.762 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cuda_get_device_pci_ids.3 cannot be parsed 04:02:41.763 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cuda_get_device_pcidev.3 cannot be parsed 04:02:41.763 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cudart_get_device_cpuset.3 cannot be parsed 04:02:41.763 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cudart_get_device_osdev_by_index.3 cannot be parsed 04:02:41.763 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cudart_get_device_pci_ids.3 cannot be parsed 04:02:41.764 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_cudart_get_device_pcidev.3 cannot be parsed 04:02:41.764 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_disc_component.3 cannot be parsed 04:02:41.764 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_disc_phase_e.3 cannot be parsed 04:02:41.765 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_disc_phase_t.3 cannot be parsed 04:02:41.765 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_disc_status.3 cannot be parsed 04:02:41.765 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_disc_status_flag_e.3 cannot be parsed 04:02:41.766 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_add.3 cannot be parsed 04:02:41.766 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_add_flag_e.3 cannot be parsed 04:02:41.766 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_get.3 cannot be parsed 04:02:41.766 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_get_by_depth.3 cannot be parsed 04:02:41.767 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_get_by_name.3 cannot be parsed 04:02:41.767 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_get_by_type.3 cannot be parsed 04:02:41.767 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_get_name.3 cannot be parsed 04:02:41.767 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_kind_e.3 cannot be parsed 04:02:41.768 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_obj_index.3 cannot be parsed 04:02:41.768 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_obj_pair_values.3 cannot be parsed 04:02:41.768 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_release.3 cannot be parsed 04:02:41.769 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_release_remove.3 cannot be parsed 04:02:41.769 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_remove.3 cannot be parsed 04:02:41.769 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_remove_by_depth.3 cannot be parsed 04:02:41.769 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_remove_by_type.3 cannot be parsed 04:02:41.770 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distances_s.3 cannot be parsed 04:02:41.770 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distrib.3 cannot be parsed 04:02:41.770 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_distrib_flags_e.3 cannot be parsed 04:02:41.770 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_export_obj_userdata.3 cannot be parsed 04:02:41.771 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_export_obj_userdata_base64.3 cannot be parsed 04:02:41.771 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_filter_check_keep_object.3 cannot be parsed 04:02:41.771 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_filter_check_keep_object_type.3 cannot be parsed 04:02:41.772 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_filter_check_osdev_subtype_important.3 cannot be parsed 04:02:41.772 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_filter_check_pcidev_subtype_important.3 cannot be parsed 04:02:41.772 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_free.3 cannot be parsed 04:02:41.772 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_free_xmlbuffer.3 cannot be parsed 04:02:41.773 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_ancestor_obj_by_depth.3 cannot be parsed 04:02:41.773 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_ancestor_obj_by_type.3 cannot be parsed 04:02:41.773 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_api_version.3 cannot be parsed 04:02:41.774 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_area_membind.3 cannot be parsed 04:02:41.774 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_area_memlocation.3 cannot be parsed 04:02:41.774 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_cache_covering_cpuset.3 cannot be parsed 04:02:41.775 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_cache_type_depth.3 cannot be parsed 04:02:41.775 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_child_covering_cpuset.3 cannot be parsed 04:02:41.775 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_closest_objs.3 cannot be parsed 04:02:41.775 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_common_ancestor_obj.3 cannot be parsed 04:02:41.776 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_cpubind.3 cannot be parsed 04:02:41.776 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_depth_type.3 cannot be parsed 04:02:41.776 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_first_largest_obj_inside_cpuset.3 cannot be parsed 04:02:41.776 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_largest_objs_inside_cpuset.3 cannot be parsed 04:02:41.777 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_last_cpu_location.3 cannot be parsed 04:02:41.777 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_membind.3 cannot be parsed 04:02:41.777 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_memory_parents_depth.3 cannot be parsed 04:02:41.778 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_nbobjs_by_depth.3 cannot be parsed 04:02:41.778 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_nbobjs_by_type.3 cannot be parsed 04:02:41.778 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_nbobjs_inside_cpuset_by_depth.3 cannot be parsed 04:02:41.778 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_nbobjs_inside_cpuset_by_type.3 cannot be parsed 04:02:41.779 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_next_bridge.3 cannot be parsed 04:02:41.779 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_next_child.3 cannot be parsed 04:02:41.779 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_next_obj_by_depth.3 cannot be parsed 04:02:41.779 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_next_obj_by_type.3 cannot be parsed 04:02:41.780 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_next_obj_covering_cpuset_by_depth.3 cannot be parsed 04:02:41.780 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_next_obj_covering_cpuset_by_type.3 cannot be parsed 04:02:41.780 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_next_obj_inside_cpuset_by_depth.3 cannot be parsed 04:02:41.781 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_next_obj_inside_cpuset_by_type.3 cannot be parsed 04:02:41.781 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_next_osdev.3 cannot be parsed 04:02:41.781 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_next_pcidev.3 cannot be parsed 04:02:41.781 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_non_io_ancestor_obj.3 cannot be parsed 04:02:41.782 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_numanode_obj_by_os_index.3 cannot be parsed 04:02:41.782 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_obj_below_array_by_type.3 cannot be parsed 04:02:41.782 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_obj_below_by_type.3 cannot be parsed 04:02:41.783 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_obj_by_depth.3 cannot be parsed 04:02:41.783 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_obj_by_type.3 cannot be parsed 04:02:41.783 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_obj_covering_cpuset.3 cannot be parsed 04:02:41.783 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_obj_index_inside_cpuset.3 cannot be parsed 04:02:41.784 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_obj_inside_cpuset_by_depth.3 cannot be parsed 04:02:41.784 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_obj_inside_cpuset_by_type.3 cannot be parsed 04:02:41.784 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_pcidev_by_busid.3 cannot be parsed 04:02:41.784 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_pcidev_by_busidstring.3 cannot be parsed 04:02:41.785 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_proc_cpubind.3 cannot be parsed 04:02:41.785 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_proc_last_cpu_location.3 cannot be parsed 04:02:41.785 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_proc_membind.3 cannot be parsed 04:02:41.786 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_pu_obj_by_os_index.3 cannot be parsed 04:02:41.786 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_root_obj.3 cannot be parsed 04:02:41.786 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_shared_cache_covering_obj.3 cannot be parsed 04:02:41.786 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_thread_cpubind.3 cannot be parsed 04:02:41.787 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_type_depth.3 cannot be parsed 04:02:41.787 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_type_depth_e.3 cannot be parsed 04:02:41.787 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_type_or_above_depth.3 cannot be parsed 04:02:41.787 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_get_type_or_below_depth.3 cannot be parsed 04:02:41.788 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_gl_get_display_by_osdev.3 cannot be parsed 04:02:41.788 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_gl_get_display_osdev_by_name.3 cannot be parsed 04:02:41.788 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_gl_get_display_osdev_by_port_device.3 cannot be parsed 04:02:41.789 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_hide_errors.3 cannot be parsed 04:02:41.789 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_ibv_get_device_cpuset.3 cannot be parsed 04:02:41.789 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_ibv_get_device_osdev.3 cannot be parsed 04:02:41.789 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_ibv_get_device_osdev_by_name.3 cannot be parsed 04:02:41.790 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_info_s.3 cannot be parsed 04:02:41.790 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_insert_object_by_cpuset.3 cannot be parsed 04:02:41.790 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_insert_object_by_parent.3 cannot be parsed 04:02:41.790 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_intel_mic_get_device_cpuset.3 cannot be parsed 04:02:41.791 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_intel_mic_get_device_osdev_by_index.3 cannot be parsed 04:02:41.791 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_intro.3 cannot be parsed 04:02:41.791 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_linux_get_tid_cpubind.3 cannot be parsed 04:02:41.792 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_linux_get_tid_last_cpu_location.3 cannot be parsed 04:02:41.792 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_linux_read_path_as_cpumask.3 cannot be parsed 04:02:41.792 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_linux_set_tid_cpubind.3 cannot be parsed 04:02:41.792 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_membind_flags_t.3 cannot be parsed 04:02:41.793 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_membind_policy_t.3 cannot be parsed 04:02:41.793 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_nodeset_from_linux_libnuma_bitmask.3 cannot be parsed 04:02:41.793 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_nodeset_from_linux_libnuma_ulongs.3 cannot be parsed 04:02:41.793 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_nodeset_t.3 cannot be parsed 04:02:41.794 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_nodeset_to_linux_libnuma_bitmask.3 cannot be parsed 04:02:41.794 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_nodeset_to_linux_libnuma_ulongs.3 cannot be parsed 04:02:41.794 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_nvml_get_device_cpuset.3 cannot be parsed 04:02:41.795 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_nvml_get_device_osdev.3 cannot be parsed 04:02:41.795 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_nvml_get_device_osdev_by_index.3 cannot be parsed 04:02:41.795 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj.3 cannot be parsed 04:02:41.796 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_add_children_sets.3 cannot be parsed 04:02:41.796 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_add_info.3 cannot be parsed 04:02:41.796 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_add_other_obj_sets.3 cannot be parsed 04:02:41.796 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_attr_snprintf.3 cannot be parsed 04:02:41.797 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_attr_u.3 cannot be parsed 04:02:41.797 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_bridge_attr_s.3 cannot be parsed 04:02:41.797 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 cannot be parsed 04:02:41.798 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 cannot be parsed 04:02:41.798 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_numanode_attr_s.3 cannot be parsed 04:02:41.798 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_numanode_attr_s_hwloc_memory_page_type_s.3 cannot be parsed 04:02:41.799 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_osdev_attr_s.3 cannot be parsed 04:02:41.799 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 cannot be parsed 04:02:41.799 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_bridge_type_e.3 cannot be parsed 04:02:41.799 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_bridge_type_t.3 cannot be parsed 04:02:41.800 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_cache_type_e.3 cannot be parsed 04:02:41.800 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_cache_type_t.3 cannot be parsed 04:02:41.800 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_get_info_by_name.3 cannot be parsed 04:02:41.800 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_is_in_subtree.3 cannot be parsed 04:02:41.801 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_osdev_type_e.3 cannot be parsed 04:02:41.801 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_osdev_type_t.3 cannot be parsed 04:02:41.801 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_t.3 cannot be parsed 04:02:41.801 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_type_is_cache.3 cannot be parsed 04:02:41.802 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_type_is_dcache.3 cannot be parsed 04:02:41.802 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_type_is_icache.3 cannot be parsed 04:02:41.802 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_type_is_io.3 cannot be parsed 04:02:41.803 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_type_is_memory.3 cannot be parsed 04:02:41.803 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_type_is_normal.3 cannot be parsed 04:02:41.803 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_type_snprintf.3 cannot be parsed 04:02:41.803 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_type_string.3 cannot be parsed 04:02:41.804 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_obj_type_t.3 cannot be parsed 04:02:41.804 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_opencl_get_device_cpuset.3 cannot be parsed 04:02:41.804 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_opencl_get_device_osdev.3 cannot be parsed 04:02:41.804 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_opencl_get_device_osdev_by_index.3 cannot be parsed 04:02:41.805 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_opencl_get_device_pci_busid.3 cannot be parsed 04:02:41.805 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_pci_find_parent_by_busid.3 cannot be parsed 04:02:41.805 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_pcidisc_check_bridge_type.3 cannot be parsed 04:02:41.806 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_pcidisc_find_bridge_buses.3 cannot be parsed 04:02:41.806 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_pcidisc_find_cap.3 cannot be parsed 04:02:41.806 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_pcidisc_find_linkspeed.3 cannot be parsed 04:02:41.806 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_pcidisc_tree_attach.3 cannot be parsed 04:02:41.807 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_pcidisc_tree_insert_by_busid.3 cannot be parsed 04:02:41.807 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_plugin_check_namespace.3 cannot be parsed 04:02:41.807 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_report_error_t.3 cannot be parsed 04:02:41.807 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_report_os_error.3 cannot be parsed 04:02:41.808 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_restrict_flags_e.3 cannot be parsed 04:02:41.808 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_set_area_membind.3 cannot be parsed 04:02:41.808 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_set_cpubind.3 cannot be parsed 04:02:41.809 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_set_membind.3 cannot be parsed 04:02:41.809 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_set_proc_cpubind.3 cannot be parsed 04:02:41.809 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_set_proc_membind.3 cannot be parsed 04:02:41.809 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_set_thread_cpubind.3 cannot be parsed 04:02:41.810 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_shmem_topology_adopt.3 cannot be parsed 04:02:41.810 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_shmem_topology_get_length.3 cannot be parsed 04:02:41.810 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_shmem_topology_write.3 cannot be parsed 04:02:41.810 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_abi_check.3 cannot be parsed 04:02:41.811 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_alloc_group_object.3 cannot be parsed 04:02:41.811 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_allow.3 cannot be parsed 04:02:41.811 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_check.3 cannot be parsed 04:02:41.812 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_components_flag_e.3 cannot be parsed 04:02:41.812 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_cpubind_support.3 cannot be parsed 04:02:41.812 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_destroy.3 cannot be parsed 04:02:41.812 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_apply.3 cannot be parsed 04:02:41.813 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_apply_flags_e.3 cannot be parsed 04:02:41.813 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_build.3 cannot be parsed 04:02:41.813 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_destroy.3 cannot be parsed 04:02:41.814 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_export_xml.3 cannot be parsed 04:02:41.814 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_export_xmlbuffer.3 cannot be parsed 04:02:41.814 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_load_xml.3 cannot be parsed 04:02:41.814 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_load_xmlbuffer.3 cannot be parsed 04:02:41.815 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_type_e.3 cannot be parsed 04:02:41.815 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_type_t.3 cannot be parsed 04:02:41.815 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_u.3 cannot be parsed 04:02:41.816 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_u_hwloc_topology_diff_obj_attr_generic_s.3 cannot be parsed 04:02:41.816 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_u_hwloc_topology_diff_obj_attr_string_s.3 cannot be parsed 04:02:41.816 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_u_hwloc_topology_diff_obj_attr_uint64_s.3 cannot be parsed 04:02:41.817 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_t.3 cannot be parsed 04:02:41.817 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_type_e.3 cannot be parsed 04:02:41.817 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_type_t.3 cannot be parsed 04:02:41.817 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_u.3 cannot be parsed 04:02:41.818 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_u_hwloc_topology_diff_generic_s.3 cannot be parsed 04:02:41.818 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_u_hwloc_topology_diff_obj_attr_s.3 cannot be parsed 04:02:41.818 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_diff_u_hwloc_topology_diff_too_complex_s.3 cannot be parsed 04:02:41.819 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_discovery_support.3 cannot be parsed 04:02:41.819 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_dup.3 cannot be parsed 04:02:41.819 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_export_synthetic.3 cannot be parsed 04:02:41.819 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_export_synthetic_flags_e.3 cannot be parsed 04:02:41.820 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_export_xml.3 cannot be parsed 04:02:41.820 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_export_xml_flags_e.3 cannot be parsed 04:02:41.820 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_export_xmlbuffer.3 cannot be parsed 04:02:41.821 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_flags_e.3 cannot be parsed 04:02:41.821 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_get_allowed_cpuset.3 cannot be parsed 04:02:41.821 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_get_allowed_nodeset.3 cannot be parsed 04:02:41.821 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_get_complete_cpuset.3 cannot be parsed 04:02:41.822 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_get_complete_nodeset.3 cannot be parsed 04:02:41.822 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_get_depth.3 cannot be parsed 04:02:41.822 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_get_flags.3 cannot be parsed 04:02:41.822 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_get_support.3 cannot be parsed 04:02:41.823 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_get_topology_cpuset.3 cannot be parsed 04:02:41.823 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_get_topology_nodeset.3 cannot be parsed 04:02:41.823 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_get_type_filter.3 cannot be parsed 04:02:41.824 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_get_userdata.3 cannot be parsed 04:02:41.824 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_init.3 cannot be parsed 04:02:41.824 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_insert_group_object.3 cannot be parsed 04:02:41.824 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object.3 cannot be parsed 04:02:41.825 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_is_thissystem.3 cannot be parsed 04:02:41.825 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_load.3 cannot be parsed 04:02:41.825 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_membind_support.3 cannot be parsed 04:02:41.826 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_reconnect.3 cannot be parsed 04:02:41.826 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_restrict.3 cannot be parsed 04:02:41.826 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_set_all_types_filter.3 cannot be parsed 04:02:41.827 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_set_cache_types_filter.3 cannot be parsed 04:02:41.827 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_set_components.3 cannot be parsed 04:02:41.827 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_set_flags.3 cannot be parsed 04:02:41.827 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_set_icache_types_filter.3 cannot be parsed 04:02:41.828 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_set_io_types_filter.3 cannot be parsed 04:02:41.828 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_set_pid.3 cannot be parsed 04:02:41.828 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_set_synthetic.3 cannot be parsed 04:02:41.828 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_set_type_filter.3 cannot be parsed 04:02:41.829 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_set_userdata.3 cannot be parsed 04:02:41.829 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_set_userdata_export_callback.3 cannot be parsed 04:02:41.829 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_set_userdata_import_callback.3 cannot be parsed 04:02:41.830 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_set_xml.3 cannot be parsed 04:02:41.830 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_set_xmlbuffer.3 cannot be parsed 04:02:41.830 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_support.3 cannot be parsed 04:02:41.831 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_topology_t.3 cannot be parsed 04:02:41.831 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_type_filter_e.3 cannot be parsed 04:02:41.831 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_type_sscanf.3 cannot be parsed 04:02:41.831 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwloc_type_sscanf_as_depth.3 cannot be parsed 04:02:41.832 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_advanced_io.3 cannot be parsed 04:02:41.832 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_api_version.3 cannot be parsed 04:02:41.832 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_bitmap.3 cannot be parsed 04:02:41.833 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_components_core_funcs.3 cannot be parsed 04:02:41.833 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_components_filtering.3 cannot be parsed 04:02:41.833 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_components_pcidisc.3 cannot be parsed 04:02:41.834 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_components_pcifind.3 cannot be parsed 04:02:41.834 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_configuration.3 cannot be parsed 04:02:41.834 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_cpubinding.3 cannot be parsed 04:02:41.835 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_creation.3 cannot be parsed 04:02:41.835 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_cuda.3 cannot be parsed 04:02:41.836 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_cudart.3 cannot be parsed 04:02:41.836 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_diff.3 cannot be parsed 04:02:41.836 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_disc_backends.3 cannot be parsed 04:02:41.837 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_disc_components.3 cannot be parsed 04:02:41.837 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_distances_add.3 cannot be parsed 04:02:41.837 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_distances_consult.3 cannot be parsed 04:02:41.838 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_distances_get.3 cannot be parsed 04:02:41.838 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_generic_components.3 cannot be parsed 04:02:41.838 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_gl.3 cannot be parsed 04:02:41.839 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_glibc_sched.3 cannot be parsed 04:02:41.839 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_helper_ancestors.3 cannot be parsed 04:02:41.839 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_helper_distribute.3 cannot be parsed 04:02:41.839 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_helper_find_cache.3 cannot be parsed 04:02:41.840 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_helper_find_covering.3 cannot be parsed 04:02:41.840 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_helper_find_inside.3 cannot be parsed 04:02:41.840 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_helper_find_misc.3 cannot be parsed 04:02:41.841 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_helper_nodeset_convert.3 cannot be parsed 04:02:41.841 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_helper_topology_sets.3 cannot be parsed 04:02:41.841 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_helper_types.3 cannot be parsed 04:02:41.842 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_info_attr.3 cannot be parsed 04:02:41.842 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_intel_mic.3 cannot be parsed 04:02:41.842 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_levels.3 cannot be parsed 04:02:41.843 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_linux.3 cannot be parsed 04:02:41.843 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_bitmask.3 cannot be parsed 04:02:41.844 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_ulongs.3 cannot be parsed 04:02:41.844 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_membinding.3 cannot be parsed 04:02:41.844 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_nvml.3 cannot be parsed 04:02:41.845 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_object_sets.3 cannot be parsed 04:02:41.845 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_object_strings.3 cannot be parsed 04:02:41.845 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_object_types.3 cannot be parsed 04:02:41.846 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_objects.3 cannot be parsed 04:02:41.846 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_opencl.3 cannot be parsed 04:02:41.846 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_openfabrics.3 cannot be parsed 04:02:41.847 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_setsource.3 cannot be parsed 04:02:41.847 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_shmem.3 cannot be parsed 04:02:41.847 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_syntheticexport.3 cannot be parsed 04:02:41.848 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_tinker.3 cannot be parsed 04:02:41.848 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen-doc/man/man3/hwlocality_xmlexport.3 cannot be parsed 04:02:41.848 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen.cfg cannot be parsed 04:02:41.849 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/doxygen.css cannot be parsed 04:02:41.849 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/.deps/cpuset+bitmap+cpubind.Po cannot be parsed 04:02:41.849 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/.deps/get-knl-modes.Po cannot be parsed 04:02:41.850 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/.deps/gpu.Po cannot be parsed 04:02:41.850 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/.deps/hwloc-hello-cpp.Po cannot be parsed 04:02:41.850 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/.deps/hwloc-hello.Po cannot be parsed 04:02:41.851 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/.deps/nodeset+membind+policy.Po cannot be parsed 04:02:41.851 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/.deps/sharedcaches.Po cannot be parsed 04:02:41.852 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/.libs/cpuset+bitmap+cpubind cannot be parsed 04:02:41.852 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/.libs/get-knl-modes cannot be parsed 04:02:41.852 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/.libs/gpu cannot be parsed 04:02:41.852 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/.libs/hwloc-hello cannot be parsed 04:02:41.853 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/.libs/hwloc-hello-cpp cannot be parsed 04:02:41.853 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/.libs/nodeset+membind+policy cannot be parsed 04:02:41.853 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/.libs/sharedcaches cannot be parsed 04:02:41.854 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/Makefile cannot be parsed 04:02:41.854 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/Makefile.am cannot be parsed 04:02:41.854 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/Makefile.in cannot be parsed 04:02:41.855 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/cpuset+bitmap+cpubind cannot be parsed 04:02:41.855 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/cpuset+bitmap+cpubind.c cannot be parsed 04:02:41.855 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/cpuset+bitmap+cpubind.gcno cannot be parsed 04:02:41.856 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/cpuset+bitmap+cpubind.o cannot be parsed 04:02:41.856 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/get-knl-modes cannot be parsed 04:02:41.856 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/get-knl-modes.c cannot be parsed 04:02:41.857 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/get-knl-modes.gcno cannot be parsed 04:02:41.857 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/get-knl-modes.o cannot be parsed 04:02:41.857 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/gpu cannot be parsed 04:02:41.858 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/gpu.c cannot be parsed 04:02:41.858 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/gpu.gcno cannot be parsed 04:02:41.858 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/gpu.o cannot be parsed 04:02:41.859 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/hwloc-hello cannot be parsed 04:02:41.859 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/hwloc-hello-cpp cannot be parsed 04:02:41.859 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/hwloc-hello-cpp.cpp cannot be parsed 04:02:41.860 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/hwloc-hello-cpp.log cannot be parsed 04:02:41.860 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/hwloc-hello-cpp.o cannot be parsed 04:02:41.860 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/hwloc-hello-cpp.trs cannot be parsed 04:02:41.860 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/hwloc-hello.c cannot be parsed 04:02:41.861 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/hwloc-hello.gcda cannot be parsed 04:02:41.861 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/hwloc-hello.gcno cannot be parsed 04:02:41.861 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/hwloc-hello.log cannot be parsed 04:02:41.862 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/hwloc-hello.o cannot be parsed 04:02:41.862 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/hwloc-hello.trs cannot be parsed 04:02:41.862 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/nodeset+membind+policy cannot be parsed 04:02:41.863 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/nodeset+membind+policy.c cannot be parsed 04:02:41.863 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/nodeset+membind+policy.gcno cannot be parsed 04:02:41.863 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/nodeset+membind+policy.o cannot be parsed 04:02:41.864 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/sharedcaches cannot be parsed 04:02:41.864 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/sharedcaches.c cannot be parsed 04:02:41.864 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/sharedcaches.gcno cannot be parsed 04:02:41.864 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/sharedcaches.o cannot be parsed 04:02:41.865 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/examples/test-suite.log cannot be parsed 04:02:41.865 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/hwloc.doxy cannot be parsed 04:02:41.866 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/images/devel09-pci.png cannot be parsed 04:02:41.866 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/images/diagram.eps cannot be parsed 04:02:41.866 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/images/diagram.fig cannot be parsed 04:02:41.866 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/images/diagram.png cannot be parsed 04:02:41.867 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/images/dudley.png cannot be parsed 04:02:41.867 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/images/emmett.png cannot be parsed 04:02:41.867 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/images/hagrid.png cannot be parsed 04:02:41.868 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/images/netloc_design.png cannot be parsed 04:02:41.868 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/images/netloc_draw.png cannot be parsed 04:02:41.868 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/images/ppc64-full-with-smt.png cannot be parsed 04:02:41.869 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/images/ppc64-with-smt.png cannot be parsed 04:02:41.869 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/images/ppc64-without-smt.png cannot be parsed 04:02:41.869 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/main.doxy cannot be parsed 04:02:41.870 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/netloc.doxy cannot be parsed 04:02:41.870 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/www.open-mpi.org-css.inc cannot be parsed 04:02:41.870 WARN: The report '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/www.open-mpi.org-footer.inc' seems to be empty, ignoring. 04:02:41.871 WARN: The report '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/www.open-mpi.org-header.inc' seems to be empty, ignoring. 04:02:41.872 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/doc/www.open-mpi.org.cfg cannot be parsed 04:02:41.872 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc-build.log cannot be parsed 04:02:41.912 WARN: Cannot find the file 'include/private/misc.h' in module 'tadaam:hwloc:github:v2.1' base dir '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff', skipping violations. 04:02:41.912 WARN: Cannot find the file 'include/hwloc/helper.h' in module 'tadaam:hwloc:github:v2.1' base dir '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff', skipping violations. 04:02:41.953 WARN: Cannot find the file 'include/hwloc/glibc-sched.h' in module 'tadaam:hwloc:github:v2.1' base dir '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff', skipping violations. 04:02:41.968 ERROR: Could not add the issue 'CxxReportIssue [ruleId=shadowVariable, locations=CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=150, info=Local variable 'verbose' shadows outer variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=150, info=Shadow variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.c, line=59, info=Shadowed declaration]]':The rule 'cppcheck-c:shadowVariable' does not exist. ', skipping issue 04:02:41.968 ERROR: Could not add the issue 'CxxReportIssue [ruleId=shadowVariable, locations=CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=292, info=Local variable 'verbose' shadows outer variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=292, info=Shadow variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.c, line=59, info=Shadowed declaration]]':The rule 'cppcheck-c:shadowVariable' does not exist. ', skipping issue 04:02:41.968 ERROR: Could not add the issue 'CxxReportIssue [ruleId=shadowVariable, locations=CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=383, info=Local variable 'verbose' shadows outer variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=383, info=Shadow variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.c, line=59, info=Shadowed declaration]]':The rule 'cppcheck-c:shadowVariable' does not exist. ', skipping issue 04:02:41.968 ERROR: Could not add the issue 'CxxReportIssue [ruleId=shadowVariable, locations=CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=497, info=Local variable 'verbose' shadows outer variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=497, info=Shadow variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.c, line=59, info=Shadowed declaration]]':The rule 'cppcheck-c:shadowVariable' does not exist. ', skipping issue 04:02:41.969 ERROR: Could not add the issue 'CxxReportIssue [ruleId=shadowVariable, locations=CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=573, info=Local variable 'verbose' shadows outer variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=573, info=Shadow variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.c, line=59, info=Shadowed declaration]]':The rule 'cppcheck-c:shadowVariable' does not exist. ', skipping issue 04:02:41.969 ERROR: Could not add the issue 'CxxReportIssue [ruleId=shadowVariable, locations=CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=594, info=Local variable 'verbose' shadows outer variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=594, info=Shadow variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.c, line=59, info=Shadowed declaration]]':The rule 'cppcheck-c:shadowVariable' does not exist. ', skipping issue 04:02:41.969 ERROR: Could not add the issue 'CxxReportIssue [ruleId=shadowVariable, locations=CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=635, info=Local variable 'taskset' shadows outer variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=635, info=Shadow variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.c, line=71, info=Shadowed declaration]]':The rule 'cppcheck-c:shadowVariable' does not exist. ', skipping issue 04:02:41.971 ERROR: Could not add the issue 'CxxReportIssue [ruleId=shadowVariable, locations=CxxReportLocation [file=utils/hwloc/misc.h, line=349, info=Local variable 'pid' shadows outer variable], CxxReportLocation [file=utils/hwloc/misc.h, line=349, info=Shadow variable], CxxReportLocation [file=utils/hwloc/hwloc-info.c, line=22, info=Shadowed declaration]]':The rule 'cppcheck-c:shadowVariable' does not exist. ', skipping issue 04:02:41.971 ERROR: Could not add the issue 'CxxReportIssue [ruleId=shadowVariable, locations=CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=114, info=Local variable 'logical' shadows outer variable], CxxReportLocation [file=utils/hwloc/hwloc-calc.h, line=114, info=Shadow variable], CxxReportLocation [file=utils/hwloc/hwloc-info.c, line=24, info=Shadowed declaration]]':The rule 'cppcheck-c:shadowVariable' does not exist. ', skipping issue 04:02:41.975 ERROR: Could not add the issue 'CxxReportIssue [ruleId=shadowVariable, locations=CxxReportLocation [file=utils/netloc/infiniband/netloc_ib_extract_dats.c, line=571, info=Local variable 'route_filename' shadows outer variable], CxxReportLocation [file=utils/netloc/infiniband/netloc_ib_extract_dats.c, line=571, info=Shadow variable], CxxReportLocation [file=utils/netloc/infiniband/netloc_ib_extract_dats.c, line=552, info=Shadowed declaration]]':The rule 'cppcheck-c:shadowVariable' does not exist. ', skipping issue 04:02:41.976 ERROR: Could not add the issue 'CxxReportIssue [ruleId=shadowVariable, locations=CxxReportLocation [file=utils/netloc/infiniband/netloc_ib_extract_dats.c, line=974, info=Local variable 'partition_str' shadows outer variable], CxxReportLocation [file=utils/netloc/infiniband/netloc_ib_extract_dats.c, line=974, info=Shadow variable], CxxReportLocation [file=utils/netloc/infiniband/netloc_ib_extract_dats.c, line=957, info=Shadowed declaration]]':The rule 'cppcheck-c:shadowVariable' does not exist. ', skipping issue 04:02:41.976 ERROR: Could not add the issue 'CxxReportIssue [ruleId=ctunullpointer, locations=CxxReportLocation [file=hwloc/bitmap.c, line=1050, info=Null pointer dereference: set2], CxxReportLocation [file=hwloc/bitmap.c, line=1050, info=Dereferencing argument set2 that is null], CxxReportLocation [file=tests/hwloc/hwloc_bind.c, line=34, info=Calling function hwloc_bitmap_isequal, 2nd argument is null], CxxReportLocation [file=tests/hwloc/hwloc_bind.c, line=107, info=Calling function result_get, 3rd argument is null]]':The rule 'cppcheck-c:ctunullpointer' does not exist. ', skipping issue 04:02:41.982 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc.lcov cannot be parsed 04:02:41.983 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc.pc cannot be parsed 04:02:41.983 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc.pc.in cannot be parsed 04:02:41.983 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/base64.Plo cannot be parsed 04:02:41.984 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/bind.Plo cannot be parsed 04:02:41.984 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/bitmap.Plo cannot be parsed 04:02:41.984 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/components.Plo cannot be parsed 04:02:41.985 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/diff.Plo cannot be parsed 04:02:41.985 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/distances.Plo cannot be parsed 04:02:41.985 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/hwloc_cuda_la-topology-cuda.Plo cannot be parsed 04:02:41.986 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/hwloc_gl_la-topology-gl.Plo cannot be parsed 04:02:41.986 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/hwloc_nvml_la-topology-nvml.Plo cannot be parsed 04:02:41.986 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/hwloc_opencl_la-topology-opencl.Plo cannot be parsed 04:02:41.987 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/hwloc_pci_la-topology-pci.Plo cannot be parsed 04:02:41.987 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/hwloc_xml_libxml_la-topology-xml-libxml.Plo cannot be parsed 04:02:41.987 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/misc.Plo cannot be parsed 04:02:41.988 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/pci-common.Plo cannot be parsed 04:02:41.988 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/shmem.Plo cannot be parsed 04:02:41.988 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-aix.Plo cannot be parsed 04:02:41.988 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-bgq.Plo cannot be parsed 04:02:41.989 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-cuda.Plo cannot be parsed 04:02:41.989 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-darwin.Plo cannot be parsed 04:02:41.989 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-fake.Plo cannot be parsed 04:02:41.990 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-freebsd.Plo cannot be parsed 04:02:41.990 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-gl.Plo cannot be parsed 04:02:41.990 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-hardwired.Plo cannot be parsed 04:02:41.991 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-hpux.Plo cannot be parsed 04:02:41.991 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-linux.Plo cannot be parsed 04:02:41.991 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-netbsd.Plo cannot be parsed 04:02:41.992 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-noos.Plo cannot be parsed 04:02:41.992 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-nvml.Plo cannot be parsed 04:02:41.992 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-opencl.Plo cannot be parsed 04:02:41.993 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-pci.Plo cannot be parsed 04:02:41.993 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-solaris-chiptype.Plo cannot be parsed 04:02:41.993 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-solaris.Plo cannot be parsed 04:02:41.994 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-synthetic.Plo cannot be parsed 04:02:41.994 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-windows.Plo cannot be parsed 04:02:41.994 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-x86.Plo cannot be parsed 04:02:41.995 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-xml-libxml.Plo cannot be parsed 04:02:41.995 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-xml-nolibxml.Plo cannot be parsed 04:02:41.995 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology-xml.Plo cannot be parsed 04:02:41.996 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/topology.Plo cannot be parsed 04:02:41.996 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.deps/traversal.Plo cannot be parsed 04:02:41.997 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/base64.o cannot be parsed 04:02:41.997 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/bind.o cannot be parsed 04:02:41.997 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/bitmap.o cannot be parsed 04:02:41.998 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/components.o cannot be parsed 04:02:41.998 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/diff.o cannot be parsed 04:02:41.998 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/distances.o cannot be parsed 04:02:41.999 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.la cannot be parsed 04:02:41.999 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.lai cannot be parsed 04:02:41.999 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so cannot be parsed 04:02:41.999 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so.15 cannot be parsed 04:02:42.000 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/libhwloc.so.15.1.0 cannot be parsed 04:02:42.000 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/misc.o cannot be parsed 04:02:42.000 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/pci-common.o cannot be parsed 04:02:42.001 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/shmem.o cannot be parsed 04:02:42.001 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/topology-hardwired.o cannot be parsed 04:02:42.001 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/topology-linux.o cannot be parsed 04:02:42.002 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/topology-noos.o cannot be parsed 04:02:42.002 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/topology-opencl.o cannot be parsed 04:02:42.002 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/topology-pci.o cannot be parsed 04:02:42.002 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/topology-synthetic.o cannot be parsed 04:02:42.003 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/topology-x86.o cannot be parsed 04:02:42.003 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/topology-xml-libxml.o cannot be parsed 04:02:42.003 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/topology-xml-nolibxml.o cannot be parsed 04:02:42.004 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/topology-xml.o cannot be parsed 04:02:42.004 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/topology.o cannot be parsed 04:02:42.004 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/.libs/traversal.o cannot be parsed 04:02:42.005 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/Makefile cannot be parsed 04:02:42.005 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/Makefile.am cannot be parsed 04:02:42.006 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/Makefile.in cannot be parsed 04:02:42.006 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/base64.c cannot be parsed 04:02:42.006 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/base64.lo cannot be parsed 04:02:42.007 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/bind.c cannot be parsed 04:02:42.007 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/bind.lo cannot be parsed 04:02:42.007 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/bitmap.c cannot be parsed 04:02:42.008 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/bitmap.lo cannot be parsed 04:02:42.008 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/components.c cannot be parsed 04:02:42.008 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/components.lo cannot be parsed 04:02:42.009 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/diff.c cannot be parsed 04:02:42.009 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/diff.lo cannot be parsed 04:02:42.009 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/distances.c cannot be parsed 04:02:42.010 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/distances.lo cannot be parsed 04:02:42.010 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/dolib.c cannot be parsed 04:02:42.010 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/hwloc.dtd cannot be parsed 04:02:42.011 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/hwloc2-diff.dtd cannot be parsed 04:02:42.011 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/hwloc2.dtd cannot be parsed 04:02:42.011 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/libhwloc.la cannot be parsed 04:02:42.012 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/misc.c cannot be parsed 04:02:42.012 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/misc.lo cannot be parsed 04:02:42.012 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/pci-common.c cannot be parsed 04:02:42.013 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/pci-common.lo cannot be parsed 04:02:42.013 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/shmem.c cannot be parsed 04:02:42.013 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/shmem.lo cannot be parsed 04:02:42.014 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/static-components.h cannot be parsed 04:02:42.014 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-aix.c cannot be parsed 04:02:42.015 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-bgq.c cannot be parsed 04:02:42.015 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-cuda.c cannot be parsed 04:02:42.015 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-darwin.c cannot be parsed 04:02:42.016 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-fake.c cannot be parsed 04:02:42.016 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-freebsd.c cannot be parsed 04:02:42.017 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-gl.c cannot be parsed 04:02:42.017 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-hardwired.c cannot be parsed 04:02:42.017 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-hardwired.lo cannot be parsed 04:02:42.018 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-hpux.c cannot be parsed 04:02:42.018 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-linux.c cannot be parsed 04:02:42.018 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-linux.lo cannot be parsed 04:02:42.019 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-netbsd.c cannot be parsed 04:02:42.019 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-noos.c cannot be parsed 04:02:42.019 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-noos.lo cannot be parsed 04:02:42.020 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-nvml.c cannot be parsed 04:02:42.020 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-opencl.c cannot be parsed 04:02:42.020 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-opencl.lo cannot be parsed 04:02:42.021 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-pci.c cannot be parsed 04:02:42.021 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-pci.lo cannot be parsed 04:02:42.021 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-solaris-chiptype.c cannot be parsed 04:02:42.022 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-solaris.c cannot be parsed 04:02:42.022 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-synthetic.c cannot be parsed 04:02:42.023 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-synthetic.lo cannot be parsed 04:02:42.023 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-windows.c cannot be parsed 04:02:42.023 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-x86.c cannot be parsed 04:02:42.024 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-x86.lo cannot be parsed 04:02:42.024 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-xml-libxml.c cannot be parsed 04:02:42.024 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-xml-libxml.lo cannot be parsed 04:02:42.025 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-xml-nolibxml.c cannot be parsed 04:02:42.025 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-xml-nolibxml.lo cannot be parsed 04:02:42.025 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-xml.c cannot be parsed 04:02:42.025 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology-xml.lo cannot be parsed 04:02:42.026 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology.c cannot be parsed 04:02:42.026 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/topology.lo cannot be parsed 04:02:42.026 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/traversal.c cannot be parsed 04:02:42.027 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/hwloc/traversal.lo cannot be parsed 04:02:42.027 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/Makefile cannot be parsed 04:02:42.027 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/Makefile.am cannot be parsed 04:02:42.028 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/Makefile.in cannot be parsed 04:02:42.028 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc.h cannot be parsed 04:02:42.028 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/autogen/config.h cannot be parsed 04:02:42.029 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/autogen/config.h.in cannot be parsed 04:02:42.029 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/autogen/stamp-h2 cannot be parsed 04:02:42.029 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/bitmap.h cannot be parsed 04:02:42.030 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/cuda.h cannot be parsed 04:02:42.030 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/cudart.h cannot be parsed 04:02:42.030 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/deprecated.h cannot be parsed 04:02:42.031 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/diff.h cannot be parsed 04:02:42.031 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/distances.h cannot be parsed 04:02:42.031 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/export.h cannot be parsed 04:02:42.032 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/gl.h cannot be parsed 04:02:42.032 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/glibc-sched.h cannot be parsed 04:02:42.032 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/helper.h cannot be parsed 04:02:42.033 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/inlines.h cannot be parsed 04:02:42.033 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/intel-mic.h cannot be parsed 04:02:42.033 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/linux-libnuma.h cannot be parsed 04:02:42.034 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/linux.h cannot be parsed 04:02:42.034 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/nvml.h cannot be parsed 04:02:42.034 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/opencl.h cannot be parsed 04:02:42.035 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/openfabrics-verbs.h cannot be parsed 04:02:42.035 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/plugins.h cannot be parsed 04:02:42.035 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/rename.h cannot be parsed 04:02:42.036 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/shmem.h cannot be parsed 04:02:42.036 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/netloc.h cannot be parsed 04:02:42.036 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/netloc/utarray.h cannot be parsed 04:02:42.037 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/netloc/uthash.h cannot be parsed 04:02:42.037 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/netlocscotch.h cannot be parsed 04:02:42.037 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/private/autogen/config.h cannot be parsed 04:02:42.038 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/private/autogen/config.h.in cannot be parsed 04:02:42.038 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/private/autogen/stamp-h1 cannot be parsed 04:02:42.038 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/private/components.h cannot be parsed 04:02:42.039 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/private/cpuid-x86.h cannot be parsed 04:02:42.039 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/private/debug.h cannot be parsed 04:02:42.039 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/private/internal-components.h cannot be parsed 04:02:42.040 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/private/misc.h cannot be parsed 04:02:42.040 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/private/netloc.h cannot be parsed 04:02:42.040 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/private/private.h cannot be parsed 04:02:42.041 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/private/solaris-chiptype.h cannot be parsed 04:02:42.041 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/private/xml.h cannot be parsed 04:02:42.041 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/libtool cannot be parsed 04:02:42.042 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc.pc cannot be parsed 04:02:42.042 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc.pc.in cannot be parsed 04:02:42.042 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/.deps/architecture.Plo cannot be parsed 04:02:42.042 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/.deps/edge.Plo cannot be parsed 04:02:42.043 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/.deps/hwloc.Plo cannot be parsed 04:02:42.043 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/.deps/mpicomm.Plo cannot be parsed 04:02:42.043 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/.deps/node.Plo cannot be parsed 04:02:42.044 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/.deps/path.Plo cannot be parsed 04:02:42.044 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/.deps/physical_link.Plo cannot be parsed 04:02:42.044 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/.deps/scotch.Plo cannot be parsed 04:02:42.044 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/.deps/support.Plo cannot be parsed 04:02:42.045 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/.deps/topology.Plo cannot be parsed 04:02:42.045 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/Makefile cannot be parsed 04:02:42.045 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/Makefile.am cannot be parsed 04:02:42.046 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/Makefile.in cannot be parsed 04:02:42.046 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/architecture.c cannot be parsed 04:02:42.046 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/edge.c cannot be parsed 04:02:42.047 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/hwloc.c cannot be parsed 04:02:42.047 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/mpicomm.c cannot be parsed 04:02:42.047 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/node.c cannot be parsed 04:02:42.048 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/path.c cannot be parsed 04:02:42.048 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/physical_link.c cannot be parsed 04:02:42.048 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/scotch.c cannot be parsed 04:02:42.049 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/support.c cannot be parsed 04:02:42.049 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netloc/topology.c cannot be parsed 04:02:42.049 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netlocscotch.pc cannot be parsed 04:02:42.050 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/netlocscotch.pc.in cannot be parsed 04:02:42.050 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/scan-build.log cannot be parsed 04:02:42.050 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/sonar-project.properties cannot be parsed 04:02:42.050 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/sonar.log cannot be parsed 04:02:42.051 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/Makefile cannot be parsed 04:02:42.051 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/Makefile.am cannot be parsed 04:02:42.051 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/Makefile.in cannot be parsed 04:02:42.052 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/cuda.Po cannot be parsed 04:02:42.052 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/cudart.Po cannot be parsed 04:02:42.052 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/gl.Po cannot be parsed 04:02:42.052 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/glibc-sched.Po cannot be parsed 04:02:42.053 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_api_version.Po cannot be parsed 04:02:42.053 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_backends.Po cannot be parsed 04:02:42.053 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_bind.Po cannot be parsed 04:02:42.054 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_bitmap.Po cannot be parsed 04:02:42.054 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_bitmap_compare_inclusion.Po cannot be parsed 04:02:42.054 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_bitmap_first_last_weight.Po cannot be parsed 04:02:42.054 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_bitmap_singlify.Po cannot be parsed 04:02:42.055 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_bitmap_string.Po cannot be parsed 04:02:42.055 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_distances.Po cannot be parsed 04:02:42.055 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_get_area_memlocation.Po cannot be parsed 04:02:42.056 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_get_cache_covering_cpuset.Po cannot be parsed 04:02:42.056 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_get_closest_objs.Po cannot be parsed 04:02:42.056 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_get_largest_objs_inside_cpuset.Po cannot be parsed 04:02:42.057 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_get_last_cpu_location.Po cannot be parsed 04:02:42.057 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_get_next_obj_covering_cpuset.Po cannot be parsed 04:02:42.057 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_get_obj_below_array_by_type.Po cannot be parsed 04:02:42.057 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_get_obj_covering_cpuset.Po cannot be parsed 04:02:42.058 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_get_obj_inside_cpuset.Po cannot be parsed 04:02:42.058 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_get_shared_cache_covering_obj.Po cannot be parsed 04:02:42.058 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_groups.Po cannot be parsed 04:02:42.059 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_insert_misc.Po cannot be parsed 04:02:42.059 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_iodevs.Po cannot be parsed 04:02:42.059 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_is_thissystem.Po cannot be parsed 04:02:42.059 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_list_components.Po cannot be parsed 04:02:42.060 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_obj_infos.Po cannot be parsed 04:02:42.060 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_object_userdata.Po cannot be parsed 04:02:42.060 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_pci_backend.Po cannot be parsed 04:02:42.061 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_synthetic.Po cannot be parsed 04:02:42.061 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_topology_abi.Po cannot be parsed 04:02:42.061 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_topology_allow.Po cannot be parsed 04:02:42.061 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_topology_diff.Po cannot be parsed 04:02:42.062 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_topology_dup.Po cannot be parsed 04:02:42.062 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_topology_restrict.Po cannot be parsed 04:02:42.062 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_type_depth.Po cannot be parsed 04:02:42.063 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/hwloc_type_sscanf.Po cannot be parsed 04:02:42.063 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/intel-mic.Po cannot be parsed 04:02:42.063 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/linux_libnuma-linux-libnuma.Po cannot be parsed 04:02:42.064 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/nvml.Po cannot be parsed 04:02:42.064 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/opencl.Po cannot be parsed 04:02:42.064 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/openfabrics-verbs.Po cannot be parsed 04:02:42.064 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/shmem.Po cannot be parsed 04:02:42.065 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.deps/xmlbuffer.Po cannot be parsed 04:02:42.065 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/gl cannot be parsed 04:02:42.065 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/glibc-sched cannot be parsed 04:02:42.066 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_api_version cannot be parsed 04:02:42.066 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_backends cannot be parsed 04:02:42.066 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_bind cannot be parsed 04:02:42.067 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_bitmap cannot be parsed 04:02:42.067 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_bitmap_compare_inclusion cannot be parsed 04:02:42.067 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_bitmap_first_last_weight cannot be parsed 04:02:42.068 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_bitmap_singlify cannot be parsed 04:02:42.068 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_bitmap_string cannot be parsed 04:02:42.068 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_distances cannot be parsed 04:02:42.068 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_get_area_memlocation cannot be parsed 04:02:42.069 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_get_cache_covering_cpuset cannot be parsed 04:02:42.069 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_get_closest_objs cannot be parsed 04:02:42.069 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_get_largest_objs_inside_cpuset cannot be parsed 04:02:42.070 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_get_last_cpu_location cannot be parsed 04:02:42.070 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_get_next_obj_covering_cpuset cannot be parsed 04:02:42.070 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_get_obj_below_array_by_type cannot be parsed 04:02:42.070 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_get_obj_covering_cpuset cannot be parsed 04:02:42.071 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_get_obj_inside_cpuset cannot be parsed 04:02:42.071 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_get_shared_cache_covering_obj cannot be parsed 04:02:42.071 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_groups cannot be parsed 04:02:42.072 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_insert_misc cannot be parsed 04:02:42.072 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_iodevs cannot be parsed 04:02:42.072 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_is_thissystem cannot be parsed 04:02:42.072 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_list_components cannot be parsed 04:02:42.073 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_obj_infos cannot be parsed 04:02:42.073 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_object_userdata cannot be parsed 04:02:42.073 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_pci_backend cannot be parsed 04:02:42.074 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_synthetic cannot be parsed 04:02:42.074 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_topology_abi cannot be parsed 04:02:42.074 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_topology_allow cannot be parsed 04:02:42.074 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_topology_diff cannot be parsed 04:02:42.075 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_topology_dup cannot be parsed 04:02:42.075 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_topology_restrict cannot be parsed 04:02:42.075 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_type_depth cannot be parsed 04:02:42.076 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/hwloc_type_sscanf cannot be parsed 04:02:42.076 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/intel-mic cannot be parsed 04:02:42.076 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/linux-libnuma cannot be parsed 04:02:42.076 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/opencl cannot be parsed 04:02:42.077 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/openfabrics-verbs cannot be parsed 04:02:42.077 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/shmem cannot be parsed 04:02:42.077 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/.libs/xmlbuffer cannot be parsed 04:02:42.078 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/Makefile cannot be parsed 04:02:42.078 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/Makefile.am cannot be parsed 04:02:42.078 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/Makefile.in cannot be parsed 04:02:42.079 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/cuda.c cannot be parsed 04:02:42.079 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/cudart.c cannot be parsed 04:02:42.079 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/Makefile.am cannot be parsed 04:02:42.079 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/README.txt cannot be parsed 04:02:42.080 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/autogen.sh cannot be parsed 04:02:42.080 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/config/README.txt cannot be parsed 04:02:42.080 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/configure.ac cannot be parsed 04:02:42.080 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/do_test.c cannot be parsed 04:02:42.081 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/main.c cannot be parsed 04:02:42.081 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/embedded/run-embedded-tests.sh cannot be parsed 04:02:42.081 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/gl cannot be parsed 04:02:42.081 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/gl.c cannot be parsed 04:02:42.082 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/gl.gcda cannot be parsed 04:02:42.082 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/gl.gcno cannot be parsed 04:02:42.082 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/gl.log cannot be parsed 04:02:42.083 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/gl.o cannot be parsed 04:02:42.083 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/gl.trs cannot be parsed 04:02:42.083 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/glibc-sched cannot be parsed 04:02:42.084 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/glibc-sched.c cannot be parsed 04:02:42.084 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/glibc-sched.gcda cannot be parsed 04:02:42.084 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/glibc-sched.gcno cannot be parsed 04:02:42.084 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/glibc-sched.log cannot be parsed 04:02:42.085 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/glibc-sched.o cannot be parsed 04:02:42.085 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/glibc-sched.trs cannot be parsed 04:02:42.085 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_api_version cannot be parsed 04:02:42.086 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_api_version.c cannot be parsed 04:02:42.086 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_api_version.gcda cannot be parsed 04:02:42.086 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_api_version.gcno cannot be parsed 04:02:42.087 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_api_version.log cannot be parsed 04:02:42.087 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_api_version.o cannot be parsed 04:02:42.087 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_api_version.trs cannot be parsed 04:02:42.087 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_backends cannot be parsed 04:02:42.088 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_backends.c cannot be parsed 04:02:42.088 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_backends.gcda cannot be parsed 04:02:42.088 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_backends.gcno cannot be parsed 04:02:42.089 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_backends.log cannot be parsed 04:02:42.089 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_backends.o cannot be parsed 04:02:42.089 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_backends.trs cannot be parsed 04:02:42.090 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bind cannot be parsed 04:02:42.090 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bind.c cannot be parsed 04:02:42.090 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bind.gcda cannot be parsed 04:02:42.091 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bind.gcno cannot be parsed 04:02:42.091 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bind.log cannot be parsed 04:02:42.091 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bind.o cannot be parsed 04:02:42.092 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bind.trs cannot be parsed 04:02:42.092 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap cannot be parsed 04:02:42.092 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap.c cannot be parsed 04:02:42.092 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap.gcda cannot be parsed 04:02:42.098 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap.gcno cannot be parsed 04:02:42.098 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap.log cannot be parsed 04:02:42.099 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap.o cannot be parsed 04:02:42.099 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap.trs cannot be parsed 04:02:42.099 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_compare_inclusion cannot be parsed 04:02:42.099 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_compare_inclusion.c cannot be parsed 04:02:42.100 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_compare_inclusion.gcda cannot be parsed 04:02:42.100 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_compare_inclusion.gcno cannot be parsed 04:02:42.100 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_compare_inclusion.log cannot be parsed 04:02:42.101 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_compare_inclusion.o cannot be parsed 04:02:42.101 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_compare_inclusion.trs cannot be parsed 04:02:42.101 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_first_last_weight cannot be parsed 04:02:42.101 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_first_last_weight.c cannot be parsed 04:02:42.102 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_first_last_weight.gcda cannot be parsed 04:02:42.102 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_first_last_weight.gcno cannot be parsed 04:02:42.102 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_first_last_weight.log cannot be parsed 04:02:42.103 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_first_last_weight.o cannot be parsed 04:02:42.103 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_first_last_weight.trs cannot be parsed 04:02:42.103 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_singlify cannot be parsed 04:02:42.103 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_singlify.c cannot be parsed 04:02:42.104 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_singlify.gcda cannot be parsed 04:02:42.104 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_singlify.gcno cannot be parsed 04:02:42.104 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_singlify.log cannot be parsed 04:02:42.105 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_singlify.o cannot be parsed 04:02:42.105 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_singlify.trs cannot be parsed 04:02:42.105 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_string cannot be parsed 04:02:42.106 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_string.c cannot be parsed 04:02:42.106 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_string.gcda cannot be parsed 04:02:42.106 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_string.gcno cannot be parsed 04:02:42.107 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_string.log cannot be parsed 04:02:42.107 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_string.o cannot be parsed 04:02:42.107 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_bitmap_string.trs cannot be parsed 04:02:42.107 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_distances cannot be parsed 04:02:42.108 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_distances.c cannot be parsed 04:02:42.108 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_distances.gcda cannot be parsed 04:02:42.108 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_distances.gcno cannot be parsed 04:02:42.109 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_distances.log cannot be parsed 04:02:42.109 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_distances.o cannot be parsed 04:02:42.109 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_distances.trs cannot be parsed 04:02:42.109 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_area_memlocation cannot be parsed 04:02:42.110 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_area_memlocation.c cannot be parsed 04:02:42.110 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_area_memlocation.gcda cannot be parsed 04:02:42.110 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_area_memlocation.gcno cannot be parsed 04:02:42.111 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_area_memlocation.log cannot be parsed 04:02:42.111 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_area_memlocation.o cannot be parsed 04:02:42.111 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_area_memlocation.trs cannot be parsed 04:02:42.133 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_cache_covering_cpuset cannot be parsed 04:02:42.134 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_cache_covering_cpuset.c cannot be parsed 04:02:42.134 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_cache_covering_cpuset.gcda cannot be parsed 04:02:42.134 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_cache_covering_cpuset.gcno cannot be parsed 04:02:42.135 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_cache_covering_cpuset.log cannot be parsed 04:02:42.135 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_cache_covering_cpuset.o cannot be parsed 04:02:42.135 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_cache_covering_cpuset.trs cannot be parsed 04:02:42.135 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_closest_objs cannot be parsed 04:02:42.136 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_closest_objs.c cannot be parsed 04:02:42.136 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_closest_objs.gcda cannot be parsed 04:02:42.136 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_closest_objs.gcno cannot be parsed 04:02:42.136 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_closest_objs.log cannot be parsed 04:02:42.138 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_closest_objs.o cannot be parsed 04:02:42.138 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_closest_objs.trs cannot be parsed 04:02:42.138 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_largest_objs_inside_cpuset cannot be parsed 04:02:42.138 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_largest_objs_inside_cpuset.c cannot be parsed 04:02:42.139 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_largest_objs_inside_cpuset.gcda cannot be parsed 04:02:42.139 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_largest_objs_inside_cpuset.gcno cannot be parsed 04:02:42.139 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_largest_objs_inside_cpuset.log cannot be parsed 04:02:42.139 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_largest_objs_inside_cpuset.o cannot be parsed 04:02:42.140 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_largest_objs_inside_cpuset.trs cannot be parsed 04:02:42.140 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_last_cpu_location cannot be parsed 04:02:42.140 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_last_cpu_location.c cannot be parsed 04:02:42.141 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_last_cpu_location.gcda cannot be parsed 04:02:42.141 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_last_cpu_location.gcno cannot be parsed 04:02:42.141 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_last_cpu_location.log cannot be parsed 04:02:42.141 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_last_cpu_location.o cannot be parsed 04:02:42.142 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_last_cpu_location.trs cannot be parsed 04:02:42.142 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_next_obj_covering_cpuset cannot be parsed 04:02:42.142 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_next_obj_covering_cpuset.c cannot be parsed 04:02:42.143 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_next_obj_covering_cpuset.gcda cannot be parsed 04:02:42.143 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_next_obj_covering_cpuset.gcno cannot be parsed 04:02:42.143 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_next_obj_covering_cpuset.log cannot be parsed 04:02:42.143 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_next_obj_covering_cpuset.o cannot be parsed 04:02:42.144 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_next_obj_covering_cpuset.trs cannot be parsed 04:02:42.144 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_below_array_by_type cannot be parsed 04:02:42.144 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_below_array_by_type.c cannot be parsed 04:02:42.145 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_below_array_by_type.gcda cannot be parsed 04:02:42.145 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_below_array_by_type.gcno cannot be parsed 04:02:42.145 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_below_array_by_type.log cannot be parsed 04:02:42.145 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_below_array_by_type.o cannot be parsed 04:02:42.146 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_below_array_by_type.trs cannot be parsed 04:02:42.146 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_covering_cpuset cannot be parsed 04:02:42.146 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_covering_cpuset.c cannot be parsed 04:02:42.146 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_covering_cpuset.gcda cannot be parsed 04:02:42.147 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_covering_cpuset.gcno cannot be parsed 04:02:42.147 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_covering_cpuset.log cannot be parsed 04:02:42.147 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_covering_cpuset.o cannot be parsed 04:02:42.148 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_covering_cpuset.trs cannot be parsed 04:02:42.148 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_inside_cpuset cannot be parsed 04:02:42.148 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_inside_cpuset.c cannot be parsed 04:02:42.148 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_inside_cpuset.gcda cannot be parsed 04:02:42.149 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_inside_cpuset.gcno cannot be parsed 04:02:42.149 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_inside_cpuset.log cannot be parsed 04:02:42.149 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_inside_cpuset.o cannot be parsed 04:02:42.149 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_obj_inside_cpuset.trs cannot be parsed 04:02:42.150 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_shared_cache_covering_obj cannot be parsed 04:02:42.150 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_shared_cache_covering_obj.c cannot be parsed 04:02:42.150 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_shared_cache_covering_obj.gcda cannot be parsed 04:02:42.151 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_shared_cache_covering_obj.gcno cannot be parsed 04:02:42.151 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_shared_cache_covering_obj.log cannot be parsed 04:02:42.151 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_shared_cache_covering_obj.o cannot be parsed 04:02:42.151 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_get_shared_cache_covering_obj.trs cannot be parsed 04:02:42.152 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_groups cannot be parsed 04:02:42.152 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_groups.c cannot be parsed 04:02:42.152 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_groups.gcda cannot be parsed 04:02:42.153 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_groups.gcno cannot be parsed 04:02:42.153 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_groups.log cannot be parsed 04:02:42.153 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_groups.o cannot be parsed 04:02:42.153 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_groups.trs cannot be parsed 04:02:42.154 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_insert_misc cannot be parsed 04:02:42.154 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_insert_misc.c cannot be parsed 04:02:42.154 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_insert_misc.gcda cannot be parsed 04:02:42.155 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_insert_misc.gcno cannot be parsed 04:02:42.155 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_insert_misc.log cannot be parsed 04:02:42.155 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_insert_misc.o cannot be parsed 04:02:42.155 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_insert_misc.trs cannot be parsed 04:02:42.156 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_iodevs cannot be parsed 04:02:42.156 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_iodevs.c cannot be parsed 04:02:42.156 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_iodevs.gcda cannot be parsed 04:02:42.157 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_iodevs.gcno cannot be parsed 04:02:42.157 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_iodevs.log cannot be parsed 04:02:42.157 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_iodevs.o cannot be parsed 04:02:42.157 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_iodevs.trs cannot be parsed 04:02:42.158 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_is_thissystem cannot be parsed 04:02:42.158 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_is_thissystem.c cannot be parsed 04:02:42.158 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_is_thissystem.gcda cannot be parsed 04:02:42.159 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_is_thissystem.gcno cannot be parsed 04:02:42.159 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_is_thissystem.log cannot be parsed 04:02:42.159 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_is_thissystem.o cannot be parsed 04:02:42.159 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_is_thissystem.trs cannot be parsed 04:02:42.160 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_list_components cannot be parsed 04:02:42.160 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_list_components.c cannot be parsed 04:02:42.160 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_list_components.gcda cannot be parsed 04:02:42.161 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_list_components.gcno cannot be parsed 04:02:42.161 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_list_components.log cannot be parsed 04:02:42.161 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_list_components.o cannot be parsed 04:02:42.162 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_list_components.trs cannot be parsed 04:02:42.162 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_obj_infos cannot be parsed 04:02:42.162 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_obj_infos.c cannot be parsed 04:02:42.163 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_obj_infos.gcda cannot be parsed 04:02:42.163 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_obj_infos.gcno cannot be parsed 04:02:42.163 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_obj_infos.log cannot be parsed 04:02:42.163 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_obj_infos.o cannot be parsed 04:02:42.164 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_obj_infos.trs cannot be parsed 04:02:42.164 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_object_userdata cannot be parsed 04:02:42.164 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_object_userdata.c cannot be parsed 04:02:42.165 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_object_userdata.gcda cannot be parsed 04:02:42.165 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_object_userdata.gcno cannot be parsed 04:02:42.165 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_object_userdata.log cannot be parsed 04:02:42.166 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_object_userdata.o cannot be parsed 04:02:42.166 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_object_userdata.trs cannot be parsed 04:02:42.166 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_pci_backend cannot be parsed 04:02:42.166 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_pci_backend.c cannot be parsed 04:02:42.167 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_pci_backend.gcda cannot be parsed 04:02:42.167 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_pci_backend.gcno cannot be parsed 04:02:42.167 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_pci_backend.log cannot be parsed 04:02:42.168 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_pci_backend.o cannot be parsed 04:02:42.168 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_pci_backend.trs cannot be parsed 04:02:42.168 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_synthetic cannot be parsed 04:02:42.168 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_synthetic.c cannot be parsed 04:02:42.169 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_synthetic.gcda cannot be parsed 04:02:42.169 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_synthetic.gcno cannot be parsed 04:02:42.169 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_synthetic.log cannot be parsed 04:02:42.170 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_synthetic.o cannot be parsed 04:02:42.170 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_synthetic.trs cannot be parsed 04:02:42.170 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_abi cannot be parsed 04:02:42.171 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_abi.c cannot be parsed 04:02:42.171 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_abi.gcda cannot be parsed 04:02:42.171 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_abi.gcno cannot be parsed 04:02:42.171 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_abi.log cannot be parsed 04:02:42.172 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_abi.o cannot be parsed 04:02:42.172 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_abi.trs cannot be parsed 04:02:42.172 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_allow cannot be parsed 04:02:42.173 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_allow.c cannot be parsed 04:02:42.173 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_allow.gcda cannot be parsed 04:02:42.173 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_allow.gcno cannot be parsed 04:02:42.173 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_allow.log cannot be parsed 04:02:42.174 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_allow.o cannot be parsed 04:02:42.174 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_allow.trs cannot be parsed 04:02:42.174 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_diff cannot be parsed 04:02:42.175 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_diff.c cannot be parsed 04:02:42.175 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_diff.gcda cannot be parsed 04:02:42.175 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_diff.gcno cannot be parsed 04:02:42.175 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_diff.log cannot be parsed 04:02:42.176 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_diff.o cannot be parsed 04:02:42.176 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_diff.trs cannot be parsed 04:02:42.176 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_dup cannot be parsed 04:02:42.177 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_dup.c cannot be parsed 04:02:42.177 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_dup.gcda cannot be parsed 04:02:42.177 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_dup.gcno cannot be parsed 04:02:42.177 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_dup.log cannot be parsed 04:02:42.178 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_dup.o cannot be parsed 04:02:42.178 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_dup.trs cannot be parsed 04:02:42.178 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_restrict cannot be parsed 04:02:42.179 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_restrict.c cannot be parsed 04:02:42.179 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_restrict.gcda cannot be parsed 04:02:42.179 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_restrict.gcno cannot be parsed 04:02:42.180 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_restrict.log cannot be parsed 04:02:42.180 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_restrict.o cannot be parsed 04:02:42.180 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_topology_restrict.trs cannot be parsed 04:02:42.180 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_depth cannot be parsed 04:02:42.181 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_depth.c cannot be parsed 04:02:42.181 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_depth.gcda cannot be parsed 04:02:42.181 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_depth.gcno cannot be parsed 04:02:42.182 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_depth.log cannot be parsed 04:02:42.182 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_depth.o cannot be parsed 04:02:42.183 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_depth.trs cannot be parsed 04:02:42.183 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_sscanf cannot be parsed 04:02:42.183 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_sscanf.c cannot be parsed 04:02:42.184 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_sscanf.gcda cannot be parsed 04:02:42.184 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_sscanf.gcno cannot be parsed 04:02:42.184 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_sscanf.log cannot be parsed 04:02:42.184 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_sscanf.o cannot be parsed 04:02:42.185 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/hwloc_type_sscanf.trs cannot be parsed 04:02:42.185 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/intel-mic cannot be parsed 04:02:42.185 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/intel-mic.c cannot be parsed 04:02:42.186 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/intel-mic.gcda cannot be parsed 04:02:42.186 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/intel-mic.gcno cannot be parsed 04:02:42.186 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/intel-mic.log cannot be parsed 04:02:42.186 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/intel-mic.o cannot be parsed 04:02:42.187 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/intel-mic.trs cannot be parsed 04:02:42.187 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux-libnuma cannot be parsed 04:02:42.187 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux-libnuma.c cannot be parsed 04:02:42.187 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux-libnuma.log cannot be parsed 04:02:42.188 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux-libnuma.trs cannot be parsed 04:02:42.188 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/128ia64-17n4s2c.output cannot be parsed 04:02:42.188 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/128ia64-17n4s2c.output.log cannot be parsed 04:02:42.189 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/128ia64-17n4s2c.output.trs cannot be parsed 04:02:42.189 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/128ia64-17n4s2c.tar.bz2 cannot be parsed 04:02:42.189 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-4n4c-cgroup-distance-merge.options cannot be parsed 04:02:42.190 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-4n4c-cgroup-distance-merge.output cannot be parsed 04:02:42.190 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-4n4c-cgroup-distance-merge.output.log cannot be parsed 04:02:42.190 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-4n4c-cgroup-distance-merge.output.trs cannot be parsed 04:02:42.190 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-4n4c-cgroup-distance-merge.tar.bz2 cannot be parsed 04:02:42.191 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.output cannot be parsed 04:02:42.191 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.output.log cannot be parsed 04:02:42.191 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.output.trs cannot be parsed 04:02:42.192 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.tar.bz2 cannot be parsed 04:02:42.192 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.xml.options cannot be parsed 04:02:42.193 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.xml.output.log cannot be parsed 04:02:42.193 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.xml.output.trs cannot be parsed 04:02:42.193 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets.xml.source cannot be parsed 04:02:42.194 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets_noadmin.options cannot be parsed 04:02:42.194 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets_noadmin.output cannot be parsed 04:02:42.194 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets_noadmin.output.log cannot be parsed 04:02:42.195 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets_noadmin.output.trs cannot be parsed 04:02:42.195 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c-cpusets_noadmin.source cannot be parsed 04:02:42.195 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c.output cannot be parsed 04:02:42.195 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c.output.log cannot be parsed 04:02:42.196 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c.output.trs cannot be parsed 04:02:42.196 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16amd64-8n2c.tar.bz2 cannot be parsed 04:02:42.196 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.output cannot be parsed 04:02:42.196 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.output.log cannot be parsed 04:02:42.197 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.output.trs cannot be parsed 04:02:42.197 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.tar.bz2 cannot be parsed 04:02:42.197 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.xml.options cannot be parsed 04:02:42.198 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.xml.output.log cannot be parsed 04:02:42.198 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.xml.output.trs cannot be parsed 04:02:42.199 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t-offlines.xml.source cannot be parsed 04:02:42.199 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.output cannot be parsed 04:02:42.199 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.output.log cannot be parsed 04:02:42.200 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.output.trs cannot be parsed 04:02:42.200 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.tar.bz2 cannot be parsed 04:02:42.200 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.xml.options cannot be parsed 04:02:42.201 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.xml.output.log cannot be parsed 04:02:42.201 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.xml.output.trs cannot be parsed 04:02:42.202 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t.xml.source cannot be parsed 04:02:42.202 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_merge.options cannot be parsed 04:02:42.202 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_merge.output cannot be parsed 04:02:42.202 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_merge.output.log cannot be parsed 04:02:42.203 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_merge.output.trs cannot be parsed 04:02:42.203 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_merge.source cannot be parsed 04:02:42.203 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_ncaches.options cannot be parsed 04:02:42.203 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_ncaches.output cannot be parsed 04:02:42.204 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_ncaches.output.log cannot be parsed 04:02:42.204 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_ncaches.output.trs cannot be parsed 04:02:42.204 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2c2t_ncaches.source cannot be parsed 04:02:42.204 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder-merge.options cannot be parsed 04:02:42.205 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder-merge.output cannot be parsed 04:02:42.205 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder-merge.output.log cannot be parsed 04:02:42.205 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder-merge.output.trs cannot be parsed 04:02:42.206 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder-merge.source cannot be parsed 04:02:42.206 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder.output cannot be parsed 04:02:42.206 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder.output.log cannot be parsed 04:02:42.206 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder.output.trs cannot be parsed 04:02:42.207 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16em64t-4s2ca2c-cpusetreorder.tar.bz2 cannot be parsed 04:02:42.207 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16ia64-8n2s.output cannot be parsed 04:02:42.207 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16ia64-8n2s.output.log cannot be parsed 04:02:42.208 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16ia64-8n2s.output.trs cannot be parsed 04:02:42.208 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/16ia64-8n2s.tar.bz2 cannot be parsed 04:02:42.208 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/1alpha.output cannot be parsed 04:02:42.208 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/1alpha.output.log cannot be parsed 04:02:42.209 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/1alpha.output.trs cannot be parsed 04:02:42.209 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/1alpha.tar.bz2 cannot be parsed 04:02:42.209 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/20s390-2g6s4c.output cannot be parsed 04:02:42.210 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/20s390-2g6s4c.output.log cannot be parsed 04:02:42.210 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/20s390-2g6s4c.output.trs cannot be parsed 04:02:42.210 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/20s390-2g6s4c.tar.bz2 cannot be parsed 04:02:42.210 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ia64-64n2s2c.output cannot be parsed 04:02:42.211 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ia64-64n2s2c.output.log cannot be parsed 04:02:42.211 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ia64-64n2s2c.output.trs cannot be parsed 04:02:42.211 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ia64-64n2s2c.tar.bz2 cannot be parsed 04:02:42.211 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t-nocache.env cannot be parsed 04:02:42.212 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t-nocache.exclude cannot be parsed 04:02:42.212 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t-nocache.output cannot be parsed 04:02:42.212 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t-nocache.output.log cannot be parsed 04:02:42.213 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t-nocache.output.trs cannot be parsed 04:02:42.213 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t-nocache.source cannot be parsed 04:02:42.213 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t.output cannot be parsed 04:02:42.213 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t.output.log cannot be parsed 04:02:42.214 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t.output.trs cannot be parsed 04:02:42.214 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/256ppc-8n8s4t.tar.bz2 cannot be parsed 04:02:42.214 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2amd64-2n.output cannot be parsed 04:02:42.215 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2amd64-2n.output.log cannot be parsed 04:02:42.215 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2amd64-2n.output.trs cannot be parsed 04:02:42.215 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2amd64-2n.tar.bz2 cannot be parsed 04:02:42.215 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2arm-2c.output cannot be parsed 04:02:42.216 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2arm-2c.output.log cannot be parsed 04:02:42.216 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2arm-2c.output.trs cannot be parsed 04:02:42.216 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2arm-2c.tar.bz2 cannot be parsed 04:02:42.216 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2c-nohugepage.tar.bz2 cannot be parsed 04:02:42.217 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2c-nohugepage.xml.options cannot be parsed 04:02:42.217 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2c-nohugepage.xml.output.log cannot be parsed 04:02:42.218 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2c-nohugepage.xml.output.trs cannot be parsed 04:02:42.218 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2c-nohugepage.xml.source cannot be parsed 04:02:42.218 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2t-hugepagesizecount.tar.bz2 cannot be parsed 04:02:42.219 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2t-hugepagesizecount.xml.options cannot be parsed 04:02:42.219 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2t-hugepagesizecount.xml.output.log cannot be parsed 04:02:42.220 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2t-hugepagesizecount.xml.output.trs cannot be parsed 04:02:42.220 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2i386-2t-hugepagesizecount.xml.source cannot be parsed 04:02:42.220 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2ps3-2t.output cannot be parsed 04:02:42.220 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2ps3-2t.output.log cannot be parsed 04:02:42.221 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2ps3-2t.output.trs cannot be parsed 04:02:42.221 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2ps3-2t.tar.bz2 cannot be parsed 04:02:42.221 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2s390-2c.output cannot be parsed 04:02:42.221 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2s390-2c.output.log cannot be parsed 04:02:42.222 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2s390-2c.output.trs cannot be parsed 04:02:42.222 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/2s390-2c.tar.bz2 cannot be parsed 04:02:42.222 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.output cannot be parsed 04:02:42.222 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.output.log cannot be parsed 04:02:42.223 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.output.trs cannot be parsed 04:02:42.223 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.tar.bz2 cannot be parsed 04:02:42.223 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.xml.options cannot be parsed 04:02:42.224 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.xml.output.log cannot be parsed 04:02:42.224 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.xml.output.trs cannot be parsed 04:02:42.225 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32amd64-4s2n4c-cgroup.xml.source cannot be parsed 04:02:42.225 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32em64t-2n8c+1mic.options cannot be parsed 04:02:42.227 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32em64t-2n8c+1mic.output.log cannot be parsed 04:02:42.227 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32em64t-2n8c+1mic.output.trs cannot be parsed 04:02:42.227 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/32em64t-2n8c+1mic.tar.bz2 cannot be parsed 04:02:42.227 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-2g2n4c+pci.env cannot be parsed 04:02:42.228 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-2g2n4c+pci.options cannot be parsed 04:02:42.229 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-2g2n4c+pci.output.log cannot be parsed 04:02:42.229 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-2g2n4c+pci.output.trs cannot be parsed 04:02:42.229 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-2g2n4c+pci.tar.bz2 cannot be parsed 04:02:42.230 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-4n10c+pci-conflicts.env cannot be parsed 04:02:42.230 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-4n10c+pci-conflicts.output cannot be parsed 04:02:42.230 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-4n10c+pci-conflicts.output.log cannot be parsed 04:02:42.231 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-4n10c+pci-conflicts.output.trs cannot be parsed 04:02:42.231 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/40intel64-4n10c+pci-conflicts.tar.bz2 cannot be parsed 04:02:42.231 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/48amd64-4d2n6c-sparse.output cannot be parsed 04:02:42.232 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/48amd64-4d2n6c-sparse.output.log cannot be parsed 04:02:42.232 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/48amd64-4d2n6c-sparse.output.trs cannot be parsed 04:02:42.232 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/48amd64-4d2n6c-sparse.tar.bz2 cannot be parsed 04:02:42.232 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4em64t-2c2t-ignore-reorder.options cannot be parsed 04:02:42.233 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4em64t-2c2t-ignore-reorder.output cannot be parsed 04:02:42.233 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4em64t-2c2t-ignore-reorder.output.log cannot be parsed 04:02:42.233 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4em64t-2c2t-ignore-reorder.output.trs cannot be parsed 04:02:42.234 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4em64t-2c2t-ignore-reorder.tar.bz2 cannot be parsed 04:02:42.234 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4fake-4gr1nu1pu.output cannot be parsed 04:02:42.234 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4fake-4gr1nu1pu.output.log cannot be parsed 04:02:42.234 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4fake-4gr1nu1pu.output.trs cannot be parsed 04:02:42.235 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4fake-4gr1nu1pu.tar.bz2 cannot be parsed 04:02:42.235 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4ia64-4s.output cannot be parsed 04:02:42.235 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4ia64-4s.output.log cannot be parsed 04:02:42.235 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4ia64-4s.output.trs cannot be parsed 04:02:42.236 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/4ia64-4s.tar.bz2 cannot be parsed 04:02:42.236 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64amd64-4s2n4ca2co.output cannot be parsed 04:02:42.236 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64amd64-4s2n4ca2co.output.log cannot be parsed 04:02:42.237 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64amd64-4s2n4ca2co.output.trs cannot be parsed 04:02:42.237 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64amd64-4s2n4ca2co.tar.bz2 cannot be parsed 04:02:42.237 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64fake-4n2s2ca2c2t.output cannot be parsed 04:02:42.238 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64fake-4n2s2ca2c2t.output.log cannot be parsed 04:02:42.238 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64fake-4n2s2ca2c2t.output.trs cannot be parsed 04:02:42.238 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64fake-4n2s2ca2c2t.tar.bz2 cannot be parsed 04:02:42.238 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-A2A-cache.output cannot be parsed 04:02:42.239 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-A2A-cache.output.log cannot be parsed 04:02:42.239 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-A2A-cache.output.trs cannot be parsed 04:02:42.239 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-A2A-cache.tar.bz2 cannot be parsed 04:02:42.240 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid-msc.env cannot be parsed 04:02:42.240 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid-msc.output cannot be parsed 04:02:42.240 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid-msc.output.log cannot be parsed 04:02:42.240 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid-msc.output.trs cannot be parsed 04:02:42.241 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid-msc.source cannot be parsed 04:02:42.241 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid.output cannot be parsed 04:02:42.241 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid.output.log cannot be parsed 04:02:42.242 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid.output.trs cannot be parsed 04:02:42.242 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/64intel64-fakeKNL-SNC4-hybrid.tar.bz2 cannot be parsed 04:02:42.242 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8amd64-4n2c.output cannot be parsed 04:02:42.242 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8amd64-4n2c.output.log cannot be parsed 04:02:42.243 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8amd64-4n2c.output.trs cannot be parsed 04:02:42.243 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8amd64-4n2c.tar.bz2 cannot be parsed 04:02:42.243 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c-buggynuma.output cannot be parsed 04:02:42.244 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c-buggynuma.output.log cannot be parsed 04:02:42.244 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c-buggynuma.output.trs cannot be parsed 04:02:42.244 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c-buggynuma.tar.bz2 cannot be parsed 04:02:42.244 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c.output cannot be parsed 04:02:42.245 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c.output.log cannot be parsed 04:02:42.245 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c.output.trs cannot be parsed 04:02:42.245 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s2ca2c.tar.bz2 cannot be parsed 04:02:42.246 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s4c-heterogeneous.output cannot be parsed 04:02:42.246 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s4c-heterogeneous.output.log cannot be parsed 04:02:42.246 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s4c-heterogeneous.output.trs cannot be parsed 04:02:42.246 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-2s4c-heterogeneous.tar.bz2 cannot be parsed 04:02:42.247 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-4c2t.output cannot be parsed 04:02:42.247 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-4c2t.output.log cannot be parsed 04:02:42.247 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-4c2t.output.trs cannot be parsed 04:02:42.248 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8em64t-4c2t.tar.bz2 cannot be parsed 04:02:42.248 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2n2s2c.output cannot be parsed 04:02:42.248 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2n2s2c.output.log cannot be parsed 04:02:42.248 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2n2s2c.output.trs cannot be parsed 04:02:42.249 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2n2s2c.tar.bz2 cannot be parsed 04:02:42.249 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2s2c2t.output cannot be parsed 04:02:42.249 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2s2c2t.output.log cannot be parsed 04:02:42.250 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2s2c2t.output.trs cannot be parsed 04:02:42.250 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-2s2c2t.tar.bz2 cannot be parsed 04:02:42.250 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-4s2c.output cannot be parsed 04:02:42.251 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-4s2c.output.log cannot be parsed 04:02:42.251 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-4s2c.output.trs cannot be parsed 04:02:42.251 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/8ia64-4s2c.tar.bz2 cannot be parsed 04:02:42.251 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/96em64t-4n4d3ca2co.output cannot be parsed 04:02:42.252 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/96em64t-4n4d3ca2co.output.log cannot be parsed 04:02:42.252 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/96em64t-4n4d3ca2co.output.trs cannot be parsed 04:02:42.252 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/96em64t-4n4d3ca2co.tar.bz2 cannot be parsed 04:02:42.253 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/Makefile cannot be parsed 04:02:42.253 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/Makefile.am cannot be parsed 04:02:42.253 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/Makefile.in cannot be parsed 04:02:42.253 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/README cannot be parsed 04:02:42.254 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/Makefile cannot be parsed 04:02:42.254 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/Makefile.am cannot be parsed 04:02:42.254 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/Makefile.in cannot be parsed 04:02:42.255 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test-suite.log cannot be parsed 04:02:42.255 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test-topology.sh cannot be parsed 04:02:42.255 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test-topology.sh.in cannot be parsed 04:02:42.255 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test1.fsroot.tar.bz2 cannot be parsed 04:02:42.256 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test1.options cannot be parsed 04:02:42.256 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test1.output.log cannot be parsed 04:02:42.257 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test1.output.trs cannot be parsed 04:02:42.257 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/allowed/test1.synthetic cannot be parsed 04:02:42.257 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakecpuid1f-64intel64-2p4d2n2c2t.output cannot be parsed 04:02:42.258 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakecpuid1f-64intel64-2p4d2n2c2t.output.log cannot be parsed 04:02:42.258 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakecpuid1f-64intel64-2p4d2n2c2t.output.trs cannot be parsed 04:02:42.258 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakecpuid1f-64intel64-2p4d2n2c2t.tar.bz2 cannot be parsed 04:02:42.258 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakeheteronuma.env cannot be parsed 04:02:42.259 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakeheteronuma.options cannot be parsed 04:02:42.259 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakeheteronuma.output.log cannot be parsed 04:02:42.260 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakeheteronuma.output.trs cannot be parsed 04:02:42.260 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakeheteronuma.tar.bz2 cannot be parsed 04:02:42.260 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakememinitiators-1npc+1npc.output cannot be parsed 04:02:42.260 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakememinitiators-1npc+1npc.output.log cannot be parsed 04:02:42.261 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakememinitiators-1npc+1npc.output.trs cannot be parsed 04:02:42.261 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/fakememinitiators-1npc+1npc.tar.bz2 cannot be parsed 04:02:42.261 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/Makefile cannot be parsed 04:02:42.262 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/Makefile.am cannot be parsed 04:02:42.262 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/Makefile.in cannot be parsed 04:02:42.262 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/test-gather-topology.sh cannot be parsed 04:02:42.263 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/test-gather-topology.sh.in cannot be parsed 04:02:42.263 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/test-gather-topology.sh.log cannot be parsed 04:02:42.263 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/test-gather-topology.sh.trs cannot be parsed 04:02:42.263 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/gather/test-suite.log cannot be parsed 04:02:42.264 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.kept.env cannot be parsed 04:02:42.264 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.kept.output cannot be parsed 04:02:42.264 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.kept.output.log cannot be parsed 04:02:42.264 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.kept.output.trs cannot be parsed 04:02:42.265 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.kept.source cannot be parsed 04:02:42.265 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.output cannot be parsed 04:02:42.265 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.output.log cannot be parsed 04:02:42.266 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.output.trs cannot be parsed 04:02:42.266 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/nvidiagpunumanodes.tar.bz2 cannot be parsed 04:02:42.266 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/test-suite.log cannot be parsed 04:02:42.266 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/test-topology.sh cannot be parsed 04:02:42.267 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux/test-topology.sh.in cannot be parsed 04:02:42.267 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux_libnuma-linux-libnuma.gcda cannot be parsed 04:02:42.267 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux_libnuma-linux-libnuma.gcno cannot be parsed 04:02:42.268 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/linux_libnuma-linux-libnuma.o cannot be parsed 04:02:42.268 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/nvml.c cannot be parsed 04:02:42.268 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/opencl cannot be parsed 04:02:42.268 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/opencl.c cannot be parsed 04:02:42.269 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/opencl.gcda cannot be parsed 04:02:42.269 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/opencl.gcno cannot be parsed 04:02:42.269 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/opencl.log cannot be parsed 04:02:42.270 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/opencl.o cannot be parsed 04:02:42.270 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/opencl.trs cannot be parsed 04:02:42.270 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/openfabrics-verbs cannot be parsed 04:02:42.271 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/openfabrics-verbs.c cannot be parsed 04:02:42.271 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/openfabrics-verbs.gcda cannot be parsed 04:02:42.271 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/openfabrics-verbs.gcno cannot be parsed 04:02:42.271 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/openfabrics-verbs.log cannot be parsed 04:02:42.272 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/openfabrics-verbs.o cannot be parsed 04:02:42.272 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/openfabrics-verbs.trs cannot be parsed 04:02:42.272 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.deps/libhwloc_port_aix_la-topology-aix.Plo cannot be parsed 04:02:42.273 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.deps/libhwloc_port_bgq_la-topology-bgq.Plo cannot be parsed 04:02:42.273 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.deps/libhwloc_port_cuda_la-topology-cuda.Plo cannot be parsed 04:02:42.273 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.deps/libhwloc_port_darwin_la-topology-darwin.Plo cannot be parsed 04:02:42.274 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.deps/libhwloc_port_freebsd_la-topology-freebsd.Plo cannot be parsed 04:02:42.274 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.deps/libhwloc_port_gl_la-topology-gl.Plo cannot be parsed 04:02:42.274 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.deps/libhwloc_port_hpux_la-topology-hpux.Plo cannot be parsed 04:02:42.275 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.deps/libhwloc_port_netbsd_la-topology-netbsd.Plo cannot be parsed 04:02:42.275 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.deps/libhwloc_port_nvml_la-topology-nvml.Plo cannot be parsed 04:02:42.275 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.deps/libhwloc_port_opencl_la-topology-opencl.Plo cannot be parsed 04:02:42.276 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.deps/libhwloc_port_solaris_la-topology-solaris-chiptype.Plo cannot be parsed 04:02:42.276 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.deps/libhwloc_port_solaris_la-topology-solaris.Plo cannot be parsed 04:02:42.276 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.deps/libhwloc_port_windows_la-topology-windows.Plo cannot be parsed 04:02:42.276 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.deps/liblstopo_port_windows_a-lstopo-windows.Po cannot be parsed 04:02:42.277 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-aix.a cannot be parsed 04:02:42.277 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-aix.la cannot be parsed 04:02:42.278 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-bgq.a cannot be parsed 04:02:42.278 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-bgq.la cannot be parsed 04:02:42.279 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-cuda.a cannot be parsed 04:02:42.279 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-cuda.la cannot be parsed 04:02:42.279 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-darwin.a cannot be parsed 04:02:42.280 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-darwin.la cannot be parsed 04:02:42.280 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-freebsd.a cannot be parsed 04:02:42.280 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-freebsd.la cannot be parsed 04:02:42.280 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-gl.a cannot be parsed 04:02:42.281 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-gl.la cannot be parsed 04:02:42.281 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-hpux.a cannot be parsed 04:02:42.281 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-hpux.la cannot be parsed 04:02:42.282 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-netbsd.a cannot be parsed 04:02:42.282 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-netbsd.la cannot be parsed 04:02:42.282 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-nvml.a cannot be parsed 04:02:42.283 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-nvml.la cannot be parsed 04:02:42.283 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-opencl.a cannot be parsed 04:02:42.283 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-opencl.la cannot be parsed 04:02:42.283 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-solaris.a cannot be parsed 04:02:42.284 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-solaris.la cannot be parsed 04:02:42.284 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-windows.a cannot be parsed 04:02:42.284 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc-port-windows.la cannot be parsed 04:02:42.285 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc_port_aix_la-topology-aix.o cannot be parsed 04:02:42.285 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc_port_bgq_la-topology-bgq.o cannot be parsed 04:02:42.285 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc_port_cuda_la-topology-cuda.o cannot be parsed 04:02:42.285 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc_port_darwin_la-topology-darwin.o cannot be parsed 04:02:42.286 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc_port_freebsd_la-topology-freebsd.o cannot be parsed 04:02:42.286 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc_port_gl_la-topology-gl.o cannot be parsed 04:02:42.286 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc_port_hpux_la-topology-hpux.o cannot be parsed 04:02:42.287 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc_port_netbsd_la-topology-netbsd.o cannot be parsed 04:02:42.287 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc_port_nvml_la-topology-nvml.o cannot be parsed 04:02:42.287 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc_port_opencl_la-topology-opencl.o cannot be parsed 04:02:42.288 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc_port_solaris_la-topology-solaris-chiptype.o cannot be parsed 04:02:42.288 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc_port_solaris_la-topology-solaris.o cannot be parsed 04:02:42.288 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/.libs/libhwloc_port_windows_la-topology-windows.o cannot be parsed 04:02:42.288 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/Makefile cannot be parsed 04:02:42.289 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/Makefile.am cannot be parsed 04:02:42.289 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/Makefile.in cannot be parsed 04:02:42.289 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/aix/procinfo.h cannot be parsed 04:02:42.290 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/aix/sys/processor.h cannot be parsed 04:02:42.290 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/aix/sys/rset.h cannot be parsed 04:02:42.290 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/aix/sys/systemcfg.h cannot be parsed 04:02:42.290 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/aix/sys/thread.h cannot be parsed 04:02:42.291 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/bgq/spi/include/kernel/location.h cannot be parsed 04:02:42.291 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/bgq/spi/include/kernel/process.h cannot be parsed 04:02:42.291 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/cuda/cuda.h cannot be parsed 04:02:42.292 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/cuda/cuda_runtime_api.h cannot be parsed 04:02:42.292 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/darwin/sys/sysctl.h cannot be parsed 04:02:42.292 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/freebsd/pthread.h cannot be parsed 04:02:42.292 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/freebsd/pthread_np.h cannot be parsed 04:02:42.293 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/freebsd/sys/cpuset.h cannot be parsed 04:02:42.293 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/freebsd/sys/sysctl.h cannot be parsed 04:02:42.294 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/gl/NVCtrl/NVCtrl.h cannot be parsed 04:02:42.294 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/gl/NVCtrl/NVCtrlLib.h cannot be parsed 04:02:42.295 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/gl/X11/Xlib.h cannot be parsed 04:02:42.295 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/hpux/sys/mpctl.h cannot be parsed 04:02:42.295 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/netbsd/pthread.h cannot be parsed 04:02:42.296 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/netbsd/sched.h cannot be parsed 04:02:42.296 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/netbsd/sys/sysctl.h cannot be parsed 04:02:42.296 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/nvml/nvml.h cannot be parsed 04:02:42.296 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/opencl/CL/cl.h cannot be parsed 04:02:42.297 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/solaris/kstat.h cannot be parsed 04:02:42.297 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/solaris/picl.h cannot be parsed 04:02:42.297 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/solaris/sys/lgrp_user.h cannot be parsed 04:02:42.297 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/solaris/sys/processor.h cannot be parsed 04:02:42.298 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/solaris/sys/procset.h cannot be parsed 04:02:42.298 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/solaris/sys/systeminfo.h cannot be parsed 04:02:42.298 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/windows/windows.h cannot be parsed 04:02:42.299 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/include/windows/windowsx.h cannot be parsed 04:02:42.299 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-aix.la cannot be parsed 04:02:42.299 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-bgq.la cannot be parsed 04:02:42.299 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-cuda.la cannot be parsed 04:02:42.300 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-darwin.la cannot be parsed 04:02:42.300 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-freebsd.la cannot be parsed 04:02:42.300 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-gl.la cannot be parsed 04:02:42.300 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-hpux.la cannot be parsed 04:02:42.301 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-netbsd.la cannot be parsed 04:02:42.301 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-nvml.la cannot be parsed 04:02:42.301 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-opencl.la cannot be parsed 04:02:42.301 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-solaris.la cannot be parsed 04:02:42.302 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc-port-windows.la cannot be parsed 04:02:42.302 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_aix_la-topology-aix.lo cannot be parsed 04:02:42.302 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_bgq_la-topology-bgq.lo cannot be parsed 04:02:42.303 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_cuda_la-topology-cuda.lo cannot be parsed 04:02:42.303 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_darwin_la-topology-darwin.lo cannot be parsed 04:02:42.303 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_freebsd_la-topology-freebsd.lo cannot be parsed 04:02:42.303 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_gl_la-topology-gl.lo cannot be parsed 04:02:42.304 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_hpux_la-topology-hpux.lo cannot be parsed 04:02:42.304 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_netbsd_la-topology-netbsd.lo cannot be parsed 04:02:42.304 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_nvml_la-topology-nvml.lo cannot be parsed 04:02:42.305 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_opencl_la-topology-opencl.lo cannot be parsed 04:02:42.305 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_solaris_la-topology-solaris-chiptype.lo cannot be parsed 04:02:42.305 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_solaris_la-topology-solaris.lo cannot be parsed 04:02:42.305 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/libhwloc_port_windows_la-topology-windows.lo cannot be parsed 04:02:42.306 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/liblstopo-port-windows.a cannot be parsed 04:02:42.306 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/liblstopo_port_windows_a-lstopo-windows.gcno cannot be parsed 04:02:42.306 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/liblstopo_port_windows_a-lstopo-windows.o cannot be parsed 04:02:42.307 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/lstopo-windows.c cannot be parsed 04:02:42.307 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/topology-aix.c cannot be parsed 04:02:42.307 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/topology-bgq.c cannot be parsed 04:02:42.308 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/topology-cuda.c cannot be parsed 04:02:42.308 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/topology-darwin.c cannot be parsed 04:02:42.308 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/topology-freebsd.c cannot be parsed 04:02:42.309 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/topology-gl.c cannot be parsed 04:02:42.309 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/topology-hpux.c cannot be parsed 04:02:42.309 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/topology-netbsd.c cannot be parsed 04:02:42.309 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/topology-nvml.c cannot be parsed 04:02:42.310 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/topology-opencl.c cannot be parsed 04:02:42.310 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/topology-solaris-chiptype.c cannot be parsed 04:02:42.310 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/topology-solaris.c cannot be parsed 04:02:42.311 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/ports/topology-windows.c cannot be parsed 04:02:42.311 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/rename/Makefile cannot be parsed 04:02:42.311 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/rename/Makefile.am cannot be parsed 04:02:42.311 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/rename/Makefile.in cannot be parsed 04:02:42.312 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/rename/main.c cannot be parsed 04:02:42.312 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/shmem cannot be parsed 04:02:42.312 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/shmem.c cannot be parsed 04:02:42.313 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/shmem.gcda cannot be parsed 04:02:42.313 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/shmem.gcno cannot be parsed 04:02:42.313 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/shmem.log cannot be parsed 04:02:42.313 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/shmem.o cannot be parsed 04:02:42.314 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/shmem.trs cannot be parsed 04:02:42.314 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/test-suite.log cannot be parsed 04:02:42.314 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/wrapper.sh cannot be parsed 04:02:42.315 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/wrapper.sh.in cannot be parsed 04:02:42.316 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.output.log cannot be parsed 04:02:42.316 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.output.trs cannot be parsed 04:02:42.317 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.tar.bz2 cannot be parsed 04:02:42.317 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.topoextnuma.env cannot be parsed 04:02:42.318 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.topoextnuma.output.log cannot be parsed 04:02:42.318 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.topoextnuma.output.trs cannot be parsed 04:02:42.319 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/64amd64-4p2n4ca2co.topoextnuma.source cannot be parsed 04:02:42.319 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/Makefile cannot be parsed 04:02:42.319 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/Makefile.am cannot be parsed 04:02:42.320 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/Makefile.in cannot be parsed 04:02:42.320 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/test-suite.log cannot be parsed 04:02:42.320 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/test-topology.sh cannot be parsed 04:02:42.320 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86+linux/test-topology.sh.in cannot be parsed 04:02:42.322 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-15h-Bulldozer-4xOpteron-6272.output.log cannot be parsed 04:02:42.322 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-15h-Bulldozer-4xOpteron-6272.output.trs cannot be parsed 04:02:42.322 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-15h-Bulldozer-4xOpteron-6272.tar.bz2 cannot be parsed 04:02:42.323 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-15h-Piledriver-4xOpteron-6348.output.log cannot be parsed 04:02:42.323 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-15h-Piledriver-4xOpteron-6348.output.trs cannot be parsed 04:02:42.324 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-15h-Piledriver-4xOpteron-6348.tar.bz2 cannot be parsed 04:02:42.325 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-17h-Zen-2xEpyc-7451.output.log cannot be parsed 04:02:42.325 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-17h-Zen-2xEpyc-7451.output.trs cannot be parsed 04:02:42.326 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-17h-Zen-2xEpyc-7451.tar.bz2 cannot be parsed 04:02:42.327 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K10-Istanbul-8xOpteron-8439SE.output.log cannot be parsed 04:02:42.327 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K10-Istanbul-8xOpteron-8439SE.output.trs cannot be parsed 04:02:42.327 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K10-Istanbul-8xOpteron-8439SE.tar.bz2 cannot be parsed 04:02:42.328 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K10-MagnyCours-2xOpteron-6164HE.output.log cannot be parsed 04:02:42.329 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K10-MagnyCours-2xOpteron-6164HE.output.trs cannot be parsed 04:02:42.329 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K10-MagnyCours-2xOpteron-6164HE.tar.bz2 cannot be parsed 04:02:42.330 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K8-SantaRosa-2xOpteron-2218.output.log cannot be parsed 04:02:42.330 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K8-SantaRosa-2xOpteron-2218.output.trs cannot be parsed 04:02:42.330 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K8-SantaRosa-2xOpteron-2218.tar.bz2 cannot be parsed 04:02:42.331 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K8-SledgeHammer-2xOpteron-250.output.log cannot be parsed 04:02:42.331 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K8-SledgeHammer-2xOpteron-250.output.trs cannot be parsed 04:02:42.331 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/AMD-K8-SledgeHammer-2xOpteron-250.tar.bz2 cannot be parsed 04:02:42.332 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Hygon-Dhyana-32cores.output.log cannot be parsed 04:02:42.333 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Hygon-Dhyana-32cores.output.trs cannot be parsed 04:02:42.333 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Hygon-Dhyana-32cores.tar.bz2 cannot be parsed 04:02:42.334 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Broadwell-2xXeon-E5-2650Lv4.output.log cannot be parsed 04:02:42.334 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Broadwell-2xXeon-E5-2650Lv4.output.trs cannot be parsed 04:02:42.335 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Broadwell-2xXeon-E5-2650Lv4.tar.bz2 cannot be parsed 04:02:42.336 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-CPUID.1F-Qemu-2p3d3c2t.output.log cannot be parsed 04:02:42.336 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-CPUID.1F-Qemu-2p3d3c2t.output.trs cannot be parsed 04:02:42.336 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-CPUID.1F-Qemu-2p3d3c2t.tar.bz2 cannot be parsed 04:02:42.337 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-CascadeLake-2xXeon6230.output.log cannot be parsed 04:02:42.338 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-CascadeLake-2xXeon6230.output.trs cannot be parsed 04:02:42.338 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-CascadeLake-2xXeon6230.tar.bz2 cannot be parsed 04:02:42.339 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Core-2xXeon-E5345.output.log cannot be parsed 04:02:42.339 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Core-2xXeon-E5345.output.trs cannot be parsed 04:02:42.339 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Core-2xXeon-E5345.tar.bz2 cannot be parsed 04:02:42.340 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Haswell-2xXeon-E5-2680v3.output.log cannot be parsed 04:02:42.340 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Haswell-2xXeon-E5-2680v3.output.trs cannot be parsed 04:02:42.341 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Haswell-2xXeon-E5-2680v3.tar.bz2 cannot be parsed 04:02:42.342 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-IvyBridge-12xXeon-E5-4620v2.output.log cannot be parsed 04:02:42.343 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-IvyBridge-12xXeon-E5-4620v2.output.trs cannot be parsed 04:02:42.343 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-IvyBridge-12xXeon-E5-4620v2.tar.bz2 cannot be parsed 04:02:42.344 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-KnightsCorner-XeonPhi-SE10P.output.log cannot be parsed 04:02:42.345 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-KnightsCorner-XeonPhi-SE10P.output.trs cannot be parsed 04:02:42.345 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-KnightsCorner-XeonPhi-SE10P.tar.bz2 cannot be parsed 04:02:42.347 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-KnightsLanding-XeonPhi-7210.output.log cannot be parsed 04:02:42.348 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-KnightsLanding-XeonPhi-7210.output.trs cannot be parsed 04:02:42.348 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-KnightsLanding-XeonPhi-7210.tar.bz2 cannot be parsed 04:02:42.349 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Nehalem-2xXeon-X5550.output.log cannot be parsed 04:02:42.349 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Nehalem-2xXeon-X5550.output.trs cannot be parsed 04:02:42.349 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Nehalem-2xXeon-X5550.tar.bz2 cannot be parsed 04:02:42.350 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Penryn-4xXeon-X7460.output.log cannot be parsed 04:02:42.351 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Penryn-4xXeon-X7460.output.trs cannot be parsed 04:02:42.351 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Penryn-4xXeon-X7460.tar.bz2 cannot be parsed 04:02:42.352 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-SandyBridge-2xXeon-E5-2650.output.log cannot be parsed 04:02:42.352 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-SandyBridge-2xXeon-E5-2650.output.trs cannot be parsed 04:02:42.352 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-SandyBridge-2xXeon-E5-2650.tar.bz2 cannot be parsed 04:02:42.354 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Skylake-2xXeon6140.output.log cannot be parsed 04:02:42.354 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Skylake-2xXeon6140.output.trs cannot be parsed 04:02:42.354 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Skylake-2xXeon6140.tar.bz2 cannot be parsed 04:02:42.355 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Westmere-2xXeon-X5650.output.log cannot be parsed 04:02:42.356 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Westmere-2xXeon-X5650.output.trs cannot be parsed 04:02:42.356 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Intel-Westmere-2xXeon-X5650.tar.bz2 cannot be parsed 04:02:42.356 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Makefile cannot be parsed 04:02:42.356 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Makefile.am cannot be parsed 04:02:42.357 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Makefile.in cannot be parsed 04:02:42.357 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Zhaoxin-CentaurHauls-ZXD-4600.output.log cannot be parsed 04:02:42.358 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Zhaoxin-CentaurHauls-ZXD-4600.output.trs cannot be parsed 04:02:42.358 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Zhaoxin-CentaurHauls-ZXD-4600.tar.bz2 cannot be parsed 04:02:42.359 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output.log cannot be parsed 04:02:42.359 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.output.trs cannot be parsed 04:02:42.359 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/Zhaoxin-Shanghai-KaiSheng-ZXC+-FC1081.tar.bz2 cannot be parsed 04:02:42.360 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/test-suite.log cannot be parsed 04:02:42.360 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/test-topology.sh cannot be parsed 04:02:42.360 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/x86/test-topology.sh.in cannot be parsed 04:02:42.360 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.console.options cannot be parsed 04:02:42.361 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.console.output cannot be parsed 04:02:42.361 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.console.output.log cannot be parsed 04:02:42.361 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.console.output.trs cannot be parsed 04:02:42.361 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.console.source cannot be parsed 04:02:42.362 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.xml.log cannot be parsed 04:02:42.362 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16-2gr2gr2n2c+misc.xml.trs cannot be parsed 04:02:42.363 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.console.env cannot be parsed 04:02:42.363 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.console.options cannot be parsed 04:02:42.363 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.console.output cannot be parsed 04:02:42.364 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.console.output.log cannot be parsed 04:02:42.364 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.console.output.trs cannot be parsed 04:02:42.364 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.console.source cannot be parsed 04:02:42.365 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v1tov2.source cannot be parsed 04:02:42.366 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v1tov2.xml.log cannot be parsed 04:02:42.366 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v1tov2.xml.trs cannot be parsed 04:02:42.367 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v2tov1.options cannot be parsed 04:02:42.367 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v2tov1.source cannot be parsed 04:02:42.368 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v2tov1.xml.log cannot be parsed 04:02:42.368 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.v2tov1.xml.trs cannot be parsed 04:02:42.369 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.xml.log cannot be parsed 04:02:42.369 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-4distances.xml.trs cannot be parsed 04:02:42.370 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-8n2c-cpusets.xml.log cannot be parsed 04:02:42.370 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16amd64-8n2c-cpusets.xml.trs cannot be parsed 04:02:42.371 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t-offlines.xml.log cannot be parsed 04:02:42.371 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t-offlines.xml.trs cannot be parsed 04:02:42.371 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.console.options cannot be parsed 04:02:42.372 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.console.output cannot be parsed 04:02:42.372 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.console.output.log cannot be parsed 04:02:42.372 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.console.output.trs cannot be parsed 04:02:42.372 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.console.source cannot be parsed 04:02:42.373 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.xml.log cannot be parsed 04:02:42.373 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16em64t-4s2c2t.xml.trs cannot be parsed 04:02:42.374 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.nocollapse.options cannot be parsed 04:02:42.374 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.nocollapse.output cannot be parsed 04:02:42.374 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.nocollapse.output.log cannot be parsed 04:02:42.375 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.nocollapse.output.trs cannot be parsed 04:02:42.375 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.nocollapse.source cannot be parsed 04:02:42.375 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.options cannot be parsed 04:02:42.375 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.output cannot be parsed 04:02:42.376 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.output.log cannot be parsed 04:02:42.376 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.output.trs cannot be parsed 04:02:42.376 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.console.source cannot be parsed 04:02:42.378 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.xml.log cannot be parsed 04:02:42.379 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/16intel64-manyVFs.xml.trs cannot be parsed 04:02:42.382 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/192em64t-12gr2n8c2t.xml.log cannot be parsed 04:02:42.382 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/192em64t-12gr2n8c2t.xml.trs cannot be parsed 04:02:42.385 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/192em64t-24n8c2t.xml.log cannot be parsed 04:02:42.386 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/192em64t-24n8c2t.xml.trs cannot be parsed 04:02:42.387 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/24em64t-2n6c2t-pci.xml.log cannot be parsed 04:02:42.387 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/24em64t-2n6c2t-pci.xml.trs cannot be parsed 04:02:42.387 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoD.nogroups.v1tov2.options cannot be parsed 04:02:42.387 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoD.nogroups.v1tov2.source cannot be parsed 04:02:42.388 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoD.nogroups.v1tov2.xml.log cannot be parsed 04:02:42.388 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoD.nogroups.v1tov2.xml.trs cannot be parsed 04:02:42.389 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoDgroups.v1tov2.source cannot be parsed 04:02:42.390 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoDgroups.v1tov2.xml.log cannot be parsed 04:02:42.390 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/28intel64-2p2g7c-CoDgroups.v1tov2.xml.trs cannot be parsed 04:02:42.391 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/2intel64-1n2c-numaroot.v1tov2.source cannot be parsed 04:02:42.392 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/2intel64-1n2c-numaroot.v1tov2.xml.log cannot be parsed 04:02:42.392 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/2intel64-1n2c-numaroot.v1tov2.xml.trs cannot be parsed 04:02:42.392 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-noio.options cannot be parsed 04:02:42.392 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-noio.source cannot be parsed 04:02:42.393 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-noio.xml.log cannot be parsed 04:02:42.393 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-noio.xml.trs cannot be parsed 04:02:42.394 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-normalio.source cannot be parsed 04:02:42.395 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-normalio.xml.log cannot be parsed 04:02:42.395 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-normalio.xml.trs cannot be parsed 04:02:42.395 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-wholeio.options cannot be parsed 04:02:42.396 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-wholeio.xml.log cannot be parsed 04:02:42.396 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/32em64t-2n8c2t-pci-wholeio.xml.trs cannot be parsed 04:02:42.397 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.console.env cannot be parsed 04:02:42.397 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.console.options cannot be parsed 04:02:42.397 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.console.output cannot be parsed 04:02:42.397 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.console.output.log cannot be parsed 04:02:42.398 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.console.output.trs cannot be parsed 04:02:42.398 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.console.source cannot be parsed 04:02:42.398 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.options cannot be parsed 04:02:42.400 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.xml.log cannot be parsed 04:02:42.400 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-3g2n+2n-irregulargroups+pci.xml.trs cannot be parsed 04:02:42.400 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v1tov2.source cannot be parsed 04:02:42.401 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml.log cannot be parsed 04:02:42.401 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v1tov2.xml.trs cannot be parsed 04:02:42.401 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v2tov1.options cannot be parsed 04:02:42.402 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v2tov1.source cannot be parsed 04:02:42.403 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml.log cannot be parsed 04:02:42.403 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.v2tov1.xml.trs cannot be parsed 04:02:42.404 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.xml.log cannot be parsed 04:02:42.404 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/64intel64-fakeKNL-SNC4-hybrid.xml.trs cannot be parsed 04:02:42.405 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8em64t-2p2ca2co-nonodesets.v1tov2.source cannot be parsed 04:02:42.405 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8em64t-2p2ca2co-nonodesets.v1tov2.xml.log cannot be parsed 04:02:42.406 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8em64t-2p2ca2co-nonodesets.v1tov2.xml.trs cannot be parsed 04:02:42.406 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8ia64-2n2s2c+1n.v1tov2.source cannot be parsed 04:02:42.407 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8ia64-2n2s2c+1n.v1tov2.xml.log cannot be parsed 04:02:42.407 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8ia64-2n2s2c+1n.v1tov2.xml.trs cannot be parsed 04:02:42.408 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.source cannot be parsed 04:02:42.408 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml.log cannot be parsed 04:02:42.409 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v1tov2.xml.trs cannot be parsed 04:02:42.409 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.options cannot be parsed 04:02:42.409 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.source cannot be parsed 04:02:42.410 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml.log cannot be parsed 04:02:42.410 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.v2tov1.xml.trs cannot be parsed 04:02:42.411 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml.log cannot be parsed 04:02:42.411 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/8intel64-fakeKNL-A2A-hybrid.rootattachednumas.xml.trs cannot be parsed 04:02:42.412 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/96em64t-4n4d3ca2co-pci.xml.log cannot be parsed 04:02:42.413 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/96em64t-4n4d3ca2co-pci.xml.trs cannot be parsed 04:02:42.413 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/Makefile cannot be parsed 04:02:42.413 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/Makefile.am cannot be parsed 04:02:42.414 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/Makefile.in cannot be parsed 04:02:42.414 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/fakeheterodistances.xml.log cannot be parsed 04:02:42.415 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/fakeheterodistances.xml.trs cannot be parsed 04:02:42.415 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/test-suite.log cannot be parsed 04:02:42.415 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/test-topology.sh cannot be parsed 04:02:42.415 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xml/test-topology.sh.in cannot be parsed 04:02:42.416 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xmlbuffer cannot be parsed 04:02:42.416 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xmlbuffer.c cannot be parsed 04:02:42.416 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xmlbuffer.gcda cannot be parsed 04:02:42.417 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xmlbuffer.gcno cannot be parsed 04:02:42.417 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xmlbuffer.log cannot be parsed 04:02:42.417 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xmlbuffer.o cannot be parsed 04:02:42.417 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/hwloc/xmlbuffer.trs cannot be parsed 04:02:42.418 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/Makefile cannot be parsed 04:02:42.418 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/Makefile.am cannot be parsed 04:02:42.418 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/Makefile.in cannot be parsed 04:02:42.419 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/avakas.txz cannot be parsed 04:02:42.419 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/plafrim.txz cannot be parsed 04:02:42.419 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/plafrim2.txz cannot be parsed 04:02:42.419 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/scotch.txz cannot be parsed 04:02:42.420 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/tests_draw.txt cannot be parsed 04:02:42.420 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/tests_extract.txt cannot be parsed 04:02:42.420 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/tests_mpiscotch.txt cannot be parsed 04:02:42.420 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/data/tests_scotch.txt cannot be parsed 04:02:42.421 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/tests.sh cannot be parsed 04:02:42.421 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/tests/netloc/tests.sh.in cannot be parsed 04:02:42.421 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/Makefile cannot be parsed 04:02:42.421 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/Makefile.am cannot be parsed 04:02:42.422 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/Makefile.in cannot be parsed 04:02:42.422 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.deps/common-ps.Plo cannot be parsed 04:02:42.422 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.deps/hwloc-annotate.Po cannot be parsed 04:02:42.423 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.deps/hwloc-bind.Po cannot be parsed 04:02:42.423 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.deps/hwloc-calc.Po cannot be parsed 04:02:42.423 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.deps/hwloc-diff.Po cannot be parsed 04:02:42.423 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.deps/hwloc-distrib.Po cannot be parsed 04:02:42.424 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.deps/hwloc-gather-cpuid.Po cannot be parsed 04:02:42.424 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.deps/hwloc-info.Po cannot be parsed 04:02:42.424 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.deps/hwloc-patch.Po cannot be parsed 04:02:42.425 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.deps/hwloc-ps.Po cannot be parsed 04:02:42.425 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.deps/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.Po cannot be parsed 04:02:42.425 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.deps/hwloc_dump_hwdata-hwloc-dump-hwdata.Po cannot be parsed 04:02:42.426 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/common-ps.o cannot be parsed 04:02:42.426 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/hwloc-annotate cannot be parsed 04:02:42.426 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/hwloc-bind cannot be parsed 04:02:42.426 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/hwloc-calc cannot be parsed 04:02:42.427 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/hwloc-diff cannot be parsed 04:02:42.428 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/hwloc-distrib cannot be parsed 04:02:42.428 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/hwloc-dump-hwdata cannot be parsed 04:02:42.429 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/hwloc-gather-cpuid cannot be parsed 04:02:42.429 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/hwloc-info cannot be parsed 04:02:42.429 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/hwloc-patch cannot be parsed 04:02:42.430 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/hwloc-ps cannot be parsed 04:02:42.430 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/libutils_common.a cannot be parsed 04:02:42.430 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/.libs/libutils_common.la cannot be parsed 04:02:42.430 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/Makefile cannot be parsed 04:02:42.431 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/Makefile.am cannot be parsed 04:02:42.431 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/Makefile.in cannot be parsed 04:02:42.431 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/common-ps.c cannot be parsed 04:02:42.432 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/common-ps.h cannot be parsed 04:02:42.432 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/common-ps.lo cannot be parsed 04:02:42.432 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-annotate cannot be parsed 04:02:42.433 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-annotate.1 cannot be parsed 04:02:42.433 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-annotate.1in cannot be parsed 04:02:42.433 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-annotate.c cannot be parsed 04:02:42.433 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-annotate.gcda cannot be parsed 04:02:42.434 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-annotate.gcno cannot be parsed 04:02:42.434 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-annotate.o cannot be parsed 04:02:42.434 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-bind cannot be parsed 04:02:42.435 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-bind.1 cannot be parsed 04:02:42.435 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-bind.1in cannot be parsed 04:02:42.435 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-bind.c cannot be parsed 04:02:42.435 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-bind.gcno cannot be parsed 04:02:42.436 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-bind.o cannot be parsed 04:02:42.436 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-calc cannot be parsed 04:02:42.436 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-calc.1 cannot be parsed 04:02:42.436 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-calc.1in cannot be parsed 04:02:42.437 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-calc.c cannot be parsed 04:02:42.437 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-calc.gcda cannot be parsed 04:02:42.437 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-calc.gcno cannot be parsed 04:02:42.438 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-calc.h cannot be parsed 04:02:42.438 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-calc.o cannot be parsed 04:02:42.438 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-compress-dir cannot be parsed 04:02:42.438 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-compress-dir.1 cannot be parsed 04:02:42.439 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-compress-dir.1in cannot be parsed 04:02:42.439 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-compress-dir.in cannot be parsed 04:02:42.439 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-diff cannot be parsed 04:02:42.439 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-diff.1 cannot be parsed 04:02:42.440 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-diff.1in cannot be parsed 04:02:42.440 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-diff.c cannot be parsed 04:02:42.440 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-diff.gcda cannot be parsed 04:02:42.440 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-diff.gcno cannot be parsed 04:02:42.441 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-diff.o cannot be parsed 04:02:42.441 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-distrib cannot be parsed 04:02:42.441 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-distrib.1 cannot be parsed 04:02:42.442 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-distrib.1in cannot be parsed 04:02:42.442 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-distrib.c cannot be parsed 04:02:42.442 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-distrib.gcda cannot be parsed 04:02:42.442 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-distrib.gcno cannot be parsed 04:02:42.443 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-distrib.o cannot be parsed 04:02:42.443 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-dump-hwdata cannot be parsed 04:02:42.443 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-dump-hwdata-knl.c cannot be parsed 04:02:42.443 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-dump-hwdata.1 cannot be parsed 04:02:42.444 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-dump-hwdata.1in cannot be parsed 04:02:42.444 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-dump-hwdata.c cannot be parsed 04:02:42.444 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-cpuid cannot be parsed 04:02:42.444 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-cpuid.1 cannot be parsed 04:02:42.445 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-cpuid.1in cannot be parsed 04:02:42.445 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-cpuid.c cannot be parsed 04:02:42.445 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-cpuid.gcda cannot be parsed 04:02:42.445 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-cpuid.gcno cannot be parsed 04:02:42.446 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-cpuid.o cannot be parsed 04:02:42.446 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-topology cannot be parsed 04:02:42.446 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-topology.1 cannot be parsed 04:02:42.447 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-topology.1in cannot be parsed 04:02:42.447 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-gather-topology.in cannot be parsed 04:02:42.447 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-info cannot be parsed 04:02:42.447 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-info.1 cannot be parsed 04:02:42.448 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-info.1in cannot be parsed 04:02:42.448 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-info.c cannot be parsed 04:02:42.448 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-info.gcda cannot be parsed 04:02:42.448 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-info.gcno cannot be parsed 04:02:42.449 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-info.o cannot be parsed 04:02:42.449 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-patch cannot be parsed 04:02:42.449 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-patch.1 cannot be parsed 04:02:42.449 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-patch.1in cannot be parsed 04:02:42.450 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-patch.c cannot be parsed 04:02:42.450 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-patch.gcda cannot be parsed 04:02:42.450 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-patch.gcno cannot be parsed 04:02:42.451 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-patch.o cannot be parsed 04:02:42.451 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-ps cannot be parsed 04:02:42.451 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-ps.1 cannot be parsed 04:02:42.451 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-ps.1in cannot be parsed 04:02:42.452 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-ps.c cannot be parsed 04:02:42.452 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-ps.gcno cannot be parsed 04:02:42.452 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc-ps.o cannot be parsed 04:02:42.452 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc.7 cannot be parsed 04:02:42.453 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc.7in cannot be parsed 04:02:42.453 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.gcda cannot be parsed 04:02:42.453 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.gcno cannot be parsed 04:02:42.454 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o cannot be parsed 04:02:42.454 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata.gcda cannot be parsed 04:02:42.454 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata.gcno cannot be parsed 04:02:42.454 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata.o cannot be parsed 04:02:42.455 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/libutils_common.la cannot be parsed 04:02:42.455 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/misc.h cannot be parsed 04:02:42.455 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-fake-plugin.sh cannot be parsed 04:02:42.455 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-fake-plugin.sh.in cannot be parsed 04:02:42.457 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-annotate.sh cannot be parsed 04:02:42.457 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-annotate.sh.in cannot be parsed 04:02:42.458 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-annotate.sh.log cannot be parsed 04:02:42.458 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-annotate.sh.trs cannot be parsed 04:02:42.458 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-calc.output cannot be parsed 04:02:42.458 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-calc.sh cannot be parsed 04:02:42.459 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-calc.sh.in cannot be parsed 04:02:42.459 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-calc.sh.log cannot be parsed 04:02:42.459 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-calc.sh.trs cannot be parsed 04:02:42.459 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-compress-dir.input.tar.gz cannot be parsed 04:02:42.460 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-compress-dir.output.tar.gz cannot be parsed 04:02:42.460 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-compress-dir.sh cannot be parsed 04:02:42.460 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-compress-dir.sh.in cannot be parsed 04:02:42.460 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-compress-dir.sh.log cannot be parsed 04:02:42.461 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-compress-dir.sh.trs cannot be parsed 04:02:42.462 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-diffpatch.sh cannot be parsed 04:02:42.462 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-diffpatch.sh.in cannot be parsed 04:02:42.462 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-diffpatch.sh.log cannot be parsed 04:02:42.463 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-diffpatch.sh.trs cannot be parsed 04:02:42.463 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-distrib.output cannot be parsed 04:02:42.463 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-distrib.sh cannot be parsed 04:02:42.463 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-distrib.sh.in cannot be parsed 04:02:42.464 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-distrib.sh.log cannot be parsed 04:02:42.464 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-distrib.sh.trs cannot be parsed 04:02:42.464 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/Makefile cannot be parsed 04:02:42.464 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/Makefile.am cannot be parsed 04:02:42.465 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/Makefile.in cannot be parsed 04:02:42.465 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/knl-snc4h50.tar.bz2 cannot be parsed 04:02:42.466 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/knl-snc4h50.tar.bz2.log cannot be parsed 04:02:42.466 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/knl-snc4h50.tar.bz2.trs cannot be parsed 04:02:42.466 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/test-hwloc-dump-hwdata.sh cannot be parsed 04:02:42.466 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/test-hwloc-dump-hwdata.sh.in cannot be parsed 04:02:42.467 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-dump-hwdata/test-suite.log cannot be parsed 04:02:42.467 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-info.output cannot be parsed 04:02:42.467 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-info.sh cannot be parsed 04:02:42.467 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-info.sh.in cannot be parsed 04:02:42.468 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-info.sh.log cannot be parsed 04:02:42.468 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-hwloc-info.sh.trs cannot be parsed 04:02:42.468 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/hwloc/test-suite.log cannot be parsed 04:02:42.468 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo-lstopo-ascii.Po cannot be parsed 04:02:42.469 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo-lstopo-cairo.Po cannot be parsed 04:02:42.469 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo-lstopo-draw.Po cannot be parsed 04:02:42.469 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo-lstopo-fig.Po cannot be parsed 04:02:42.470 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo-lstopo-shmem.Po cannot be parsed 04:02:42.470 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo-lstopo-svg.Po cannot be parsed 04:02:42.470 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo-lstopo-text.Po cannot be parsed 04:02:42.470 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo-lstopo-windows.Po cannot be parsed 04:02:42.471 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo-lstopo-xml.Po cannot be parsed 04:02:42.471 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo-lstopo.Po cannot be parsed 04:02:42.471 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_no_graphics-lstopo-ascii.Po cannot be parsed 04:02:42.471 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_no_graphics-lstopo-draw.Po cannot be parsed 04:02:42.472 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_no_graphics-lstopo-fig.Po cannot be parsed 04:02:42.472 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_no_graphics-lstopo-shmem.Po cannot be parsed 04:02:42.472 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_no_graphics-lstopo-svg.Po cannot be parsed 04:02:42.473 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_no_graphics-lstopo-text.Po cannot be parsed 04:02:42.473 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_no_graphics-lstopo-xml.Po cannot be parsed 04:02:42.473 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_no_graphics-lstopo.Po cannot be parsed 04:02:42.473 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_win-lstopo-ascii.Po cannot be parsed 04:02:42.474 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_win-lstopo-cairo.Po cannot be parsed 04:02:42.474 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_win-lstopo-draw.Po cannot be parsed 04:02:42.474 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_win-lstopo-fig.Po cannot be parsed 04:02:42.474 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_win-lstopo-shmem.Po cannot be parsed 04:02:42.475 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_win-lstopo-svg.Po cannot be parsed 04:02:42.475 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_win-lstopo-text.Po cannot be parsed 04:02:42.475 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_win-lstopo-windows.Po cannot be parsed 04:02:42.475 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_win-lstopo-xml.Po cannot be parsed 04:02:42.476 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.deps/lstopo_win-lstopo.Po cannot be parsed 04:02:42.476 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.libs/lstopo cannot be parsed 04:02:42.476 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/.libs/lstopo-no-graphics cannot be parsed 04:02:42.476 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/Makefile cannot be parsed 04:02:42.477 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/Makefile.am cannot be parsed 04:02:42.477 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/Makefile.in cannot be parsed 04:02:42.477 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo cannot be parsed 04:02:42.477 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-ascii.c cannot be parsed 04:02:42.478 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-cairo.c cannot be parsed 04:02:42.478 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-draw.c cannot be parsed 04:02:42.478 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-fig.c cannot be parsed 04:02:42.478 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-ascii.gcno cannot be parsed 04:02:42.479 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-ascii.o cannot be parsed 04:02:42.479 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-cairo.gcno cannot be parsed 04:02:42.479 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-cairo.o cannot be parsed 04:02:42.479 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-draw.gcno cannot be parsed 04:02:42.480 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-draw.o cannot be parsed 04:02:42.480 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-fig.gcno cannot be parsed 04:02:42.480 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-fig.o cannot be parsed 04:02:42.481 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-shmem.gcno cannot be parsed 04:02:42.481 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-shmem.o cannot be parsed 04:02:42.481 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-svg.gcno cannot be parsed 04:02:42.483 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-svg.o cannot be parsed 04:02:42.483 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-text.gcno cannot be parsed 04:02:42.483 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-text.o cannot be parsed 04:02:42.483 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-xml.gcno cannot be parsed 04:02:42.484 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo-xml.o cannot be parsed 04:02:42.484 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo.gcno cannot be parsed 04:02:42.484 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-lstopo.o cannot be parsed 04:02:42.485 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-no-graphics cannot be parsed 04:02:42.485 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-no-graphics.1 cannot be parsed 04:02:42.485 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-no-graphics.1in cannot be parsed 04:02:42.485 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-shmem.c cannot be parsed 04:02:42.486 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-svg.c cannot be parsed 04:02:42.486 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-text.c cannot be parsed 04:02:42.486 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-windows.c cannot be parsed 04:02:42.486 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo-xml.c cannot be parsed 04:02:42.487 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo.c cannot be parsed 04:02:42.487 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo.desktop cannot be parsed 04:02:42.487 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo.h cannot be parsed 04:02:42.487 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-ascii.gcda cannot be parsed 04:02:42.488 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-ascii.gcno cannot be parsed 04:02:42.488 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-ascii.o cannot be parsed 04:02:42.488 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-draw.gcda cannot be parsed 04:02:42.488 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-draw.gcno cannot be parsed 04:02:42.489 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-draw.o cannot be parsed 04:02:42.489 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-fig.gcda cannot be parsed 04:02:42.489 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-fig.gcno cannot be parsed 04:02:42.489 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-fig.o cannot be parsed 04:02:42.490 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-shmem.gcda cannot be parsed 04:02:42.490 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-shmem.gcno cannot be parsed 04:02:42.490 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-shmem.o cannot be parsed 04:02:42.491 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-svg.gcda cannot be parsed 04:02:42.491 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-svg.gcno cannot be parsed 04:02:42.491 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-svg.o cannot be parsed 04:02:42.492 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-text.gcda cannot be parsed 04:02:42.492 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-text.gcno cannot be parsed 04:02:42.492 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-text.o cannot be parsed 04:02:42.492 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-xml.gcda cannot be parsed 04:02:42.493 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-xml.gcno cannot be parsed 04:02:42.493 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo-xml.o cannot be parsed 04:02:42.493 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo.gcda cannot be parsed 04:02:42.494 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo.gcno cannot be parsed 04:02:42.495 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/lstopo_no_graphics-lstopo.o cannot be parsed 04:02:42.495 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo-shmem.sh cannot be parsed 04:02:42.495 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo-shmem.sh.in cannot be parsed 04:02:42.495 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo-shmem.sh.log cannot be parsed 04:02:42.496 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo-shmem.sh.trs cannot be parsed 04:02:42.496 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo.output cannot be parsed 04:02:42.496 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo.sh cannot be parsed 04:02:42.496 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo.sh.in cannot be parsed 04:02:42.497 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo.sh.log cannot be parsed 04:02:42.497 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-lstopo.sh.trs cannot be parsed 04:02:42.497 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/lstopo/test-suite.log cannot be parsed 04:02:42.497 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/.deps/netloc_draw_to_json.Po cannot be parsed 04:02:42.498 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/Makefile cannot be parsed 04:02:42.498 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/Makefile.am cannot be parsed 04:02:42.498 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/Makefile.in cannot be parsed 04:02:42.499 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/netloc_draw.js cannot be parsed 04:02:42.499 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/netloc_draw_to_json.c cannot be parsed 04:02:42.499 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/visdist/vis.min.css cannot be parsed 04:02:42.499 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/draw/visdist/vis.min.js cannot be parsed 04:02:42.500 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband/.deps/netloc_ib_extract_dats.Po cannot be parsed 04:02:42.500 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband/Makefile cannot be parsed 04:02:42.500 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband/Makefile.am cannot be parsed 04:02:42.500 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband/Makefile.in cannot be parsed 04:02:42.501 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband/README cannot be parsed 04:02:42.501 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband/netloc_ib_extract_dats.c cannot be parsed 04:02:42.501 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband/netloc_ib_gather_raw cannot be parsed 04:02:42.501 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/infiniband/netloc_ib_gather_raw.in cannot be parsed 04:02:42.502 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi/.deps/netloc_mpi_find_hosts-netloc_mpi_find_hosts.Po cannot be parsed 04:02:42.502 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi/.deps/netloc_mpi_rank_file.Po cannot be parsed 04:02:42.502 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi/.deps/netloc_rank_order.Po cannot be parsed 04:02:42.502 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi/Makefile cannot be parsed 04:02:42.503 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi/Makefile.am cannot be parsed 04:02:42.503 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi/Makefile.in cannot be parsed 04:02:42.503 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi/netloc_mpi_find_hosts.c cannot be parsed 04:02:42.503 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi/netloc_mpi_rank_file.c cannot be parsed 04:02:42.504 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/mpi/netloc_rank_order.c cannot be parsed 04:02:42.504 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/scotch/.deps/netlocscotch_get_arch.Po cannot be parsed 04:02:42.504 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/scotch/Makefile cannot be parsed 04:02:42.504 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/scotch/Makefile.am cannot be parsed 04:02:42.505 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/scotch/Makefile.in cannot be parsed 04:02:42.505 ERROR: Report /builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/utils/netloc/scotch/netlocscotch_get_arch.c cannot be parsed 04:02:42.577 WARN: Cannot find the file '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/hwloc/helper.h' in module 'tadaam:hwloc:github:v2.1' base dir '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff', skipping violations. 04:02:42.577 WARN: Cannot find the file '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/include/private/misc.h' in module 'tadaam:hwloc:github:v2.1' base dir '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff', skipping violations. 04:02:42.583 WARN: Cannot find the file '../../utils/hwloc/misc.h' in module 'tadaam:hwloc:github:v2.1' base dir '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff', skipping violations. 04:02:42.594 WARN: Cannot find the file './misc.h' in module 'tadaam:hwloc:github:v2.1' base dir '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff', skipping violations. 04:02:42.955 WARN: Cannot find the file '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff/contrib/misc/hwloc-tweak-osindex.c' in module 'tadaam:hwloc:github:v2.1' base dir '/builds/workspace/extended_v2.1/check-sonarscanner/hwloc-v2.1-20200706.2130.gite5549aff', skipping violations. 04:02:44.815 WARN: Preprocessor: 198 include directive error(s). This is only relevant if parser creates syntax errors. The preprocessor searches for include files in the with 'sonar.cxx.includeDirectories' defined directories and order. 04:02:44.815 WARN: Source code parser: 191 syntax error(s) detected. Syntax errors could cause invalid software metric values. Root cause are typically missing includes, missing macros or compiler specific extensions. + exit 0 [Pipeline] deleteDir [Pipeline] } [Pipeline] // dir [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] echo Build success. [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] End of Pipeline GitHub has been notified of this commit’s build result Finished: SUCCESS