SuccessConsole Output

Started by an SCM change
05:00:11 Connecting to https://api.github.com using bgoglin/****** (github bgoglin)
Obtained contrib/ci.inria.fr/Jenkinsfile-extended from 550b2be24bfd597e8b4e6c59acfb69d0f265af63
Running in Durability level: MAX_SURVIVABILITY
[Pipeline] stage
[Pipeline] { (Tarball)
[Pipeline] node
Running on Ubuntu_12.04_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA # 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/v1.11:refs/remotes/origin/v1.11
 > git config remote.origin.url https://github.com/open-mpi/hwloc.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/v1.11:refs/remotes/origin/v1.11 # timeout=10
 > git config remote.origin.url https://github.com/open-mpi/hwloc.git # timeout=10
Fetching without tags
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/v1.11:refs/remotes/origin/v1.11
Checking out Revision 550b2be24bfd597e8b4e6c59acfb69d0f265af63 (v1.11)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 550b2be24bfd597e8b4e6c59acfb69d0f265af63
Commit message: "pci+linux: warn and ignore non-16bits PCI domain"
 > git rev-list --no-walk e9514f89e65e3f270964183b6dc0b357ebd7945d # timeout=10
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA] Running shell script
+ git config --get remote.origin.url
[Pipeline] sh
[extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA] Running shell script
+ test v1.11
+ echo v1.11
[Pipeline] }
[Pipeline] // script
[Pipeline] sh
[extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA] Running shell script
+ contrib/ci.inria.fr/job-0-tarball.sh v1.11
############################
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
############################
+ branch=v1.11
+ test -z v1.11
+ echo Got GIT branch name v1.11
Got GIT branch name v1.11
+ test -f /builds/.ciprofile
+ . /builds/.ciprofile
+ export PATH=/builds/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
+ sed -r -e s@^.*/([^/]+)$@\1@ -e s/-.*//
+ echo v1.11
+ basebranch=v1.11
+ test -d /builds/local/hwloc-v1.11
+ export PATH=/builds/local/hwloc-v1.11/bin:/builds/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
+ echo using specific /builds/local/hwloc-v1.11
using specific /builds/local/hwloc-v1.11
+ rm -f hwloc-*.tar.gz hwloc-*.tar.bz2
+ automake --version
+ head -1
automake (GNU automake) 1.15
+ libtool --version
+ head -1
libtool (GNU libtool) 2.4.6
+ autoconf --version
+ head -1
autoconf (GNU Autoconf) 2.69
+ date +%Y%m%d.%H%M
+ git show --format=format:%h -s
+ snapshot=v1.11-20190314.0500.git550b2be
+ sed -e s/^snapshot_version=.*/snapshot_version=v1.11-20190314.0500.git550b2be/ -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-v1.11/autoconf-2.69/../bin/autoconf --force
autoreconf: running: /builds/local/hwloc-v1.11/autoconf-2.69/../bin/autoheader --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:87: installing './config/ar-lib'
configure.ac:49: 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'
doc/examples/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-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-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 for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /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 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 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 for ar... ar
checking the archiver (ar) interface... ar
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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
checking for hwloc version... v1.11-20190314.0500.git550b2be
checking if want hwloc maintainer support... disabled
checking for hwloc directory prefix... (none)
checking for hwloc symbol prefix... hwloc_
checking size of void *... 8
checking which OS support to include... Linux
checking which CPU support to include... x86_64
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for the C compiler vendor... gnu
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... yes
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking if gcc supports -fvisibility=hidden... yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
checking whether the C compiler rejects function calls with too many arguments... yes
checking whether the C compiler rejects function calls with too few arguments... yes
checking for unistd.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for strings.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for strcasecmp... yes
checking whether strcasecmp is declared... yes
checking whether function strcasecmp has a complete prototype... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking whether function strncasecmp has a complete prototype... yes
checking for strftime... yes
checking for setlocale... yes
checking for stdint.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for KAFFINITY... no
checking for PROCESSOR_CACHE_TYPE... no
checking for CACHE_DESCRIPTOR... no
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
checking for RelationProcessorPackage... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
checking for GROUP_AFFINITY... no
checking for PROCESSOR_RELATIONSHIP... no
checking for NUMA_NODE_RELATIONSHIP... no
checking for CACHE_RELATIONSHIP... no
checking for PROCESSOR_GROUP_INFO... no
checking for GROUP_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
checking for PSAPI_WORKING_SET_EX_BLOCK... no
checking for PSAPI_WORKING_SET_EX_INFORMATION... no
checking for PROCESSOR_NUMBER... no
checking for main in -lgdi32... no
checking for PostQuitMessage in -luser32... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking whether fabsf is declared... yes
checking for fabsf in -lm... yes
checking whether modff is declared... yes
checking for modff in -lm... yes
checking picl.h usability... no
checking picl.h presence... no
checking for picl.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_PAGESIZE is declared... yes
checking whether _SC_PAGE_SIZE is declared... yes
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... yes
checking whether CTL_HW is declared... no
checking whether HW_NCPU is declared... no
checking whether strtoull is declared... yes
checking for ssize_t... yes
checking whether snprintf is declared... yes
checking whether _strdup is declared... no
checking whether _putenv is declared... no
checking whether getprogname is declared... no
checking whether getexecname is declared... no
checking whether GetModuleFileName is declared... no
checking for program_invocation_name... yes
checking for __progname... yes
checking for pthread_t... yes
checking whether sched_getcpu is declared... yes
checking whether sched_setaffinity is declared... yes
checking whether function sched_setaffinity has a complete prototype... yes
checking for old prototype of sched_setaffinity... no
checking for working CPU_SET... yes
checking for working CPU_SET_S... yes
checking for working syscall... yes
checking for KERRIGHED... no
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... 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... no
checking for cpuset_setaffinity... no
checking for library containing pthread_getthrds_np... no
checking for cpuset_setid... no
checking numaif.h usability... yes
checking numaif.h presence... yes
checking for numaif.h... yes
checking for numa_available in -lnuma... yes
checking for set_mempolicy in -lnuma... yes
checking for mbind in -lnuma... yes
checking for migrate_pages in -lnuma... yes
checking for move_pages in -lnuma... yes
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... 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... 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 custom xml_nolibxml linux linuxpci pci xml_libxml x86
checking components to build as plugins... 
checking for a sed that does not truncate output... /builds/local/bin/sed

###
### 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... /usr/bin/w3m
checking for lynx... no
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 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... 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 time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for clock_gettime... no

###
### Configuring hwloc tests
###
checking for pthread_self in -lpthread... yes
checking for numa_available in -lnuma... (cached) 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 myriexpress.h usability... no
checking myriexpress.h presence... no
checking for myriexpress.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 how to print strings... printf
checking for a sed that does not truncate output... (cached) /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)... /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-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-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 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 that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/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 tests/Makefile
config.status: creating tests/linux/Makefile
config.status: creating tests/linux/allowed/Makefile
config.status: creating tests/linux/gather/Makefile
config.status: creating tests/xml/Makefile
config.status: creating tests/ports/Makefile
config.status: creating tests/rename/Makefile
config.status: creating tests/linux/allowed/test-topology.sh
config.status: creating tests/linux/gather/test-gather-topology.sh
config.status: creating tests/linux/test-topology.sh
config.status: creating tests/xml/test-topology.sh
config.status: creating tests/wrapper.sh
config.status: creating utils/hwloc/hwloc-assembler-remote
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-assembler.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-distances.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/lstopo/test-hwloc-ls.sh
config.status: creating contrib/systemd/Makefile
config.status: creating include/private/autogen/config.h
config.status: creating include/hwloc/autogen/config.h
config.status: linking src/topology-solaris.c to tests/ports/topology-solaris.c
config.status: linking src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
config.status: linking src/topology-aix.c to tests/ports/topology-aix.c
config.status: linking src/topology-osf.c to tests/ports/topology-osf.c
config.status: linking src/topology-windows.c to tests/ports/topology-windows.c
config.status: linking src/topology-darwin.c to tests/ports/topology-darwin.c
config.status: linking src/topology-freebsd.c to tests/ports/topology-freebsd.c
config.status: linking src/topology-netbsd.c to tests/ports/topology-netbsd.c
config.status: linking src/topology-hpux.c to tests/ports/topology-hpux.c
config.status: linking src/topology-bgq.c to tests/ports/topology-bgq.c
config.status: linking src/topology-opencl.c to tests/ports/topology-opencl.c
config.status: linking src/topology-cuda.c to tests/ports/topology-cuda.c
config.status: linking src/topology-nvml.c to tests/ports/topology-nvml.c
config.status: linking src/topology-gl.c to tests/ports/topology-gl.c
config.status: executing depfiles commands
config.status: executing chmoding-scripts commands
config.status: executing libtool commands

-----------------------------------------------------------------------------
Hwloc optional build support status (more details can be found above):

Probe / display I/O devices: PCI(pciaccess+linux)
Graphical output (Cairo):    yes
XML input / output:          full
libnuma memory support:      yes
Plugin support:              no
-----------------------------------------------------------------------------

+ make
Making all in src
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/src'
  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       misc.lo
  CC       base64.lo
  CC       topology-noos.lo
  CC       topology-synthetic.lo
  CC       topology-custom.lo
  CC       topology-xml.lo
topology-xml.c: In function ‘hwloc_export_obj_userdata’:
topology-xml.c:1687:7: warning: string length ‘2454’ is greater than the length ‘509’ ISO C90 compilers are required to support [-Woverlength-strings]
topology-xml.c:1694:7: warning: string length ‘2255’ is greater than the length ‘509’ ISO C90 compilers are required to support [-Woverlength-strings]
  CC       topology-xml-nolibxml.lo
  CC       topology-xml-libxml.lo
  CC       topology-pci.lo
  CC       topology-linux.lo
topology-linux.c: In function ‘look_sysfscpu’:
topology-linux.c:3668:33: warning: ‘mycoreid’ may be used uninitialized in this function [-Wuninitialized]
  CC       topology-hardwired.lo
  CC       topology-x86.lo
  CCLD     libhwloc.la
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/src'
Making all in include
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include'
Making all in utils
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/utils'
Making all in hwloc
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/utils/hwloc'
  CC       hwloc-annotate.o
  CCLD     hwloc-annotate
  CC       hwloc-assembler.o
  CCLD     hwloc-assembler
  CC       hwloc-bind.o
  CCLD     hwloc-bind
  CC       hwloc-calc.o
  CCLD     hwloc-calc
  CC       hwloc-diff.o
  CCLD     hwloc-diff
  CC       hwloc-distances.o
  CCLD     hwloc-distances
  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
hwloc-ps.c: In function ‘one_process’:
hwloc-ps.c:192:11: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  CCLD     hwloc-ps
  CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
  CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
hwloc-dump-hwdata-knl.c: In function ‘print_result’:
hwloc-dump-hwdata-knl.c:453:38: warning: C++ style comments are not allowed in ISO C90 [enabled by default]
hwloc-dump-hwdata-knl.c:453:38: warning: (this will be reported only once per input file) [enabled by default]
  CCLD     hwloc-dump-hwdata
Creating hwloc.7 man page...
Creating hwloc-annotate.1 man page...
Creating hwloc-assembler.1 man page...
Creating hwloc-assembler-remote.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-distances.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-dump-hwdata.1 man page...
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/utils/hwloc'
Making all in lstopo
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/utils/lstopo'
  CC       lstopo_no_graphics-lstopo.o
lstopo.c: In function ‘add_process_objects’:
lstopo.c:264:13: warning: ISO C90 forbids array ‘task_name’ whose size can’t be evaluated [-Wvla]
  CC       lstopo_no_graphics-lstopo-color.o
  CC       lstopo_no_graphics-lstopo-draw.o
  CC       lstopo_no_graphics-lstopo-fig.o
  CC       lstopo_no_graphics-lstopo-ascii.o
  CC       lstopo_no_graphics-lstopo-text.o
  CC       lstopo_no_graphics-lstopo-xml.o
  CCLD     lstopo-no-graphics
  CC       lstopo-lstopo.o
lstopo.c: In function ‘add_process_objects’:
lstopo.c:264:13: warning: ISO C90 forbids array ‘task_name’ whose size can’t be evaluated [-Wvla]
  CC       lstopo-lstopo-color.o
  CC       lstopo-lstopo-draw.o
  CC       lstopo-lstopo-fig.o
  CC       lstopo-lstopo-ascii.o
  CC       lstopo-lstopo-text.o
  CC       lstopo-lstopo-xml.o
  CC       lstopo-lstopo-cairo.o
  CCLD     lstopo
Creating lstopo-no-graphics.1 man page...
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/utils/lstopo'
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/utils'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/utils'
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/utils'
Making all in tests
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests'
Making all in .
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests'
Making all in ports
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/ports'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/ports'
Making all in xml
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/xml'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/xml'
Making all in linux
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/linux'
Making all in .
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/linux'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/linux'
Making all in allowed
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/linux/allowed'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/linux/allowed'
Making all in gather
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/linux/gather'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/linux/gather'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/linux'
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests'
Making all in contrib/systemd
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/contrib/systemd'
Creating hwloc-dump-hwdata.service...
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/contrib/systemd'
Making all in doc
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc'
/bin/mkdir -p images
/usr/bin/fig2dev -m 1.5 -L png images/diagram.fig images/diagram.png
/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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc'
Making all in examples
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc/examples'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc/examples'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc'
rm -fr doxygen-doc
/usr/bin/doxygen /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc/doxygen.cfg
warning: ignoring unsupported tag `MARKDOWN_SUPPORT       =' at line 245, file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc/doxygen.cfg
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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc
Searching for example files...
Searching for files in directory /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc
Searching for images...
Searching for files in directory /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc/images
Searching for files in directory /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc/images
Searching for dot files...
Searching for msc files...
Searching for files to exclude
Searching for files to process...
Reading and parsing tag files
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc/hwloc.doxy...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc/hwloc.doxy...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/helper.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/helper.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/bitmap.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/bitmap.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/linux.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/linux.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/linux-libnuma.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/linux-libnuma.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/glibc-sched.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/glibc-sched.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/opencl.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/opencl.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/cuda.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/cuda.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/cudart.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/cudart.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/nvml.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/nvml.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/gl.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/gl.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/intel-mic.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/intel-mic.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/openfabrics-verbs.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/openfabrics-verbs.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/myriexpress.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/myriexpress.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/diff.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/diff.h...
Preprocessing /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/plugins.h...
Parsing file /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include/hwloc/plugins.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 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...
Creating members for template instances...
Computing class relations...
Add enum values to enums...
Searching for member function documentation...
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...
Generating citations page...
Counting data structures...
Resolving user defined references...
Finding anchors and sections in the documentation...
Combining using relations...
Adding members to index pages...
Generating style sheet...
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 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 myriexpress.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 file documentation...
Generating page documentation...
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 multinode...
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 group documentation...
Generating class documentation...
Generating docs for compound hwloc_backend...
Generating docs for compound hwloc_component...
Generating docs for compound hwloc_disc_component...
Generating docs for compound hwloc_distances_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_osdev_attr_s...
Generating docs for nested compound hwloc_obj_attr_u::hwloc_pcidev_attr_s...
Generating docs for compound hwloc_obj_info_s...
Generating docs for compound hwloc_obj_memory_s...
Generating docs for nested compound hwloc_obj_memory_s::hwloc_obj_memory_page_type_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 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 index...
Generating file member index...
Generating example index...
finalizing index lists...
symbol cache used 514/65536 hits=21219 misses=514
lookup cache used 687/65536 hits=5028 misses=721
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; \
	/builds/local/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 /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc/doxygen-doc/hwloc-letter.pdf
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
(./letter-refman.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
(/usr/share/texmf-texlive/tex/latex/base/book.cls
Document Class: book 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/bk10.clo))
(/usr/share/texmf-texlive/tex/latex/base/makeidx.sty)
(/usr/share/texmf-texlive/tex/latex/natbib/natbib.sty)
(/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
(/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty)
(/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty
(/usr/share/texmf-texlive/tex/latex/graphics/trig.sty)
(/etc/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def)))
(/usr/share/texmf-texlive/tex/latex/tools/multicol.sty)
(/usr/share/texmf-texlive/tex/latex/float/float.sty)
(/usr/share/texmf-texlive/tex/latex/listings/listings.sty
(/usr/share/texmf-texlive/tex/latex/listings/lstmisc.sty)
(/usr/share/texmf-texlive/tex/latex/listings/listings.cfg))
(/usr/share/texmf-texlive/tex/latex/graphics/color.sty
(/etc/texmf/tex/latex/config/color.cfg))
(/usr/share/texmf-texlive/tex/latex/base/ifthen.sty)
(/usr/share/texmf/tex/latex/xcolor/xcolor.sty
(/etc/texmf/tex/latex/config/color.cfg)
(/usr/share/texmf-texlive/tex/latex/colortbl/colortbl.sty
(/usr/share/texmf-texlive/tex/latex/tools/array.sty)))
(/usr/share/texmf-texlive/tex/latex/base/textcomp.sty
(/usr/share/texmf-texlive/tex/latex/base/ts1enc.def))
(/usr/share/texmf-texlive/tex/latex/base/alltt.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifpdf.sty)
(/usr/share/texmf-texlive/tex/latex/hyperref/hyperref.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifvtex.sty)
(/usr/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty)
(/usr/share/texmf-texlive/tex/latex/oberdiek/hycolor.sty
(/usr/share/texmf-texlive/tex/latex/oberdiek/xcolor-patch.sty))
(/usr/share/texmf-texlive/tex/latex/hyperref/pd1enc.def)
(/usr/share/texmf-texlive/tex/generic/oberdiek/etexcmds.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/infwarerr.sty))
(/usr/share/texmf-texlive/tex/latex/latexconfig/hyperref.cfg)
(/usr/share/texmf-texlive/tex/latex/oberdiek/kvoptions.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/kvsetkeys.sty))
(/usr/share/texmf-texlive/tex/latex/hyperref/puenc.def)
Implicit mode ON; LaTeX internals redefined
(/usr/share/texmf-texlive/tex/latex/hyperref/backref.sty)
(/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/bitset.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/intcalc.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/bigintcalc.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/pdftexcmds.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifluatex.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ltxcmds.sty))))
(/usr/share/texmf-texlive/tex/generic/oberdiek/atbegshi.sty))
*hyperref using driver hpdftex*
(/usr/share/texmf-texlive/tex/latex/hyperref/hpdftex.def)
(/usr/share/texmf-texlive/tex/latex/base/inputenc.sty
(/usr/share/texmf-texlive/tex/latex/base/utf8.def
(/usr/share/texmf-texlive/tex/latex/base/t1enc.dfu)
(/usr/share/texmf-texlive/tex/latex/base/ot1enc.dfu)
(/usr/share/texmf-texlive/tex/latex/base/omsenc.dfu)
(/usr/share/texmf-texlive/tex/latex/base/ts1enc.dfu)))
(/usr/share/texmf-texlive/tex/latex/psnfss/mathptmx.sty)
(/usr/share/texmf-texlive/tex/latex/psnfss/helvet.sty)
(/usr/share/texmf-texlive/tex/latex/psnfss/courier.sty)
(/usr/share/texmf-texlive/tex/latex/sectsty/sectsty.sty)
(/usr/share/texmf-texlive/tex/latex/tocloft/tocloft.sty

Package tocloft Note: The document has chapter divisions.

) (./doxygen.sty (/usr/share/texmf-texlive/tex/latex/tools/calc.sty)
(/usr/share/texmf-texlive/tex/latex/fancyhdr/fancyhdr.sty)
(/usr/share/texmf-texlive/tex/latex/tools/longtable.sty)
(/usr/share/texmf-texlive/tex/latex/tools/verbatim.sty)
(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
(/usr/share/texmf-texlive/tex/latex/base/t1enc.def)))
(/usr/share/texmf-texlive/tex/latex/listings/lstlang1.sty)
(/usr/share/texmf-texlive/tex/latex/listings/lstlang1.sty)
(/usr/share/texmf-texlive/tex/latex/listings/lstmisc.sty)
(/usr/share/texmf-texlive/tex/latex/psnfss/times.sty)
Writing index file letter-refman.idx
No file letter-refman.aux.
(/usr/share/texmf-texlive/tex/latex/base/ts1cmr.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/t1phv.fd)
(/usr/share/texmf-texlive/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/share/texmf-texlive/tex/latex/hyperref/nameref.sty
(/usr/share/texmf-texlive/tex/latex/oberdiek/refcount.sty)) [1{/var/lib/texmf/f
onts/map/pdftex/updmap/pdftex.map}] [2]
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1phv.fd) [1] [2]
Chapter 1.
(./index.tex (/usr/share/texmf-texlive/tex/latex/psnfss/ts1phv.fd) [1]
(/usr/share/texmf-texlive/tex/latex/psnfss/t1pcr.fd) [2]
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1ztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/omlztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/omsztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/omxztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1ptm.fd) [3]
Underfull \hbox (badness 4634) in paragraph at lines 83--84
[]\T1/phv/m/n/10 libpciaccess for full -I/-O de-vice dis-cov-ery (\T1/pcr/m/n/1
0 libpciaccess-devel \T1/phv/m/n/10 or

Underfull \hbox (badness 931) in paragraph at lines 89--90
[]\T1/phv/m/n/10 the -N-V--C-O-N-T-R-O-L -X ex-ten-sion li-brary (-N-V-Ctrl) fo
r -N-V-I-D-I-A dis-play dis-cov-

Underfull \hbox (badness 10000) in paragraph at lines 89--90
\T1/pcr/m/n/10 ://download.-nvidia.-com/-X-Free86/nvidia-settings/[][] \T1/phv/
m/n/10 and
[4] <dudley.png, id=81, 829.0975pt x 301.125pt> <use dudley.png>
<hagrid.png, id=83, 901.3675pt x 291.0875pt> <use hagrid.png>
Underfull \hbox (badness 10000) in paragraph at lines 158--160

[5 <./dudley.png (PNG copy)>] <emmett.png, id=91, 740.7675pt x 230.8625pt>
<use emmett.png> [6 <./hagrid.png (PNG copy)> <./emmett.png (PNG copy)>]
[7] <ppc64-with-smt.png, id=121, 1206.5075pt x 130.4875pt>
<use ppc64-with-smt.png>
Underfull \hbox (badness 10000) in paragraph at lines 230--232

<ppc64-without-smt.png, id=122, 580.1675pt x 130.4875pt>
<use ppc64-without-smt.png>
<ppc64-full-with-smt.png, id=124, 1367.1075pt x 331.2375pt>
<use ppc64-full-with-smt.png>
Underfull \hbox (badness 10000) in paragraph at lines 250--252


Underfull \vbox (badness 10000) has occurred while \output is active [8 <./ppc6
4-with-smt.png (PNG copy)> <./ppc64-without-smt.png (PNG copy)> <./ppc64-full-w
ith-smt.png (PNG copy)>] (/usr/share/texmf-texlive/tex/latex/psnfss/ts1pcr.fd)
[9]
Underfull \vbox (badness 10000) has occurred while \output is active [10]
[11]
Overfull \hbox (54.32396pt too wide) in paragraph at lines 490--491
\T1/phv/m/n/10 -Bugs should be re-ported in the tracker ([][]\T1/pcr/m/n/10 htt
ps-://github.-com/open-mpi/hwloc/issues[][]\T1/phv/m/n/10 ).

Underfull \hbox (badness 2512) in paragraph at lines 497--498
\T1/phv/m/n/10 hwloc is the evo-lu-tion and merger of the libtopol-ogy ([][]\T1
/pcr/m/n/10 http-://runtime.-
[12]
Underfull \hbox (badness 2111) in paragraph at lines 499--500
[]\T1/phv/m/n/10 libtopology was ini-tially de-vel-oped by the in-ria -Runtime 
-Team--Project ([][]\T1/pcr/m/n/10 http-
) [13] [14]
Chapter 2.
(./a00001.tex [15] [16] <diagram.pdf, id=327, 673.51625pt x 690.58pt>
<use diagram.pdf>
Underfull \hbox (badness 10000) in paragraph at lines 80--82


Underfull \vbox (badness 10000) has occurred while \output is active [17])
[18 <./diagram.pdf>]
Chapter 3.
(./a00002.tex
Underfull \vbox (badness 10000) has occurred while \output is active [19]
[20] [21]) [22]
Chapter 4.
(./a00003.tex
Underfull \hbox (badness 10000) in paragraph at lines 17--18
[]\T1/phv/m/n/10 enforces the re-turn value of [][]hwloc-_-topology-_-is-_-

Underfull \hbox (badness 1931) in paragraph at lines 17--18
\T1/phv/m/n/10 thissystem()[][], as if [][]-H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L
-A-G-_--I-S-_--T-H-I-S-S-Y-S-T-E-M[][] was set
[23]
Underfull \hbox (badness 1371) in paragraph at lines 20--21
[]\T1/phv/m/n/10 -Get the set of al-lowed re-
[24]
Underfull \hbox (badness 776) in paragraph at lines 61--62
[]\T1/phv/m/n/10 loads files dumped by

Underfull \hbox (badness 772) in paragraph at lines 61--62
\T1/pcr/m/n/10 hwloc-dump-hwdata \T1/phv/m/n/10 (on -Linux) from the given di-r
ec-tory. -The de-fault
[25]) [26]
Chapter 5.
(./a00004.tex [27]) [28]
Chapter 6.
(./a00005.tex
Underfull \hbox (badness 2913) in paragraph at lines 15--16
[][][]\T1/pcr/m/n/10 -H-W-L-O-C-_--O-B-J-_--O-S-_--D-E-V-I-C-E[][] \T1/phv/m/n/
10 de-scribes an operating-system-specific han-dle
[29] [30] [31] <devel09-pci.png, id=543, 636.3775pt x 531.9875pt>
<use devel09-pci.png>
Underfull \hbox (badness 10000) in paragraph at lines 91--93


Underfull \vbox (badness 10000) has occurred while \output is active [32]
[33 <./devel09-pci.png (PNG copy)>]) [34]
Chapter 7.
(./a00006.tex
Overfull \hbox (32.79977pt too wide) in paragraph at lines 13--13
 []       \T1/pcr/m/n/7 BankLocation=[]"BANK 2"[] Vendor=Elpida SerialNumber=21
733667 AssetTag=9876543210[] 
[35]) [36]
Chapter 8.
(./a00007.tex [37]
Underfull \hbox (badness 1859) in paragraph at lines 30--31
\T1/phv/m/n/10 -The hwloc as-sem-bler scripts (see be-low) also add \T1/pcr/m/n
/10 -Assembler-Name \T1/phv/m/n/10 and \T1/pcr/m/n/10 -
[38] [39]) [40]
Chapter 9.
(./a00008.tex
Underfull \hbox (badness 10000) in paragraph at lines 11--12
[]\T1/phv/m/n/10 -The

Overfull \hbox (43.68097pt too wide) in paragraph at lines 12--13
[]
[41]
Overfull \hbox (37.63338pt too wide) in paragraph at lines 17--18
[]

Underfull \hbox (badness 1163) in paragraph at lines 18--19
[]\T1/phv/m/n/10 -A -P-O-W-E-R/-Power-P-C-specific gen-eral pro-ces-sor re-vi-s
ion

Overfull \hbox (19.17389pt too wide) in paragraph at lines 20--20
[]

Underfull \hbox (badness 10000) in paragraph at lines 20--20


Underfull \hbox (badness 10000) in paragraph at lines 20--21
[]\T1/phv/m/n/10 -Some -P-O-W-E-R/-
[42]
Underfull \hbox (badness 10000) in paragraph at lines 28--29
[]\T1/phv/m/n/10 -The ven-dor and

Underfull \hbox (badness 10000) in paragraph at lines 31--32
[]\T1/phv/m/n/10 -The ven-dor and

Underfull \hbox (badness 10000) in paragraph at lines 33--34
[]\T1/phv/m/n/10 -The

Underfull \hbox (badness 10000) in paragraph at lines 34--35
[]\T1/phv/m/n/10 -The

Overfull \hbox (83.20851pt too wide) in paragraph at lines 37--38
[]

Overfull \hbox (22.13512pt too wide) in paragraph at lines 39--40
[]

Underfull \hbox (badness 1226) in paragraph at lines 40--41
[]\T1/phv/m/n/10 -D-M-I hard-ware in-for-ma-
[43]
Overfull \hbox (78.84291pt too wide) in paragraph at lines 42--43
[]

Overfull \hbox (60.10564pt too wide) in paragraph at lines 44--45
[]
) [44]
Chapter 10.
(./a00009.tex [45]) [46]
Chapter 11.
(./a00010.tex [47] [48]) [49] [50]
Chapter 12.
(./a00011.tex [51]) [52]
Chapter 13.
(./a00012.tex
Underfull \hbox (badness 10000) in paragraph at lines 11--12
[][][]\T1/pcr/m/n/10 hwloc-_-topology-_-init()[][], [][]hwloc-_-topology-
[53]) [54]
Chapter 14.
(./a00013.tex [55]
Underfull \hbox (badness 1939) in paragraph at lines 31--32
[]\T1/phv/m/n/10 -Certain com-po-nent names (\T1/pcr/m/n/10 xml \T1/phv/m/n/10 
and \T1/pcr/m/n/10 synthetic\T1/phv/m/n/10 ) ac-cept an ar-gu-ment (e.-g.

Underfull \vbox (badness 10000) has occurred while \output is active [56]
[57]
Underfull \hbox (badness 10000) in paragraph at lines 66--67
[]\T1/phv/m/n/10 -Each of-fi-cially
[58]) [59] [60]
Chapter 15.
(./a00014.tex [61]
Underfull \hbox (badness 1466) in paragraph at lines 31--32
[]\T1/phv/m/n/10 -You can ei-ther copy all the config/hwloc$\OMS/ztmcm/m/n/10 ^
^C$\T1/phv/m/n/10 m4 files from the hwloc source tree

Underfull \hbox (badness 768) in paragraph at lines 31--32
\T1/phv/m/n/10 find more m4 files in the em-bed-ded hwloc's "con-fig" sub-di-re
c-tory (e.-g., add "--

Underfull \hbox (badness 4266) in paragraph at lines 37--38
[]\T1/phv/m/n/10 -H-W-L-O-C-_--S-E-T-U-P-_--C-O-R-E(config-dir-prefix, action-u
pon-success, action-upon-
[62] [63]
Overfull \hbox (29.40024pt too wide) in paragraph at lines 89--89
[]  \T1/pcr/m/n/8 2. Add "HWLOC_SETUP_CORE([my-embedded-hwloc], [happy=yes], [h
appy=no])" line[] 
) [64]
Chapter 16.
(./a00015.tex [65] [66] [67] [68] [69]
Overfull \hbox (19.80023pt too wide) in paragraph at lines 133--133
[]\T1/pcr/m/n/8 $ hwloc-bind core:3 --single -- echo "hello from a single threa
d on core #3"[] 
[70] [71] [72]
Underfull \hbox (badness 4467) in paragraph at lines 178--178
[]\T1/phv/m/n/10 -Also re-mem-ber that these com-po-nents may be dis-abled at b
uild-time with

Underfull \hbox (badness 10000) in paragraph at lines 178--178
\T1/phv/m/n/10 con-fig-ure flags such as $\OMS/ztmcm/m/n/10 n$\T1/pcr/m/n/10 --
disable-opencl\T1/phv/m/n/10 , $\OMS/ztmcm/m/n/10 n$\T1/pcr/m/n/10 --disable-cu
da \T1/phv/m/n/10 or

Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\char' on input line 185.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\char' on input line 185.


Overfull \hbox (19.80023pt too wide) in paragraph at lines 189--189
[]\T1/pcr/m/n/8 ***************************************************************
************* 

Overfull \hbox (96.60028pt too wide) in paragraph at lines 192--192
[]\T1/pcr/m/n/8 * L3 (cpuset 0x000003f0) intersects with NUMANode (P#0 cpuset 0
x0000003f) without inclusion![] 
[73]
Overfull \hbox (19.80023pt too wide) in paragraph at lines 199--199
[]\T1/pcr/m/n/8 ***************************************************************
*************[] 

Underfull \hbox (badness 2922) in paragraph at lines 209--210
[]\T1/phv/m/n/10 -On x86 hosts, pass-ing \T1/pcr/m/n/10 -H-W-L-O-C-_--C-O-M-P-O
-N-E-N-T-S=x86 \T1/phv/m/n/10 in the en-vi-ron-ment may
[74]
Overfull \hbox (29.40024pt too wide) in paragraph at lines 252--252
[]           \T1/pcr/m/n/8 "%s compiled for hwloc API 0x%x but running on libra
ry API 0x%x.\n"[] 

Overfull \hbox (39.00024pt too wide) in paragraph at lines 253--253
[]           \T1/pcr/m/n/8 "You may need to point LD_LIBRARY_PATH to the right 
hwloc library.\n"[] 
[75] [76]
Underfull \hbox (badness 1014) in paragraph at lines 302--303
\T1/pcr/m/n/10 com/-Tresys-Technology/refpolicy-contrib[][] \T1/phv/m/n/10 (see
 also the doc-u-men-ta-

Underfull \hbox (badness 800) in paragraph at lines 302--303
\T1/phv/m/n/10 tion at [][]\T1/pcr/m/n/10 https-://github.-com/-Tresys-Technolo
gy/refpolicy/wiki/-

Overfull \hbox (58.20026pt too wide) in paragraph at lines 315--315
[]\T1/pcr/m/n/8 ./configure CC="icc -mmic" --host=x86_64-k1om-linux --build=x86
_64-unknown-linux-gnu 
[77]
Overfull \hbox (77.40027pt too wide) in paragraph at lines 330--330
[]  \T1/pcr/m/n/8 CPPFLAGS='-I/bgsys/drivers/ppcfloor -I/bgsys/drivers/ppcfloor
/spi/include/kernel/cnk/'[] 

Underfull \hbox (badness 3942) in paragraph at lines 337--337
[]\T1/phv/m/n/10 hwloc re-leases also con-tain a ba-sic -Microsoft -Visual -Stu
dio so-lu-tion un-der
[78]) [79] [80]
Chapter 17.
(./modules.tex

LaTeX Warning: Reference `a00059' on page 81 undefined on input line 3.


LaTeX Warning: Reference `a00060' on page 81 undefined on input line 4.


LaTeX Warning: Reference `a00061' on page 81 undefined on input line 5.


LaTeX Warning: Reference `a00062' on page 81 undefined on input line 6.


LaTeX Warning: Reference `a00063' on page 81 undefined on input line 7.


LaTeX Warning: Reference `a00064' on page 81 undefined on input line 8.


LaTeX Warning: Reference `a00065' on page 81 undefined on input line 9.


LaTeX Warning: Reference `a00066' on page 81 undefined on input line 10.


LaTeX Warning: Reference `a00067' on page 81 undefined on input line 11.


LaTeX Warning: Reference `a00068' on page 81 undefined on input line 12.


LaTeX Warning: Reference `a00069' on page 81 undefined on input line 13.


LaTeX Warning: Reference `a00070' on page 81 undefined on input line 14.


LaTeX Warning: Reference `a00071' on page 81 undefined on input line 15.


LaTeX Warning: Reference `a00072' on page 81 undefined on input line 16.


LaTeX Warning: Reference `a00073' on page 81 undefined on input line 17.


LaTeX Warning: Reference `a00074' on page 81 undefined on input line 18.


LaTeX Warning: Reference `a00075' on page 81 undefined on input line 19.


LaTeX Warning: Reference `a00076' on page 81 undefined on input line 20.


LaTeX Warning: Reference `a00077' on page 81 undefined on input line 21.


LaTeX Warning: Reference `a00078' on page 81 undefined on input line 22.


LaTeX Warning: Reference `a00079' on page 81 undefined on input line 23.


LaTeX Warning: Reference `a00080' on page 81 undefined on input line 24.


LaTeX Warning: Reference `a00081' on page 81 undefined on input line 25.


LaTeX Warning: Reference `a00082' on page 81 undefined on input line 26.


LaTeX Warning: Reference `a00083' on page 81 undefined on input line 27.


LaTeX Warning: Reference `a00084' on page 81 undefined on input line 28.

[81]

LaTeX Warning: Reference `a00085' on page 82 undefined on input line 29.


LaTeX Warning: Reference `a00086' on page 82 undefined on input line 30.


LaTeX Warning: Reference `a00087' on page 82 undefined on input line 31.


LaTeX Warning: Reference `a00088' on page 82 undefined on input line 32.


LaTeX Warning: Reference `a00089' on page 82 undefined on input line 33.


LaTeX Warning: Reference `a00090' on page 82 undefined on input line 34.


LaTeX Warning: Reference `a00091' on page 82 undefined on input line 35.


LaTeX Warning: Reference `a00092' on page 82 undefined on input line 36.


LaTeX Warning: Reference `a00093' on page 82 undefined on input line 37.


LaTeX Warning: Reference `a00094' on page 82 undefined on input line 38.


LaTeX Warning: Reference `a00095' on page 82 undefined on input line 39.


LaTeX Warning: Reference `a00096' on page 82 undefined on input line 40.


LaTeX Warning: Reference `a00097' on page 82 undefined on input line 41.


LaTeX Warning: Reference `a00098' on page 82 undefined on input line 42.


LaTeX Warning: Reference `a00099' on page 82 undefined on input line 43.


LaTeX Warning: Reference `a00100' on page 82 undefined on input line 44.


LaTeX Warning: Reference `a00101' on page 82 undefined on input line 45.


LaTeX Warning: Reference `a00102' on page 82 undefined on input line 46.

) [82]
Chapter 18.
(./annotated.tex

LaTeX Warning: Reference `a00016' on page 83 undefined on input line 3.


LaTeX Warning: Reference `a00017' on page 83 undefined on input line 4.


LaTeX Warning: Reference `a00018' on page 83 undefined on input line 5.


LaTeX Warning: Reference `a00019' on page 83 undefined on input line 6.


LaTeX Warning: Reference `a00020' on page 83 undefined on input line 7.


LaTeX Warning: Reference `a00021' on page 83 undefined on input line 8.


LaTeX Warning: Reference `a00022' on page 83 undefined on input line 9.


LaTeX Warning: Reference `a00023' on page 83 undefined on input line 10.


LaTeX Warning: Reference `a00024' on page 83 undefined on input line 11.


LaTeX Warning: Reference `a00025' on page 83 undefined on input line 12.


LaTeX Warning: Reference `a00026' on page 83 undefined on input line 13.


LaTeX Warning: Reference `a00027' on page 83 undefined on input line 14.


LaTeX Warning: Reference `a00028' on page 83 undefined on input line 15.

[83]

LaTeX Warning: Reference `a00029' on page 84 undefined on input line 16.


LaTeX Warning: Reference `a00030' on page 84 undefined on input line 17.


LaTeX Warning: Reference `a00031' on page 84 undefined on input line 18.


LaTeX Warning: Reference `a00032' on page 84 undefined on input line 19.


LaTeX Warning: Reference `a00033' on page 84 undefined on input line 20.


LaTeX Warning: Reference `a00034' on page 84 undefined on input line 21.


LaTeX Warning: Reference `a00035' on page 84 undefined on input line 22.


LaTeX Warning: Reference `a00036' on page 84 undefined on input line 23.


LaTeX Warning: Reference `a00037' on page 84 undefined on input line 24.


LaTeX Warning: Reference `a00038' on page 84 undefined on input line 25.


LaTeX Warning: Reference `a00039' on page 84 undefined on input line 26.


LaTeX Warning: Reference `a00040' on page 84 undefined on input line 27.


LaTeX Warning: Reference `a00041' on page 84 undefined on input line 28.

) [84]
Chapter 19.
(./a00059.tex [85]) [86] (./a00060.tex [87]) [88] (./a00061.tex [89] [90]
[91] [92]) [93] (./a00062.tex) [94] (./a00063.tex
Underfull \vbox (badness 10000) detected at line 52
[95]
Underfull \vbox (badness 10000) detected at line 73

Underfull \vbox (badness 10000) detected at line 108
[96]
Underfull \vbox (badness 10000) detected at line 129
) [97] (./a00064.tex
Underfull \hbox (badness 4805) in paragraph at lines 34--36
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-ignore-_-type-_-keep-_-structure[][
] ([][]hwloc-_-topology-_-t[][] topol-ogy,

Underfull \hbox (badness 1521) in paragraph at lines 48--50
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-set-_-xml[][] ([][]hwloc-_-topology
-_-t[][] re-strict topol-ogy, const char

Underfull \hbox (badness 2735) in paragraph at lines 54--56
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-set-_-distance-_-matrix[][] ([][]hw
loc-_-topology-_-t[][] re-strict topol-ogy,
[98]
Underfull \hbox (badness 3724) in paragraph at lines 60--62
[]\T1/phv/m/n/10 void [][]hwloc-_-topology-_-set-_-userdata[][] ([][]hwloc-_-to
pology-_-t[][] topol-ogy, const void
[99]
Underfull \hbox (badness 2119) in paragraph at lines 100--102
[]\T1/phv/m/n/10 -Detect -P-C-I bridges. -This flag

Underfull \hbox (badness 1259) in paragraph at lines 100--102
\T1/phv/m/n/10 should be com-bined with [][]-H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-
L-A-G-_--I-O-_--D-E-V-I-C-E-S[][] to

Underfull \hbox (badness 10000) in paragraph at lines 106--107
[]\T1/phv/m/n/10 -Get
[100] (/usr/share/texmf-texlive/tex/latex/psnfss/ot1pcr.fd)

LaTeX Font Warning: Font shape `OT1/pcr/bc/n' undefined
(Font)              using `OT1/pcr/m/n' instead on input line 140.

[101] [102] [103] [104] [105]) [106] (./a00065.tex
Underfull \hbox (badness 1292) in paragraph at lines 29--31
[]\T1/phv/m/n/10 unsigned [][]hwloc-_-get-_-nbobjs-_-by-_-depth[][] ([][]hwloc-
_-topology-_-t[][] topol-ogy, un-signed

Underfull \hbox (badness 2435) in paragraph at lines 35--37
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-obj-_-by-_-depth[][]
 ([][]hwloc-_-topology-_-t[][] topol-ogy, un-signed

Underfull \hbox (badness 849) in paragraph at lines 39--41
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
by-_-depth[][] ([][]hwloc-_-topology-_-t[][] topol-ogy,

Underfull \hbox (badness 2591) in paragraph at lines 41--42
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
by-_-type[][] ([][]hwloc-_-topology-_-t[][] topol-ogy,
[107] [108] [109] [110]) [111] (./a00066.tex [112] [113]) [114] (./a00067.tex)
[115] (./a00068.tex
Underfull \hbox (badness 5563) in paragraph at lines 24--26
[]\T1/phv/m/n/10 int [][]hwloc-_-set-_-thread-_-cpubind[][] ([][]hwloc-_-topolo
gy-_-t[][] topol-ogy, hwloc-_-thread-_-t

Underfull \hbox (badness 5231) in paragraph at lines 26--28
[]\T1/phv/m/n/10 int [][]hwloc-_-get-_-thread-_-cpubind[][] ([][]hwloc-_-topolo
gy-_-t[][] topol-ogy, hwloc-_-thread-_-t
[116] [117] [118] [119]) [120] (./a00069.tex
Underfull \hbox (badness 1527) in paragraph at lines 31--33
[]\T1/phv/m/n/10 int [][]hwloc-_-set-_-membind-_-nodeset[][] ([][]hwloc-_-topol
ogy-_-t[][] topol-ogy, [][]hwloc-_-const-_-

Underfull \hbox (badness 2608) in paragraph at lines 41--43
[]\T1/phv/m/n/10 int [][]hwloc-_-set-_-proc-_-membind[][] ([][]hwloc-_-topology
-_-t[][] topol-ogy, hwloc-_-pid-_-t pid,

Underfull \hbox (badness 2443) in paragraph at lines 45--47
[]\T1/phv/m/n/10 int [][]hwloc-_-get-_-proc-_-membind[][] ([][]hwloc-_-topology
-_-t[][] topol-ogy, hwloc-_-pid-_-t pid,
[121]
Underfull \hbox (badness 862) in paragraph at lines 77--78
[]\T1/phv/m/n/10 implicit mem-ory bind-ing through bind-ing policy-: [][]hwloc-
_-set-_-membind()[][] and
[122] [123]
Underfull \hbox (badness 783) in paragraph at lines 156--158
[]\T1/phv/m/n/10 -Allocate mem-ory but do not im-me-di-ately
[124] [125] [126]
Underfull \vbox (badness 6063) has occurred while \output is active [127]
Underfull \vbox (badness 10000) has occurred while \output is active [128]
[129] [130] [131] [132] [133]) [134] (./a00070.tex
Underfull \hbox (badness 1389) in paragraph at lines 15--17
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-topology-_-insert-_-misc-_
-object-_-by-_-cpuset[][] ([][]hwloc-_-topology-_-t[][]

Underfull \hbox (badness 2057) in paragraph at lines 17--19
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-topology-_-insert-_-misc-_
-object-_-by-_-parent[][] ([][]hwloc-_-topology-_-t[][]
[135] [136]) [137] (./a00071.tex
Underfull \hbox (badness 2529) in paragraph at lines 9--10
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-custom-_-insert-_-group-_-
object-_-by-_-parent[][] ([][]hwloc-_-topology-_-t[][]
[138]
Underfull \hbox (badness 1661) in paragraph at lines 57--58
[]\T1/phv/m/n/10 -Duplicate the ex-ist-ing topol-ogy \T1/pcr/m/n/10 oldtopology
 \T1/phv/m/n/10 in-side a new cus-tom topol-ogy
) [139] (./a00072.tex
Underfull \hbox (badness 10000) in paragraph at lines 9--11
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-export-_-xmlbuffer[][] ([][]hwloc-_
-topology-_-t[][] topol-ogy, char

Underfull \hbox (badness 1874) in paragraph at lines 15--17
[]\T1/phv/m/n/10 int [][]hwloc-_-export-_-obj-_-userdata[][] (void $\OMS/ztmcm/
m/n/10 ^^C$\T1/phv/m/n/10 reserved, [][]hwloc-_-topology-_-t[][] topol-ogy,
[140] [141] [142]) [143] (./a00073.tex
Underfull \hbox (badness 1715) in paragraph at lines 33--33
[]\T1/phv/m/n/10 -Do not ex-
[144]) [145] (./a00074.tex
Underfull \hbox (badness 10000) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
inside-_-cpuset-_-by-_-depth[][] ([][]hwloc-_-

Underfull \hbox (badness 1931) in paragraph at lines 15--17
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-obj-_-inside-
_-cpuset-_-by-_-depth[][] ([][]hwloc-_-topology-_-t[][]

Underfull \hbox (badness 5985) in paragraph at lines 17--19
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-obj-_-inside-
_-cpuset-_-by-_-type[][] ([][]hwloc-_-topology-_-t[][]
[146] [147] [148]) [149] (./a00075.tex
Underfull \hbox (badness 7064) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
covering-_-cpuset-_-by-_-depth[][] ([][]hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 13--14
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
covering-_-cpuset-_-by-_-type[][] ([][]hwloc-_-
[150]) [151] (./a00076.tex [152]) [153] (./a00077.tex
Underfull \hbox (badness 2781) in paragraph at lines 11--12
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-shared-_-cach
e-_-covering-_-obj[][] ([][]hwloc-_-topology-_-t[][]
[154]) [155] (./a00078.tex
Underfull \hbox (badness 1642) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-numanode-_-ob
j-_-by-_-os-_-index[][] ([][]hwloc-_-topology-_-t[][]
[156] [157]) [158] (./a00079.tex [159]
Underfull \hbox (badness 2409) in paragraph at lines 66--67
[]\T1/phv/m/n/10 -This func-tion re-places the now dep-re-cated hwloc-_-distrib
ute() and hwloc-_-
) [160] (./a00080.tex
Underfull \hbox (badness 4872) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-complete-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 7451) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-topology-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-online-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 13--15
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-allowed-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 1721) in paragraph at lines 19--20
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-nodeset-_-t[][] [][]hwloc-_-topolog
y-_-get-_-allowed-_-nodeset[][] ([][]hwloc-_-
[161] [162]) [163] (./a00081.tex
Underfull \hbox (badness 927) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static void [][]hwloc-_-cpuset-_-from-_-nodeset[][] ([][]hwloc
-_-topology-_-t[][] topol-ogy, [][]hwloc-_-
[164]) [165] (./a00082.tex
Underfull \hbox (badness 977) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static struct [][]hwloc-_-distances-_-s[][] $\OMS/ztmcm/m/n/10
 ^^C$ [][]\T1/phv/m/n/10 hwloc-_-get-_-whole-_-distance-_-matrix-_-by-_-type[][
]
[166] [167]) [168] (./a00083.tex [169]) [170] (./a00084.tex [171]
Underfull \hbox (badness 1478) in paragraph at lines 91--93
[]\T1/phv/m/n/10 void [][]hwloc-_-bitmap-_-or[][] ([][]hwloc-_-bitmap-_-t[][] r
es, [][]hwloc-_-const-_-bitmap-_-t[][] bitmap1,

Underfull \hbox (badness 2237) in paragraph at lines 101--103
[]\T1/phv/m/n/10 int [][]hwloc-_-bitmap-_-intersects[][] ([][]hwloc-_-const-_-b
itmap-_-t[][] bitmap1, [][]hwloc-_-const-_-

Underfull \hbox (badness 3815) in paragraph at lines 109--110
[]\T1/phv/m/n/10 int [][]hwloc-_-bitmap-_-compare[][] ([][]hwloc-_-const-_-bitm
ap-_-t[][] bitmap1, [][]hwloc-_-const-_-
[172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182]) [183]
(./a00085.tex [184]) [185] (./a00086.tex
Underfull \hbox (badness 1014) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-cpuset-_-to-_-linux-_-libnuma-_-ulongs[
][] ([][]hwloc-_-topology-_-t[][] topol-ogy,

Underfull \hbox (badness 4060) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static int [][]hwloc-_-nodeset-_-to-_-linux-_-libnuma-_-ulongs
[][] ([][]hwloc-_-topology-_-t[][] topol-
[186]) [187] (./a00087.tex
Underfull \hbox (badness 4181) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static struct bit-mask $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1/phv/m/n
/10 hwloc-_-nodeset-_-to-_-linux-_-libnuma-_-bitmask[][] ([][]hwloc-_-
[188]) [189] (./a00088.tex
Underfull \hbox (badness 4193) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-cpuset-_-to-_-glibc-_-sched-_-affinity[
][] ([][]hwloc-_-topology-_-t[][] topol-ogy,
) [190] (./a00089.tex
Underfull \hbox (badness 1661) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-opencl-_-get-_-device-_-cpuset[][] ([][
]hwloc-_-topology-_-t[][] topol-ogy, cl-_-
[191]) [192] (./a00090.tex [193]) [194] [195] (./a00091.tex [196]) [197]
(./a00092.tex
Underfull \hbox (badness 1762) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-nvml-_-get-_-device-_-cpuset[][] ([][]h
wloc-_-topology-_-t[][] topol-ogy, nvml-
[198]) [199] (./a00093.tex
Underfull \hbox (badness 10000) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-gl-_-get-_-display-
_-osdev-_-by-_-port-_-device[][] ([][]hwloc-_-

Underfull \hbox (badness 4205) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-gl-_-get-_-display-
_-osdev-_-by-_-name[][] ([][]hwloc-_-topology-_-t[][]
[200]) [201] (./a00094.tex
Underfull \hbox (badness 10000) in paragraph at lines 9--10
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-intel-_-mic-_-get-_
-device-_-osdev-_-by-_-index[][] ([][]hwloc-_-
[202]) [203] (./a00095.tex
Underfull \hbox (badness 2591) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-ibv-_-get-_-device-
_-osdev-_-by-_-name[][] ([][]hwloc-_-topology-_-t[][]

Underfull \hbox (badness 2293) in paragraph at lines 11--12
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-ibv-_-get-_-device-
_-osdev[][] ([][]hwloc-_-topology-_-t[][] topol-ogy,
[204]) [205] (./a00096.tex
Underfull \hbox (badness 812) in paragraph at lines 9--10
[]\T1/phv/m/n/10 static int [][]hwloc-_-mx-_-endpoint-_-get-_-device-_-cpuset[]
[] ([][]hwloc-_-topology-_-t[][] topol-ogy,
) [206] (./a00097.tex
Underfull \hbox (badness 6032) in paragraph at lines 47--49
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-diff-_-load-_-xml[][] ([][]hwloc-_-
topology-_-t[][] topol-ogy, const char
[207] [208] [209] [210] [211]) [212] (./a00098.tex
Underfull \hbox (badness 10000) in paragraph at lines 50--52
[]\T1/phv/m/n/10 xml, syn-thetic or cus-tom,
) [213] (./a00099.tex
Underfull \hbox (badness 779) in paragraph at lines 18--20
[]\T1/phv/m/n/10 struct [][]hwloc-_-backend[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1
/phv/m/n/10 hwloc-_-backend-_-alloc[][] (struct [][]hwloc-_-disc-_-component[][
]

Underfull \hbox (badness 1142) in paragraph at lines 20--22
[]\T1/phv/m/n/10 int [][]hwloc-_-backend-_-enable[][] (struct hwloc-_-topology 
$\OMS/ztmcm/m/n/10 ^^C$\T1/phv/m/n/10 topology, struct [][]hwloc-_-

Underfull \hbox (badness 1102) in paragraph at lines 24--25
[]\T1/phv/m/n/10 int [][]hwloc-_-backends-_-notify-_-new-_-object[][] (struct [
][]hwloc-_-backend[][] $\OMS/ztmcm/m/n/10 ^^C$\T1/phv/m/n/10 caller, struct
[214]) [215] (./a00100.tex) [216] (./a00101.tex
Underfull \hbox (badness 5231) in paragraph at lines 12--14
[]\T1/phv/m/n/10 struct [][]hwloc-_-obj[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1/phv
/m/n/10 hwloc-_-insert-_-object-_-by-_-cpuset[][] (struct hwloc-_-topology

Underfull \hbox (badness 2894) in paragraph at lines 18--20
[]\T1/phv/m/n/10 struct [][]hwloc-_-obj[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1/phv
/m/n/10 hwloc-_--_-insert-_-object-_-by-_-cpuset[][] (struct hwloc-_-topology

Underfull \hbox (badness 1552) in paragraph at lines 22--24
[]\T1/phv/m/n/10 static struct [][]hwloc-_-obj[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]
\T1/phv/m/n/10 hwloc-_-alloc-_-setup-_-object[][] ([][]hwloc-_-obj-_-type-_-t[]
[] type,
[217] [218]) [219] (./a00102.tex [220]) [221] [222]
Chapter 20.
(./a00016.tex [223] [224]) (./a00017.tex
(/usr/share/texmf-texlive/tex/latex/psnfss/omsphv.fd)

LaTeX Font Warning: Font shape `OMS/phv/bc/n' undefined
(Font)              using `OMS/phv/m/n' instead
(Font)              for symbol `textbraceleft' on input line 49.

[225]) (./a00018.tex [226]) (./a00019.tex
Underfull \hbox (badness 4429) in paragraph at lines 28--29
[]\T1/phv/m/n/10 -Generic com-po-nents struc-ture, ei-ther stat-i-cally listed 
by con-fig-ure in static-
[227] [228]) (./a00020.tex [229]) (./a00021.tex [230] [231]) (./a00022.tex)
(./a00023.tex [232] [233] [234] [235] [236] [237] [238]) (./a00024.tex [239])
(./a00025.tex [240]) (./a00026.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-obj-[]-memory-[]-s-:-:hwloc-[]-obj-[]-memory-[]-p
age-[]-type-[]-s -
) (./a00027.tex [241]) (./a00028.tex [242]) (./a00029.tex [243]) (./a00030.tex
[244] [245]) (./a00031.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-u-:-:hwloc-[]-topology-[]-dif
f-[]-generic-[]-s -
[246]) (./a00032.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-obj-[]-attr-[]-u-:-:hwloc-[]-
topology-[]-diff-[]-obj-[]-
) (./a00033.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-u-:-:hwloc-[]-topology-[]-dif
f-[]-obj-[]-attr-[]-s -

Package Fancyhdr Warning: \headheight is too small (12.0pt): 
 Make it at least 22.16548pt.
 We now make it that large for the rest of the document.
 This may cause the page layout to be inconsistent, however.

[247]) (./a00034.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-obj-[]-attr-[]-u-:-:hwloc-[]-
topology-[]-diff-[]-obj-[]-
[248]) (./a00035.tex
Underfull \hbox (badness 4595) in paragraph at lines 23--26
[]\T1/phv/m/n/10 struct \OMS/ztmcm/m/n/10 ^^B [][]\T1/phv/m/n/10 hwloc-_-topolo
gy-_-diff-_-obj-_-attr-_-u-::hwloc-_-topology-_-diff-_-obj-_-attr-_-uint64-_-s[
][]

Underfull \hbox (badness 10000) in paragraph at lines 26--28
[]\T1/phv/m/n/10 struct \OMS/ztmcm/m/n/10 ^^B [][]\T1/phv/m/n/10 hwloc-_-topolo
gy-_-diff-_-obj-_-attr-_-u-::hwloc-_-topology-_-diff-_-obj-_-attr-_-string-_-s[
][]
[249]) (./a00036.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-obj-[]-attr-[]-u-:-:hwloc-[]-
topology-[]-diff-[]-obj-[]-
[250]) (./a00037.tex) (./a00038.tex

Package Fancyhdr Warning: \headheight is too small (12.0pt): 
 Make it at least 22.16548pt.
 We now make it that large for the rest of the document.
 This may cause the page layout to be inconsistent, however.

[251]) (./a00039.tex [252]) (./a00040.tex [253] [254] [255]) (./a00041.tex)
No file letter-refman.ind.
[256] (./letter-refman.aux (./a00060.aux) (./a00061.aux) (./a00062.aux)
(./a00063.aux) (./a00064.aux) (./a00065.aux) (./a00066.aux) (./a00067.aux)
(./a00068.aux) (./a00069.aux) (./a00070.aux) (./a00071.aux) (./a00072.aux)
(./a00073.aux) (./a00074.aux) (./a00075.aux) (./a00076.aux) (./a00077.aux)
(./a00078.aux) (./a00079.aux) (./a00080.aux) (./a00081.aux) (./a00082.aux)
(./a00083.aux) (./a00084.aux) (./a00085.aux) (./a00086.aux) (./a00087.aux)
(./a00088.aux) (./a00089.aux) (./a00090.aux) (./a00091.aux) (./a00092.aux)
(./a00093.aux) (./a00094.aux) (./a00095.aux) (./a00096.aux) (./a00097.aux)
(./a00098.aux) (./a00099.aux) (./a00100.aux) (./a00101.aux) (./a00102.aux))

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
{a00045_source} has been referenced but does not exist, replaced by a fixed one


pdfTeX warning (dest): name{a00058_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00046_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00055_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00044_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00043_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00056_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00051_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00054_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00057_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00047_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00052_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00053_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00015} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00014} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00012} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00008} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00007} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00006} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00005} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00004} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00003} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00002} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00011} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00042_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00001} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00048_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00050_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00009} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00010} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00013} has been referenced but does not exist, rep
laced by a fixed one

{/usr/share/texmf-texlive/fonts/enc/dvips/base/8r.enc}</usr/share/texmf-texlive
/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texmf-texlive/fonts/type
1/public/amsfonts/cm/cmsy10.pfb></usr/share/texmf-texlive/fonts/type1/urw/couri
er/ucrr8a.pfb></usr/share/texmf-texlive/fonts/type1/urw/courier/ucrro8a.pfb></u
sr/share/texmf-texlive/fonts/type1/urw/helvetic/uhvb8a.pfb></usr/share/texmf-te
xlive/fonts/type1/urw/helvetic/uhvb8ac.pfb></usr/share/texmf-texlive/fonts/type
1/urw/helvetic/uhvbo8a.pfb></usr/share/texmf-texlive/fonts/type1/urw/helvetic/u
hvbo8ac.pfb></usr/share/texmf-texlive/fonts/type1/urw/helvetic/uhvr8a.pfb></usr
/share/texmf-texlive/fonts/type1/urw/helvetic/uhvro8a.pfb>
Output written on letter-refman.pdf (260 pages, 1426286 bytes).
Transcript written on letter-refman.log.
This is makeindex, version 2.15 [TeX Live 2009] (kpathsea + Thai support).
Scanning input file letter-refman.idx.....done (1063 entries accepted, 15 rejected).
Sorting entries...........done (11506 comparisons).
Generating output file letter-refman.ind.....done (2507 lines written, 0 warnings).
Output written in letter-refman.ind.
Transcript written in letter-refman.ilg.
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
(./letter-refman.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
(/usr/share/texmf-texlive/tex/latex/base/book.cls
Document Class: book 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/bk10.clo))
(/usr/share/texmf-texlive/tex/latex/base/makeidx.sty)
(/usr/share/texmf-texlive/tex/latex/natbib/natbib.sty)
(/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
(/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty)
(/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty
(/usr/share/texmf-texlive/tex/latex/graphics/trig.sty)
(/etc/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def)))
(/usr/share/texmf-texlive/tex/latex/tools/multicol.sty)
(/usr/share/texmf-texlive/tex/latex/float/float.sty)
(/usr/share/texmf-texlive/tex/latex/listings/listings.sty
(/usr/share/texmf-texlive/tex/latex/listings/lstmisc.sty)
(/usr/share/texmf-texlive/tex/latex/listings/listings.cfg))
(/usr/share/texmf-texlive/tex/latex/graphics/color.sty
(/etc/texmf/tex/latex/config/color.cfg))
(/usr/share/texmf-texlive/tex/latex/base/ifthen.sty)
(/usr/share/texmf/tex/latex/xcolor/xcolor.sty
(/etc/texmf/tex/latex/config/color.cfg)
(/usr/share/texmf-texlive/tex/latex/colortbl/colortbl.sty
(/usr/share/texmf-texlive/tex/latex/tools/array.sty)))
(/usr/share/texmf-texlive/tex/latex/base/textcomp.sty
(/usr/share/texmf-texlive/tex/latex/base/ts1enc.def))
(/usr/share/texmf-texlive/tex/latex/base/alltt.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifpdf.sty)
(/usr/share/texmf-texlive/tex/latex/hyperref/hyperref.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifvtex.sty)
(/usr/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty)
(/usr/share/texmf-texlive/tex/latex/oberdiek/hycolor.sty
(/usr/share/texmf-texlive/tex/latex/oberdiek/xcolor-patch.sty))
(/usr/share/texmf-texlive/tex/latex/hyperref/pd1enc.def)
(/usr/share/texmf-texlive/tex/generic/oberdiek/etexcmds.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/infwarerr.sty))
(/usr/share/texmf-texlive/tex/latex/latexconfig/hyperref.cfg)
(/usr/share/texmf-texlive/tex/latex/oberdiek/kvoptions.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/kvsetkeys.sty))
(/usr/share/texmf-texlive/tex/latex/hyperref/puenc.def)
Implicit mode ON; LaTeX internals redefined
(/usr/share/texmf-texlive/tex/latex/hyperref/backref.sty)
(/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/bitset.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/intcalc.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/bigintcalc.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/pdftexcmds.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifluatex.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ltxcmds.sty))))
(/usr/share/texmf-texlive/tex/generic/oberdiek/atbegshi.sty))
*hyperref using driver hpdftex*
(/usr/share/texmf-texlive/tex/latex/hyperref/hpdftex.def)
(/usr/share/texmf-texlive/tex/latex/base/inputenc.sty
(/usr/share/texmf-texlive/tex/latex/base/utf8.def
(/usr/share/texmf-texlive/tex/latex/base/t1enc.dfu)
(/usr/share/texmf-texlive/tex/latex/base/ot1enc.dfu)
(/usr/share/texmf-texlive/tex/latex/base/omsenc.dfu)
(/usr/share/texmf-texlive/tex/latex/base/ts1enc.dfu)))
(/usr/share/texmf-texlive/tex/latex/psnfss/mathptmx.sty)
(/usr/share/texmf-texlive/tex/latex/psnfss/helvet.sty)
(/usr/share/texmf-texlive/tex/latex/psnfss/courier.sty)
(/usr/share/texmf-texlive/tex/latex/sectsty/sectsty.sty)
(/usr/share/texmf-texlive/tex/latex/tocloft/tocloft.sty

Package tocloft Note: The document has chapter divisions.

) (./doxygen.sty (/usr/share/texmf-texlive/tex/latex/tools/calc.sty)
(/usr/share/texmf-texlive/tex/latex/fancyhdr/fancyhdr.sty)
(/usr/share/texmf-texlive/tex/latex/tools/longtable.sty)
(/usr/share/texmf-texlive/tex/latex/tools/verbatim.sty)
(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
(/usr/share/texmf-texlive/tex/latex/base/t1enc.def)))
(/usr/share/texmf-texlive/tex/latex/listings/lstlang1.sty)
(/usr/share/texmf-texlive/tex/latex/listings/lstlang1.sty)
(/usr/share/texmf-texlive/tex/latex/listings/lstmisc.sty)
(/usr/share/texmf-texlive/tex/latex/psnfss/times.sty)
Writing index file letter-refman.idx
(./letter-refman.aux (./a00060.aux) (./a00061.aux) (./a00062.aux) (./a00063.aux
) (./a00064.aux) (./a00065.aux) (./a00066.aux) (./a00067.aux) (./a00068.aux)
(./a00069.aux) (./a00070.aux) (./a00071.aux) (./a00072.aux) (./a00073.aux)
(./a00074.aux) (./a00075.aux) (./a00076.aux) (./a00077.aux) (./a00078.aux)
(./a00079.aux) (./a00080.aux) (./a00081.aux) (./a00082.aux) (./a00083.aux)
(./a00084.aux) (./a00085.aux) (./a00086.aux) (./a00087.aux) (./a00088.aux)
(./a00089.aux) (./a00090.aux) (./a00091.aux) (./a00092.aux) (./a00093.aux)
(./a00094.aux) (./a00095.aux) (./a00096.aux) (./a00097.aux) (./a00098.aux)
(./a00099.aux) (./a00100.aux) (./a00101.aux) (./a00102.aux))
(/usr/share/texmf-texlive/tex/latex/base/ts1cmr.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/t1phv.fd)
(/usr/share/texmf-texlive/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/share/texmf-texlive/tex/latex/hyperref/nameref.sty
(/usr/share/texmf-texlive/tex/latex/oberdiek/refcount.sty))
(./letter-refman.out) (./letter-refman.out) [1{/var/lib/texmf/fonts/map/pdftex/
updmap/pdftex.map}] [2] (/usr/share/texmf-texlive/tex/latex/psnfss/ot1phv.fd)
(./letter-refman.toc (/usr/share/texmf-texlive/tex/latex/psnfss/ot1ztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/omlztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/omsztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/omxztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1ptm.fd) [1] [2]
Underfull \vbox (badness 1789) has occurred while \output is active [3]
[4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17]
Underfull \vbox (badness 1694) has occurred while \output is active [18]
[19] [20]
Underfull \hbox (badness 10000) in paragraph at lines 624--624
 [][] [][][]\T1/phv/m/n/10 hwloc-_-obj-_-memory-_-s-:-:hwloc-_-obj-_-memory-_-p
age-_-type-_-s -Struct - 

Underfull \vbox (badness 1715) has occurred while \output is active [21]
[22]
Underfull \hbox (badness 10000) in paragraph at lines 672--672
 [][] [][][]\T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-:-:hwloc-_-
topology-_-diff-_-obj-_-attr-_-generic- 

Underfull \hbox (badness 10000) in paragraph at lines 682--682
 [][] [][][]\T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-:-:hwloc-_-
topology-_-diff-_-obj-_-attr-_-string-_-s 
[23]
Underfull \hbox (badness 10000) in paragraph at lines 695--695
 [][] [][][]\T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-:-:hwloc-_-
topology-_-diff-_-obj-_-attr-_-uint64-_-s 

Underfull \hbox (badness 10000) in paragraph at lines 702--702
 [][] [][][]\T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-:-:hwloc-_-topology-_-di
ff-_-too-_-complex-_-s -Struct - 
[24]) [25] [26]
Chapter 1.
(./index.tex (/usr/share/texmf-texlive/tex/latex/psnfss/ts1phv.fd) [1]
(/usr/share/texmf-texlive/tex/latex/psnfss/t1pcr.fd) [2] [3]
Underfull \hbox (badness 4634) in paragraph at lines 83--84
[]\T1/phv/m/n/10 libpciaccess for full -I/-O de-vice dis-cov-ery (\T1/pcr/m/n/1
0 libpciaccess-devel \T1/phv/m/n/10 or

Underfull \hbox (badness 931) in paragraph at lines 89--90
[]\T1/phv/m/n/10 the -N-V--C-O-N-T-R-O-L -X ex-ten-sion li-brary (-N-V-Ctrl) fo
r -N-V-I-D-I-A dis-play dis-cov-

Underfull \hbox (badness 10000) in paragraph at lines 89--90
\T1/pcr/m/n/10 ://download.-nvidia.-com/-X-Free86/nvidia-settings/[][] \T1/phv/
m/n/10 and
[4] <dudley.png, id=3875, 829.0975pt x 301.125pt> <use dudley.png>
<hagrid.png, id=3877, 901.3675pt x 291.0875pt> <use hagrid.png>
Underfull \hbox (badness 10000) in paragraph at lines 158--160

[5 <./dudley.png (PNG copy)>] <emmett.png, id=3884, 740.7675pt x 230.8625pt>
<use emmett.png> [6 <./hagrid.png (PNG copy)> <./emmett.png (PNG copy)>]
[7] <ppc64-with-smt.png, id=3912, 1206.5075pt x 130.4875pt>
<use ppc64-with-smt.png>
Underfull \hbox (badness 10000) in paragraph at lines 230--232

<ppc64-without-smt.png, id=3913, 580.1675pt x 130.4875pt>
<use ppc64-without-smt.png>
<ppc64-full-with-smt.png, id=3915, 1367.1075pt x 331.2375pt>
<use ppc64-full-with-smt.png>
Underfull \hbox (badness 10000) in paragraph at lines 250--252


Underfull \vbox (badness 10000) has occurred while \output is active [8 <./ppc6
4-with-smt.png (PNG copy)> <./ppc64-without-smt.png (PNG copy)> <./ppc64-full-w
ith-smt.png (PNG copy)>] (/usr/share/texmf-texlive/tex/latex/psnfss/ts1pcr.fd)
[9]
Underfull \vbox (badness 10000) has occurred while \output is active [10]
[11]
Overfull \hbox (54.32396pt too wide) in paragraph at lines 490--491
\T1/phv/m/n/10 -Bugs should be re-ported in the tracker ([][]\T1/pcr/m/n/10 htt
ps-://github.-com/open-mpi/hwloc/issues[][]\T1/phv/m/n/10 ).

Underfull \hbox (badness 2512) in paragraph at lines 497--498
\T1/phv/m/n/10 hwloc is the evo-lu-tion and merger of the libtopol-ogy ([][]\T1
/pcr/m/n/10 http-://runtime.-
[12]
Underfull \hbox (badness 2111) in paragraph at lines 499--500
[]\T1/phv/m/n/10 libtopology was ini-tially de-vel-oped by the in-ria -Runtime 
-Team--Project ([][]\T1/pcr/m/n/10 http-
) [13] [14]
Chapter 2.
(./a00001.tex [15] [16] <diagram.pdf, id=4110, 673.51625pt x 690.58pt>
<use diagram.pdf>
Underfull \hbox (badness 10000) in paragraph at lines 80--82


Underfull \vbox (badness 10000) has occurred while \output is active [17])
[18 <./diagram.pdf>]
Chapter 3.
(./a00002.tex
Underfull \vbox (badness 10000) has occurred while \output is active [19]
[20] [21]) [22]
Chapter 4.
(./a00003.tex
Underfull \hbox (badness 10000) in paragraph at lines 17--18
[]\T1/phv/m/n/10 enforces the re-turn value of [][]hwloc-_-topology-_-is-_-

Underfull \hbox (badness 1931) in paragraph at lines 17--18
\T1/phv/m/n/10 thissystem()[][], as if [][]-H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L
-A-G-_--I-S-_--T-H-I-S-S-Y-S-T-E-M[][] was set
[23]
Underfull \hbox (badness 1371) in paragraph at lines 20--21
[]\T1/phv/m/n/10 -Get the set of al-lowed re-
[24]
Underfull \hbox (badness 776) in paragraph at lines 61--62
[]\T1/phv/m/n/10 loads files dumped by

Underfull \hbox (badness 772) in paragraph at lines 61--62
\T1/pcr/m/n/10 hwloc-dump-hwdata \T1/phv/m/n/10 (on -Linux) from the given di-r
ec-tory. -The de-fault
[25]) [26]
Chapter 5.
(./a00004.tex [27]) [28]
Chapter 6.
(./a00005.tex
Underfull \hbox (badness 2913) in paragraph at lines 15--16
[][][]\T1/pcr/m/n/10 -H-W-L-O-C-_--O-B-J-_--O-S-_--D-E-V-I-C-E[][] \T1/phv/m/n/
10 de-scribes an operating-system-specific han-dle
[29] [30] [31] <devel09-pci.png, id=4305, 636.3775pt x 531.9875pt>
<use devel09-pci.png>
Underfull \hbox (badness 10000) in paragraph at lines 91--93


Underfull \vbox (badness 10000) has occurred while \output is active [32]
[33 <./devel09-pci.png (PNG copy)>]) [34]
Chapter 7.
(./a00006.tex
Overfull \hbox (32.79977pt too wide) in paragraph at lines 13--13
 []       \T1/pcr/m/n/7 BankLocation=[]"BANK 2"[] Vendor=Elpida SerialNumber=21
733667 AssetTag=9876543210[] 
[35]) [36]
Chapter 8.
(./a00007.tex [37]
Underfull \hbox (badness 1859) in paragraph at lines 30--31
\T1/phv/m/n/10 -The hwloc as-sem-bler scripts (see be-low) also add \T1/pcr/m/n
/10 -Assembler-Name \T1/phv/m/n/10 and \T1/pcr/m/n/10 -
[38] [39]) [40]
Chapter 9.
(./a00008.tex
Underfull \hbox (badness 10000) in paragraph at lines 11--12
[]\T1/phv/m/n/10 -The

Overfull \hbox (43.68097pt too wide) in paragraph at lines 12--13
[]
[41]
Overfull \hbox (37.63338pt too wide) in paragraph at lines 17--18
[]

Underfull \hbox (badness 1163) in paragraph at lines 18--19
[]\T1/phv/m/n/10 -A -P-O-W-E-R/-Power-P-C-specific gen-eral pro-ces-sor re-vi-s
ion

Overfull \hbox (19.17389pt too wide) in paragraph at lines 20--20
[]

Underfull \hbox (badness 10000) in paragraph at lines 20--20


Underfull \hbox (badness 10000) in paragraph at lines 20--21
[]\T1/phv/m/n/10 -Some -P-O-W-E-R/-
[42]
Underfull \hbox (badness 10000) in paragraph at lines 28--29
[]\T1/phv/m/n/10 -The ven-dor and

Underfull \hbox (badness 10000) in paragraph at lines 31--32
[]\T1/phv/m/n/10 -The ven-dor and

Underfull \hbox (badness 10000) in paragraph at lines 33--34
[]\T1/phv/m/n/10 -The

Underfull \hbox (badness 10000) in paragraph at lines 34--35
[]\T1/phv/m/n/10 -The

Overfull \hbox (83.20851pt too wide) in paragraph at lines 37--38
[]

Overfull \hbox (22.13512pt too wide) in paragraph at lines 39--40
[]

Underfull \hbox (badness 1226) in paragraph at lines 40--41
[]\T1/phv/m/n/10 -D-M-I hard-ware in-for-ma-
[43]
Overfull \hbox (78.84291pt too wide) in paragraph at lines 42--43
[]

Overfull \hbox (60.10564pt too wide) in paragraph at lines 44--45
[]
) [44]
Chapter 10.
(./a00009.tex [45]) [46]
Chapter 11.
(./a00010.tex [47] [48]) [49] [50]
Chapter 12.
(./a00011.tex [51]) [52]
Chapter 13.
(./a00012.tex
Underfull \hbox (badness 10000) in paragraph at lines 11--12
[][][]\T1/pcr/m/n/10 hwloc-_-topology-_-init()[][], [][]hwloc-_-topology-
[53]) [54]
Chapter 14.
(./a00013.tex [55]
Underfull \hbox (badness 1939) in paragraph at lines 31--32
[]\T1/phv/m/n/10 -Certain com-po-nent names (\T1/pcr/m/n/10 xml \T1/phv/m/n/10 
and \T1/pcr/m/n/10 synthetic\T1/phv/m/n/10 ) ac-cept an ar-gu-ment (e.-g.

Underfull \vbox (badness 10000) has occurred while \output is active [56]
[57]
Underfull \hbox (badness 10000) in paragraph at lines 66--67
[]\T1/phv/m/n/10 -Each of-fi-cially
[58]) [59] [60]
Chapter 15.
(./a00014.tex [61]
Underfull \hbox (badness 1466) in paragraph at lines 31--32
[]\T1/phv/m/n/10 -You can ei-ther copy all the config/hwloc$\OMS/ztmcm/m/n/10 ^
^C$\T1/phv/m/n/10 m4 files from the hwloc source tree

Underfull \hbox (badness 768) in paragraph at lines 31--32
\T1/phv/m/n/10 find more m4 files in the em-bed-ded hwloc's "con-fig" sub-di-re
c-tory (e.-g., add "--

Underfull \hbox (badness 4266) in paragraph at lines 37--38
[]\T1/phv/m/n/10 -H-W-L-O-C-_--S-E-T-U-P-_--C-O-R-E(config-dir-prefix, action-u
pon-success, action-upon-
[62] [63]
Overfull \hbox (29.40024pt too wide) in paragraph at lines 89--89
[]  \T1/pcr/m/n/8 2. Add "HWLOC_SETUP_CORE([my-embedded-hwloc], [happy=yes], [h
appy=no])" line[] 
) [64]
Chapter 16.
(./a00015.tex [65] [66] [67] [68] [69]
Overfull \hbox (19.80023pt too wide) in paragraph at lines 133--133
[]\T1/pcr/m/n/8 $ hwloc-bind core:3 --single -- echo "hello from a single threa
d on core #3"[] 
[70] [71] [72]
Underfull \hbox (badness 4467) in paragraph at lines 178--178
[]\T1/phv/m/n/10 -Also re-mem-ber that these com-po-nents may be dis-abled at b
uild-time with

Underfull \hbox (badness 10000) in paragraph at lines 178--178
\T1/phv/m/n/10 con-fig-ure flags such as $\OMS/ztmcm/m/n/10 n$\T1/pcr/m/n/10 --
disable-opencl\T1/phv/m/n/10 , $\OMS/ztmcm/m/n/10 n$\T1/pcr/m/n/10 --disable-cu
da \T1/phv/m/n/10 or

Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\char' on input line 185.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\char' on input line 185.


Overfull \hbox (19.80023pt too wide) in paragraph at lines 189--189
[]\T1/pcr/m/n/8 ***************************************************************
************* 

Overfull \hbox (96.60028pt too wide) in paragraph at lines 192--192
[]\T1/pcr/m/n/8 * L3 (cpuset 0x000003f0) intersects with NUMANode (P#0 cpuset 0
x0000003f) without inclusion![] 
[73]
Overfull \hbox (19.80023pt too wide) in paragraph at lines 199--199
[]\T1/pcr/m/n/8 ***************************************************************
*************[] 

Underfull \hbox (badness 2922) in paragraph at lines 209--210
[]\T1/phv/m/n/10 -On x86 hosts, pass-ing \T1/pcr/m/n/10 -H-W-L-O-C-_--C-O-M-P-O
-N-E-N-T-S=x86 \T1/phv/m/n/10 in the en-vi-ron-ment may
[74]
Overfull \hbox (29.40024pt too wide) in paragraph at lines 252--252
[]           \T1/pcr/m/n/8 "%s compiled for hwloc API 0x%x but running on libra
ry API 0x%x.\n"[] 

Overfull \hbox (39.00024pt too wide) in paragraph at lines 253--253
[]           \T1/pcr/m/n/8 "You may need to point LD_LIBRARY_PATH to the right 
hwloc library.\n"[] 
[75] [76]
Underfull \hbox (badness 1014) in paragraph at lines 302--303
\T1/pcr/m/n/10 com/-Tresys-Technology/refpolicy-contrib[][] \T1/phv/m/n/10 (see
 also the doc-u-men-ta-

Underfull \hbox (badness 800) in paragraph at lines 302--303
\T1/phv/m/n/10 tion at [][]\T1/pcr/m/n/10 https-://github.-com/-Tresys-Technolo
gy/refpolicy/wiki/-

Overfull \hbox (58.20026pt too wide) in paragraph at lines 315--315
[]\T1/pcr/m/n/8 ./configure CC="icc -mmic" --host=x86_64-k1om-linux --build=x86
_64-unknown-linux-gnu 
[77]
Overfull \hbox (77.40027pt too wide) in paragraph at lines 330--330
[]  \T1/pcr/m/n/8 CPPFLAGS='-I/bgsys/drivers/ppcfloor -I/bgsys/drivers/ppcfloor
/spi/include/kernel/cnk/'[] 

Underfull \hbox (badness 3942) in paragraph at lines 337--337
[]\T1/phv/m/n/10 hwloc re-leases also con-tain a ba-sic -Microsoft -Visual -Stu
dio so-lu-tion un-der
[78]) [79] [80]
Chapter 17.
(./modules.tex [81]) [82]
Chapter 18.
(./annotated.tex [83]) [84]
Chapter 19.
(./a00059.tex [85]) [86] (./a00060.tex [87]) [88] (./a00061.tex [89] [90]
[91] [92]) [93] (./a00062.tex) [94] (./a00063.tex
Underfull \vbox (badness 10000) detected at line 52
[95]
Underfull \vbox (badness 10000) detected at line 73

Underfull \vbox (badness 10000) detected at line 108
[96]
Underfull \vbox (badness 10000) detected at line 129
) [97] (./a00064.tex
Underfull \hbox (badness 4805) in paragraph at lines 34--36
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-ignore-_-type-_-keep-_-structure[][
] ([][]hwloc-_-topology-_-t[][] topol-ogy,

Underfull \hbox (badness 1521) in paragraph at lines 48--50
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-set-_-xml[][] ([][]hwloc-_-topology
-_-t[][] re-strict topol-ogy, const char

Underfull \hbox (badness 2735) in paragraph at lines 54--56
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-set-_-distance-_-matrix[][] ([][]hw
loc-_-topology-_-t[][] re-strict topol-ogy,
[98]
Underfull \hbox (badness 3724) in paragraph at lines 60--62
[]\T1/phv/m/n/10 void [][]hwloc-_-topology-_-set-_-userdata[][] ([][]hwloc-_-to
pology-_-t[][] topol-ogy, const void
[99]
Underfull \hbox (badness 2119) in paragraph at lines 100--102
[]\T1/phv/m/n/10 -Detect -P-C-I bridges. -This flag

Underfull \hbox (badness 1259) in paragraph at lines 100--102
\T1/phv/m/n/10 should be com-bined with [][]-H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-
L-A-G-_--I-O-_--D-E-V-I-C-E-S[][] to

Underfull \hbox (badness 10000) in paragraph at lines 106--107
[]\T1/phv/m/n/10 -Get
[100] (/usr/share/texmf-texlive/tex/latex/psnfss/ot1pcr.fd)

LaTeX Font Warning: Font shape `OT1/pcr/bc/n' undefined
(Font)              using `OT1/pcr/m/n' instead on input line 140.

[101] [102] [103] [104] [105]) [106] (./a00065.tex
Underfull \hbox (badness 1292) in paragraph at lines 29--31
[]\T1/phv/m/n/10 unsigned [][]hwloc-_-get-_-nbobjs-_-by-_-depth[][] ([][]hwloc-
_-topology-_-t[][] topol-ogy, un-signed

Underfull \hbox (badness 2435) in paragraph at lines 35--37
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-obj-_-by-_-depth[][]
 ([][]hwloc-_-topology-_-t[][] topol-ogy, un-signed

Underfull \hbox (badness 849) in paragraph at lines 39--41
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
by-_-depth[][] ([][]hwloc-_-topology-_-t[][] topol-ogy,

Underfull \hbox (badness 2591) in paragraph at lines 41--42
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
by-_-type[][] ([][]hwloc-_-topology-_-t[][] topol-ogy,
[107] [108] [109] [110]) [111] (./a00066.tex [112] [113]) [114] (./a00067.tex)
[115] (./a00068.tex
Underfull \hbox (badness 5563) in paragraph at lines 24--26
[]\T1/phv/m/n/10 int [][]hwloc-_-set-_-thread-_-cpubind[][] ([][]hwloc-_-topolo
gy-_-t[][] topol-ogy, hwloc-_-thread-_-t

Underfull \hbox (badness 5231) in paragraph at lines 26--28
[]\T1/phv/m/n/10 int [][]hwloc-_-get-_-thread-_-cpubind[][] ([][]hwloc-_-topolo
gy-_-t[][] topol-ogy, hwloc-_-thread-_-t
[116] [117] [118] [119]) [120] (./a00069.tex
Underfull \hbox (badness 1527) in paragraph at lines 31--33
[]\T1/phv/m/n/10 int [][]hwloc-_-set-_-membind-_-nodeset[][] ([][]hwloc-_-topol
ogy-_-t[][] topol-ogy, [][]hwloc-_-const-_-

Underfull \hbox (badness 2608) in paragraph at lines 41--43
[]\T1/phv/m/n/10 int [][]hwloc-_-set-_-proc-_-membind[][] ([][]hwloc-_-topology
-_-t[][] topol-ogy, hwloc-_-pid-_-t pid,

Underfull \hbox (badness 2443) in paragraph at lines 45--47
[]\T1/phv/m/n/10 int [][]hwloc-_-get-_-proc-_-membind[][] ([][]hwloc-_-topology
-_-t[][] topol-ogy, hwloc-_-pid-_-t pid,
[121]
Underfull \hbox (badness 862) in paragraph at lines 77--78
[]\T1/phv/m/n/10 implicit mem-ory bind-ing through bind-ing policy-: [][]hwloc-
_-set-_-membind()[][] and
[122] [123]
Underfull \hbox (badness 783) in paragraph at lines 156--158
[]\T1/phv/m/n/10 -Allocate mem-ory but do not im-me-di-ately
[124] [125] [126]
Underfull \vbox (badness 6063) has occurred while \output is active [127]
Underfull \vbox (badness 10000) has occurred while \output is active [128]
[129] [130] [131] [132] [133]) [134] (./a00070.tex
Underfull \hbox (badness 1389) in paragraph at lines 15--17
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-topology-_-insert-_-misc-_
-object-_-by-_-cpuset[][] ([][]hwloc-_-topology-_-t[][]

Underfull \hbox (badness 2057) in paragraph at lines 17--19
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-topology-_-insert-_-misc-_
-object-_-by-_-parent[][] ([][]hwloc-_-topology-_-t[][]
[135] [136]) [137] (./a00071.tex
Underfull \hbox (badness 2529) in paragraph at lines 9--10
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-custom-_-insert-_-group-_-
object-_-by-_-parent[][] ([][]hwloc-_-topology-_-t[][]
[138]
Underfull \hbox (badness 1661) in paragraph at lines 57--58
[]\T1/phv/m/n/10 -Duplicate the ex-ist-ing topol-ogy \T1/pcr/m/n/10 oldtopology
 \T1/phv/m/n/10 in-side a new cus-tom topol-ogy
) [139] (./a00072.tex
Underfull \hbox (badness 10000) in paragraph at lines 9--11
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-export-_-xmlbuffer[][] ([][]hwloc-_
-topology-_-t[][] topol-ogy, char

Underfull \hbox (badness 1874) in paragraph at lines 15--17
[]\T1/phv/m/n/10 int [][]hwloc-_-export-_-obj-_-userdata[][] (void $\OMS/ztmcm/
m/n/10 ^^C$\T1/phv/m/n/10 reserved, [][]hwloc-_-topology-_-t[][] topol-ogy,
[140] [141] [142]) [143] (./a00073.tex
Underfull \hbox (badness 1715) in paragraph at lines 33--33
[]\T1/phv/m/n/10 -Do not ex-
[144]) [145] (./a00074.tex
Underfull \hbox (badness 10000) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
inside-_-cpuset-_-by-_-depth[][] ([][]hwloc-_-

Underfull \hbox (badness 1931) in paragraph at lines 15--17
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-obj-_-inside-
_-cpuset-_-by-_-depth[][] ([][]hwloc-_-topology-_-t[][]

Underfull \hbox (badness 5985) in paragraph at lines 17--19
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-obj-_-inside-
_-cpuset-_-by-_-type[][] ([][]hwloc-_-topology-_-t[][]
[146] [147] [148]) [149] (./a00075.tex
Underfull \hbox (badness 7064) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
covering-_-cpuset-_-by-_-depth[][] ([][]hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 13--14
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
covering-_-cpuset-_-by-_-type[][] ([][]hwloc-_-
[150]) [151] (./a00076.tex [152]) [153] (./a00077.tex
Underfull \hbox (badness 2781) in paragraph at lines 11--12
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-shared-_-cach
e-_-covering-_-obj[][] ([][]hwloc-_-topology-_-t[][]
[154]) [155] (./a00078.tex
Underfull \hbox (badness 1642) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-numanode-_-ob
j-_-by-_-os-_-index[][] ([][]hwloc-_-topology-_-t[][]
[156] [157]) [158] (./a00079.tex [159]
Underfull \hbox (badness 2409) in paragraph at lines 66--67
[]\T1/phv/m/n/10 -This func-tion re-places the now dep-re-cated hwloc-_-distrib
ute() and hwloc-_-
) [160] (./a00080.tex
Underfull \hbox (badness 4872) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-complete-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 7451) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-topology-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-online-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 13--15
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-allowed-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 1721) in paragraph at lines 19--20
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-nodeset-_-t[][] [][]hwloc-_-topolog
y-_-get-_-allowed-_-nodeset[][] ([][]hwloc-_-
[161] [162]) [163] (./a00081.tex
Underfull \hbox (badness 927) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static void [][]hwloc-_-cpuset-_-from-_-nodeset[][] ([][]hwloc
-_-topology-_-t[][] topol-ogy, [][]hwloc-_-
[164]) [165] (./a00082.tex
Underfull \hbox (badness 977) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static struct [][]hwloc-_-distances-_-s[][] $\OMS/ztmcm/m/n/10
 ^^C$ [][]\T1/phv/m/n/10 hwloc-_-get-_-whole-_-distance-_-matrix-_-by-_-type[][
]
[166] [167]) [168] (./a00083.tex [169]) [170] (./a00084.tex [171]
Underfull \hbox (badness 1478) in paragraph at lines 91--93
[]\T1/phv/m/n/10 void [][]hwloc-_-bitmap-_-or[][] ([][]hwloc-_-bitmap-_-t[][] r
es, [][]hwloc-_-const-_-bitmap-_-t[][] bitmap1,

Underfull \hbox (badness 2237) in paragraph at lines 101--103
[]\T1/phv/m/n/10 int [][]hwloc-_-bitmap-_-intersects[][] ([][]hwloc-_-const-_-b
itmap-_-t[][] bitmap1, [][]hwloc-_-const-_-

Underfull \hbox (badness 3815) in paragraph at lines 109--110
[]\T1/phv/m/n/10 int [][]hwloc-_-bitmap-_-compare[][] ([][]hwloc-_-const-_-bitm
ap-_-t[][] bitmap1, [][]hwloc-_-const-_-
[172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182]) [183]
(./a00085.tex [184]) [185] (./a00086.tex
Underfull \hbox (badness 1014) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-cpuset-_-to-_-linux-_-libnuma-_-ulongs[
][] ([][]hwloc-_-topology-_-t[][] topol-ogy,

Underfull \hbox (badness 4060) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static int [][]hwloc-_-nodeset-_-to-_-linux-_-libnuma-_-ulongs
[][] ([][]hwloc-_-topology-_-t[][] topol-
[186]) [187] (./a00087.tex
Underfull \hbox (badness 4181) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static struct bit-mask $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1/phv/m/n
/10 hwloc-_-nodeset-_-to-_-linux-_-libnuma-_-bitmask[][] ([][]hwloc-_-
[188]) [189] (./a00088.tex
Underfull \hbox (badness 4193) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-cpuset-_-to-_-glibc-_-sched-_-affinity[
][] ([][]hwloc-_-topology-_-t[][] topol-ogy,
) [190] (./a00089.tex
Underfull \hbox (badness 1661) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-opencl-_-get-_-device-_-cpuset[][] ([][
]hwloc-_-topology-_-t[][] topol-ogy, cl-_-
[191]) [192] (./a00090.tex [193]) [194] [195] (./a00091.tex [196]) [197]
(./a00092.tex
Underfull \hbox (badness 1762) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-nvml-_-get-_-device-_-cpuset[][] ([][]h
wloc-_-topology-_-t[][] topol-ogy, nvml-
[198]) [199] (./a00093.tex
Underfull \hbox (badness 10000) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-gl-_-get-_-display-
_-osdev-_-by-_-port-_-device[][] ([][]hwloc-_-

Underfull \hbox (badness 4205) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-gl-_-get-_-display-
_-osdev-_-by-_-name[][] ([][]hwloc-_-topology-_-t[][]
[200]) [201] (./a00094.tex
Underfull \hbox (badness 10000) in paragraph at lines 9--10
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-intel-_-mic-_-get-_
-device-_-osdev-_-by-_-index[][] ([][]hwloc-_-
[202]) [203] (./a00095.tex
Underfull \hbox (badness 2591) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-ibv-_-get-_-device-
_-osdev-_-by-_-name[][] ([][]hwloc-_-topology-_-t[][]

Underfull \hbox (badness 2293) in paragraph at lines 11--12
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-ibv-_-get-_-device-
_-osdev[][] ([][]hwloc-_-topology-_-t[][] topol-ogy,
[204]) [205] (./a00096.tex
Underfull \hbox (badness 812) in paragraph at lines 9--10
[]\T1/phv/m/n/10 static int [][]hwloc-_-mx-_-endpoint-_-get-_-device-_-cpuset[]
[] ([][]hwloc-_-topology-_-t[][] topol-ogy,
) [206] (./a00097.tex
Underfull \hbox (badness 6032) in paragraph at lines 47--49
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-diff-_-load-_-xml[][] ([][]hwloc-_-
topology-_-t[][] topol-ogy, const char
[207] [208] [209] [210] [211]) [212] (./a00098.tex
Underfull \hbox (badness 10000) in paragraph at lines 50--52
[]\T1/phv/m/n/10 xml, syn-thetic or cus-tom,
) [213] (./a00099.tex
Underfull \hbox (badness 779) in paragraph at lines 18--20
[]\T1/phv/m/n/10 struct [][]hwloc-_-backend[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1
/phv/m/n/10 hwloc-_-backend-_-alloc[][] (struct [][]hwloc-_-disc-_-component[][
]

Underfull \hbox (badness 1142) in paragraph at lines 20--22
[]\T1/phv/m/n/10 int [][]hwloc-_-backend-_-enable[][] (struct hwloc-_-topology 
$\OMS/ztmcm/m/n/10 ^^C$\T1/phv/m/n/10 topology, struct [][]hwloc-_-

Underfull \hbox (badness 1102) in paragraph at lines 24--25
[]\T1/phv/m/n/10 int [][]hwloc-_-backends-_-notify-_-new-_-object[][] (struct [
][]hwloc-_-backend[][] $\OMS/ztmcm/m/n/10 ^^C$\T1/phv/m/n/10 caller, struct
[214]) [215] (./a00100.tex) [216] (./a00101.tex
Underfull \hbox (badness 5231) in paragraph at lines 12--14
[]\T1/phv/m/n/10 struct [][]hwloc-_-obj[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1/phv
/m/n/10 hwloc-_-insert-_-object-_-by-_-cpuset[][] (struct hwloc-_-topology

Underfull \hbox (badness 2894) in paragraph at lines 18--20
[]\T1/phv/m/n/10 struct [][]hwloc-_-obj[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1/phv
/m/n/10 hwloc-_--_-insert-_-object-_-by-_-cpuset[][] (struct hwloc-_-topology

Underfull \hbox (badness 1552) in paragraph at lines 22--24
[]\T1/phv/m/n/10 static struct [][]hwloc-_-obj[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]
\T1/phv/m/n/10 hwloc-_-alloc-_-setup-_-object[][] ([][]hwloc-_-obj-_-type-_-t[]
[] type,
[217] [218]) [219] (./a00102.tex [220]) [221] [222]
Chapter 20.
(./a00016.tex [223] [224]) (./a00017.tex
(/usr/share/texmf-texlive/tex/latex/psnfss/omsphv.fd)

LaTeX Font Warning: Font shape `OMS/phv/bc/n' undefined
(Font)              using `OMS/phv/m/n' instead
(Font)              for symbol `textbraceleft' on input line 49.

[225]) (./a00018.tex [226]) (./a00019.tex
Underfull \hbox (badness 4429) in paragraph at lines 28--29
[]\T1/phv/m/n/10 -Generic com-po-nents struc-ture, ei-ther stat-i-cally listed 
by con-fig-ure in static-
[227] [228]) (./a00020.tex [229]) (./a00021.tex [230] [231]) (./a00022.tex)
(./a00023.tex [232] [233] [234] [235] [236] [237] [238]) (./a00024.tex [239])
(./a00025.tex [240]) (./a00026.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-obj-[]-memory-[]-s-:-:hwloc-[]-obj-[]-memory-[]-p
age-[]-type-[]-s -
) (./a00027.tex [241]) (./a00028.tex [242]) (./a00029.tex [243]) (./a00030.tex
[244] [245]) (./a00031.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-u-:-:hwloc-[]-topology-[]-dif
f-[]-generic-[]-s -
[246]) (./a00032.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-obj-[]-attr-[]-u-:-:hwloc-[]-
topology-[]-diff-[]-obj-[]-
) (./a00033.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-u-:-:hwloc-[]-topology-[]-dif
f-[]-obj-[]-attr-[]-s -

Package Fancyhdr Warning: \headheight is too small (12.0pt): 
 Make it at least 22.16548pt.
 We now make it that large for the rest of the document.
 This may cause the page layout to be inconsistent, however.

[247]) (./a00034.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-obj-[]-attr-[]-u-:-:hwloc-[]-
topology-[]-diff-[]-obj-[]-
[248]) (./a00035.tex
Underfull \hbox (badness 4595) in paragraph at lines 23--26
[]\T1/phv/m/n/10 struct \OMS/ztmcm/m/n/10 ^^B [][]\T1/phv/m/n/10 hwloc-_-topolo
gy-_-diff-_-obj-_-attr-_-u-::hwloc-_-topology-_-diff-_-obj-_-attr-_-uint64-_-s[
][]

Underfull \hbox (badness 10000) in paragraph at lines 26--28
[]\T1/phv/m/n/10 struct \OMS/ztmcm/m/n/10 ^^B [][]\T1/phv/m/n/10 hwloc-_-topolo
gy-_-diff-_-obj-_-attr-_-u-::hwloc-_-topology-_-diff-_-obj-_-attr-_-string-_-s[
][]
[249]) (./a00036.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-obj-[]-attr-[]-u-:-:hwloc-[]-
topology-[]-diff-[]-obj-[]-
[250]) (./a00037.tex) (./a00038.tex

Package Fancyhdr Warning: \headheight is too small (12.0pt): 
 Make it at least 22.16548pt.
 We now make it that large for the rest of the document.
 This may cause the page layout to be inconsistent, however.

[251]) (./a00039.tex [252]) (./a00040.tex [253] [254] [255]) (./a00041.tex)
(./letter-refman.ind [256]
Underfull \hbox (badness 10000) in paragraph at lines 4--6
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--C-P-U-B-I-N-D-_--N-O-M-E-M-B-I-N-D,

Underfull \hbox (badness 4940) in paragraph at lines 12--13
[]\T1/phv/m/n/10 -Components and Plugins-: Dis-cov-ery

Underfull \hbox (badness 10000) in paragraph at lines 13--15
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--B-A-C-K-E-N-D-_--F-L-A-G-_--N-E-E-D-

Underfull \hbox (badness 10000) in paragraph at lines 16--18
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--D-I-S-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-

Underfull \hbox (badness 10000) in paragraph at lines 18--20
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--D-I-S-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-

Underfull \hbox (badness 10000) in paragraph at lines 20--22
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--D-I-S-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-

Underfull \hbox (badness 10000) in paragraph at lines 23--25
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-P-E-_--D-I-

Underfull \hbox (badness 10000) in paragraph at lines 25--27
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-P-E-_--X-M-

Underfull \hbox (badness 10000) in paragraph at lines 28--30
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--D-I-S-T-R-I-B-_--F-L-A-G-_--R-E-V-E-R-

Underfull \hbox (badness 10000) in paragraph at lines 31--33
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--E-X-P-O-R-T-_--S-

Underfull \hbox (badness 10000) in paragraph at lines 31--33
\T1/phv/m/n/10 Y-N-T-H-E-T-I-C-_--F-L-A-G-_--N-O-_--A-T-T-R-

Underfull \hbox (badness 10000) in paragraph at lines 33--35
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--E-X-P-O-R-T-_--S-

Underfull \hbox (badness 10000) in paragraph at lines 33--35
\T1/phv/m/n/10 Y-N-T-H-E-T-I-C-_--F-L-A-G-_--N-O-_--E-X-T-E-

Underfull \hbox (badness 10000) in paragraph at lines 35--36
[]\T1/phv/m/n/10 -H-W-L-O-C-_--B-A-C-K-E-N-D-_--F-L-A-G-_--N-E-E-D-_--L-E-V-

Underfull \vbox (badness 1400) has occurred while \output is active
Underfull \hbox (badness 10000) in paragraph at lines 52--53
[]\T1/phv/m/n/10 -H-W-L-O-C-_--D-I-S-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-P-E-_--C-

Underfull \hbox (badness 10000) in paragraph at lines 55--56
[]\T1/phv/m/n/10 -H-W-L-O-C-_--D-I-S-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-P-E-_--G-

Underfull \hbox (badness 10000) in paragraph at lines 58--59
[]\T1/phv/m/n/10 -H-W-L-O-C-_--D-I-S-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-P-E-_--

Underfull \hbox (badness 1087) in paragraph at lines 62--63
[]| \T1/phv/m/n/10 -Distributing items over a topol-ogy,
[257]
Underfull \hbox (badness 10000) in paragraph at lines 137--138
[]\T1/phv/m/n/10 -H-W-L-O-C-_--R-E-S-T-R-I-C-T-_--F-L-A-G-_--A-D-A-P-T-_--D-I-

Underfull \hbox (badness 10000) in paragraph at lines 141--142
[]\T1/phv/m/n/10 -H-W-L-O-C-_--R-E-S-T-R-I-C-T-_--F-L-A-G-_--A-D-A-P-T-_--M-I-

Underfull \hbox (badness 10000) in paragraph at lines 143--144
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--A-P-P-L-Y-_--R-

Underfull \hbox (badness 10000) in paragraph at lines 147--148
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--O-B-J-_--A-T-T-

Underfull \hbox (badness 10000) in paragraph at lines 149--150
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--O-B-J-_--A-T-T-

Underfull \hbox (badness 10000) in paragraph at lines 151--152
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--O-B-J-_--A-T-T-

Underfull \hbox (badness 10000) in paragraph at lines 153--154
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--T-O-O-_--C-O-
[258]
Underfull \hbox (badness 10000) in paragraph at lines 155--156
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--E-X-P-O-R-T-_--S-Y-N-T-

Underfull \hbox (badness 1817) in paragraph at lines 156--157
[]| \T1/phv/m/n/10 -Exporting Topolo-gies to Syn-thetic,

Underfull \hbox (badness 10000) in paragraph at lines 157--158
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--E-X-P-O-R-T-_--S-Y-N-T-

Underfull \hbox (badness 10000) in paragraph at lines 157--158
\T1/phv/m/n/10 H-E-T-I-C-_--F-L-A-G-_--N-O-_--E-X-T-E-N-D-E-

Underfull \hbox (badness 1817) in paragraph at lines 158--159
[]| \T1/phv/m/n/10 -Exporting Topolo-gies to Syn-thetic,

Underfull \hbox (badness 10000) in paragraph at lines 160--162
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 162--163
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--I-O-_--B-R-I-D-

Underfull \hbox (badness 10000) in paragraph at lines 163--165
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 165--166
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--I-O-_--D-E-V-I-

Underfull \hbox (badness 10000) in paragraph at lines 166--168
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 168--169
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--I-S-_--T-H-I-S-S-

Underfull \hbox (badness 10000) in paragraph at lines 169--171
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 171--172
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--T-H-I-S-S-Y-S-

Underfull \hbox (badness 10000) in paragraph at lines 171--172
\T1/phv/m/n/10 T-E-M-_--A-L-L-O-W-E-D-_--R-E-S-O-U-R-C-E-

Underfull \hbox (badness 10000) in paragraph at lines 172--174
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 174--175
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--W-H-O-L-E-_--I-

Underfull \hbox (badness 10000) in paragraph at lines 175--177
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 177--178
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--W-H-O-L-E-_--

Underfull \hbox (badness 10000) in paragraph at lines 178--180
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 195--197
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--M-E-M-B-I-N-D-_--B-Y-N-O-D-E-S-E-T,

Underfull \hbox (badness 10000) in paragraph at lines 199--201
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--M-E-M-B-I-N-D-_--F-I-R-S-T-T-O-U-C-H,

Underfull \hbox (badness 10000) in paragraph at lines 201--203
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--M-E-M-B-I-N-D-_--I-N-T-E-R-L-E-A-V-E,

Underfull \hbox (badness 10000) in paragraph at lines 207--209
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--M-E-M-B-I-N-D-_--N-E-X-T-T-O-U-C-H,

Underfull \hbox (badness 10000) in paragraph at lines 209--211
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--M-E-M-B-I-N-D-_--N-O-C-P-U-B-I-N-D,

Underfull \hbox (badness 10000) in paragraph at lines 211--213
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--M-E-M-B-I-N-D-_--P-R-O-C-E-S-S,

Underfull \hbox (badness 10000) in paragraph at lines 213--215
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--M-E-M-B-I-N-D-_--R-E-P-L-I-C-A-T-E,

Underfull \hbox (badness 10000) in paragraph at lines 220--222
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--R-E-S-T-R-I-C-T-_--F-L-A-G-_--A-D-A-P-

Underfull \hbox (badness 10000) in paragraph at lines 222--224
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--R-E-S-T-R-I-C-T-_--F-L-A-G-_--A-D-A-P-

Underfull \hbox (badness 10000) in paragraph at lines 224--226
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--R-E-S-T-R-I-C-T-_--F-L-A-G-_--A-D-A-P-

Underfull \hbox (badness 10000) in paragraph at lines 237--239
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--O-B-J-_--C-A-C-H-E-_--I-N-S-T-R-U-C-T-

Underfull \hbox (badness 10000) in paragraph at lines 239--241
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--O-B-J-_--C-A-C-H-E-_--U-N-I-F-I-E-D,
[259]
Underfull \hbox (badness 10000) in paragraph at lines 253--255
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--O-B-J-_--O-S-D-E-V-_--C-O-P-R-O-C,

Underfull \hbox (badness 10000) in paragraph at lines 259--261
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--O-B-J-_--O-S-D-E-V-_--N-E-T-W-O-R-K,

Underfull \hbox (badness 10000) in paragraph at lines 261--263
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--O-B-J-_--O-S-D-E-V-_--O-P-E-N-F-A-B-

Underfull \hbox (badness 10000) in paragraph at lines 278--280
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-Y-P-E-_--D-E-P-T-H-_--B-R-I-D-G-E,

Underfull \hbox (badness 10000) in paragraph at lines 280--282
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-Y-P-E-_--D-E-P-T-H-_--M-U-L-T-I-P-L-

Underfull \hbox (badness 10000) in paragraph at lines 282--284
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-Y-P-E-_--D-E-P-T-H-_--O-S-_--D-E-V-I-

Underfull \hbox (badness 10000) in paragraph at lines 284--286
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-Y-P-E-_--D-E-P-T-H-_--P-C-I-_--D-E-V-I-

Underfull \hbox (badness 10000) in paragraph at lines 286--288
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-Y-P-E-_--D-E-P-T-H-_--U-N-K-N-O-W-

Underfull \hbox (badness 6047) in paragraph at lines 288--289
[]\T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion and

Underfull \hbox (badness 10000) in paragraph at lines 289--291
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--I-C-A-C-

Underfull \hbox (badness 10000) in paragraph at lines 291--293
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--I-O-_--B-

Underfull \hbox (badness 10000) in paragraph at lines 293--295
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--I-O-_--D-

Underfull \hbox (badness 10000) in paragraph at lines 295--297
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--I-S-_--T-

Underfull \hbox (badness 10000) in paragraph at lines 297--299
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--T-H-I-S-

Underfull \hbox (badness 10000) in paragraph at lines 297--299
\T1/phv/m/n/10 S-Y-S-T-E-M-_--A-L-L-O-W-E-D-_--R-E-S-O-U-

Underfull \hbox (badness 10000) in paragraph at lines 299--301
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--W-H-

Underfull \hbox (badness 10000) in paragraph at lines 301--303
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--W-H-

Underfull \hbox (badness 10000) in paragraph at lines 304--306
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--A-P-P-L-

Underfull \hbox (badness 10000) in paragraph at lines 306--308
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--O-B-J-_--

Underfull \hbox (badness 10000) in paragraph at lines 308--310
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--O-B-J-_--

Underfull \hbox (badness 10000) in paragraph at lines 310--312
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--O-B-J-_--

Underfull \hbox (badness 10000) in paragraph at lines 312--314
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--O-B-J-_--

Underfull \hbox (badness 10000) in paragraph at lines 314--316
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--T-O-O-_--

Underfull \hbox (badness 10000) in paragraph at lines 322--324
[]| \T1/phv/m/n/10 hwloc-_-custom-_-insert-_-group-_-object-

Underfull \hbox (badness 10000) in paragraph at lines 328--330
[]| \T1/phv/m/n/10 hwloc-_-topology-_-get-_-allowed-_-

Underfull \hbox (badness 10000) in paragraph at lines 330--332
[]| \T1/phv/m/n/10 hwloc-_-topology-_-get-_-allowed-_-

Underfull \hbox (badness 10000) in paragraph at lines 332--334
[]| \T1/phv/m/n/10 hwloc-_-topology-_-get-_-complete-_-

Underfull \hbox (badness 10000) in paragraph at lines 334--336
[]| \T1/phv/m/n/10 hwloc-_-topology-_-get-_-complete-_-

Underfull \hbox (badness 10000) in paragraph at lines 336--338
[]| \T1/phv/m/n/10 hwloc-_-topology-_-get-_-online-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 338--340
[]| \T1/phv/m/n/10 hwloc-_-topology-_-get-_-topology-_-

Underfull \hbox (badness 10000) in paragraph at lines 340--342
[]| \T1/phv/m/n/10 hwloc-_-topology-_-get-_-topology-_-

Underfull \hbox (badness 10000) in paragraph at lines 352--354
[]| \T1/phv/m/n/10 hwloc-_-get-_-proc-_-last-_-cpu-_-location,
[260]
Underfull \hbox (badness 10000) in paragraph at lines 364--366
[]| \T1/phv/m/n/10 hwloc-_--_-insert-_-object-_-by-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 376--378
[]| \T1/phv/m/n/10 hwloc-_-plugin-_-check-_-namespace,

Underfull \hbox (badness 4940) in paragraph at lines 382--384
[]\T1/phv/m/n/10 -Components and Plugins-: Dis-cov-ery

Underfull \hbox (badness 10000) in paragraph at lines 390--392
[]| \T1/phv/m/n/10 hwloc-_-backends-_-get-_-obj-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 392--394
[]| \T1/phv/m/n/10 hwloc-_-backends-_-notify-_-new-_-object,

Underfull \hbox (badness 10000) in paragraph at lines 426--428
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-from-_-nodeset-_-strict,

Underfull \hbox (badness 10000) in paragraph at lines 430--432
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-to-_-nodeset-_-strict,

Underfull \hbox (badness 10000) in paragraph at lines 452--454
[]| \T1/phv/m/n/10 hwloc-_-topology-_-export-_-synthetic,

Underfull \hbox (badness 10000) in paragraph at lines 454--456
[]| \T1/phv/m/n/10 hwloc-_-topology-_-export-_-synthetic-_-

Underfull \hbox (badness 10000) in paragraph at lines 460--462
[]| \T1/phv/m/n/10 hwloc-_-export-_-obj-_-userdata-_-base64,

Underfull \hbox (badness 10000) in paragraph at lines 466--468
[]| \T1/phv/m/n/10 hwloc-_-topology-_-export-_-xmlbuffer,

Underfull \hbox (badness 10000) in paragraph at lines 468--470
[]| \T1/phv/m/n/10 hwloc-_-topology-_-set-_-userdata-_-

Underfull \hbox (badness 10000) in paragraph at lines 470--472
[]| \T1/phv/m/n/10 hwloc-_-topology-_-set-_-userdata-_-

Underfull \hbox (badness 10000) in paragraph at lines 476--478
[]| \T1/phv/m/n/10 hwloc-_-get-_-hostbridge-_-by-_-pcibus,

Underfull \hbox (badness 10000) in paragraph at lines 484--486
[]| \T1/phv/m/n/10 hwloc-_-get-_-non-_-io-_-ancestor-_-obj,

Underfull \hbox (badness 10000) in paragraph at lines 488--490
[]| \T1/phv/m/n/10 hwloc-_-get-_-pcidev-_-by-_-busidstring,

Underfull \hbox (badness 10000) in paragraph at lines 492--494
[]| \T1/phv/m/n/10 hwloc-_-get-_-child-_-covering-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 494--496
[]| \T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-covering-_-
[261]
Underfull \hbox (badness 10000) in paragraph at lines 496--498
[]| \T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-covering-_-

Underfull \hbox (badness 10000) in paragraph at lines 502--504
[]| \T1/phv/m/n/10 hwloc-_-get-_-first-_-largest-_-obj-_-inside-_-

Underfull \hbox (badness 10000) in paragraph at lines 504--506
[]| \T1/phv/m/n/10 hwloc-_-get-_-largest-_-objs-_-inside-_-

Underfull \hbox (badness 10000) in paragraph at lines 506--508
[]| \T1/phv/m/n/10 hwloc-_-get-_-nbobjs-_-inside-_-cpuset-_-

Underfull \hbox (badness 10000) in paragraph at lines 508--510
[]| \T1/phv/m/n/10 hwloc-_-get-_-nbobjs-_-inside-_-cpuset-_-

Underfull \hbox (badness 10000) in paragraph at lines 510--512
[]| \T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-inside-_-cpuset-_-

Underfull \hbox (badness 10000) in paragraph at lines 512--514
[]| \T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-inside-_-cpuset-_-

Underfull \hbox (badness 10000) in paragraph at lines 514--516
[]| \T1/phv/m/n/10 hwloc-_-get-_-obj-_-index-_-inside-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 516--518
[]| \T1/phv/m/n/10 hwloc-_-get-_-obj-_-inside-_-cpuset-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 518--520
[]| \T1/phv/m/n/10 hwloc-_-get-_-obj-_-inside-_-cpuset-_-by-_-

Underfull \hbox (badness 1033) in paragraph at lines 520--522
[]\T1/phv/m/n/10 -Finding ob-jects, mis-cel-la-neous helpers,

Underfull \hbox (badness 10000) in paragraph at lines 524--526
[]| \T1/phv/m/n/10 hwloc-_-get-_-numanode-_-obj-_-by-_-os-_-

Underfull \hbox (badness 10000) in paragraph at lines 526--528
[]| \T1/phv/m/n/10 hwloc-_-get-_-obj-_-below-_-array-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 537--539
[]| \T1/phv/m/n/10 hwloc-_-intel-_-mic-_-get-_-device-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 539--541
[]| \T1/phv/m/n/10 hwloc-_-intel-_-mic-_-get-_-device-_-osdev-

Underfull \hbox (badness 2384) in paragraph at lines 541--543
[]\T1/phv/m/n/10 -Interoperability with Linux lib-numa bit-

Underfull \hbox (badness 10000) in paragraph at lines 543--545
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-from-_-linux-_-libnuma-_-

Underfull \hbox (badness 10000) in paragraph at lines 545--547
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-to-_-linux-_-libnuma-_-

Underfull \hbox (badness 10000) in paragraph at lines 547--549
[]| \T1/phv/m/n/10 hwloc-_-nodeset-_-from-_-linux-_-libnuma-

Underfull \hbox (badness 10000) in paragraph at lines 549--551
[]| \T1/phv/m/n/10 hwloc-_-nodeset-_-to-_-linux-_-libnuma-_-

Underfull \hbox (badness 2181) in paragraph at lines 551--553
[]\T1/phv/m/n/10 -Interoperability with Linux lib-numa un-

Underfull \hbox (badness 10000) in paragraph at lines 553--555
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-from-_-linux-_-libnuma-_-

Underfull \hbox (badness 10000) in paragraph at lines 555--557
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-to-_-linux-_-libnuma-_-

Underfull \hbox (badness 10000) in paragraph at lines 557--559
[]| \T1/phv/m/n/10 hwloc-_-nodeset-_-from-_-linux-_-libnuma-

Underfull \hbox (badness 10000) in paragraph at lines 559--561
[]| \T1/phv/m/n/10 hwloc-_-nodeset-_-to-_-linux-_-libnuma-_-

Underfull \hbox (badness 10000) in paragraph at lines 563--565
[]| \T1/phv/m/n/10 hwloc-_-mx-_-board-_-get-_-device-_-

Underfull \hbox (badness 10000) in paragraph at lines 565--567
[]| \T1/phv/m/n/10 hwloc-_-mx-_-endpoint-_-get-_-device-_-

Underfull \hbox (badness 10000) in paragraph at lines 569--571
[]| \T1/phv/m/n/10 hwloc-_-opencl-_-get-_-device-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 571--573
[]| \T1/phv/m/n/10 hwloc-_-opencl-_-get-_-device-_-osdev,

Underfull \hbox (badness 10000) in paragraph at lines 573--575
[]| \T1/phv/m/n/10 hwloc-_-opencl-_-get-_-device-_-osdev-_-

Underfull \hbox (badness 10000) in paragraph at lines 581--583
[]| \T1/phv/m/n/10 hwloc-_-ibv-_-get-_-device-_-osdev-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 585--587
[]| \T1/phv/m/n/10 hwloc-_-gl-_-get-_-display-_-by-_-osdev,

Underfull \hbox (badness 10000) in paragraph at lines 587--589
[]| \T1/phv/m/n/10 hwloc-_-gl-_-get-_-display-_-osdev-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 589--591
[]| \T1/phv/m/n/10 hwloc-_-gl-_-get-_-display-_-osdev-_-by-_-

Underfull \hbox (badness 896) in paragraph at lines 591--593
[]\T1/phv/m/n/10 -Interoperability with glibc sched affin-ity,

Underfull \hbox (badness 10000) in paragraph at lines 593--595
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-from-_-glibc-_-sched-_-

Underfull \hbox (badness 10000) in paragraph at lines 595--597
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-to-_-glibc-_-sched-_-
[262]
Underfull \hbox (badness 10000) in paragraph at lines 603--605
[]| \T1/phv/m/n/10 hwloc-_-cuda-_-get-_-device-_-osdev-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 605--607
[]| \T1/phv/m/n/10 hwloc-_-cuda-_-get-_-device-_-pci-_-ids,

Underfull \hbox (badness 10000) in paragraph at lines 611--613
[]| \T1/phv/m/n/10 hwloc-_-cudart-_-get-_-device-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 613--615
[]| \T1/phv/m/n/10 hwloc-_-cudart-_-get-_-device-_-osdev-_-

Underfull \hbox (badness 10000) in paragraph at lines 615--617
[]| \T1/phv/m/n/10 hwloc-_-cudart-_-get-_-device-_-pci-_-ids,

Underfull \hbox (badness 10000) in paragraph at lines 617--619
[]| \T1/phv/m/n/10 hwloc-_-cudart-_-get-_-device-_-pcidev,

Underfull \hbox (badness 10000) in paragraph at lines 625--627
[]| \T1/phv/m/n/10 hwloc-_-nvml-_-get-_-device-_-osdev-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 631--633
[]| \T1/phv/m/n/10 hwloc-_-linux-_-get-_-tid-_-last-_-cpu-_-

Underfull \hbox (badness 10000) in paragraph at lines 639--641
[]| \T1/phv/m/n/10 hwloc-_-get-_-ancestor-_-obj-_-by-_-depth,

Underfull \hbox (badness 10000) in paragraph at lines 641--643
[]| \T1/phv/m/n/10 hwloc-_-get-_-ancestor-_-obj-_-by-_-type,

Underfull \hbox (badness 10000) in paragraph at lines 643--645
[]| \T1/phv/m/n/10 hwloc-_-get-_-common-_-ancestor-_-obj,

Underfull \hbox (badness 10000) in paragraph at lines 651--653
[]| \T1/phv/m/n/10 hwloc-_-get-_-cache-_-covering-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 655--657
[]| \T1/phv/m/n/10 hwloc-_-get-_-shared-_-cache-_-covering-

Underfull \hbox (badness 10000) in paragraph at lines 662--664
[]| \T1/phv/m/n/10 hwloc-_-get-_-whole-_-distance-_-matrix-_-

Underfull \hbox (badness 10000) in paragraph at lines 664--666
[]| \T1/phv/m/n/10 hwloc-_-get-_-whole-_-distance-_-matrix-_-

Underfull \hbox (badness 10000) in paragraph at lines 675--677
[]| \T1/phv/m/n/10 hwloc-_-alloc-_-membind-_-policy-_-

Underfull \hbox (badness 10000) in paragraph at lines 681--683
[]| \T1/phv/m/n/10 hwloc-_-get-_-area-_-membind-_-nodeset,

Underfull \hbox (badness 10000) in paragraph at lines 691--693
[]| \T1/phv/m/n/10 hwloc-_-get-_-proc-_-membind-_-nodeset,

Underfull \hbox (badness 10000) in paragraph at lines 699--701
[]| \T1/phv/m/n/10 hwloc-_-set-_-area-_-membind-_-nodeset,

Underfull \hbox (badness 10000) in paragraph at lines 707--709
[]| \T1/phv/m/n/10 hwloc-_-set-_-proc-_-membind-_-nodeset,

Underfull \hbox (badness 10000) in paragraph at lines 713--715
[]| \T1/phv/m/n/10 hwloc-_-topology-_-insert-_-misc-_-object-

Underfull \hbox (badness 10000) in paragraph at lines 715--717
[]| \T1/phv/m/n/10 hwloc-_-topology-_-insert-_-misc-_-object-
[263]
Underfull \hbox (badness 10000) in paragraph at lines 774--776
[]| \T1/phv/m/n/10 hwloc-_-get-_-type-_-or-_-above-_-depth,

Underfull \hbox (badness 10000) in paragraph at lines 776--778
[]| \T1/phv/m/n/10 hwloc-_-get-_-type-_-or-_-below-_-depth,

Underfull \hbox (badness 6047) in paragraph at lines 894--896
[]\T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion and
[264]
Underfull \hbox (badness 10000) in paragraph at lines 904--906
[]| \T1/phv/m/n/10 hwloc-_-topology-_-ignore-_-all-_-keep-_-

Underfull \hbox (badness 10000) in paragraph at lines 908--910
[]| \T1/phv/m/n/10 hwloc-_-topology-_-ignore-_-type-_-keep-_-

Underfull \hbox (badness 10000) in paragraph at lines 914--916
[]| \T1/phv/m/n/10 hwloc-_-topology-_-set-_-distance-_-

Underfull \hbox (badness 10000) in paragraph at lines 933--935
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-apply-_-flags-_-e,

Underfull \hbox (badness 10000) in paragraph at lines 939--941
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-export-_-xml,

Underfull \hbox (badness 10000) in paragraph at lines 945--947
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-load-_-xmlbuffer,

Underfull \hbox (badness 10000) in paragraph at lines 947--949
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-type-_-

Underfull \hbox (badness 10000) in paragraph at lines 949--951
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-type-_-t,

Underfull \hbox (badness 10000) in paragraph at lines 964--966
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 976--978
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-cache-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 985--987
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 991--993
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 1003--1005
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 1012--1014
[]| \T1/phv/m/n/10 hwloc-_-obj-_-memory-_-s-::hwloc-_-obj-_-

Underfull \hbox (badness 10000) in paragraph at lines 1029--1031
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 1031--1033
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-cache-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 1033--1035
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-group-_-attr-
[265]
Underfull \hbox (badness 10000) in paragraph at lines 1036--1038
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 1039--1041
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 1042--1044
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 1060--1062
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 1062--1064
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 1065--1067
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 1068--1070
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 1086--1088
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1094--1096
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 1105--1107
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1108--1110
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1114--1116
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1117--1119
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1120--1122
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1123--1125
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1126--1128
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1129--1131
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1132--1134
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1135--1137
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1138--1140
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1141--1143
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,
[266] [267]
Underfull \hbox (badness 4492) in paragraph at lines 1364--1366
[]| \T1/phv/m/n/10 -Object Sets (hwloc-_-cpuset-_-t and

Underfull \hbox (badness 4492) in paragraph at lines 1367--1369
[]| \T1/phv/m/n/10 -Object Sets (hwloc-_-cpuset-_-t and

Underfull \hbox (badness 10000) in paragraph at lines 1375--1376
[]\T1/phv/m/n/10 hwloc-_-cpuset-_-from-_-linux-_-libnuma-_-

Underfull \hbox (badness 2027) in paragraph at lines 1376--1378
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa

Underfull \hbox (badness 10000) in paragraph at lines 1378--1379
[]\T1/phv/m/n/10 hwloc-_-cpuset-_-from-_-linux-_-libnuma-_-

Underfull \hbox (badness 2027) in paragraph at lines 1379--1381
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa
[268]
Underfull \hbox (badness 4492) in paragraph at lines 1388--1390
[]| \T1/phv/m/n/10 -Object Sets (hwloc-_-cpuset-_-t and

Underfull \hbox (badness 2027) in paragraph at lines 1394--1396
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa

Underfull \hbox (badness 2027) in paragraph at lines 1397--1399
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa

Underfull \hbox (badness 10000) in paragraph at lines 1423--1424
[]\T1/phv/m/n/10 hwloc-_-cudart-_-get-_-device-_-osdev-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 1432--1433
[]\T1/phv/m/n/10 hwloc-_-custom-_-insert-_-group-_-object-_-by-_-

Underfull \hbox (badness 1087) in paragraph at lines 1462--1464
[]| \T1/phv/m/n/10 -Distributing items over a topol-ogy,

Underfull \hbox (badness 1087) in paragraph at lines 1465--1467
[]| \T1/phv/m/n/10 -Distributing items over a topol-ogy,
[269]
Underfull \hbox (badness 10000) in paragraph at lines 1506--1508
[]| \T1/phv/m/n/10 -Finding ob-jects, mis-cel-la-neous

Underfull \hbox (badness 10000) in paragraph at lines 1517--1518
[]\T1/phv/m/n/10 hwloc-_-get-_-distance-_-matrix-_-covering-_-obj-

Underfull \hbox (badness 10000) in paragraph at lines 1520--1521
[]\T1/phv/m/n/10 hwloc-_-get-_-first-_-largest-_-obj-_-inside-_-

Underfull \hbox (badness 10000) in paragraph at lines 1545--1546
[]\T1/phv/m/n/10 hwloc-_-get-_-nbobjs-_-inside-_-cpuset-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 1548--1549
[]\T1/phv/m/n/10 hwloc-_-get-_-nbobjs-_-inside-_-cpuset-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 1563--1564
[]\T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-covering-_-cpuset-_-by-

Underfull \hbox (badness 10000) in paragraph at lines 1566--1567
[]\T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-covering-_-cpuset-_-by-

Underfull \hbox (badness 10000) in paragraph at lines 1569--1570
[]\T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-inside-_-cpuset-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 1572--1573
[]\T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-inside-_-cpuset-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 1585--1587
[]| \T1/phv/m/n/10 -Finding ob-jects, mis-cel-la-neous
[270]
Underfull \hbox (badness 10000) in paragraph at lines 1588--1590
[]| \T1/phv/m/n/10 -Finding ob-jects, mis-cel-la-neous

Underfull \hbox (badness 10000) in paragraph at lines 1591--1593
[]| \T1/phv/m/n/10 -Finding ob-jects, mis-cel-la-neous

Underfull \hbox (badness 10000) in paragraph at lines 1628--1630
[]| \T1/phv/m/n/10 -Finding ob-jects, mis-cel-la-neous

Underfull \hbox (badness 10000) in paragraph at lines 1651--1652
[]\T1/phv/m/n/10 hwloc-_-get-_-whole-_-distance-_-matrix-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 1654--1655
[]\T1/phv/m/n/10 hwloc-_-get-_-whole-_-distance-_-matrix-_-by-_-

Underfull \hbox (badness 5022) in paragraph at lines 1658--1660
[]| \T1/phv/m/n/10 -Interoperability with Open-G-L dis-

Underfull \hbox (badness 5022) in paragraph at lines 1661--1663
[]| \T1/phv/m/n/10 -Interoperability with Open-G-L dis-

Underfull \hbox (badness 10000) in paragraph at lines 1663--1664
[]\T1/phv/m/n/10 hwloc-_-gl-_-get-_-display-_-osdev-_-by-_-port-_-

Underfull \hbox (badness 5022) in paragraph at lines 1664--1666
[]| \T1/phv/m/n/10 -Interoperability with Open-G-L dis-

Underfull \hbox (badness 10000) in paragraph at lines 1670--1672
[]| \T1/phv/m/n/10 -Interoperability with Open-Fabrics,

Underfull \hbox (badness 10000) in paragraph at lines 1673--1675
[]| \T1/phv/m/n/10 -Interoperability with Open-Fabrics,

Underfull \hbox (badness 10000) in paragraph at lines 1676--1678
[]| \T1/phv/m/n/10 -Interoperability with Open-Fabrics,
[271]
Underfull \hbox (badness 10000) in paragraph at lines 1690--1691
[]\T1/phv/m/n/10 hwloc-_-intel-_-mic-_-get-_-device-_-osdev-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 1715--1716
[]\T1/phv/m/n/10 hwloc-_-nodeset-_-from-_-linux-_-libnuma-_-

Underfull \hbox (badness 2027) in paragraph at lines 1716--1718
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa

Underfull \hbox (badness 10000) in paragraph at lines 1718--1719
[]\T1/phv/m/n/10 hwloc-_-nodeset-_-from-_-linux-_-libnuma-_-

Underfull \hbox (badness 2027) in paragraph at lines 1719--1721
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa

Underfull \hbox (badness 4492) in paragraph at lines 1722--1724
[]| \T1/phv/m/n/10 -Object Sets (hwloc-_-cpuset-_-t and

Underfull \hbox (badness 10000) in paragraph at lines 1724--1725
[]\T1/phv/m/n/10 hwloc-_-nodeset-_-to-_-linux-_-libnuma-_-

Underfull \hbox (badness 2027) in paragraph at lines 1725--1727
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa

Underfull \hbox (badness 2027) in paragraph at lines 1728--1730
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa

Underfull \hbox (badness 3108) in paragraph at lines 1791--1793
[]| \T1/phv/m/n/10 -Consulting and Adding Key--Value

Underfull \hbox (badness 1394) in paragraph at lines 1794--1796
[]| \T1/phv/m/n/10 -Converting be-tween Ob-ject Types,
[272]
Underfull \hbox (badness 10000) in paragraph at lines 1803--1805
[]\T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-_-s,

Underfull \hbox (badness 10000) in paragraph at lines 1818--1820
[]\T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-cache-_-attr-_-s,

Underfull \hbox (badness 10000) in paragraph at lines 1825--1827
[]\T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-group-_-attr-_-s,

Underfull \hbox (badness 10000) in paragraph at lines 1828--1830
[]\T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-osdev-_-attr-_-s,

Underfull \hbox (badness 10000) in paragraph at lines 1831--1833
[]\T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-attr-_-s,

Underfull \hbox (badness 1394) in paragraph at lines 1858--1860
[]| \T1/phv/m/n/10 -Converting be-tween Ob-ject Types,

Underfull \hbox (badness 3108) in paragraph at lines 1861--1863
[]| \T1/phv/m/n/10 -Consulting and Adding Key--Value

Underfull \hbox (badness 10000) in paragraph at lines 1880--1882
[]\T1/phv/m/n/10 hwloc-_-obj-_-memory-_-s-::hwloc-_-obj-_-

Underfull \hbox (badness 1394) in paragraph at lines 1892--1894
[]| \T1/phv/m/n/10 -Converting be-tween Ob-ject Types,

Underfull \hbox (badness 1394) in paragraph at lines 1895--1897
[]| \T1/phv/m/n/10 -Converting be-tween Ob-ject Types,

Underfull \hbox (badness 1394) in paragraph at lines 1898--1900
[]| \T1/phv/m/n/10 -Converting be-tween Ob-ject Types,
[273]
Underfull \hbox (badness 10000) in paragraph at lines 1908--1909
[]\T1/phv/m/n/10 hwloc-_-opencl-_-get-_-device-_-osdev-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 1968--1970
[]| \T1/phv/m/n/10 get-_-thisthread-_-last-_-cpu-_-location,
[274]
Underfull \hbox (badness 10000) in paragraph at lines 2034--2036
[]\T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-topology-_-

Underfull \hbox (badness 10000) in paragraph at lines 2038--2040
[]\T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-topology-_-

Underfull \hbox (badness 10000) in paragraph at lines 2047--2049
[]\T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-topology-_-

Underfull \hbox (badness 1817) in paragraph at lines 2062--2064
[]| \T1/phv/m/n/10 -Exporting Topolo-gies to Syn-thetic,

Underfull \hbox (badness 1817) in paragraph at lines 2065--2067
[]| \T1/phv/m/n/10 -Exporting Topolo-gies to Syn-thetic,

Underfull \hbox (badness 10000) in paragraph at lines 2074--2076
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2092--2094
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2098--2100
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2107--2109
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2109--2110
[]\T1/phv/m/n/10 hwloc-_-topology-_-ignore-_-all-_-keep-_-

Underfull \hbox (badness 10000) in paragraph at lines 2110--2112
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2113--2115
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2115--2116
[]\T1/phv/m/n/10 hwloc-_-topology-_-ignore-_-type-_-keep-_-
[275]
Underfull \hbox (badness 10000) in paragraph at lines 2116--2118
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2121--2122
[]\T1/phv/m/n/10 hwloc-_-topology-_-insert-_-misc-_-object-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 2124--2125
[]\T1/phv/m/n/10 hwloc-_-topology-_-insert-_-misc-_-object-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 2128--2130
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2171--2173
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2174--2176
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2177--2179
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2180--2182
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2183--2185
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2186--2188
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2189--2191
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2191--2192
[]\T1/phv/m/n/10 hwloc-_-topology-_-set-_-userdata-_-export-_-

Underfull \hbox (badness 10000) in paragraph at lines 2194--2195
[]\T1/phv/m/n/10 hwloc-_-topology-_-set-_-userdata-_-import-_-

Underfull \hbox (badness 10000) in paragraph at lines 2198--2200
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2201--2203
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2215--2217
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2215--2217
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-
[276]
Underfull \hbox (badness 10000) in paragraph at lines 2230--2232
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2254--2256
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-cache-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2257--2259
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 2275--2277
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2287--2289
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2287--2289
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2293--2295
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2293--2295
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2295--2297
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2295--2297
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2298--2300
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2300--2302
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2302--2304
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2302--2304
\T1/phv/m/n/10 topology-_-diff-_-too-_-complex-_-s,

Underfull \hbox (badness 10000) in paragraph at lines 2311--2313
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2326--2328
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2328--2330
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2328--2330
\T1/phv/m/n/10 topology-_-diff-_-too-_-complex-_-s,

Underfull \hbox (badness 10000) in paragraph at lines 2331--2333
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2333--2335
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2333--2335
\T1/phv/m/n/10 topology-_-diff-_-too-_-complex-_-s,

Underfull \hbox (badness 10000) in paragraph at lines 2336--2338
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2336--2338
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2338--2340
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2338--2340
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-
[277]
Underfull \hbox (badness 10000) in paragraph at lines 2365--2367
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2383--2385
[]| \T1/phv/m/n/10 hwloc-_-topology-_-discovery-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2392--2394
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2395--2397
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 2401--2403
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2404--2406
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2407--2409
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2410--2412
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2413--2415
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2416--2418
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2419--2421
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2422--2424
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2425--2427
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2431--2433
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-cache-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2433--2435
[]| \T1/phv/m/n/10 hwloc-_-obj-_-memory-_-s-::hwloc-_-obj-_-

Underfull \hbox (badness 10000) in paragraph at lines 2439--2441
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 2442--2444
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2445--2447
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-
[278]
Underfull \hbox (badness 10000) in paragraph at lines 2466--2468
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-cache-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2468--2470
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-osdev-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2470--2472
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2470--2472
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2472--2474
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2472--2474
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2474--2476
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2474--2476
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2476--2478
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2478--2480
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2480--2482
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2480--2482
\T1/phv/m/n/10 topology-_-diff-_-too-_-complex-_-s,

Underfull \hbox (badness 10000) in paragraph at lines 2489--2491
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2492--2494
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2504--2506
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-
[279]) (./letter-refman.aux (./a00060.aux) (./a00061.aux) (./a00062.aux)
(./a00063.aux) (./a00064.aux) (./a00065.aux) (./a00066.aux) (./a00067.aux)
(./a00068.aux) (./a00069.aux) (./a00070.aux) (./a00071.aux) (./a00072.aux)
(./a00073.aux) (./a00074.aux) (./a00075.aux) (./a00076.aux) (./a00077.aux)
(./a00078.aux) (./a00079.aux) (./a00080.aux) (./a00081.aux) (./a00082.aux)
(./a00083.aux) (./a00084.aux) (./a00085.aux) (./a00086.aux) (./a00087.aux)
(./a00088.aux) (./a00089.aux) (./a00090.aux) (./a00091.aux) (./a00092.aux)
(./a00093.aux) (./a00094.aux) (./a00095.aux) (./a00096.aux) (./a00097.aux)
(./a00098.aux) (./a00099.aux) (./a00100.aux) (./a00101.aux) (./a00102.aux))

LaTeX Font Warning: Some font shapes were not available, defaults substituted.

 )
(see the transcript file for additional information)pdfTeX warning (dest): name
{a00045_source} has been referenced but does not exist, replaced by a fixed one


pdfTeX warning (dest): name{a00058_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00046_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00055_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00044_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00043_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00056_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00051_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00054_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00057_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00047_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00052_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00053_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00015} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00014} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00012} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00008} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00007} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00006} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00005} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00004} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00003} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00002} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00011} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00042_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00001} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00048_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00050_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00009} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00010} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00013} has been referenced but does not exist, rep
laced by a fixed one

{/usr/share/texmf-texlive/fonts/enc/dvips/base/8r.enc}</usr/share/texmf-texlive
/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texmf-texlive/fonts/type
1/public/amsfonts/cm/cmsy10.pfb></usr/share/texmf-texlive/fonts/type1/urw/couri
er/ucrr8a.pfb></usr/share/texmf-texlive/fonts/type1/urw/courier/ucrro8a.pfb></u
sr/share/texmf-texlive/fonts/type1/urw/helvetic/uhvb8a.pfb></usr/share/texmf-te
xlive/fonts/type1/urw/helvetic/uhvb8ac.pfb></usr/share/texmf-texlive/fonts/type
1/urw/helvetic/uhvbo8a.pfb></usr/share/texmf-texlive/fonts/type1/urw/helvetic/u
hvbo8ac.pfb></usr/share/texmf-texlive/fonts/type1/urw/helvetic/uhvr8a.pfb></usr
/share/texmf-texlive/fonts/type1/urw/helvetic/uhvro8a.pfb>
Output written on letter-refman.pdf (307 pages, 2130647 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 /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc/doxygen-doc/hwloc-a4.pdf
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
(./a4-refman.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
(/usr/share/texmf-texlive/tex/latex/base/book.cls
Document Class: book 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/bk10.clo))
(/usr/share/texmf-texlive/tex/latex/base/makeidx.sty)
(/usr/share/texmf-texlive/tex/latex/natbib/natbib.sty)
(/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
(/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty)
(/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty
(/usr/share/texmf-texlive/tex/latex/graphics/trig.sty)
(/etc/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def)))
(/usr/share/texmf-texlive/tex/latex/tools/multicol.sty)
(/usr/share/texmf-texlive/tex/latex/float/float.sty)
(/usr/share/texmf-texlive/tex/latex/listings/listings.sty
(/usr/share/texmf-texlive/tex/latex/listings/lstmisc.sty)
(/usr/share/texmf-texlive/tex/latex/listings/listings.cfg))
(/usr/share/texmf-texlive/tex/latex/graphics/color.sty
(/etc/texmf/tex/latex/config/color.cfg))
(/usr/share/texmf-texlive/tex/latex/base/ifthen.sty)
(/usr/share/texmf/tex/latex/xcolor/xcolor.sty
(/etc/texmf/tex/latex/config/color.cfg)
(/usr/share/texmf-texlive/tex/latex/colortbl/colortbl.sty
(/usr/share/texmf-texlive/tex/latex/tools/array.sty)))
(/usr/share/texmf-texlive/tex/latex/base/textcomp.sty
(/usr/share/texmf-texlive/tex/latex/base/ts1enc.def))
(/usr/share/texmf-texlive/tex/latex/base/alltt.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifpdf.sty)
(/usr/share/texmf-texlive/tex/latex/hyperref/hyperref.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifvtex.sty)
(/usr/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty)
(/usr/share/texmf-texlive/tex/latex/oberdiek/hycolor.sty
(/usr/share/texmf-texlive/tex/latex/oberdiek/xcolor-patch.sty))
(/usr/share/texmf-texlive/tex/latex/hyperref/pd1enc.def)
(/usr/share/texmf-texlive/tex/generic/oberdiek/etexcmds.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/infwarerr.sty))
(/usr/share/texmf-texlive/tex/latex/latexconfig/hyperref.cfg)
(/usr/share/texmf-texlive/tex/latex/oberdiek/kvoptions.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/kvsetkeys.sty))
(/usr/share/texmf-texlive/tex/latex/hyperref/puenc.def)
Implicit mode ON; LaTeX internals redefined
(/usr/share/texmf-texlive/tex/latex/hyperref/backref.sty)
(/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/bitset.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/intcalc.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/bigintcalc.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/pdftexcmds.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifluatex.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ltxcmds.sty))))
(/usr/share/texmf-texlive/tex/generic/oberdiek/atbegshi.sty))
*hyperref using driver hpdftex*
(/usr/share/texmf-texlive/tex/latex/hyperref/hpdftex.def)
(/usr/share/texmf-texlive/tex/latex/base/inputenc.sty
(/usr/share/texmf-texlive/tex/latex/base/utf8.def
(/usr/share/texmf-texlive/tex/latex/base/t1enc.dfu)
(/usr/share/texmf-texlive/tex/latex/base/ot1enc.dfu)
(/usr/share/texmf-texlive/tex/latex/base/omsenc.dfu)
(/usr/share/texmf-texlive/tex/latex/base/ts1enc.dfu)))
(/usr/share/texmf-texlive/tex/latex/psnfss/mathptmx.sty)
(/usr/share/texmf-texlive/tex/latex/psnfss/helvet.sty)
(/usr/share/texmf-texlive/tex/latex/psnfss/courier.sty)
(/usr/share/texmf-texlive/tex/latex/sectsty/sectsty.sty)
(/usr/share/texmf-texlive/tex/latex/tocloft/tocloft.sty

Package tocloft Note: The document has chapter divisions.

) (./doxygen.sty (/usr/share/texmf-texlive/tex/latex/tools/calc.sty)
(/usr/share/texmf-texlive/tex/latex/fancyhdr/fancyhdr.sty)
(/usr/share/texmf-texlive/tex/latex/tools/longtable.sty)
(/usr/share/texmf-texlive/tex/latex/tools/verbatim.sty)
(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
(/usr/share/texmf-texlive/tex/latex/base/t1enc.def)))
(/usr/share/texmf-texlive/tex/latex/listings/lstlang1.sty)
(/usr/share/texmf-texlive/tex/latex/listings/lstlang1.sty)
(/usr/share/texmf-texlive/tex/latex/listings/lstmisc.sty)
(/usr/share/texmf-texlive/tex/latex/psnfss/times.sty)
Writing index file a4-refman.idx
No file a4-refman.aux.
(/usr/share/texmf-texlive/tex/latex/base/ts1cmr.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/t1phv.fd)
(/usr/share/texmf-texlive/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/share/texmf-texlive/tex/latex/hyperref/nameref.sty
(/usr/share/texmf-texlive/tex/latex/oberdiek/refcount.sty)) [1{/var/lib/texmf/f
onts/map/pdftex/updmap/pdftex.map}] [2]
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1phv.fd) [1] [2]
Chapter 1.
(./index.tex (/usr/share/texmf-texlive/tex/latex/psnfss/ts1phv.fd) [1]
(/usr/share/texmf-texlive/tex/latex/psnfss/t1pcr.fd) [2]
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1ztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/omlztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/omsztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/omxztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1ptm.fd)
Underfull \hbox (badness 4634) in paragraph at lines 83--84
[]\T1/phv/m/n/10 libpciaccess for full -I/-O de-vice dis-cov-ery (\T1/pcr/m/n/1
0 libpciaccess-devel \T1/phv/m/n/10 or
[3]
Underfull \hbox (badness 931) in paragraph at lines 89--90
[]\T1/phv/m/n/10 the -N-V--C-O-N-T-R-O-L -X ex-ten-sion li-brary (-N-V-Ctrl) fo
r -N-V-I-D-I-A dis-play dis-cov-

Underfull \hbox (badness 10000) in paragraph at lines 89--90
\T1/pcr/m/n/10 ://download.-nvidia.-com/-X-Free86/nvidia-settings/[][] \T1/phv/
m/n/10 and
<dudley.png, id=75, 829.0975pt x 301.125pt> <use dudley.png> [4]
<hagrid.png, id=84, 901.3675pt x 291.0875pt> <use hagrid.png>
Underfull \hbox (badness 10000) in paragraph at lines 158--160


Underfull \vbox (badness 10000) has occurred while \output is active [5 <./dudl
ey.png (PNG copy)>] <emmett.png, id=91, 740.7675pt x 230.8625pt>
<use emmett.png> [6 <./hagrid.png (PNG copy)> <./emmett.png (PNG copy)>]
<ppc64-with-smt.png, id=108, 1206.5075pt x 130.4875pt>
<use ppc64-with-smt.png>
Underfull \hbox (badness 10000) in paragraph at lines 230--232


Underfull \vbox (badness 1406) has occurred while \output is active [7]
<ppc64-without-smt.png, id=122, 580.1675pt x 130.4875pt>
<use ppc64-without-smt.png>
<ppc64-full-with-smt.png, id=124, 1367.1075pt x 331.2375pt>
<use ppc64-full-with-smt.png>
Underfull \hbox (badness 10000) in paragraph at lines 250--252

[8 <./ppc64-with-smt.png (PNG copy)> <./ppc64-without-smt.png (PNG copy)> <./pp
c64-full-with-smt.png (PNG copy)>]
(/usr/share/texmf-texlive/tex/latex/psnfss/ts1pcr.fd)
Underfull \vbox (badness 10000) has occurred while \output is active [9]
Underfull \vbox (badness 10000) has occurred while \output is active [10]
[11]
Overfull \hbox (54.32396pt too wide) in paragraph at lines 490--491
\T1/phv/m/n/10 -Bugs should be re-ported in the tracker ([][]\T1/pcr/m/n/10 htt
ps-://github.-com/open-mpi/hwloc/issues[][]\T1/phv/m/n/10 ).

Underfull \hbox (badness 2512) in paragraph at lines 497--498
\T1/phv/m/n/10 hwloc is the evo-lu-tion and merger of the libtopol-ogy ([][]\T1
/pcr/m/n/10 http-://runtime.-

Underfull \hbox (badness 2111) in paragraph at lines 499--500
[]\T1/phv/m/n/10 libtopology was ini-tially de-vel-oped by the in-ria -Runtime 
-Team--Project ([][]\T1/pcr/m/n/10 http-
[12]) [13] [14]
Chapter 2.
(./a00001.tex [15] [16] <diagram.pdf, id=327, 673.51625pt x 690.58pt>
<use diagram.pdf>
Underfull \hbox (badness 10000) in paragraph at lines 80--82

) [17 <./diagram.pdf>] [18]
Chapter 3.
(./a00002.tex [19] [20] [21]) [22]
Chapter 4.
(./a00003.tex
Underfull \hbox (badness 10000) in paragraph at lines 17--18
[]\T1/phv/m/n/10 enforces the re-turn value of [][]hwloc-_-topology-_-is-_-

Underfull \hbox (badness 1931) in paragraph at lines 17--18
\T1/phv/m/n/10 thissystem()[][], as if [][]-H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L
-A-G-_--I-S-_--T-H-I-S-S-Y-S-T-E-M[][] was set
[23]
Underfull \hbox (badness 1371) in paragraph at lines 20--21
[]\T1/phv/m/n/10 -Get the set of al-lowed re-
[24]
Underfull \hbox (badness 776) in paragraph at lines 61--62
[]\T1/phv/m/n/10 loads files dumped by

Underfull \hbox (badness 772) in paragraph at lines 61--62
\T1/pcr/m/n/10 hwloc-dump-hwdata \T1/phv/m/n/10 (on -Linux) from the given di-r
ec-tory. -The de-fault
[25]) [26]
Chapter 5.
(./a00004.tex [27]) [28]
Chapter 6.
(./a00005.tex
Underfull \hbox (badness 2913) in paragraph at lines 15--16
[][][]\T1/pcr/m/n/10 -H-W-L-O-C-_--O-B-J-_--O-S-_--D-E-V-I-C-E[][] \T1/phv/m/n/
10 de-scribes an operating-system-specific han-dle
[29] [30] [31] <devel09-pci.png, id=548, 636.3775pt x 531.9875pt>
<use devel09-pci.png>
Underfull \hbox (badness 10000) in paragraph at lines 91--93

[32 <./devel09-pci.png (PNG copy)>]) [33] [34]
Chapter 7.
(./a00006.tex
Overfull \hbox (32.79977pt too wide) in paragraph at lines 13--13
 []       \T1/pcr/m/n/7 BankLocation=[]"BANK 2"[] Vendor=Elpida SerialNumber=21
733667 AssetTag=9876543210[] 
) [35] [36]
Chapter 8.
(./a00007.tex [37]
Underfull \hbox (badness 1859) in paragraph at lines 30--31
\T1/phv/m/n/10 -The hwloc as-sem-bler scripts (see be-low) also add \T1/pcr/m/n
/10 -Assembler-Name \T1/phv/m/n/10 and \T1/pcr/m/n/10 -
[38]) [39] [40]
Chapter 9.
(./a00008.tex
Underfull \hbox (badness 10000) in paragraph at lines 11--12
[]\T1/phv/m/n/10 -The

Overfull \hbox (43.68097pt too wide) in paragraph at lines 12--13
[]
[41]
Overfull \hbox (37.63338pt too wide) in paragraph at lines 17--18
[]

Underfull \hbox (badness 1163) in paragraph at lines 18--19
[]\T1/phv/m/n/10 -A -P-O-W-E-R/-Power-P-C-specific gen-eral pro-ces-sor re-vi-s
ion

Overfull \hbox (19.17389pt too wide) in paragraph at lines 20--20
[]

Underfull \hbox (badness 10000) in paragraph at lines 20--20


Underfull \hbox (badness 10000) in paragraph at lines 20--21
[]\T1/phv/m/n/10 -Some -P-O-W-E-R/-

Underfull \hbox (badness 10000) in paragraph at lines 28--29
[]\T1/phv/m/n/10 -The ven-dor and
[42]
Underfull \hbox (badness 10000) in paragraph at lines 31--32
[]\T1/phv/m/n/10 -The ven-dor and

Underfull \hbox (badness 10000) in paragraph at lines 33--34
[]\T1/phv/m/n/10 -The

Underfull \hbox (badness 10000) in paragraph at lines 34--35
[]\T1/phv/m/n/10 -The

Overfull \hbox (83.20851pt too wide) in paragraph at lines 37--38
[]

Overfull \hbox (22.13512pt too wide) in paragraph at lines 39--40
[]

Underfull \hbox (badness 1226) in paragraph at lines 40--41
[]\T1/phv/m/n/10 -D-M-I hard-ware in-for-ma-

Overfull \hbox (78.84291pt too wide) in paragraph at lines 42--43
[]

Overfull \hbox (60.10564pt too wide) in paragraph at lines 44--45
[]
[43]) [44]
Chapter 10.
(./a00009.tex [45]) [46]
Chapter 11.
(./a00010.tex [47] [48]) [49] [50]
Chapter 12.
(./a00011.tex [51]) [52]
Chapter 13.
(./a00012.tex
Underfull \hbox (badness 10000) in paragraph at lines 11--12
[][][]\T1/pcr/m/n/10 hwloc-_-topology-_-init()[][], [][]hwloc-_-topology-
[53]) [54]
Chapter 14.
(./a00013.tex
Underfull \vbox (badness 1681) has occurred while \output is active [55]
Underfull \hbox (badness 1939) in paragraph at lines 31--32
[]\T1/phv/m/n/10 -Certain com-po-nent names (\T1/pcr/m/n/10 xml \T1/phv/m/n/10 
and \T1/pcr/m/n/10 synthetic\T1/phv/m/n/10 ) ac-cept an ar-gu-ment (e.-g.
[56] [57]
Underfull \hbox (badness 10000) in paragraph at lines 66--67
[]\T1/phv/m/n/10 -Each of-fi-cially
[58]) [59] [60]
Chapter 15.
(./a00014.tex [61]
Underfull \hbox (badness 1466) in paragraph at lines 31--32
[]\T1/phv/m/n/10 -You can ei-ther copy all the config/hwloc$\OMS/ztmcm/m/n/10 ^
^C$\T1/phv/m/n/10 m4 files from the hwloc source tree

Underfull \hbox (badness 768) in paragraph at lines 31--32
\T1/phv/m/n/10 find more m4 files in the em-bed-ded hwloc's "con-fig" sub-di-re
c-tory (e.-g., add "--

Underfull \hbox (badness 4266) in paragraph at lines 37--38
[]\T1/phv/m/n/10 -H-W-L-O-C-_--S-E-T-U-P-_--C-O-R-E(config-dir-prefix, action-u
pon-success, action-upon-
[62] [63]
Overfull \hbox (29.40024pt too wide) in paragraph at lines 89--89
[]  \T1/pcr/m/n/8 2. Add "HWLOC_SETUP_CORE([my-embedded-hwloc], [happy=yes], [h
appy=no])" line[] 
) [64]
Chapter 16.
(./a00015.tex [65] [66] [67] [68] [69]
Overfull \hbox (19.80023pt too wide) in paragraph at lines 133--133
[]\T1/pcr/m/n/8 $ hwloc-bind core:3 --single -- echo "hello from a single threa
d on core #3"[] 
[70] [71]
Underfull \hbox (badness 4467) in paragraph at lines 178--178
[]\T1/phv/m/n/10 -Also re-mem-ber that these com-po-nents may be dis-abled at b
uild-time with

Underfull \hbox (badness 10000) in paragraph at lines 178--178
\T1/phv/m/n/10 con-fig-ure flags such as $\OMS/ztmcm/m/n/10 n$\T1/pcr/m/n/10 --
disable-opencl\T1/phv/m/n/10 , $\OMS/ztmcm/m/n/10 n$\T1/pcr/m/n/10 --disable-cu
da \T1/phv/m/n/10 or

Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\char' on input line 185.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\char' on input line 185.


Underfull \vbox (badness 10000) has occurred while \output is active [72]
Overfull \hbox (19.80023pt too wide) in paragraph at lines 189--189
[]\T1/pcr/m/n/8 ***************************************************************
************* 

Overfull \hbox (96.60028pt too wide) in paragraph at lines 192--192
[]\T1/pcr/m/n/8 * L3 (cpuset 0x000003f0) intersects with NUMANode (P#0 cpuset 0
x0000003f) without inclusion![] 

Overfull \hbox (19.80023pt too wide) in paragraph at lines 199--199
[]\T1/pcr/m/n/8 ***************************************************************
*************[] 

Underfull \hbox (badness 2922) in paragraph at lines 209--210
[]\T1/phv/m/n/10 -On x86 hosts, pass-ing \T1/pcr/m/n/10 -H-W-L-O-C-_--C-O-M-P-O
-N-E-N-T-S=x86 \T1/phv/m/n/10 in the en-vi-ron-ment may
[73]
Overfull \hbox (29.40024pt too wide) in paragraph at lines 252--252
[]           \T1/pcr/m/n/8 "%s compiled for hwloc API 0x%x but running on libra
ry API 0x%x.\n"[] 

Overfull \hbox (39.00024pt too wide) in paragraph at lines 253--253
[]           \T1/pcr/m/n/8 "You may need to point LD_LIBRARY_PATH to the right 
hwloc library.\n"[] 
[74] [75]
Underfull \hbox (badness 1014) in paragraph at lines 302--303
\T1/pcr/m/n/10 com/-Tresys-Technology/refpolicy-contrib[][] \T1/phv/m/n/10 (see
 also the doc-u-men-ta-

Underfull \hbox (badness 800) in paragraph at lines 302--303
\T1/phv/m/n/10 tion at [][]\T1/pcr/m/n/10 https-://github.-com/-Tresys-Technolo
gy/refpolicy/wiki/-

Overfull \hbox (58.20026pt too wide) in paragraph at lines 315--315
[]\T1/pcr/m/n/8 ./configure CC="icc -mmic" --host=x86_64-k1om-linux --build=x86
_64-unknown-linux-gnu 
[76]
Overfull \hbox (77.40027pt too wide) in paragraph at lines 330--330
[]  \T1/pcr/m/n/8 CPPFLAGS='-I/bgsys/drivers/ppcfloor -I/bgsys/drivers/ppcfloor
/spi/include/kernel/cnk/'[] 

Underfull \hbox (badness 3942) in paragraph at lines 337--337
[]\T1/phv/m/n/10 hwloc re-leases also con-tain a ba-sic -Microsoft -Visual -Stu
dio so-lu-tion un-der
[77]) [78]
Chapter 17.
(./modules.tex

LaTeX Warning: Reference `a00059' on page 79 undefined on input line 3.


LaTeX Warning: Reference `a00060' on page 79 undefined on input line 4.


LaTeX Warning: Reference `a00061' on page 79 undefined on input line 5.


LaTeX Warning: Reference `a00062' on page 79 undefined on input line 6.


LaTeX Warning: Reference `a00063' on page 79 undefined on input line 7.


LaTeX Warning: Reference `a00064' on page 79 undefined on input line 8.


LaTeX Warning: Reference `a00065' on page 79 undefined on input line 9.


LaTeX Warning: Reference `a00066' on page 79 undefined on input line 10.


LaTeX Warning: Reference `a00067' on page 79 undefined on input line 11.


LaTeX Warning: Reference `a00068' on page 79 undefined on input line 12.


LaTeX Warning: Reference `a00069' on page 79 undefined on input line 13.


LaTeX Warning: Reference `a00070' on page 79 undefined on input line 14.


LaTeX Warning: Reference `a00071' on page 79 undefined on input line 15.


LaTeX Warning: Reference `a00072' on page 79 undefined on input line 16.


LaTeX Warning: Reference `a00073' on page 79 undefined on input line 17.


LaTeX Warning: Reference `a00074' on page 79 undefined on input line 18.


LaTeX Warning: Reference `a00075' on page 79 undefined on input line 19.


LaTeX Warning: Reference `a00076' on page 79 undefined on input line 20.


LaTeX Warning: Reference `a00077' on page 79 undefined on input line 21.


LaTeX Warning: Reference `a00078' on page 79 undefined on input line 22.


LaTeX Warning: Reference `a00079' on page 79 undefined on input line 23.


LaTeX Warning: Reference `a00080' on page 79 undefined on input line 24.


LaTeX Warning: Reference `a00081' on page 79 undefined on input line 25.


LaTeX Warning: Reference `a00082' on page 79 undefined on input line 26.


LaTeX Warning: Reference `a00083' on page 79 undefined on input line 27.


LaTeX Warning: Reference `a00084' on page 79 undefined on input line 28.


LaTeX Warning: Reference `a00085' on page 79 undefined on input line 29.


LaTeX Warning: Reference `a00086' on page 79 undefined on input line 30.


LaTeX Warning: Reference `a00087' on page 79 undefined on input line 31.


LaTeX Warning: Reference `a00088' on page 79 undefined on input line 32.

[79]

LaTeX Warning: Reference `a00089' on page 80 undefined on input line 33.


LaTeX Warning: Reference `a00090' on page 80 undefined on input line 34.


LaTeX Warning: Reference `a00091' on page 80 undefined on input line 35.


LaTeX Warning: Reference `a00092' on page 80 undefined on input line 36.


LaTeX Warning: Reference `a00093' on page 80 undefined on input line 37.


LaTeX Warning: Reference `a00094' on page 80 undefined on input line 38.


LaTeX Warning: Reference `a00095' on page 80 undefined on input line 39.


LaTeX Warning: Reference `a00096' on page 80 undefined on input line 40.


LaTeX Warning: Reference `a00097' on page 80 undefined on input line 41.


LaTeX Warning: Reference `a00098' on page 80 undefined on input line 42.


LaTeX Warning: Reference `a00099' on page 80 undefined on input line 43.


LaTeX Warning: Reference `a00100' on page 80 undefined on input line 44.


LaTeX Warning: Reference `a00101' on page 80 undefined on input line 45.


LaTeX Warning: Reference `a00102' on page 80 undefined on input line 46.

) [80]
Chapter 18.
(./annotated.tex

LaTeX Warning: Reference `a00016' on page 81 undefined on input line 3.


LaTeX Warning: Reference `a00017' on page 81 undefined on input line 4.


LaTeX Warning: Reference `a00018' on page 81 undefined on input line 5.


LaTeX Warning: Reference `a00019' on page 81 undefined on input line 6.


LaTeX Warning: Reference `a00020' on page 81 undefined on input line 7.


LaTeX Warning: Reference `a00021' on page 81 undefined on input line 8.


LaTeX Warning: Reference `a00022' on page 81 undefined on input line 9.


LaTeX Warning: Reference `a00023' on page 81 undefined on input line 10.


LaTeX Warning: Reference `a00024' on page 81 undefined on input line 11.


LaTeX Warning: Reference `a00025' on page 81 undefined on input line 12.


LaTeX Warning: Reference `a00026' on page 81 undefined on input line 13.


LaTeX Warning: Reference `a00027' on page 81 undefined on input line 14.


LaTeX Warning: Reference `a00028' on page 81 undefined on input line 15.


LaTeX Warning: Reference `a00029' on page 81 undefined on input line 16.


LaTeX Warning: Reference `a00030' on page 81 undefined on input line 17.

[81]

LaTeX Warning: Reference `a00031' on page 82 undefined on input line 18.


LaTeX Warning: Reference `a00032' on page 82 undefined on input line 19.


LaTeX Warning: Reference `a00033' on page 82 undefined on input line 20.


LaTeX Warning: Reference `a00034' on page 82 undefined on input line 21.


LaTeX Warning: Reference `a00035' on page 82 undefined on input line 22.


LaTeX Warning: Reference `a00036' on page 82 undefined on input line 23.


LaTeX Warning: Reference `a00037' on page 82 undefined on input line 24.


LaTeX Warning: Reference `a00038' on page 82 undefined on input line 25.


LaTeX Warning: Reference `a00039' on page 82 undefined on input line 26.


LaTeX Warning: Reference `a00040' on page 82 undefined on input line 27.


LaTeX Warning: Reference `a00041' on page 82 undefined on input line 28.

) [82]
Chapter 19.
(./a00059.tex [83]) [84] (./a00060.tex [85]) [86] (./a00061.tex [87] [88]
[89]) [90] (./a00062.tex) [91] (./a00063.tex
Underfull \vbox (badness 10000) detected at line 52
[92]
Underfull \vbox (badness 10000) detected at line 73

Underfull \vbox (badness 10000) detected at line 108

Underfull \vbox (badness 10000) detected at line 129
[93]) [94] (./a00064.tex
Underfull \hbox (badness 4805) in paragraph at lines 34--36
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-ignore-_-type-_-keep-_-structure[][
] ([][]hwloc-_-topology-_-t[][] topol-ogy,

Underfull \hbox (badness 1521) in paragraph at lines 48--50
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-set-_-xml[][] ([][]hwloc-_-topology
-_-t[][] re-strict topol-ogy, const char

Underfull \hbox (badness 2735) in paragraph at lines 54--56
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-set-_-distance-_-matrix[][] ([][]hw
loc-_-topology-_-t[][] re-strict topol-ogy,

Underfull \hbox (badness 3724) in paragraph at lines 60--62
[]\T1/phv/m/n/10 void [][]hwloc-_-topology-_-set-_-userdata[][] ([][]hwloc-_-to
pology-_-t[][] topol-ogy, const void
[95] [96]
Underfull \hbox (badness 2119) in paragraph at lines 100--102
[]\T1/phv/m/n/10 -Detect -P-C-I bridges. -This flag

Underfull \hbox (badness 1259) in paragraph at lines 100--102
\T1/phv/m/n/10 should be com-bined with [][]-H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-
L-A-G-_--I-O-_--D-E-V-I-C-E-S[][] to

Underfull \hbox (badness 10000) in paragraph at lines 106--107
[]\T1/phv/m/n/10 -Get
[97] (/usr/share/texmf-texlive/tex/latex/psnfss/ot1pcr.fd)

LaTeX Font Warning: Font shape `OT1/pcr/bc/n' undefined
(Font)              using `OT1/pcr/m/n' instead on input line 140.

[98] [99] [100] [101] [102]) [103] (./a00065.tex
Underfull \hbox (badness 1292) in paragraph at lines 29--31
[]\T1/phv/m/n/10 unsigned [][]hwloc-_-get-_-nbobjs-_-by-_-depth[][] ([][]hwloc-
_-topology-_-t[][] topol-ogy, un-signed

Underfull \hbox (badness 2435) in paragraph at lines 35--37
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-obj-_-by-_-depth[][]
 ([][]hwloc-_-topology-_-t[][] topol-ogy, un-signed

Underfull \hbox (badness 849) in paragraph at lines 39--41
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
by-_-depth[][] ([][]hwloc-_-topology-_-t[][] topol-ogy,

Underfull \hbox (badness 2591) in paragraph at lines 41--42
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
by-_-type[][] ([][]hwloc-_-topology-_-t[][] topol-ogy,
[104] [105] [106]) [107] (./a00066.tex [108] [109]) [110] (./a00067.tex)
[111] (./a00068.tex
Underfull \hbox (badness 5563) in paragraph at lines 24--26
[]\T1/phv/m/n/10 int [][]hwloc-_-set-_-thread-_-cpubind[][] ([][]hwloc-_-topolo
gy-_-t[][] topol-ogy, hwloc-_-thread-_-t

Underfull \hbox (badness 5231) in paragraph at lines 26--28
[]\T1/phv/m/n/10 int [][]hwloc-_-get-_-thread-_-cpubind[][] ([][]hwloc-_-topolo
gy-_-t[][] topol-ogy, hwloc-_-thread-_-t
[112] [113] [114] [115]) [116] (./a00069.tex
Underfull \hbox (badness 1527) in paragraph at lines 31--33
[]\T1/phv/m/n/10 int [][]hwloc-_-set-_-membind-_-nodeset[][] ([][]hwloc-_-topol
ogy-_-t[][] topol-ogy, [][]hwloc-_-const-_-

Underfull \hbox (badness 2608) in paragraph at lines 41--43
[]\T1/phv/m/n/10 int [][]hwloc-_-set-_-proc-_-membind[][] ([][]hwloc-_-topology
-_-t[][] topol-ogy, hwloc-_-pid-_-t pid,

Underfull \hbox (badness 2443) in paragraph at lines 45--47
[]\T1/phv/m/n/10 int [][]hwloc-_-get-_-proc-_-membind[][] ([][]hwloc-_-topology
-_-t[][] topol-ogy, hwloc-_-pid-_-t pid,
[117]
Underfull \hbox (badness 862) in paragraph at lines 77--78
[]\T1/phv/m/n/10 implicit mem-ory bind-ing through bind-ing policy-: [][]hwloc-
_-set-_-membind()[][] and
[118] [119]
Underfull \hbox (badness 783) in paragraph at lines 156--158
[]\T1/phv/m/n/10 -Allocate mem-ory but do not im-me-di-ately
[120] [121] [122] [123]
Underfull \vbox (badness 10000) has occurred while \output is active [124]
[125] [126] [127] [128]) [129] (./a00070.tex
Underfull \hbox (badness 1389) in paragraph at lines 15--17
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-topology-_-insert-_-misc-_
-object-_-by-_-cpuset[][] ([][]hwloc-_-topology-_-t[][]

Underfull \hbox (badness 2057) in paragraph at lines 17--19
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-topology-_-insert-_-misc-_
-object-_-by-_-parent[][] ([][]hwloc-_-topology-_-t[][]
[130] [131]) [132] (./a00071.tex
Underfull \hbox (badness 2529) in paragraph at lines 9--10
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-custom-_-insert-_-group-_-
object-_-by-_-parent[][] ([][]hwloc-_-topology-_-t[][]

Underfull \hbox (badness 1661) in paragraph at lines 57--58
[]\T1/phv/m/n/10 -Duplicate the ex-ist-ing topol-ogy \T1/pcr/m/n/10 oldtopology
 \T1/phv/m/n/10 in-side a new cus-tom topol-ogy
[133]) [134] (./a00072.tex
Underfull \hbox (badness 10000) in paragraph at lines 9--11
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-export-_-xmlbuffer[][] ([][]hwloc-_
-topology-_-t[][] topol-ogy, char

Underfull \hbox (badness 1874) in paragraph at lines 15--17
[]\T1/phv/m/n/10 int [][]hwloc-_-export-_-obj-_-userdata[][] (void $\OMS/ztmcm/
m/n/10 ^^C$\T1/phv/m/n/10 reserved, [][]hwloc-_-topology-_-t[][] topol-ogy,
[135] [136]) [137] [138] (./a00073.tex
Underfull \hbox (badness 1715) in paragraph at lines 33--33
[]\T1/phv/m/n/10 -Do not ex-
[139]) [140] (./a00074.tex
Underfull \hbox (badness 10000) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
inside-_-cpuset-_-by-_-depth[][] ([][]hwloc-_-

Underfull \hbox (badness 1931) in paragraph at lines 15--17
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-obj-_-inside-
_-cpuset-_-by-_-depth[][] ([][]hwloc-_-topology-_-t[][]

Underfull \hbox (badness 5985) in paragraph at lines 17--19
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-obj-_-inside-
_-cpuset-_-by-_-type[][] ([][]hwloc-_-topology-_-t[][]
[141] [142] [143]) [144] (./a00075.tex
Underfull \hbox (badness 7064) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
covering-_-cpuset-_-by-_-depth[][] ([][]hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 13--14
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
covering-_-cpuset-_-by-_-type[][] ([][]hwloc-_-
[145]) [146] (./a00076.tex [147]) [148] (./a00077.tex
Underfull \hbox (badness 2781) in paragraph at lines 11--12
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-shared-_-cach
e-_-covering-_-obj[][] ([][]hwloc-_-topology-_-t[][]
[149]) [150] (./a00078.tex
Underfull \hbox (badness 1642) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-numanode-_-ob
j-_-by-_-os-_-index[][] ([][]hwloc-_-topology-_-t[][]
[151]) [152] (./a00079.tex
Underfull \hbox (badness 2409) in paragraph at lines 66--67
[]\T1/phv/m/n/10 -This func-tion re-places the now dep-re-cated hwloc-_-distrib
ute() and hwloc-_-
) [153] [154] (./a00080.tex
Underfull \hbox (badness 4872) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-complete-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 7451) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-topology-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-online-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 13--15
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-allowed-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 1721) in paragraph at lines 19--20
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-nodeset-_-t[][] [][]hwloc-_-topolog
y-_-get-_-allowed-_-nodeset[][] ([][]hwloc-_-
[155] [156]) [157] (./a00081.tex
Underfull \hbox (badness 927) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static void [][]hwloc-_-cpuset-_-from-_-nodeset[][] ([][]hwloc
-_-topology-_-t[][] topol-ogy, [][]hwloc-_-
[158]) [159] (./a00082.tex
Underfull \hbox (badness 977) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static struct [][]hwloc-_-distances-_-s[][] $\OMS/ztmcm/m/n/10
 ^^C$ [][]\T1/phv/m/n/10 hwloc-_-get-_-whole-_-distance-_-matrix-_-by-_-type[][
]
[160] [161]) [162] (./a00083.tex [163]) [164] (./a00084.tex [165]
Underfull \hbox (badness 1478) in paragraph at lines 91--93
[]\T1/phv/m/n/10 void [][]hwloc-_-bitmap-_-or[][] ([][]hwloc-_-bitmap-_-t[][] r
es, [][]hwloc-_-const-_-bitmap-_-t[][] bitmap1,

Underfull \hbox (badness 2237) in paragraph at lines 101--103
[]\T1/phv/m/n/10 int [][]hwloc-_-bitmap-_-intersects[][] ([][]hwloc-_-const-_-b
itmap-_-t[][] bitmap1, [][]hwloc-_-const-_-

Underfull \hbox (badness 3815) in paragraph at lines 109--110
[]\T1/phv/m/n/10 int [][]hwloc-_-bitmap-_-compare[][] ([][]hwloc-_-const-_-bitm
ap-_-t[][] bitmap1, [][]hwloc-_-const-_-
[166] [167] [168] [169] [170] [171] [172] [173] [174]) [175] [176]
(./a00085.tex [177]) [178] (./a00086.tex
Underfull \hbox (badness 1014) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-cpuset-_-to-_-linux-_-libnuma-_-ulongs[
][] ([][]hwloc-_-topology-_-t[][] topol-ogy,

Underfull \hbox (badness 4060) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static int [][]hwloc-_-nodeset-_-to-_-linux-_-libnuma-_-ulongs
[][] ([][]hwloc-_-topology-_-t[][] topol-
[179]) [180] (./a00087.tex
Underfull \hbox (badness 4181) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static struct bit-mask $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1/phv/m/n
/10 hwloc-_-nodeset-_-to-_-linux-_-libnuma-_-bitmask[][] ([][]hwloc-_-
[181]) [182] (./a00088.tex
Underfull \hbox (badness 4193) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-cpuset-_-to-_-glibc-_-sched-_-affinity[
][] ([][]hwloc-_-topology-_-t[][] topol-ogy,
) [183] (./a00089.tex
Underfull \hbox (badness 1661) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-opencl-_-get-_-device-_-cpuset[][] ([][
]hwloc-_-topology-_-t[][] topol-ogy, cl-_-
[184]) [185] (./a00090.tex [186]) [187] (./a00091.tex [188]) [189]
(./a00092.tex
Underfull \hbox (badness 1762) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-nvml-_-get-_-device-_-cpuset[][] ([][]h
wloc-_-topology-_-t[][] topol-ogy, nvml-
[190]) [191] (./a00093.tex
Underfull \hbox (badness 10000) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-gl-_-get-_-display-
_-osdev-_-by-_-port-_-device[][] ([][]hwloc-_-

Underfull \hbox (badness 4205) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-gl-_-get-_-display-
_-osdev-_-by-_-name[][] ([][]hwloc-_-topology-_-t[][]
[192]) [193] (./a00094.tex
Underfull \hbox (badness 10000) in paragraph at lines 9--10
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-intel-_-mic-_-get-_
-device-_-osdev-_-by-_-index[][] ([][]hwloc-_-
) [194] (./a00095.tex
Underfull \hbox (badness 2591) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-ibv-_-get-_-device-
_-osdev-_-by-_-name[][] ([][]hwloc-_-topology-_-t[][]

Underfull \hbox (badness 2293) in paragraph at lines 11--12
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-ibv-_-get-_-device-
_-osdev[][] ([][]hwloc-_-topology-_-t[][] topol-ogy,
[195]) [196] (./a00096.tex
Underfull \hbox (badness 812) in paragraph at lines 9--10
[]\T1/phv/m/n/10 static int [][]hwloc-_-mx-_-endpoint-_-get-_-device-_-cpuset[]
[] ([][]hwloc-_-topology-_-t[][] topol-ogy,
) [197] (./a00097.tex
Underfull \hbox (badness 6032) in paragraph at lines 47--49
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-diff-_-load-_-xml[][] ([][]hwloc-_-
topology-_-t[][] topol-ogy, const char
[198] [199] [200] [201] [202]) [203] (./a00098.tex
Underfull \hbox (badness 10000) in paragraph at lines 50--52
[]\T1/phv/m/n/10 xml, syn-thetic or cus-tom,
) [204] (./a00099.tex
Underfull \hbox (badness 779) in paragraph at lines 18--20
[]\T1/phv/m/n/10 struct [][]hwloc-_-backend[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1
/phv/m/n/10 hwloc-_-backend-_-alloc[][] (struct [][]hwloc-_-disc-_-component[][
]

Underfull \hbox (badness 1142) in paragraph at lines 20--22
[]\T1/phv/m/n/10 int [][]hwloc-_-backend-_-enable[][] (struct hwloc-_-topology 
$\OMS/ztmcm/m/n/10 ^^C$\T1/phv/m/n/10 topology, struct [][]hwloc-_-

Underfull \hbox (badness 1102) in paragraph at lines 24--25
[]\T1/phv/m/n/10 int [][]hwloc-_-backends-_-notify-_-new-_-object[][] (struct [
][]hwloc-_-backend[][] $\OMS/ztmcm/m/n/10 ^^C$\T1/phv/m/n/10 caller, struct
[205]) [206] (./a00100.tex) [207] (./a00101.tex
Underfull \hbox (badness 5231) in paragraph at lines 12--14
[]\T1/phv/m/n/10 struct [][]hwloc-_-obj[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1/phv
/m/n/10 hwloc-_-insert-_-object-_-by-_-cpuset[][] (struct hwloc-_-topology

Underfull \hbox (badness 2894) in paragraph at lines 18--20
[]\T1/phv/m/n/10 struct [][]hwloc-_-obj[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1/phv
/m/n/10 hwloc-_--_-insert-_-object-_-by-_-cpuset[][] (struct hwloc-_-topology

Underfull \hbox (badness 1552) in paragraph at lines 22--24
[]\T1/phv/m/n/10 static struct [][]hwloc-_-obj[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]
\T1/phv/m/n/10 hwloc-_-alloc-_-setup-_-object[][] ([][]hwloc-_-obj-_-type-_-t[]
[] type,
[208] [209]) [210] (./a00102.tex) [211] [212]
Chapter 20.
(./a00016.tex [213]) (./a00017.tex [214]
(/usr/share/texmf-texlive/tex/latex/psnfss/omsphv.fd)

LaTeX Font Warning: Font shape `OMS/phv/bc/n' undefined
(Font)              using `OMS/phv/m/n' instead
(Font)              for symbol `textbraceleft' on input line 49.

[215]) (./a00018.tex [216]) (./a00019.tex
Underfull \hbox (badness 4429) in paragraph at lines 28--29
[]\T1/phv/m/n/10 -Generic com-po-nents struc-ture, ei-ther stat-i-cally listed 
by con-fig-ure in static-
[217]) (./a00020.tex [218] [219]) (./a00021.tex [220]) (./a00022.tex [221])
(./a00023.tex [222] [223] [224] [225] [226]) (./a00024.tex [227]) (./a00025.tex
[228]) (./a00026.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-obj-[]-memory-[]-s-:-:hwloc-[]-obj-[]-memory-[]-p
age-[]-type-[]-s -
[229]) (./a00027.tex [230]) (./a00028.tex) (./a00029.tex [231] [232])
(./a00030.tex [233]) (./a00031.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-u-:-:hwloc-[]-topology-[]-dif
f-[]-generic-[]-s -
[234]) (./a00032.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-obj-[]-attr-[]-u-:-:hwloc-[]-
topology-[]-diff-[]-obj-[]-
) (./a00033.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-u-:-:hwloc-[]-topology-[]-dif
f-[]-obj-[]-attr-[]-s -
[235]) (./a00034.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-obj-[]-attr-[]-u-:-:hwloc-[]-
topology-[]-diff-[]-obj-[]-
[236]) (./a00035.tex
Underfull \hbox (badness 4595) in paragraph at lines 23--26
[]\T1/phv/m/n/10 struct \OMS/ztmcm/m/n/10 ^^B [][]\T1/phv/m/n/10 hwloc-_-topolo
gy-_-diff-_-obj-_-attr-_-u-::hwloc-_-topology-_-diff-_-obj-_-attr-_-uint64-_-s[
][]

Underfull \hbox (badness 10000) in paragraph at lines 26--28
[]\T1/phv/m/n/10 struct \OMS/ztmcm/m/n/10 ^^B [][]\T1/phv/m/n/10 hwloc-_-topolo
gy-_-diff-_-obj-_-attr-_-u-::hwloc-_-topology-_-diff-_-obj-_-attr-_-string-_-s[
][]
[237]) (./a00036.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-obj-[]-attr-[]-u-:-:hwloc-[]-
topology-[]-diff-[]-obj-[]-
[238]) (./a00037.tex) (./a00038.tex

Package Fancyhdr Warning: \headheight is too small (12.0pt): 
 Make it at least 22.16548pt.
 We now make it that large for the rest of the document.
 This may cause the page layout to be inconsistent, however.

[239]) (./a00039.tex [240]) (./a00040.tex [241] [242]) (./a00041.tex [243])
No file a4-refman.ind.
[244] (./a4-refman.aux (./a00060.aux) (./a00061.aux) (./a00062.aux)
(./a00063.aux) (./a00064.aux) (./a00065.aux) (./a00066.aux) (./a00067.aux)
(./a00068.aux) (./a00069.aux) (./a00070.aux) (./a00071.aux) (./a00072.aux)
(./a00073.aux) (./a00074.aux) (./a00075.aux) (./a00076.aux) (./a00077.aux)
(./a00078.aux) (./a00079.aux) (./a00080.aux) (./a00081.aux) (./a00082.aux)
(./a00083.aux) (./a00084.aux) (./a00085.aux) (./a00086.aux) (./a00087.aux)
(./a00088.aux) (./a00089.aux) (./a00090.aux) (./a00091.aux) (./a00092.aux)
(./a00093.aux) (./a00094.aux) (./a00095.aux) (./a00096.aux) (./a00097.aux)
(./a00098.aux) (./a00099.aux) (./a00100.aux) (./a00101.aux) (./a00102.aux))

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
{a00045_source} has been referenced but does not exist, replaced by a fixed one


pdfTeX warning (dest): name{a00058_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00046_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00055_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00044_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00043_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00056_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00051_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00054_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00057_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00047_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00052_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00053_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00015} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00014} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00012} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00008} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00007} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00006} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00005} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00004} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00003} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00002} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00011} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00042_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00001} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00048_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00050_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00009} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00010} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00013} has been referenced but does not exist, rep
laced by a fixed one

{/usr/share/texmf-texlive/fonts/enc/dvips/base/8r.enc}</usr/share/texmf-texlive
/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texmf-texlive/fonts/type
1/public/amsfonts/cm/cmsy10.pfb></usr/share/texmf-texlive/fonts/type1/urw/couri
er/ucrr8a.pfb></usr/share/texmf-texlive/fonts/type1/urw/courier/ucrro8a.pfb></u
sr/share/texmf-texlive/fonts/type1/urw/helvetic/uhvb8a.pfb></usr/share/texmf-te
xlive/fonts/type1/urw/helvetic/uhvb8ac.pfb></usr/share/texmf-texlive/fonts/type
1/urw/helvetic/uhvbo8a.pfb></usr/share/texmf-texlive/fonts/type1/urw/helvetic/u
hvbo8ac.pfb></usr/share/texmf-texlive/fonts/type1/urw/helvetic/uhvr8a.pfb></usr
/share/texmf-texlive/fonts/type1/urw/helvetic/uhvro8a.pfb>
Output written on a4-refman.pdf (248 pages, 1413502 bytes).
Transcript written on a4-refman.log.
This is makeindex, version 2.15 [TeX Live 2009] (kpathsea + Thai support).
Scanning input file a4-refman.idx.....done (1063 entries accepted, 15 rejected).
Sorting entries...........done (11504 comparisons).
Generating output file a4-refman.ind.....done (2507 lines written, 0 warnings).
Output written in a4-refman.ind.
Transcript written in a4-refman.ilg.
This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian)
entering extended mode
(./a4-refman.tex
LaTeX2e <2009/09/24>
Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
(/usr/share/texmf-texlive/tex/latex/base/book.cls
Document Class: book 2007/10/19 v1.4h Standard LaTeX document class
(/usr/share/texmf-texlive/tex/latex/base/bk10.clo))
(/usr/share/texmf-texlive/tex/latex/base/makeidx.sty)
(/usr/share/texmf-texlive/tex/latex/natbib/natbib.sty)
(/usr/share/texmf-texlive/tex/latex/graphics/graphicx.sty
(/usr/share/texmf-texlive/tex/latex/graphics/keyval.sty)
(/usr/share/texmf-texlive/tex/latex/graphics/graphics.sty
(/usr/share/texmf-texlive/tex/latex/graphics/trig.sty)
(/etc/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def)))
(/usr/share/texmf-texlive/tex/latex/tools/multicol.sty)
(/usr/share/texmf-texlive/tex/latex/float/float.sty)
(/usr/share/texmf-texlive/tex/latex/listings/listings.sty
(/usr/share/texmf-texlive/tex/latex/listings/lstmisc.sty)
(/usr/share/texmf-texlive/tex/latex/listings/listings.cfg))
(/usr/share/texmf-texlive/tex/latex/graphics/color.sty
(/etc/texmf/tex/latex/config/color.cfg))
(/usr/share/texmf-texlive/tex/latex/base/ifthen.sty)
(/usr/share/texmf/tex/latex/xcolor/xcolor.sty
(/etc/texmf/tex/latex/config/color.cfg)
(/usr/share/texmf-texlive/tex/latex/colortbl/colortbl.sty
(/usr/share/texmf-texlive/tex/latex/tools/array.sty)))
(/usr/share/texmf-texlive/tex/latex/base/textcomp.sty
(/usr/share/texmf-texlive/tex/latex/base/ts1enc.def))
(/usr/share/texmf-texlive/tex/latex/base/alltt.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifpdf.sty)
(/usr/share/texmf-texlive/tex/latex/hyperref/hyperref.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifvtex.sty)
(/usr/share/texmf-texlive/tex/generic/ifxetex/ifxetex.sty)
(/usr/share/texmf-texlive/tex/latex/oberdiek/hycolor.sty
(/usr/share/texmf-texlive/tex/latex/oberdiek/xcolor-patch.sty))
(/usr/share/texmf-texlive/tex/latex/hyperref/pd1enc.def)
(/usr/share/texmf-texlive/tex/generic/oberdiek/etexcmds.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/infwarerr.sty))
(/usr/share/texmf-texlive/tex/latex/latexconfig/hyperref.cfg)
(/usr/share/texmf-texlive/tex/latex/oberdiek/kvoptions.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/kvsetkeys.sty))
(/usr/share/texmf-texlive/tex/latex/hyperref/puenc.def)
Implicit mode ON; LaTeX internals redefined
(/usr/share/texmf-texlive/tex/latex/hyperref/backref.sty)
(/usr/share/texmf-texlive/tex/latex/ltxmisc/url.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/bitset.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/intcalc.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/bigintcalc.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/pdftexcmds.sty
(/usr/share/texmf-texlive/tex/generic/oberdiek/ifluatex.sty)
(/usr/share/texmf-texlive/tex/generic/oberdiek/ltxcmds.sty))))
(/usr/share/texmf-texlive/tex/generic/oberdiek/atbegshi.sty))
*hyperref using driver hpdftex*
(/usr/share/texmf-texlive/tex/latex/hyperref/hpdftex.def)
(/usr/share/texmf-texlive/tex/latex/base/inputenc.sty
(/usr/share/texmf-texlive/tex/latex/base/utf8.def
(/usr/share/texmf-texlive/tex/latex/base/t1enc.dfu)
(/usr/share/texmf-texlive/tex/latex/base/ot1enc.dfu)
(/usr/share/texmf-texlive/tex/latex/base/omsenc.dfu)
(/usr/share/texmf-texlive/tex/latex/base/ts1enc.dfu)))
(/usr/share/texmf-texlive/tex/latex/psnfss/mathptmx.sty)
(/usr/share/texmf-texlive/tex/latex/psnfss/helvet.sty)
(/usr/share/texmf-texlive/tex/latex/psnfss/courier.sty)
(/usr/share/texmf-texlive/tex/latex/sectsty/sectsty.sty)
(/usr/share/texmf-texlive/tex/latex/tocloft/tocloft.sty

Package tocloft Note: The document has chapter divisions.

) (./doxygen.sty (/usr/share/texmf-texlive/tex/latex/tools/calc.sty)
(/usr/share/texmf-texlive/tex/latex/fancyhdr/fancyhdr.sty)
(/usr/share/texmf-texlive/tex/latex/tools/longtable.sty)
(/usr/share/texmf-texlive/tex/latex/tools/verbatim.sty)
(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
(/usr/share/texmf-texlive/tex/latex/base/t1enc.def)))
(/usr/share/texmf-texlive/tex/latex/listings/lstlang1.sty)
(/usr/share/texmf-texlive/tex/latex/listings/lstlang1.sty)
(/usr/share/texmf-texlive/tex/latex/listings/lstmisc.sty)
(/usr/share/texmf-texlive/tex/latex/psnfss/times.sty)
Writing index file a4-refman.idx
(./a4-refman.aux (./a00060.aux) (./a00061.aux) (./a00062.aux) (./a00063.aux)
(./a00064.aux) (./a00065.aux) (./a00066.aux) (./a00067.aux) (./a00068.aux)
(./a00069.aux) (./a00070.aux) (./a00071.aux) (./a00072.aux) (./a00073.aux)
(./a00074.aux) (./a00075.aux) (./a00076.aux) (./a00077.aux) (./a00078.aux)
(./a00079.aux) (./a00080.aux) (./a00081.aux) (./a00082.aux) (./a00083.aux)
(./a00084.aux) (./a00085.aux) (./a00086.aux) (./a00087.aux) (./a00088.aux)
(./a00089.aux) (./a00090.aux) (./a00091.aux) (./a00092.aux) (./a00093.aux)
(./a00094.aux) (./a00095.aux) (./a00096.aux) (./a00097.aux) (./a00098.aux)
(./a00099.aux) (./a00100.aux) (./a00101.aux) (./a00102.aux))
(/usr/share/texmf-texlive/tex/latex/base/ts1cmr.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/t1phv.fd)
(/usr/share/texmf-texlive/tex/context/base/supp-pdf.mkii
[Loading MPS to PDF converter (version 2006.09.02).]
) (/usr/share/texmf-texlive/tex/latex/hyperref/nameref.sty
(/usr/share/texmf-texlive/tex/latex/oberdiek/refcount.sty)) (./a4-refman.out)
(./a4-refman.out) [1{/var/lib/texmf/fonts/map/pdftex/updmap/pdftex.map}]
[2] (/usr/share/texmf-texlive/tex/latex/psnfss/ot1phv.fd) (./a4-refman.toc
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1ztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/omlztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/omsztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/omxztmcm.fd)
(/usr/share/texmf-texlive/tex/latex/psnfss/ot1ptm.fd) [1] [2] [3] [4] [5]
[6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19]
Underfull \hbox (badness 10000) in paragraph at lines 624--624
 [][] [][][]\T1/phv/m/n/10 hwloc-_-obj-_-memory-_-s-:-:hwloc-_-obj-_-memory-_-p
age-_-type-_-s -Struct - 
[20]
Underfull \hbox (badness 10000) in paragraph at lines 672--672
 [][] [][][]\T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-:-:hwloc-_-
topology-_-diff-_-obj-_-attr-_-generic- 

Underfull \hbox (badness 10000) in paragraph at lines 682--682
 [][] [][][]\T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-:-:hwloc-_-
topology-_-diff-_-obj-_-attr-_-string-_-s 

Underfull \vbox (badness 1590) has occurred while \output is active [21]
Underfull \hbox (badness 10000) in paragraph at lines 695--695
 [][] [][][]\T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-:-:hwloc-_-
topology-_-diff-_-obj-_-attr-_-uint64-_-s 

Underfull \hbox (badness 10000) in paragraph at lines 702--702
 [][] [][][]\T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-:-:hwloc-_-topology-_-di
ff-_-too-_-complex-_-s -Struct - 

Underfull \vbox (badness 1590) has occurred while \output is active [22])
[23] [24]
Chapter 1.
(./index.tex (/usr/share/texmf-texlive/tex/latex/psnfss/ts1phv.fd) [1]
(/usr/share/texmf-texlive/tex/latex/psnfss/t1pcr.fd) [2]
Underfull \hbox (badness 4634) in paragraph at lines 83--84
[]\T1/phv/m/n/10 libpciaccess for full -I/-O de-vice dis-cov-ery (\T1/pcr/m/n/1
0 libpciaccess-devel \T1/phv/m/n/10 or
[3]
Underfull \hbox (badness 931) in paragraph at lines 89--90
[]\T1/phv/m/n/10 the -N-V--C-O-N-T-R-O-L -X ex-ten-sion li-brary (-N-V-Ctrl) fo
r -N-V-I-D-I-A dis-play dis-cov-

Underfull \hbox (badness 10000) in paragraph at lines 89--90
\T1/pcr/m/n/10 ://download.-nvidia.-com/-X-Free86/nvidia-settings/[][] \T1/phv/
m/n/10 and
<dudley.png, id=3862, 829.0975pt x 301.125pt> <use dudley.png> [4]
<hagrid.png, id=3870, 901.3675pt x 291.0875pt> <use hagrid.png>
Underfull \hbox (badness 10000) in paragraph at lines 158--160


Underfull \vbox (badness 10000) has occurred while \output is active [5 <./dudl
ey.png (PNG copy)>] <emmett.png, id=3878, 740.7675pt x 230.8625pt>
<use emmett.png> [6 <./hagrid.png (PNG copy)> <./emmett.png (PNG copy)>]
<ppc64-with-smt.png, id=3894, 1206.5075pt x 130.4875pt>
<use ppc64-with-smt.png>
Underfull \hbox (badness 10000) in paragraph at lines 230--232


Underfull \vbox (badness 1406) has occurred while \output is active [7]
<ppc64-without-smt.png, id=3907, 580.1675pt x 130.4875pt>
<use ppc64-without-smt.png>
<ppc64-full-with-smt.png, id=3909, 1367.1075pt x 331.2375pt>
<use ppc64-full-with-smt.png>
Underfull \hbox (badness 10000) in paragraph at lines 250--252

[8 <./ppc64-with-smt.png (PNG copy)> <./ppc64-without-smt.png (PNG copy)> <./pp
c64-full-with-smt.png (PNG copy)>]
(/usr/share/texmf-texlive/tex/latex/psnfss/ts1pcr.fd)
Underfull \vbox (badness 10000) has occurred while \output is active [9]
Underfull \vbox (badness 10000) has occurred while \output is active [10]
[11]
Overfull \hbox (54.32396pt too wide) in paragraph at lines 490--491
\T1/phv/m/n/10 -Bugs should be re-ported in the tracker ([][]\T1/pcr/m/n/10 htt
ps-://github.-com/open-mpi/hwloc/issues[][]\T1/phv/m/n/10 ).

Underfull \hbox (badness 2512) in paragraph at lines 497--498
\T1/phv/m/n/10 hwloc is the evo-lu-tion and merger of the libtopol-ogy ([][]\T1
/pcr/m/n/10 http-://runtime.-

Underfull \hbox (badness 2111) in paragraph at lines 499--500
[]\T1/phv/m/n/10 libtopology was ini-tially de-vel-oped by the in-ria -Runtime 
-Team--Project ([][]\T1/pcr/m/n/10 http-
[12]) [13] [14]
Chapter 2.
(./a00001.tex [15] [16] <diagram.pdf, id=4103, 673.51625pt x 690.58pt>
<use diagram.pdf>
Underfull \hbox (badness 10000) in paragraph at lines 80--82

) [17 <./diagram.pdf>] [18]
Chapter 3.
(./a00002.tex [19] [20] [21]) [22]
Chapter 4.
(./a00003.tex
Underfull \hbox (badness 10000) in paragraph at lines 17--18
[]\T1/phv/m/n/10 enforces the re-turn value of [][]hwloc-_-topology-_-is-_-

Underfull \hbox (badness 1931) in paragraph at lines 17--18
\T1/phv/m/n/10 thissystem()[][], as if [][]-H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L
-A-G-_--I-S-_--T-H-I-S-S-Y-S-T-E-M[][] was set
[23]
Underfull \hbox (badness 1371) in paragraph at lines 20--21
[]\T1/phv/m/n/10 -Get the set of al-lowed re-
[24]
Underfull \hbox (badness 776) in paragraph at lines 61--62
[]\T1/phv/m/n/10 loads files dumped by

Underfull \hbox (badness 772) in paragraph at lines 61--62
\T1/pcr/m/n/10 hwloc-dump-hwdata \T1/phv/m/n/10 (on -Linux) from the given di-r
ec-tory. -The de-fault
[25]) [26]
Chapter 5.
(./a00004.tex [27]) [28]
Chapter 6.
(./a00005.tex
Underfull \hbox (badness 2913) in paragraph at lines 15--16
[][][]\T1/pcr/m/n/10 -H-W-L-O-C-_--O-B-J-_--O-S-_--D-E-V-I-C-E[][] \T1/phv/m/n/
10 de-scribes an operating-system-specific han-dle
[29] [30] [31] <devel09-pci.png, id=4303, 636.3775pt x 531.9875pt>
<use devel09-pci.png>
Underfull \hbox (badness 10000) in paragraph at lines 91--93

[32 <./devel09-pci.png (PNG copy)>]) [33] [34]
Chapter 7.
(./a00006.tex
Overfull \hbox (32.79977pt too wide) in paragraph at lines 13--13
 []       \T1/pcr/m/n/7 BankLocation=[]"BANK 2"[] Vendor=Elpida SerialNumber=21
733667 AssetTag=9876543210[] 
) [35] [36]
Chapter 8.
(./a00007.tex [37]
Underfull \hbox (badness 1859) in paragraph at lines 30--31
\T1/phv/m/n/10 -The hwloc as-sem-bler scripts (see be-low) also add \T1/pcr/m/n
/10 -Assembler-Name \T1/phv/m/n/10 and \T1/pcr/m/n/10 -
[38]) [39] [40]
Chapter 9.
(./a00008.tex
Underfull \hbox (badness 10000) in paragraph at lines 11--12
[]\T1/phv/m/n/10 -The

Overfull \hbox (43.68097pt too wide) in paragraph at lines 12--13
[]
[41]
Overfull \hbox (37.63338pt too wide) in paragraph at lines 17--18
[]

Underfull \hbox (badness 1163) in paragraph at lines 18--19
[]\T1/phv/m/n/10 -A -P-O-W-E-R/-Power-P-C-specific gen-eral pro-ces-sor re-vi-s
ion

Overfull \hbox (19.17389pt too wide) in paragraph at lines 20--20
[]

Underfull \hbox (badness 10000) in paragraph at lines 20--20


Underfull \hbox (badness 10000) in paragraph at lines 20--21
[]\T1/phv/m/n/10 -Some -P-O-W-E-R/-

Underfull \hbox (badness 10000) in paragraph at lines 28--29
[]\T1/phv/m/n/10 -The ven-dor and
[42]
Underfull \hbox (badness 10000) in paragraph at lines 31--32
[]\T1/phv/m/n/10 -The ven-dor and

Underfull \hbox (badness 10000) in paragraph at lines 33--34
[]\T1/phv/m/n/10 -The

Underfull \hbox (badness 10000) in paragraph at lines 34--35
[]\T1/phv/m/n/10 -The

Overfull \hbox (83.20851pt too wide) in paragraph at lines 37--38
[]

Overfull \hbox (22.13512pt too wide) in paragraph at lines 39--40
[]

Underfull \hbox (badness 1226) in paragraph at lines 40--41
[]\T1/phv/m/n/10 -D-M-I hard-ware in-for-ma-

Overfull \hbox (78.84291pt too wide) in paragraph at lines 42--43
[]

Overfull \hbox (60.10564pt too wide) in paragraph at lines 44--45
[]
[43]) [44]
Chapter 10.
(./a00009.tex [45]) [46]
Chapter 11.
(./a00010.tex [47] [48]) [49] [50]
Chapter 12.
(./a00011.tex [51]) [52]
Chapter 13.
(./a00012.tex
Underfull \hbox (badness 10000) in paragraph at lines 11--12
[][][]\T1/pcr/m/n/10 hwloc-_-topology-_-init()[][], [][]hwloc-_-topology-
[53]) [54]
Chapter 14.
(./a00013.tex
Underfull \vbox (badness 1681) has occurred while \output is active [55]
Underfull \hbox (badness 1939) in paragraph at lines 31--32
[]\T1/phv/m/n/10 -Certain com-po-nent names (\T1/pcr/m/n/10 xml \T1/phv/m/n/10 
and \T1/pcr/m/n/10 synthetic\T1/phv/m/n/10 ) ac-cept an ar-gu-ment (e.-g.
[56] [57]
Underfull \hbox (badness 10000) in paragraph at lines 66--67
[]\T1/phv/m/n/10 -Each of-fi-cially
[58]) [59] [60]
Chapter 15.
(./a00014.tex [61]
Underfull \hbox (badness 1466) in paragraph at lines 31--32
[]\T1/phv/m/n/10 -You can ei-ther copy all the config/hwloc$\OMS/ztmcm/m/n/10 ^
^C$\T1/phv/m/n/10 m4 files from the hwloc source tree

Underfull \hbox (badness 768) in paragraph at lines 31--32
\T1/phv/m/n/10 find more m4 files in the em-bed-ded hwloc's "con-fig" sub-di-re
c-tory (e.-g., add "--

Underfull \hbox (badness 4266) in paragraph at lines 37--38
[]\T1/phv/m/n/10 -H-W-L-O-C-_--S-E-T-U-P-_--C-O-R-E(config-dir-prefix, action-u
pon-success, action-upon-
[62] [63]
Overfull \hbox (29.40024pt too wide) in paragraph at lines 89--89
[]  \T1/pcr/m/n/8 2. Add "HWLOC_SETUP_CORE([my-embedded-hwloc], [happy=yes], [h
appy=no])" line[] 
) [64]
Chapter 16.
(./a00015.tex [65] [66] [67] [68] [69]
Overfull \hbox (19.80023pt too wide) in paragraph at lines 133--133
[]\T1/pcr/m/n/8 $ hwloc-bind core:3 --single -- echo "hello from a single threa
d on core #3"[] 
[70] [71]
Underfull \hbox (badness 4467) in paragraph at lines 178--178
[]\T1/phv/m/n/10 -Also re-mem-ber that these com-po-nents may be dis-abled at b
uild-time with

Underfull \hbox (badness 10000) in paragraph at lines 178--178
\T1/phv/m/n/10 con-fig-ure flags such as $\OMS/ztmcm/m/n/10 n$\T1/pcr/m/n/10 --
disable-opencl\T1/phv/m/n/10 , $\OMS/ztmcm/m/n/10 n$\T1/pcr/m/n/10 --disable-cu
da \T1/phv/m/n/10 or

Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\char' on input line 185.


Package hyperref Warning: Token not allowed in a PDF string (Unicode):
(hyperref)                removing `\char' on input line 185.


Underfull \vbox (badness 10000) has occurred while \output is active [72]
Overfull \hbox (19.80023pt too wide) in paragraph at lines 189--189
[]\T1/pcr/m/n/8 ***************************************************************
************* 

Overfull \hbox (96.60028pt too wide) in paragraph at lines 192--192
[]\T1/pcr/m/n/8 * L3 (cpuset 0x000003f0) intersects with NUMANode (P#0 cpuset 0
x0000003f) without inclusion![] 

Overfull \hbox (19.80023pt too wide) in paragraph at lines 199--199
[]\T1/pcr/m/n/8 ***************************************************************
*************[] 

Underfull \hbox (badness 2922) in paragraph at lines 209--210
[]\T1/phv/m/n/10 -On x86 hosts, pass-ing \T1/pcr/m/n/10 -H-W-L-O-C-_--C-O-M-P-O
-N-E-N-T-S=x86 \T1/phv/m/n/10 in the en-vi-ron-ment may
[73]
Overfull \hbox (29.40024pt too wide) in paragraph at lines 252--252
[]           \T1/pcr/m/n/8 "%s compiled for hwloc API 0x%x but running on libra
ry API 0x%x.\n"[] 

Overfull \hbox (39.00024pt too wide) in paragraph at lines 253--253
[]           \T1/pcr/m/n/8 "You may need to point LD_LIBRARY_PATH to the right 
hwloc library.\n"[] 
[74] [75]
Underfull \hbox (badness 1014) in paragraph at lines 302--303
\T1/pcr/m/n/10 com/-Tresys-Technology/refpolicy-contrib[][] \T1/phv/m/n/10 (see
 also the doc-u-men-ta-

Underfull \hbox (badness 800) in paragraph at lines 302--303
\T1/phv/m/n/10 tion at [][]\T1/pcr/m/n/10 https-://github.-com/-Tresys-Technolo
gy/refpolicy/wiki/-

Overfull \hbox (58.20026pt too wide) in paragraph at lines 315--315
[]\T1/pcr/m/n/8 ./configure CC="icc -mmic" --host=x86_64-k1om-linux --build=x86
_64-unknown-linux-gnu 
[76]
Overfull \hbox (77.40027pt too wide) in paragraph at lines 330--330
[]  \T1/pcr/m/n/8 CPPFLAGS='-I/bgsys/drivers/ppcfloor -I/bgsys/drivers/ppcfloor
/spi/include/kernel/cnk/'[] 

Underfull \hbox (badness 3942) in paragraph at lines 337--337
[]\T1/phv/m/n/10 hwloc re-leases also con-tain a ba-sic -Microsoft -Visual -Stu
dio so-lu-tion un-der
[77]) [78]
Chapter 17.
(./modules.tex [79]) [80]
Chapter 18.
(./annotated.tex [81]) [82]
Chapter 19.
(./a00059.tex [83]) [84] (./a00060.tex [85]) [86] (./a00061.tex [87] [88]
[89]) [90] (./a00062.tex) [91] (./a00063.tex
Underfull \vbox (badness 10000) detected at line 52
[92]
Underfull \vbox (badness 10000) detected at line 73

Underfull \vbox (badness 10000) detected at line 108

Underfull \vbox (badness 10000) detected at line 129
[93]) [94] (./a00064.tex
Underfull \hbox (badness 4805) in paragraph at lines 34--36
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-ignore-_-type-_-keep-_-structure[][
] ([][]hwloc-_-topology-_-t[][] topol-ogy,

Underfull \hbox (badness 1521) in paragraph at lines 48--50
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-set-_-xml[][] ([][]hwloc-_-topology
-_-t[][] re-strict topol-ogy, const char

Underfull \hbox (badness 2735) in paragraph at lines 54--56
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-set-_-distance-_-matrix[][] ([][]hw
loc-_-topology-_-t[][] re-strict topol-ogy,

Underfull \hbox (badness 3724) in paragraph at lines 60--62
[]\T1/phv/m/n/10 void [][]hwloc-_-topology-_-set-_-userdata[][] ([][]hwloc-_-to
pology-_-t[][] topol-ogy, const void
[95] [96]
Underfull \hbox (badness 2119) in paragraph at lines 100--102
[]\T1/phv/m/n/10 -Detect -P-C-I bridges. -This flag

Underfull \hbox (badness 1259) in paragraph at lines 100--102
\T1/phv/m/n/10 should be com-bined with [][]-H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-
L-A-G-_--I-O-_--D-E-V-I-C-E-S[][] to

Underfull \hbox (badness 10000) in paragraph at lines 106--107
[]\T1/phv/m/n/10 -Get
[97] (/usr/share/texmf-texlive/tex/latex/psnfss/ot1pcr.fd)

LaTeX Font Warning: Font shape `OT1/pcr/bc/n' undefined
(Font)              using `OT1/pcr/m/n' instead on input line 140.

[98] [99] [100] [101] [102]) [103] (./a00065.tex
Underfull \hbox (badness 1292) in paragraph at lines 29--31
[]\T1/phv/m/n/10 unsigned [][]hwloc-_-get-_-nbobjs-_-by-_-depth[][] ([][]hwloc-
_-topology-_-t[][] topol-ogy, un-signed

Underfull \hbox (badness 2435) in paragraph at lines 35--37
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-obj-_-by-_-depth[][]
 ([][]hwloc-_-topology-_-t[][] topol-ogy, un-signed

Underfull \hbox (badness 849) in paragraph at lines 39--41
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
by-_-depth[][] ([][]hwloc-_-topology-_-t[][] topol-ogy,

Underfull \hbox (badness 2591) in paragraph at lines 41--42
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
by-_-type[][] ([][]hwloc-_-topology-_-t[][] topol-ogy,
[104] [105] [106]) [107] (./a00066.tex [108] [109]) [110] (./a00067.tex)
[111] (./a00068.tex
Underfull \hbox (badness 5563) in paragraph at lines 24--26
[]\T1/phv/m/n/10 int [][]hwloc-_-set-_-thread-_-cpubind[][] ([][]hwloc-_-topolo
gy-_-t[][] topol-ogy, hwloc-_-thread-_-t

Underfull \hbox (badness 5231) in paragraph at lines 26--28
[]\T1/phv/m/n/10 int [][]hwloc-_-get-_-thread-_-cpubind[][] ([][]hwloc-_-topolo
gy-_-t[][] topol-ogy, hwloc-_-thread-_-t
[112] [113] [114] [115]) [116] (./a00069.tex
Underfull \hbox (badness 1527) in paragraph at lines 31--33
[]\T1/phv/m/n/10 int [][]hwloc-_-set-_-membind-_-nodeset[][] ([][]hwloc-_-topol
ogy-_-t[][] topol-ogy, [][]hwloc-_-const-_-

Underfull \hbox (badness 2608) in paragraph at lines 41--43
[]\T1/phv/m/n/10 int [][]hwloc-_-set-_-proc-_-membind[][] ([][]hwloc-_-topology
-_-t[][] topol-ogy, hwloc-_-pid-_-t pid,

Underfull \hbox (badness 2443) in paragraph at lines 45--47
[]\T1/phv/m/n/10 int [][]hwloc-_-get-_-proc-_-membind[][] ([][]hwloc-_-topology
-_-t[][] topol-ogy, hwloc-_-pid-_-t pid,
[117]
Underfull \hbox (badness 862) in paragraph at lines 77--78
[]\T1/phv/m/n/10 implicit mem-ory bind-ing through bind-ing policy-: [][]hwloc-
_-set-_-membind()[][] and
[118] [119]
Underfull \hbox (badness 783) in paragraph at lines 156--158
[]\T1/phv/m/n/10 -Allocate mem-ory but do not im-me-di-ately
[120] [121] [122] [123]
Underfull \vbox (badness 10000) has occurred while \output is active [124]
[125] [126] [127] [128]) [129] (./a00070.tex
Underfull \hbox (badness 1389) in paragraph at lines 15--17
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-topology-_-insert-_-misc-_
-object-_-by-_-cpuset[][] ([][]hwloc-_-topology-_-t[][]

Underfull \hbox (badness 2057) in paragraph at lines 17--19
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-topology-_-insert-_-misc-_
-object-_-by-_-parent[][] ([][]hwloc-_-topology-_-t[][]
[130] [131]) [132] (./a00071.tex
Underfull \hbox (badness 2529) in paragraph at lines 9--10
[][][]\T1/phv/m/n/10 hwloc-_-obj-_-t[][] [][]hwloc-_-custom-_-insert-_-group-_-
object-_-by-_-parent[][] ([][]hwloc-_-topology-_-t[][]

Underfull \hbox (badness 1661) in paragraph at lines 57--58
[]\T1/phv/m/n/10 -Duplicate the ex-ist-ing topol-ogy \T1/pcr/m/n/10 oldtopology
 \T1/phv/m/n/10 in-side a new cus-tom topol-ogy
[133]) [134] (./a00072.tex
Underfull \hbox (badness 10000) in paragraph at lines 9--11
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-export-_-xmlbuffer[][] ([][]hwloc-_
-topology-_-t[][] topol-ogy, char

Underfull \hbox (badness 1874) in paragraph at lines 15--17
[]\T1/phv/m/n/10 int [][]hwloc-_-export-_-obj-_-userdata[][] (void $\OMS/ztmcm/
m/n/10 ^^C$\T1/phv/m/n/10 reserved, [][]hwloc-_-topology-_-t[][] topol-ogy,
[135] [136]) [137] [138] (./a00073.tex
Underfull \hbox (badness 1715) in paragraph at lines 33--33
[]\T1/phv/m/n/10 -Do not ex-
[139]) [140] (./a00074.tex
Underfull \hbox (badness 10000) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
inside-_-cpuset-_-by-_-depth[][] ([][]hwloc-_-

Underfull \hbox (badness 1931) in paragraph at lines 15--17
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-obj-_-inside-
_-cpuset-_-by-_-depth[][] ([][]hwloc-_-topology-_-t[][]

Underfull \hbox (badness 5985) in paragraph at lines 17--19
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-obj-_-inside-
_-cpuset-_-by-_-type[][] ([][]hwloc-_-topology-_-t[][]
[141] [142] [143]) [144] (./a00075.tex
Underfull \hbox (badness 7064) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
covering-_-cpuset-_-by-_-depth[][] ([][]hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 13--14
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-next-_-obj-_-
covering-_-cpuset-_-by-_-type[][] ([][]hwloc-_-
[145]) [146] (./a00076.tex [147]) [148] (./a00077.tex
Underfull \hbox (badness 2781) in paragraph at lines 11--12
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-shared-_-cach
e-_-covering-_-obj[][] ([][]hwloc-_-topology-_-t[][]
[149]) [150] (./a00078.tex
Underfull \hbox (badness 1642) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-get-_-numanode-_-ob
j-_-by-_-os-_-index[][] ([][]hwloc-_-topology-_-t[][]
[151]) [152] (./a00079.tex
Underfull \hbox (badness 2409) in paragraph at lines 66--67
[]\T1/phv/m/n/10 -This func-tion re-places the now dep-re-cated hwloc-_-distrib
ute() and hwloc-_-
) [153] [154] (./a00080.tex
Underfull \hbox (badness 4872) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-complete-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 7451) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-topology-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-online-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 13--15
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-cpuset-_-t[][] [][]hwloc-_-topology
-_-get-_-allowed-_-cpuset[][] ([][]hwloc-_-

Underfull \hbox (badness 1721) in paragraph at lines 19--20
[]\T1/phv/m/n/10 static [][]hwloc-_-const-_-nodeset-_-t[][] [][]hwloc-_-topolog
y-_-get-_-allowed-_-nodeset[][] ([][]hwloc-_-
[155] [156]) [157] (./a00081.tex
Underfull \hbox (badness 927) in paragraph at lines 11--13
[]\T1/phv/m/n/10 static void [][]hwloc-_-cpuset-_-from-_-nodeset[][] ([][]hwloc
-_-topology-_-t[][] topol-ogy, [][]hwloc-_-
[158]) [159] (./a00082.tex
Underfull \hbox (badness 977) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static struct [][]hwloc-_-distances-_-s[][] $\OMS/ztmcm/m/n/10
 ^^C$ [][]\T1/phv/m/n/10 hwloc-_-get-_-whole-_-distance-_-matrix-_-by-_-type[][
]
[160] [161]) [162] (./a00083.tex [163]) [164] (./a00084.tex [165]
Underfull \hbox (badness 1478) in paragraph at lines 91--93
[]\T1/phv/m/n/10 void [][]hwloc-_-bitmap-_-or[][] ([][]hwloc-_-bitmap-_-t[][] r
es, [][]hwloc-_-const-_-bitmap-_-t[][] bitmap1,

Underfull \hbox (badness 2237) in paragraph at lines 101--103
[]\T1/phv/m/n/10 int [][]hwloc-_-bitmap-_-intersects[][] ([][]hwloc-_-const-_-b
itmap-_-t[][] bitmap1, [][]hwloc-_-const-_-

Underfull \hbox (badness 3815) in paragraph at lines 109--110
[]\T1/phv/m/n/10 int [][]hwloc-_-bitmap-_-compare[][] ([][]hwloc-_-const-_-bitm
ap-_-t[][] bitmap1, [][]hwloc-_-const-_-
[166] [167] [168] [169] [170] [171] [172] [173] [174]) [175] [176]
(./a00085.tex [177]) [178] (./a00086.tex
Underfull \hbox (badness 1014) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-cpuset-_-to-_-linux-_-libnuma-_-ulongs[
][] ([][]hwloc-_-topology-_-t[][] topol-ogy,

Underfull \hbox (badness 4060) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static int [][]hwloc-_-nodeset-_-to-_-linux-_-libnuma-_-ulongs
[][] ([][]hwloc-_-topology-_-t[][] topol-
[179]) [180] (./a00087.tex
Underfull \hbox (badness 4181) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static struct bit-mask $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1/phv/m/n
/10 hwloc-_-nodeset-_-to-_-linux-_-libnuma-_-bitmask[][] ([][]hwloc-_-
[181]) [182] (./a00088.tex
Underfull \hbox (badness 4193) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-cpuset-_-to-_-glibc-_-sched-_-affinity[
][] ([][]hwloc-_-topology-_-t[][] topol-ogy,
) [183] (./a00089.tex
Underfull \hbox (badness 1661) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-opencl-_-get-_-device-_-cpuset[][] ([][
]hwloc-_-topology-_-t[][] topol-ogy, cl-_-
[184]) [185] (./a00090.tex [186]) [187] (./a00091.tex [188]) [189]
(./a00092.tex
Underfull \hbox (badness 1762) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static int [][]hwloc-_-nvml-_-get-_-device-_-cpuset[][] ([][]h
wloc-_-topology-_-t[][] topol-ogy, nvml-
[190]) [191] (./a00093.tex
Underfull \hbox (badness 10000) in paragraph at lines 7--9
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-gl-_-get-_-display-
_-osdev-_-by-_-port-_-device[][] ([][]hwloc-_-

Underfull \hbox (badness 4205) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-gl-_-get-_-display-
_-osdev-_-by-_-name[][] ([][]hwloc-_-topology-_-t[][]
[192]) [193] (./a00094.tex
Underfull \hbox (badness 10000) in paragraph at lines 9--10
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-intel-_-mic-_-get-_
-device-_-osdev-_-by-_-index[][] ([][]hwloc-_-
) [194] (./a00095.tex
Underfull \hbox (badness 2591) in paragraph at lines 9--11
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-ibv-_-get-_-device-
_-osdev-_-by-_-name[][] ([][]hwloc-_-topology-_-t[][]

Underfull \hbox (badness 2293) in paragraph at lines 11--12
[]\T1/phv/m/n/10 static [][]hwloc-_-obj-_-t[][] [][]hwloc-_-ibv-_-get-_-device-
_-osdev[][] ([][]hwloc-_-topology-_-t[][] topol-ogy,
[195]) [196] (./a00096.tex
Underfull \hbox (badness 812) in paragraph at lines 9--10
[]\T1/phv/m/n/10 static int [][]hwloc-_-mx-_-endpoint-_-get-_-device-_-cpuset[]
[] ([][]hwloc-_-topology-_-t[][] topol-ogy,
) [197] (./a00097.tex
Underfull \hbox (badness 6032) in paragraph at lines 47--49
[]\T1/phv/m/n/10 int [][]hwloc-_-topology-_-diff-_-load-_-xml[][] ([][]hwloc-_-
topology-_-t[][] topol-ogy, const char
[198] [199] [200] [201] [202]) [203] (./a00098.tex
Underfull \hbox (badness 10000) in paragraph at lines 50--52
[]\T1/phv/m/n/10 xml, syn-thetic or cus-tom,
) [204] (./a00099.tex
Underfull \hbox (badness 779) in paragraph at lines 18--20
[]\T1/phv/m/n/10 struct [][]hwloc-_-backend[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1
/phv/m/n/10 hwloc-_-backend-_-alloc[][] (struct [][]hwloc-_-disc-_-component[][
]

Underfull \hbox (badness 1142) in paragraph at lines 20--22
[]\T1/phv/m/n/10 int [][]hwloc-_-backend-_-enable[][] (struct hwloc-_-topology 
$\OMS/ztmcm/m/n/10 ^^C$\T1/phv/m/n/10 topology, struct [][]hwloc-_-

Underfull \hbox (badness 1102) in paragraph at lines 24--25
[]\T1/phv/m/n/10 int [][]hwloc-_-backends-_-notify-_-new-_-object[][] (struct [
][]hwloc-_-backend[][] $\OMS/ztmcm/m/n/10 ^^C$\T1/phv/m/n/10 caller, struct
[205]) [206] (./a00100.tex) [207] (./a00101.tex
Underfull \hbox (badness 5231) in paragraph at lines 12--14
[]\T1/phv/m/n/10 struct [][]hwloc-_-obj[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1/phv
/m/n/10 hwloc-_-insert-_-object-_-by-_-cpuset[][] (struct hwloc-_-topology

Underfull \hbox (badness 2894) in paragraph at lines 18--20
[]\T1/phv/m/n/10 struct [][]hwloc-_-obj[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]\T1/phv
/m/n/10 hwloc-_--_-insert-_-object-_-by-_-cpuset[][] (struct hwloc-_-topology

Underfull \hbox (badness 1552) in paragraph at lines 22--24
[]\T1/phv/m/n/10 static struct [][]hwloc-_-obj[][] $\OMS/ztmcm/m/n/10 ^^C$ [][]
\T1/phv/m/n/10 hwloc-_-alloc-_-setup-_-object[][] ([][]hwloc-_-obj-_-type-_-t[]
[] type,
[208] [209]) [210] (./a00102.tex) [211] [212]
Chapter 20.
(./a00016.tex [213]) (./a00017.tex [214]
(/usr/share/texmf-texlive/tex/latex/psnfss/omsphv.fd)

LaTeX Font Warning: Font shape `OMS/phv/bc/n' undefined
(Font)              using `OMS/phv/m/n' instead
(Font)              for symbol `textbraceleft' on input line 49.

[215]) (./a00018.tex [216]) (./a00019.tex
Underfull \hbox (badness 4429) in paragraph at lines 28--29
[]\T1/phv/m/n/10 -Generic com-po-nents struc-ture, ei-ther stat-i-cally listed 
by con-fig-ure in static-
[217]) (./a00020.tex [218] [219]) (./a00021.tex [220]) (./a00022.tex [221])
(./a00023.tex [222] [223] [224] [225] [226]) (./a00024.tex [227]) (./a00025.tex
[228]) (./a00026.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-obj-[]-memory-[]-s-:-:hwloc-[]-obj-[]-memory-[]-p
age-[]-type-[]-s -
[229]) (./a00027.tex [230]) (./a00028.tex) (./a00029.tex [231] [232])
(./a00030.tex [233]) (./a00031.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-u-:-:hwloc-[]-topology-[]-dif
f-[]-generic-[]-s -
[234]) (./a00032.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-obj-[]-attr-[]-u-:-:hwloc-[]-
topology-[]-diff-[]-obj-[]-
) (./a00033.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-u-:-:hwloc-[]-topology-[]-dif
f-[]-obj-[]-attr-[]-s -
[235]) (./a00034.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-obj-[]-attr-[]-u-:-:hwloc-[]-
topology-[]-diff-[]-obj-[]-
[236]) (./a00035.tex
Underfull \hbox (badness 4595) in paragraph at lines 23--26
[]\T1/phv/m/n/10 struct \OMS/ztmcm/m/n/10 ^^B [][]\T1/phv/m/n/10 hwloc-_-topolo
gy-_-diff-_-obj-_-attr-_-u-::hwloc-_-topology-_-diff-_-obj-_-attr-_-uint64-_-s[
][]

Underfull \hbox (badness 10000) in paragraph at lines 26--28
[]\T1/phv/m/n/10 struct \OMS/ztmcm/m/n/10 ^^B [][]\T1/phv/m/n/10 hwloc-_-topolo
gy-_-diff-_-obj-_-attr-_-u-::hwloc-_-topology-_-diff-_-obj-_-attr-_-string-_-s[
][]
[237]) (./a00036.tex
Underfull \hbox (badness 10000) in paragraph at lines 3--3
[]\OT1/phv/bc/n/14.4 hwloc-[]-topology-[]-diff-[]-obj-[]-attr-[]-u-:-:hwloc-[]-
topology-[]-diff-[]-obj-[]-
[238]) (./a00037.tex) (./a00038.tex

Package Fancyhdr Warning: \headheight is too small (12.0pt): 
 Make it at least 22.16548pt.
 We now make it that large for the rest of the document.
 This may cause the page layout to be inconsistent, however.

[239]) (./a00039.tex [240]) (./a00040.tex [241] [242]) (./a00041.tex [243])
(./a4-refman.ind [244]
Underfull \hbox (badness 10000) in paragraph at lines 4--6
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--C-P-U-B-I-N-D-_--N-O-M-E-M-B-I-N-D,

Underfull \hbox (badness 4940) in paragraph at lines 12--13
[]\T1/phv/m/n/10 -Components and Plugins-: Dis-cov-ery

Underfull \hbox (badness 10000) in paragraph at lines 13--15
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--B-A-C-K-E-N-D-_--F-L-A-G-_--N-E-E-D-

Underfull \hbox (badness 10000) in paragraph at lines 16--18
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--D-I-S-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-

Underfull \hbox (badness 10000) in paragraph at lines 18--20
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--D-I-S-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-

Underfull \hbox (badness 10000) in paragraph at lines 20--22
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--D-I-S-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-

Underfull \hbox (badness 10000) in paragraph at lines 23--25
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-P-E-_--D-I-

Underfull \hbox (badness 10000) in paragraph at lines 25--27
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-P-E-_--X-M-

Underfull \hbox (badness 10000) in paragraph at lines 28--30
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--D-I-S-T-R-I-B-_--F-L-A-G-_--R-E-V-E-R-

Underfull \hbox (badness 10000) in paragraph at lines 31--33
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--E-X-P-O-R-T-_--S-

Underfull \hbox (badness 10000) in paragraph at lines 31--33
\T1/phv/m/n/10 Y-N-T-H-E-T-I-C-_--F-L-A-G-_--N-O-_--A-T-T-R-

Underfull \hbox (badness 10000) in paragraph at lines 33--35
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--E-X-P-O-R-T-_--S-

Underfull \hbox (badness 10000) in paragraph at lines 33--35
\T1/phv/m/n/10 Y-N-T-H-E-T-I-C-_--F-L-A-G-_--N-O-_--E-X-T-E-

Underfull \hbox (badness 10000) in paragraph at lines 35--36
[]\T1/phv/m/n/10 -H-W-L-O-C-_--B-A-C-K-E-N-D-_--F-L-A-G-_--N-E-E-D-_--L-E-V-

Underfull \hbox (badness 10000) in paragraph at lines 52--53
[]\T1/phv/m/n/10 -H-W-L-O-C-_--D-I-S-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-P-E-_--C-

Underfull \hbox (badness 10000) in paragraph at lines 55--56
[]\T1/phv/m/n/10 -H-W-L-O-C-_--D-I-S-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-P-E-_--G-

Underfull \hbox (badness 10000) in paragraph at lines 58--59
[]\T1/phv/m/n/10 -H-W-L-O-C-_--D-I-S-C-_--C-O-M-P-O-N-E-N-T-_--T-Y-P-E-_--

Underfull \hbox (badness 1087) in paragraph at lines 62--63
[]| \T1/phv/m/n/10 -Distributing items over a topol-ogy,
[245]
Underfull \hbox (badness 10000) in paragraph at lines 137--138
[]\T1/phv/m/n/10 -H-W-L-O-C-_--R-E-S-T-R-I-C-T-_--F-L-A-G-_--A-D-A-P-T-_--D-I-

Underfull \hbox (badness 10000) in paragraph at lines 141--142
[]\T1/phv/m/n/10 -H-W-L-O-C-_--R-E-S-T-R-I-C-T-_--F-L-A-G-_--A-D-A-P-T-_--M-I-

Underfull \hbox (badness 10000) in paragraph at lines 143--144
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--A-P-P-L-Y-_--R-

Underfull \hbox (badness 10000) in paragraph at lines 147--148
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--O-B-J-_--A-T-T-

Underfull \hbox (badness 10000) in paragraph at lines 149--150
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--O-B-J-_--A-T-T-

Underfull \hbox (badness 10000) in paragraph at lines 151--152
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--O-B-J-_--A-T-T-

Underfull \hbox (badness 10000) in paragraph at lines 153--154
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--T-O-O-_--C-O-

Underfull \hbox (badness 10000) in paragraph at lines 155--156
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--E-X-P-O-R-T-_--S-Y-N-T-

Underfull \hbox (badness 1817) in paragraph at lines 156--157
[]| \T1/phv/m/n/10 -Exporting Topolo-gies to Syn-thetic,

Underfull \hbox (badness 10000) in paragraph at lines 157--158
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--E-X-P-O-R-T-_--S-Y-N-T-

Underfull \hbox (badness 10000) in paragraph at lines 157--158
\T1/phv/m/n/10 H-E-T-I-C-_--F-L-A-G-_--N-O-_--E-X-T-E-N-D-E-

Underfull \hbox (badness 1817) in paragraph at lines 158--159
[]| \T1/phv/m/n/10 -Exporting Topolo-gies to Syn-thetic,

Underfull \hbox (badness 10000) in paragraph at lines 160--162
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 162--163
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--I-O-_--B-R-I-D-

Underfull \hbox (badness 10000) in paragraph at lines 163--165
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 165--166
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--I-O-_--D-E-V-I-
[246]
Underfull \hbox (badness 10000) in paragraph at lines 166--168
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 168--169
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--I-S-_--T-H-I-S-S-

Underfull \hbox (badness 10000) in paragraph at lines 169--171
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 171--172
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--T-H-I-S-S-Y-S-

Underfull \hbox (badness 10000) in paragraph at lines 171--172
\T1/phv/m/n/10 T-E-M-_--A-L-L-O-W-E-D-_--R-E-S-O-U-R-C-E-

Underfull \hbox (badness 10000) in paragraph at lines 172--174
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 174--175
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--W-H-O-L-E-_--I-

Underfull \hbox (badness 10000) in paragraph at lines 175--177
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 177--178
[]\T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--W-H-O-L-E-_--

Underfull \hbox (badness 10000) in paragraph at lines 178--180
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 195--197
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--M-E-M-B-I-N-D-_--B-Y-N-O-D-E-S-E-T,

Underfull \hbox (badness 10000) in paragraph at lines 199--201
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--M-E-M-B-I-N-D-_--F-I-R-S-T-T-O-U-C-H,

Underfull \hbox (badness 10000) in paragraph at lines 201--203
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--M-E-M-B-I-N-D-_--I-N-T-E-R-L-E-A-V-E,

Underfull \hbox (badness 10000) in paragraph at lines 207--209
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--M-E-M-B-I-N-D-_--N-E-X-T-T-O-U-C-H,

Underfull \hbox (badness 10000) in paragraph at lines 209--211
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--M-E-M-B-I-N-D-_--N-O-C-P-U-B-I-N-D,

Underfull \hbox (badness 10000) in paragraph at lines 211--213
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--M-E-M-B-I-N-D-_--P-R-O-C-E-S-S,

Underfull \hbox (badness 10000) in paragraph at lines 213--215
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--M-E-M-B-I-N-D-_--R-E-P-L-I-C-A-T-E,

Underfull \hbox (badness 10000) in paragraph at lines 220--222
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--R-E-S-T-R-I-C-T-_--F-L-A-G-_--A-D-A-P-

Underfull \hbox (badness 10000) in paragraph at lines 222--224
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--R-E-S-T-R-I-C-T-_--F-L-A-G-_--A-D-A-P-

Underfull \hbox (badness 10000) in paragraph at lines 224--226
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--R-E-S-T-R-I-C-T-_--F-L-A-G-_--A-D-A-P-

Underfull \hbox (badness 10000) in paragraph at lines 237--239
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--O-B-J-_--C-A-C-H-E-_--I-N-S-T-R-U-C-T-

Underfull \hbox (badness 10000) in paragraph at lines 239--241
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--O-B-J-_--C-A-C-H-E-_--U-N-I-F-I-E-D,

Underfull \hbox (badness 10000) in paragraph at lines 253--255
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--O-B-J-_--O-S-D-E-V-_--C-O-P-R-O-C,

Underfull \hbox (badness 10000) in paragraph at lines 259--261
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--O-B-J-_--O-S-D-E-V-_--N-E-T-W-O-R-K,

Underfull \hbox (badness 10000) in paragraph at lines 261--263
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--O-B-J-_--O-S-D-E-V-_--O-P-E-N-F-A-B-

Underfull \hbox (badness 10000) in paragraph at lines 278--280
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-Y-P-E-_--D-E-P-T-H-_--B-R-I-D-G-E,

Underfull \hbox (badness 10000) in paragraph at lines 280--282
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-Y-P-E-_--D-E-P-T-H-_--M-U-L-T-I-P-L-

Underfull \hbox (badness 10000) in paragraph at lines 282--284
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-Y-P-E-_--D-E-P-T-H-_--O-S-_--D-E-V-I-

Underfull \hbox (badness 10000) in paragraph at lines 284--286
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-Y-P-E-_--D-E-P-T-H-_--P-C-I-_--D-E-V-I-
[247]
Underfull \hbox (badness 10000) in paragraph at lines 286--288
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-Y-P-E-_--D-E-P-T-H-_--U-N-K-N-O-W-

Underfull \hbox (badness 6047) in paragraph at lines 288--289
[]\T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion and

Underfull \hbox (badness 10000) in paragraph at lines 289--291
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--I-C-A-C-

Underfull \hbox (badness 10000) in paragraph at lines 291--293
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--I-O-_--B-

Underfull \hbox (badness 10000) in paragraph at lines 293--295
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--I-O-_--D-

Underfull \hbox (badness 10000) in paragraph at lines 295--297
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--I-S-_--T-

Underfull \hbox (badness 10000) in paragraph at lines 297--299
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--T-H-I-S-

Underfull \hbox (badness 10000) in paragraph at lines 297--299
\T1/phv/m/n/10 S-Y-S-T-E-M-_--A-L-L-O-W-E-D-_--R-E-S-O-U-

Underfull \hbox (badness 10000) in paragraph at lines 299--301
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--W-H-

Underfull \hbox (badness 10000) in paragraph at lines 301--303
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--F-L-A-G-_--W-H-

Underfull \hbox (badness 10000) in paragraph at lines 304--306
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--A-P-P-L-

Underfull \hbox (badness 10000) in paragraph at lines 306--308
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--O-B-J-_--

Underfull \hbox (badness 10000) in paragraph at lines 308--310
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--O-B-J-_--

Underfull \hbox (badness 10000) in paragraph at lines 310--312
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--O-B-J-_--

Underfull \hbox (badness 10000) in paragraph at lines 312--314
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--O-B-J-_--

Underfull \hbox (badness 10000) in paragraph at lines 314--316
[]| \T1/phv/m/n/10 -H-W-L-O-C-_--T-O-P-O-L-O-G-Y-_--D-I-F-F-_--T-O-O-_--

Underfull \hbox (badness 10000) in paragraph at lines 322--324
[]| \T1/phv/m/n/10 hwloc-_-custom-_-insert-_-group-_-object-

Underfull \hbox (badness 10000) in paragraph at lines 328--330
[]| \T1/phv/m/n/10 hwloc-_-topology-_-get-_-allowed-_-

Underfull \hbox (badness 10000) in paragraph at lines 330--332
[]| \T1/phv/m/n/10 hwloc-_-topology-_-get-_-allowed-_-

Underfull \hbox (badness 10000) in paragraph at lines 332--334
[]| \T1/phv/m/n/10 hwloc-_-topology-_-get-_-complete-_-

Underfull \hbox (badness 10000) in paragraph at lines 334--336
[]| \T1/phv/m/n/10 hwloc-_-topology-_-get-_-complete-_-

Underfull \hbox (badness 10000) in paragraph at lines 336--338
[]| \T1/phv/m/n/10 hwloc-_-topology-_-get-_-online-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 338--340
[]| \T1/phv/m/n/10 hwloc-_-topology-_-get-_-topology-_-

Underfull \hbox (badness 10000) in paragraph at lines 340--342
[]| \T1/phv/m/n/10 hwloc-_-topology-_-get-_-topology-_-

Underfull \hbox (badness 10000) in paragraph at lines 352--354
[]| \T1/phv/m/n/10 hwloc-_-get-_-proc-_-last-_-cpu-_-location,

Underfull \hbox (badness 10000) in paragraph at lines 364--366
[]| \T1/phv/m/n/10 hwloc-_--_-insert-_-object-_-by-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 376--378
[]| \T1/phv/m/n/10 hwloc-_-plugin-_-check-_-namespace,

Underfull \hbox (badness 4940) in paragraph at lines 382--384
[]\T1/phv/m/n/10 -Components and Plugins-: Dis-cov-ery

Underfull \hbox (badness 10000) in paragraph at lines 390--392
[]| \T1/phv/m/n/10 hwloc-_-backends-_-get-_-obj-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 392--394
[]| \T1/phv/m/n/10 hwloc-_-backends-_-notify-_-new-_-object,
[248]
Underfull \hbox (badness 10000) in paragraph at lines 426--428
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-from-_-nodeset-_-strict,

Underfull \hbox (badness 10000) in paragraph at lines 430--432
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-to-_-nodeset-_-strict,

Underfull \hbox (badness 10000) in paragraph at lines 452--454
[]| \T1/phv/m/n/10 hwloc-_-topology-_-export-_-synthetic,

Underfull \hbox (badness 10000) in paragraph at lines 454--456
[]| \T1/phv/m/n/10 hwloc-_-topology-_-export-_-synthetic-_-

Underfull \hbox (badness 10000) in paragraph at lines 460--462
[]| \T1/phv/m/n/10 hwloc-_-export-_-obj-_-userdata-_-base64,

Underfull \hbox (badness 10000) in paragraph at lines 466--468
[]| \T1/phv/m/n/10 hwloc-_-topology-_-export-_-xmlbuffer,

Underfull \hbox (badness 10000) in paragraph at lines 468--470
[]| \T1/phv/m/n/10 hwloc-_-topology-_-set-_-userdata-_-

Underfull \hbox (badness 10000) in paragraph at lines 470--472
[]| \T1/phv/m/n/10 hwloc-_-topology-_-set-_-userdata-_-

Underfull \hbox (badness 10000) in paragraph at lines 476--478
[]| \T1/phv/m/n/10 hwloc-_-get-_-hostbridge-_-by-_-pcibus,

Underfull \hbox (badness 10000) in paragraph at lines 484--486
[]| \T1/phv/m/n/10 hwloc-_-get-_-non-_-io-_-ancestor-_-obj,

Underfull \hbox (badness 10000) in paragraph at lines 488--490
[]| \T1/phv/m/n/10 hwloc-_-get-_-pcidev-_-by-_-busidstring,

Underfull \hbox (badness 10000) in paragraph at lines 492--494
[]| \T1/phv/m/n/10 hwloc-_-get-_-child-_-covering-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 494--496
[]| \T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-covering-_-

Underfull \hbox (badness 10000) in paragraph at lines 496--498
[]| \T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-covering-_-

Underfull \hbox (badness 10000) in paragraph at lines 502--504
[]| \T1/phv/m/n/10 hwloc-_-get-_-first-_-largest-_-obj-_-inside-_-

Underfull \hbox (badness 10000) in paragraph at lines 504--506
[]| \T1/phv/m/n/10 hwloc-_-get-_-largest-_-objs-_-inside-_-

Underfull \hbox (badness 10000) in paragraph at lines 506--508
[]| \T1/phv/m/n/10 hwloc-_-get-_-nbobjs-_-inside-_-cpuset-_-

Underfull \hbox (badness 10000) in paragraph at lines 508--510
[]| \T1/phv/m/n/10 hwloc-_-get-_-nbobjs-_-inside-_-cpuset-_-

Underfull \hbox (badness 10000) in paragraph at lines 510--512
[]| \T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-inside-_-cpuset-_-

Underfull \hbox (badness 10000) in paragraph at lines 512--514
[]| \T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-inside-_-cpuset-_-

Underfull \hbox (badness 10000) in paragraph at lines 514--516
[]| \T1/phv/m/n/10 hwloc-_-get-_-obj-_-index-_-inside-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 516--518
[]| \T1/phv/m/n/10 hwloc-_-get-_-obj-_-inside-_-cpuset-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 518--520
[]| \T1/phv/m/n/10 hwloc-_-get-_-obj-_-inside-_-cpuset-_-by-_-

Underfull \hbox (badness 1033) in paragraph at lines 520--522
[]\T1/phv/m/n/10 -Finding ob-jects, mis-cel-la-neous helpers,

Underfull \hbox (badness 10000) in paragraph at lines 524--526
[]| \T1/phv/m/n/10 hwloc-_-get-_-numanode-_-obj-_-by-_-os-_-

Underfull \hbox (badness 10000) in paragraph at lines 526--528
[]| \T1/phv/m/n/10 hwloc-_-get-_-obj-_-below-_-array-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 537--539
[]| \T1/phv/m/n/10 hwloc-_-intel-_-mic-_-get-_-device-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 539--541
[]| \T1/phv/m/n/10 hwloc-_-intel-_-mic-_-get-_-device-_-osdev-

Underfull \hbox (badness 2384) in paragraph at lines 541--543
[]\T1/phv/m/n/10 -Interoperability with Linux lib-numa bit-
[249]
Underfull \hbox (badness 10000) in paragraph at lines 543--545
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-from-_-linux-_-libnuma-_-

Underfull \hbox (badness 10000) in paragraph at lines 545--547
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-to-_-linux-_-libnuma-_-

Underfull \hbox (badness 10000) in paragraph at lines 547--549
[]| \T1/phv/m/n/10 hwloc-_-nodeset-_-from-_-linux-_-libnuma-

Underfull \hbox (badness 10000) in paragraph at lines 549--551
[]| \T1/phv/m/n/10 hwloc-_-nodeset-_-to-_-linux-_-libnuma-_-

Underfull \hbox (badness 2181) in paragraph at lines 551--553
[]\T1/phv/m/n/10 -Interoperability with Linux lib-numa un-

Underfull \hbox (badness 10000) in paragraph at lines 553--555
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-from-_-linux-_-libnuma-_-

Underfull \hbox (badness 10000) in paragraph at lines 555--557
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-to-_-linux-_-libnuma-_-

Underfull \hbox (badness 10000) in paragraph at lines 557--559
[]| \T1/phv/m/n/10 hwloc-_-nodeset-_-from-_-linux-_-libnuma-

Underfull \hbox (badness 10000) in paragraph at lines 559--561
[]| \T1/phv/m/n/10 hwloc-_-nodeset-_-to-_-linux-_-libnuma-_-

Underfull \hbox (badness 10000) in paragraph at lines 563--565
[]| \T1/phv/m/n/10 hwloc-_-mx-_-board-_-get-_-device-_-

Underfull \hbox (badness 10000) in paragraph at lines 565--567
[]| \T1/phv/m/n/10 hwloc-_-mx-_-endpoint-_-get-_-device-_-

Underfull \hbox (badness 10000) in paragraph at lines 569--571
[]| \T1/phv/m/n/10 hwloc-_-opencl-_-get-_-device-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 571--573
[]| \T1/phv/m/n/10 hwloc-_-opencl-_-get-_-device-_-osdev,

Underfull \hbox (badness 10000) in paragraph at lines 573--575
[]| \T1/phv/m/n/10 hwloc-_-opencl-_-get-_-device-_-osdev-_-

Underfull \hbox (badness 10000) in paragraph at lines 581--583
[]| \T1/phv/m/n/10 hwloc-_-ibv-_-get-_-device-_-osdev-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 585--587
[]| \T1/phv/m/n/10 hwloc-_-gl-_-get-_-display-_-by-_-osdev,

Underfull \hbox (badness 10000) in paragraph at lines 587--589
[]| \T1/phv/m/n/10 hwloc-_-gl-_-get-_-display-_-osdev-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 589--591
[]| \T1/phv/m/n/10 hwloc-_-gl-_-get-_-display-_-osdev-_-by-_-

Underfull \hbox (badness 896) in paragraph at lines 591--593
[]\T1/phv/m/n/10 -Interoperability with glibc sched affin-ity,

Underfull \hbox (badness 10000) in paragraph at lines 593--595
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-from-_-glibc-_-sched-_-

Underfull \hbox (badness 10000) in paragraph at lines 595--597
[]| \T1/phv/m/n/10 hwloc-_-cpuset-_-to-_-glibc-_-sched-_-

Underfull \hbox (badness 10000) in paragraph at lines 603--605
[]| \T1/phv/m/n/10 hwloc-_-cuda-_-get-_-device-_-osdev-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 605--607
[]| \T1/phv/m/n/10 hwloc-_-cuda-_-get-_-device-_-pci-_-ids,

Underfull \hbox (badness 10000) in paragraph at lines 611--613
[]| \T1/phv/m/n/10 hwloc-_-cudart-_-get-_-device-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 613--615
[]| \T1/phv/m/n/10 hwloc-_-cudart-_-get-_-device-_-osdev-_-

Underfull \hbox (badness 10000) in paragraph at lines 615--617
[]| \T1/phv/m/n/10 hwloc-_-cudart-_-get-_-device-_-pci-_-ids,

Underfull \hbox (badness 10000) in paragraph at lines 617--619
[]| \T1/phv/m/n/10 hwloc-_-cudart-_-get-_-device-_-pcidev,

Underfull \hbox (badness 10000) in paragraph at lines 625--627
[]| \T1/phv/m/n/10 hwloc-_-nvml-_-get-_-device-_-osdev-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 631--633
[]| \T1/phv/m/n/10 hwloc-_-linux-_-get-_-tid-_-last-_-cpu-_-

Underfull \hbox (badness 10000) in paragraph at lines 639--641
[]| \T1/phv/m/n/10 hwloc-_-get-_-ancestor-_-obj-_-by-_-depth,

Underfull \hbox (badness 10000) in paragraph at lines 641--643
[]| \T1/phv/m/n/10 hwloc-_-get-_-ancestor-_-obj-_-by-_-type,

Underfull \hbox (badness 10000) in paragraph at lines 643--645
[]| \T1/phv/m/n/10 hwloc-_-get-_-common-_-ancestor-_-obj,

Underfull \hbox (badness 10000) in paragraph at lines 651--653
[]| \T1/phv/m/n/10 hwloc-_-get-_-cache-_-covering-_-cpuset,

Underfull \hbox (badness 10000) in paragraph at lines 655--657
[]| \T1/phv/m/n/10 hwloc-_-get-_-shared-_-cache-_-covering-
[250]
Underfull \hbox (badness 10000) in paragraph at lines 662--664
[]| \T1/phv/m/n/10 hwloc-_-get-_-whole-_-distance-_-matrix-_-

Underfull \hbox (badness 10000) in paragraph at lines 664--666
[]| \T1/phv/m/n/10 hwloc-_-get-_-whole-_-distance-_-matrix-_-

Underfull \hbox (badness 10000) in paragraph at lines 675--677
[]| \T1/phv/m/n/10 hwloc-_-alloc-_-membind-_-policy-_-

Underfull \hbox (badness 10000) in paragraph at lines 681--683
[]| \T1/phv/m/n/10 hwloc-_-get-_-area-_-membind-_-nodeset,

Underfull \hbox (badness 10000) in paragraph at lines 691--693
[]| \T1/phv/m/n/10 hwloc-_-get-_-proc-_-membind-_-nodeset,

Underfull \hbox (badness 10000) in paragraph at lines 699--701
[]| \T1/phv/m/n/10 hwloc-_-set-_-area-_-membind-_-nodeset,

Underfull \hbox (badness 10000) in paragraph at lines 707--709
[]| \T1/phv/m/n/10 hwloc-_-set-_-proc-_-membind-_-nodeset,

Underfull \hbox (badness 10000) in paragraph at lines 713--715
[]| \T1/phv/m/n/10 hwloc-_-topology-_-insert-_-misc-_-object-

Underfull \hbox (badness 10000) in paragraph at lines 715--717
[]| \T1/phv/m/n/10 hwloc-_-topology-_-insert-_-misc-_-object-

Underfull \hbox (badness 10000) in paragraph at lines 774--776
[]| \T1/phv/m/n/10 hwloc-_-get-_-type-_-or-_-above-_-depth,

Underfull \hbox (badness 10000) in paragraph at lines 776--778
[]| \T1/phv/m/n/10 hwloc-_-get-_-type-_-or-_-below-_-depth,
[251]
Underfull \hbox (badness 6047) in paragraph at lines 894--896
[]\T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion and

Underfull \hbox (badness 10000) in paragraph at lines 904--906
[]| \T1/phv/m/n/10 hwloc-_-topology-_-ignore-_-all-_-keep-_-

Underfull \hbox (badness 10000) in paragraph at lines 908--910
[]| \T1/phv/m/n/10 hwloc-_-topology-_-ignore-_-type-_-keep-_-

Underfull \hbox (badness 10000) in paragraph at lines 914--916
[]| \T1/phv/m/n/10 hwloc-_-topology-_-set-_-distance-_-

Underfull \hbox (badness 10000) in paragraph at lines 933--935
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-apply-_-flags-_-e,

Underfull \hbox (badness 10000) in paragraph at lines 939--941
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-export-_-xml,

Underfull \hbox (badness 10000) in paragraph at lines 945--947
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-load-_-xmlbuffer,

Underfull \hbox (badness 10000) in paragraph at lines 947--949
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-type-_-

Underfull \hbox (badness 10000) in paragraph at lines 949--951
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-type-_-t,

Underfull \hbox (badness 10000) in paragraph at lines 964--966
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 976--978
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-cache-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 985--987
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 991--993
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-
[252]
Underfull \hbox (badness 10000) in paragraph at lines 1003--1005
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 1012--1014
[]| \T1/phv/m/n/10 hwloc-_-obj-_-memory-_-s-::hwloc-_-obj-_-

Underfull \hbox (badness 10000) in paragraph at lines 1029--1031
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 1031--1033
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-cache-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 1033--1035
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-group-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 1036--1038
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 1039--1041
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 1042--1044
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 1060--1062
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 1062--1064
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 1065--1067
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 1068--1070
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 1086--1088
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1094--1096
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 1105--1107
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1108--1110
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1114--1116
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1117--1119
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1120--1122
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1123--1125
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1126--1128
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,
[253]
Underfull \hbox (badness 10000) in paragraph at lines 1129--1131
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1132--1134
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1135--1137
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1138--1140
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 1141--1143
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,
[254]
Underfull \hbox (badness 4492) in paragraph at lines 1364--1366
[]| \T1/phv/m/n/10 -Object Sets (hwloc-_-cpuset-_-t and

Underfull \hbox (badness 4492) in paragraph at lines 1367--1369
[]| \T1/phv/m/n/10 -Object Sets (hwloc-_-cpuset-_-t and

Underfull \hbox (badness 10000) in paragraph at lines 1375--1376
[]\T1/phv/m/n/10 hwloc-_-cpuset-_-from-_-linux-_-libnuma-_-

Underfull \hbox (badness 2027) in paragraph at lines 1376--1378
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa

Underfull \hbox (badness 10000) in paragraph at lines 1378--1379
[]\T1/phv/m/n/10 hwloc-_-cpuset-_-from-_-linux-_-libnuma-_-

Underfull \hbox (badness 2027) in paragraph at lines 1379--1381
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa
[255]
Underfull \hbox (badness 4492) in paragraph at lines 1388--1390
[]| \T1/phv/m/n/10 -Object Sets (hwloc-_-cpuset-_-t and

Underfull \hbox (badness 2027) in paragraph at lines 1394--1396
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa

Underfull \hbox (badness 2027) in paragraph at lines 1397--1399
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa

Underfull \hbox (badness 10000) in paragraph at lines 1423--1424
[]\T1/phv/m/n/10 hwloc-_-cudart-_-get-_-device-_-osdev-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 1432--1433
[]\T1/phv/m/n/10 hwloc-_-custom-_-insert-_-group-_-object-_-by-_-

Underfull \hbox (badness 1087) in paragraph at lines 1462--1464
[]| \T1/phv/m/n/10 -Distributing items over a topol-ogy,

Underfull \hbox (badness 1087) in paragraph at lines 1465--1467
[]| \T1/phv/m/n/10 -Distributing items over a topol-ogy,
[256]
Underfull \hbox (badness 10000) in paragraph at lines 1506--1508
[]| \T1/phv/m/n/10 -Finding ob-jects, mis-cel-la-neous

Underfull \hbox (badness 10000) in paragraph at lines 1517--1518
[]\T1/phv/m/n/10 hwloc-_-get-_-distance-_-matrix-_-covering-_-obj-

Underfull \hbox (badness 10000) in paragraph at lines 1520--1521
[]\T1/phv/m/n/10 hwloc-_-get-_-first-_-largest-_-obj-_-inside-_-

Underfull \hbox (badness 10000) in paragraph at lines 1545--1546
[]\T1/phv/m/n/10 hwloc-_-get-_-nbobjs-_-inside-_-cpuset-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 1548--1549
[]\T1/phv/m/n/10 hwloc-_-get-_-nbobjs-_-inside-_-cpuset-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 1563--1564
[]\T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-covering-_-cpuset-_-by-

Underfull \hbox (badness 10000) in paragraph at lines 1566--1567
[]\T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-covering-_-cpuset-_-by-

Underfull \hbox (badness 10000) in paragraph at lines 1569--1570
[]\T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-inside-_-cpuset-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 1572--1573
[]\T1/phv/m/n/10 hwloc-_-get-_-next-_-obj-_-inside-_-cpuset-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 1585--1587
[]| \T1/phv/m/n/10 -Finding ob-jects, mis-cel-la-neous

Underfull \hbox (badness 10000) in paragraph at lines 1588--1590
[]| \T1/phv/m/n/10 -Finding ob-jects, mis-cel-la-neous

Underfull \hbox (badness 10000) in paragraph at lines 1591--1593
[]| \T1/phv/m/n/10 -Finding ob-jects, mis-cel-la-neous
[257]
Underfull \hbox (badness 10000) in paragraph at lines 1628--1630
[]| \T1/phv/m/n/10 -Finding ob-jects, mis-cel-la-neous

Underfull \hbox (badness 10000) in paragraph at lines 1651--1652
[]\T1/phv/m/n/10 hwloc-_-get-_-whole-_-distance-_-matrix-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 1654--1655
[]\T1/phv/m/n/10 hwloc-_-get-_-whole-_-distance-_-matrix-_-by-_-

Underfull \hbox (badness 5022) in paragraph at lines 1658--1660
[]| \T1/phv/m/n/10 -Interoperability with Open-G-L dis-

Underfull \hbox (badness 5022) in paragraph at lines 1661--1663
[]| \T1/phv/m/n/10 -Interoperability with Open-G-L dis-

Underfull \hbox (badness 10000) in paragraph at lines 1663--1664
[]\T1/phv/m/n/10 hwloc-_-gl-_-get-_-display-_-osdev-_-by-_-port-_-

Underfull \hbox (badness 5022) in paragraph at lines 1664--1666
[]| \T1/phv/m/n/10 -Interoperability with Open-G-L dis-

Underfull \hbox (badness 10000) in paragraph at lines 1670--1672
[]| \T1/phv/m/n/10 -Interoperability with Open-Fabrics,

Underfull \hbox (badness 10000) in paragraph at lines 1673--1675
[]| \T1/phv/m/n/10 -Interoperability with Open-Fabrics,

Underfull \hbox (badness 10000) in paragraph at lines 1676--1678
[]| \T1/phv/m/n/10 -Interoperability with Open-Fabrics,

Underfull \hbox (badness 10000) in paragraph at lines 1690--1691
[]\T1/phv/m/n/10 hwloc-_-intel-_-mic-_-get-_-device-_-osdev-_-by-_-
[258]
Underfull \hbox (badness 10000) in paragraph at lines 1715--1716
[]\T1/phv/m/n/10 hwloc-_-nodeset-_-from-_-linux-_-libnuma-_-

Underfull \hbox (badness 2027) in paragraph at lines 1716--1718
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa

Underfull \hbox (badness 10000) in paragraph at lines 1718--1719
[]\T1/phv/m/n/10 hwloc-_-nodeset-_-from-_-linux-_-libnuma-_-

Underfull \hbox (badness 2027) in paragraph at lines 1719--1721
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa

Underfull \hbox (badness 4492) in paragraph at lines 1722--1724
[]| \T1/phv/m/n/10 -Object Sets (hwloc-_-cpuset-_-t and

Underfull \hbox (badness 10000) in paragraph at lines 1724--1725
[]\T1/phv/m/n/10 hwloc-_-nodeset-_-to-_-linux-_-libnuma-_-

Underfull \hbox (badness 2027) in paragraph at lines 1725--1727
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa

Underfull \hbox (badness 2027) in paragraph at lines 1728--1730
[]| \T1/phv/m/n/10 -Interoperability with Linux lib-numa

Underfull \hbox (badness 3108) in paragraph at lines 1791--1793
[]| \T1/phv/m/n/10 -Consulting and Adding Key--Value

Underfull \hbox (badness 1394) in paragraph at lines 1794--1796
[]| \T1/phv/m/n/10 -Converting be-tween Ob-ject Types,

Underfull \hbox (badness 10000) in paragraph at lines 1803--1805
[]\T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-_-s,

Underfull \hbox (badness 10000) in paragraph at lines 1818--1820
[]\T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-cache-_-attr-_-s,

Underfull \hbox (badness 10000) in paragraph at lines 1825--1827
[]\T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-group-_-attr-_-s,

Underfull \hbox (badness 10000) in paragraph at lines 1828--1830
[]\T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-osdev-_-attr-_-s,
[259]
Underfull \hbox (badness 10000) in paragraph at lines 1831--1833
[]\T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-attr-_-s,

Underfull \hbox (badness 1394) in paragraph at lines 1858--1860
[]| \T1/phv/m/n/10 -Converting be-tween Ob-ject Types,

Underfull \hbox (badness 3108) in paragraph at lines 1861--1863
[]| \T1/phv/m/n/10 -Consulting and Adding Key--Value

Underfull \hbox (badness 10000) in paragraph at lines 1880--1882
[]\T1/phv/m/n/10 hwloc-_-obj-_-memory-_-s-::hwloc-_-obj-_-

Underfull \hbox (badness 1394) in paragraph at lines 1892--1894
[]| \T1/phv/m/n/10 -Converting be-tween Ob-ject Types,

Underfull \hbox (badness 1394) in paragraph at lines 1895--1897
[]| \T1/phv/m/n/10 -Converting be-tween Ob-ject Types,

Underfull \hbox (badness 1394) in paragraph at lines 1898--1900
[]| \T1/phv/m/n/10 -Converting be-tween Ob-ject Types,

Underfull \hbox (badness 10000) in paragraph at lines 1908--1909
[]\T1/phv/m/n/10 hwloc-_-opencl-_-get-_-device-_-osdev-_-by-_-
[260]
Underfull \hbox (badness 10000) in paragraph at lines 1968--1970
[]| \T1/phv/m/n/10 get-_-thisthread-_-last-_-cpu-_-location,

Underfull \hbox (badness 10000) in paragraph at lines 2034--2036
[]\T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-topology-_-

Underfull \hbox (badness 10000) in paragraph at lines 2038--2040
[]\T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-topology-_-

Underfull \hbox (badness 10000) in paragraph at lines 2047--2049
[]\T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-topology-_-

Underfull \hbox (badness 1817) in paragraph at lines 2062--2064
[]| \T1/phv/m/n/10 -Exporting Topolo-gies to Syn-thetic,

Underfull \hbox (badness 1817) in paragraph at lines 2065--2067
[]| \T1/phv/m/n/10 -Exporting Topolo-gies to Syn-thetic,
[261]
Underfull \hbox (badness 10000) in paragraph at lines 2074--2076
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2092--2094
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2098--2100
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2107--2109
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2109--2110
[]\T1/phv/m/n/10 hwloc-_-topology-_-ignore-_-all-_-keep-_-

Underfull \hbox (badness 10000) in paragraph at lines 2110--2112
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2113--2115
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2115--2116
[]\T1/phv/m/n/10 hwloc-_-topology-_-ignore-_-type-_-keep-_-

Underfull \hbox (badness 10000) in paragraph at lines 2116--2118
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2121--2122
[]\T1/phv/m/n/10 hwloc-_-topology-_-insert-_-misc-_-object-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 2124--2125
[]\T1/phv/m/n/10 hwloc-_-topology-_-insert-_-misc-_-object-_-by-_-

Underfull \hbox (badness 10000) in paragraph at lines 2128--2130
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2171--2173
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2174--2176
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2177--2179
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2180--2182
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2183--2185
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2186--2188
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion
[262]
Underfull \hbox (badness 10000) in paragraph at lines 2189--2191
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2191--2192
[]\T1/phv/m/n/10 hwloc-_-topology-_-set-_-userdata-_-export-_-

Underfull \hbox (badness 10000) in paragraph at lines 2194--2195
[]\T1/phv/m/n/10 hwloc-_-topology-_-set-_-userdata-_-import-_-

Underfull \hbox (badness 10000) in paragraph at lines 2198--2200
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2201--2203
[]| \T1/phv/m/n/10 -Topology De-tec-tion Con-fig-u-ra-tion

Underfull \hbox (badness 10000) in paragraph at lines 2215--2217
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2215--2217
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2230--2232
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2254--2256
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-cache-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2257--2259
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 2275--2277
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2287--2289
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2287--2289
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2293--2295
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2293--2295
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2295--2297
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2295--2297
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2298--2300
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2300--2302
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2302--2304
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2302--2304
\T1/phv/m/n/10 topology-_-diff-_-too-_-complex-_-s,
[263]
Underfull \hbox (badness 10000) in paragraph at lines 2311--2313
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2326--2328
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2328--2330
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2328--2330
\T1/phv/m/n/10 topology-_-diff-_-too-_-complex-_-s,

Underfull \hbox (badness 10000) in paragraph at lines 2331--2333
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2333--2335
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2333--2335
\T1/phv/m/n/10 topology-_-diff-_-too-_-complex-_-s,

Underfull \hbox (badness 10000) in paragraph at lines 2336--2338
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2336--2338
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2338--2340
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2338--2340
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2365--2367
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2383--2385
[]| \T1/phv/m/n/10 hwloc-_-topology-_-discovery-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2392--2394
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2395--2397
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 2401--2403
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2404--2406
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2407--2409
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2410--2412
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2413--2415
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2416--2418
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2419--2421
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2422--2424
[]| \T1/phv/m/n/10 hwloc-_-topology-_-membind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2425--2427
[]| \T1/phv/m/n/10 hwloc-_-topology-_-cpubind-_-support,

Underfull \hbox (badness 10000) in paragraph at lines 2431--2433
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-cache-_-attr-
[264]
Underfull \hbox (badness 10000) in paragraph at lines 2433--2435
[]| \T1/phv/m/n/10 hwloc-_-obj-_-memory-_-s-::hwloc-_-obj-_-

Underfull \hbox (badness 10000) in paragraph at lines 2439--2441
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 2442--2444
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2445--2447
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-

Underfull \hbox (badness 10000) in paragraph at lines 2466--2468
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-cache-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2468--2470
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-osdev-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2470--2472
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2470--2472
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2472--2474
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2472--2474
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2474--2476
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-obj-_-attr-_-u-

Underfull \hbox (badness 10000) in paragraph at lines 2474--2476
\T1/phv/m/n/10 ::hwloc-_-topology-_-diff-_-obj-_-attr-_-

Underfull \hbox (badness 10000) in paragraph at lines 2476--2478
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2478--2480
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2480--2482
[]| \T1/phv/m/n/10 hwloc-_-topology-_-diff-_-u-::hwloc-_-

Underfull \hbox (badness 10000) in paragraph at lines 2480--2482
\T1/phv/m/n/10 topology-_-diff-_-too-_-complex-_-s,

Underfull \hbox (badness 10000) in paragraph at lines 2489--2491
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2492--2494
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-bridge-_-attr-

Underfull \hbox (badness 10000) in paragraph at lines 2504--2506
[]| \T1/phv/m/n/10 hwloc-_-obj-_-attr-_-u-::hwloc-_-pcidev-_-
[265]) (./a4-refman.aux (./a00060.aux) (./a00061.aux) (./a00062.aux)
(./a00063.aux) (./a00064.aux) (./a00065.aux) (./a00066.aux) (./a00067.aux)
(./a00068.aux) (./a00069.aux) (./a00070.aux) (./a00071.aux) (./a00072.aux)
(./a00073.aux) (./a00074.aux) (./a00075.aux) (./a00076.aux) (./a00077.aux)
(./a00078.aux) (./a00079.aux) (./a00080.aux) (./a00081.aux) (./a00082.aux)
(./a00083.aux) (./a00084.aux) (./a00085.aux) (./a00086.aux) (./a00087.aux)
(./a00088.aux) (./a00089.aux) (./a00090.aux) (./a00091.aux) (./a00092.aux)
(./a00093.aux) (./a00094.aux) (./a00095.aux) (./a00096.aux) (./a00097.aux)
(./a00098.aux) (./a00099.aux) (./a00100.aux) (./a00101.aux) (./a00102.aux))

LaTeX Font Warning: Some font shapes were not available, defaults substituted.

 )
(see the transcript file for additional information)pdfTeX warning (dest): name
{a00045_source} has been referenced but does not exist, replaced by a fixed one


pdfTeX warning (dest): name{a00058_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00046_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00055_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00044_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00043_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00056_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00051_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00054_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00057_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00047_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00052_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00053_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00015} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00014} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00012} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00008} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00007} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00006} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00005} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00004} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00003} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00002} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00011} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00042_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00001} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00048_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00050_source} has been referenced but does not exi
st, replaced by a fixed one

pdfTeX warning (dest): name{a00009} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00010} has been referenced but does not exist, rep
laced by a fixed one

pdfTeX warning (dest): name{a00013} has been referenced but does not exist, rep
laced by a fixed one

{/usr/share/texmf-texlive/fonts/enc/dvips/base/8r.enc}</usr/share/texmf-texlive
/fonts/type1/public/amsfonts/cm/cmmi10.pfb></usr/share/texmf-texlive/fonts/type
1/public/amsfonts/cm/cmsy10.pfb></usr/share/texmf-texlive/fonts/type1/urw/couri
er/ucrr8a.pfb></usr/share/texmf-texlive/fonts/type1/urw/courier/ucrro8a.pfb></u
sr/share/texmf-texlive/fonts/type1/urw/helvetic/uhvb8a.pfb></usr/share/texmf-te
xlive/fonts/type1/urw/helvetic/uhvb8ac.pfb></usr/share/texmf-texlive/fonts/type
1/urw/helvetic/uhvbo8a.pfb></usr/share/texmf-texlive/fonts/type1/urw/helvetic/u
hvbo8ac.pfb></usr/share/texmf-texlive/fonts/type1/urw/helvetic/uhvr8a.pfb></usr
/share/texmf-texlive/fonts/type1/urw/helvetic/uhvro8a.pfb>
Output written on a4-refman.pdf (291 pages, 2114070 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/w3m doxygen-doc/html/readme.tmp.html \
	 | /builds/local/bin/sed -n -e 's/^   //' -e '/^Introduction$/,$p' \
	 | /builds/local/bin/sed -e '/^Installation$/,$ d' \
	 > /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/README
echo >> /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/README
echo >> /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/README
echo "See https://www.open-mpi.org/projects/hwloc/doc/ for more hwloc documentation." >> /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/README
rm -f doxygen-doc/html/readme.tmp.html
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc'
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc'
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA'
make[1]: Nothing to be done for `all-am'.
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA'
+ make distcheck
make  dist-bzip2 dist-gzip am__post_remove_distdir='@:'
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA'
if test -d "hwloc-v1.11-20190314.0500.git550b2be"; then find "hwloc-v1.11-20190314.0500.git550b2be" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "hwloc-v1.11-20190314.0500.git550b2be" || { sleep 5 && rm -rf "hwloc-v1.11-20190314.0500.git550b2be"; }; else :; fi
test -d "hwloc-v1.11-20190314.0500.git550b2be" || mkdir "hwloc-v1.11-20190314.0500.git550b2be"
 (cd src && make  top_distdir=../hwloc-v1.11-20190314.0500.git550b2be distdir=../hwloc-v1.11-20190314.0500.git550b2be/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/src'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/src'
 (cd include && make  top_distdir=../hwloc-v1.11-20190314.0500.git550b2be distdir=../hwloc-v1.11-20190314.0500.git550b2be/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/include'
 (cd utils && make  top_distdir=../hwloc-v1.11-20190314.0500.git550b2be distdir=../hwloc-v1.11-20190314.0500.git550b2be/utils \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/utils'
 (cd hwloc && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/utils/hwloc'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/utils/hwloc'
 (cd lstopo && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/utils/lstopo'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/utils/lstopo'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/utils'
 (cd tests && make  top_distdir=../hwloc-v1.11-20190314.0500.git550b2be distdir=../hwloc-v1.11-20190314.0500.git550b2be/tests \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests'
 (cd ports && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/tests/ports \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/ports'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/ports'
 (cd xml && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/tests/xml \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/xml'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/xml'
 (cd linux && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/tests/linux \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/linux'
 (cd allowed && make  top_distdir=../../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../../hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/linux/allowed'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/linux/allowed'
 (cd gather && make  top_distdir=../../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../../hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/linux/gather'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/linux/gather'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/linux'
 (cd rename && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/tests/rename \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/rename'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests/rename'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/tests'
 (cd contrib/systemd && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/contrib/systemd'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/contrib/systemd'
 (cd doc && make  top_distdir=../hwloc-v1.11-20190314.0500.git550b2be distdir=../hwloc-v1.11-20190314.0500.git550b2be/doc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc'
 (cd examples && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/doc/examples \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc/examples'
cp -f ./hwloc-hello.c hwloc-hello-cpp.cpp
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc/examples'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/doc'
make  \
	  top_distdir="hwloc-v1.11-20190314.0500.git550b2be" distdir="hwloc-v1.11-20190314.0500.git550b2be" \
	  dist-hook
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA'
sh "./config/distscript.sh" "." "hwloc-v1.11-20190314.0500.git550b2be" "v1.11-20190314.0500.git550b2be"

Creating hwloc distribution
In directory: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
Srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
Builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
Version: v1.11-20190314.0500.git550b2be
Started: Thu Mar 14 05:01:19 CET 2019

*** Copying doxygen-doc tree to dist...
*** Directory: srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA, distdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be, pwd: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
mkdir -p /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc
chmod -R a=rwx /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc
rm -rf /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc
tar c -C /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA -h -f - doc/doxygen-doc | tar x -C /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be -f -
*** Copying new README
/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/README
cp -pf /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/README /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be
*** Now in distdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be
*** Removing latex source from dist tree
rm -rf doc/doxygen-doc/latex
*** hwloc version v1.11-20190314.0500.git550b2be distribution created

Started: Thu Mar 14 05:01:19 CET 2019
Ended:   Thu Mar 14 05:01:19 CET 2019

make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA'
test -n "" \
	|| find "hwloc-v1.11-20190314.0500.git550b2be" -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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/config/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "hwloc-v1.11-20190314.0500.git550b2be"
tardir=hwloc-v1.11-20190314.0500.git550b2be && tar --format=ustar -chf - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >hwloc-v1.11-20190314.0500.git550b2be.tar.bz2
tardir=hwloc-v1.11-20190314.0500.git550b2be && tar --format=ustar -chf - "$tardir" | GZIP=--best gzip -c >hwloc-v1.11-20190314.0500.git550b2be.tar.gz
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA'
if test -d "hwloc-v1.11-20190314.0500.git550b2be"; then find "hwloc-v1.11-20190314.0500.git550b2be" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "hwloc-v1.11-20190314.0500.git550b2be" || { sleep 5 && rm -rf "hwloc-v1.11-20190314.0500.git550b2be"; }; else :; fi
case 'hwloc-v1.11-20190314.0500.git550b2be.tar.gz hwloc-v1.11-20190314.0500.git550b2be.tar.bz2' in \
	*.tar.gz*) \
	  GZIP=--best gzip -dc hwloc-v1.11-20190314.0500.git550b2be.tar.gz | tar -xf - ;;\
	*.tar.bz2*) \
	  bzip2 -dc hwloc-v1.11-20190314.0500.git550b2be.tar.bz2 | tar -xf - ;;\
	*.tar.lz*) \
	  lzip -dc hwloc-v1.11-20190314.0500.git550b2be.tar.lz | tar -xf - ;;\
	*.tar.xz*) \
	  xz -dc hwloc-v1.11-20190314.0500.git550b2be.tar.xz | tar -xf - ;;\
	*.tar.Z*) \
	  uncompress -c hwloc-v1.11-20190314.0500.git550b2be.tar.Z | tar -xf - ;;\
	*.shar.gz*) \
	  GZIP=--best gzip -dc hwloc-v1.11-20190314.0500.git550b2be.shar.gz | unshar ;;\
	*.zip*) \
	  unzip hwloc-v1.11-20190314.0500.git550b2be.zip ;;\
	esac
chmod -R a-w hwloc-v1.11-20190314.0500.git550b2be
chmod u+w hwloc-v1.11-20190314.0500.git550b2be
mkdir hwloc-v1.11-20190314.0500.git550b2be/_build hwloc-v1.11-20190314.0500.git550b2be/_build/sub hwloc-v1.11-20190314.0500.git550b2be/_inst
chmod a-w hwloc-v1.11-20190314.0500.git550b2be
test -d hwloc-v1.11-20190314.0500.git550b2be/_build || exit 0; \
	dc_install_base=`CDPATH="${ZSH_VERSION+.}:" && cd hwloc-v1.11-20190314.0500.git550b2be/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
	  && dc_destdir="${TMPDIR-/tmp}/am-dc-$$/" \
	  && am__cwd=`pwd` \
	  && CDPATH="${ZSH_VERSION+.}:" && cd hwloc-v1.11-20190314.0500.git550b2be/_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-v1.11-20190314.0500.git550b2be.tar.gz hwloc-v1.11-20190314.0500.git550b2be.tar.bz2 \
	  && make  distcleancheck \
	  && cd "$am__cwd" \
	  || exit 1

###
### Configuring hwloc distribution tarball
### Startup tests
###
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-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 for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /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 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 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 for ar... ar
checking the archiver (ar) interface... ar
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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub
configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be
configure: Detected VPATH build
checking for hwloc version... v1.11-20190314.0500.git550b2be
checking if want hwloc maintainer support... disabled
checking for hwloc directory prefix... (none)
checking for hwloc symbol prefix... hwloc_
checking size of void *... 8
checking which OS support to include... Linux
checking which CPU support to include... x86_64
checking size of unsigned long... 8
checking size of unsigned int... 4
checking for the C compiler vendor... gnu
checking for __attribute__... yes
checking for __attribute__(aligned)... yes
checking for __attribute__(always_inline)... yes
checking for __attribute__(cold)... yes
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... yes
checking for __attribute__(malloc)... yes
checking for __attribute__(may_alias)... yes
checking for __attribute__(no_instrument_function)... yes
checking for __attribute__(nonnull)... yes
checking for __attribute__(noreturn)... yes
checking for __attribute__(packed)... yes
checking for __attribute__(pure)... yes
checking for __attribute__(sentinel)... yes
checking for __attribute__(unused)... yes
checking for __attribute__(warn_unused_result)... yes
checking for __attribute__(weak_alias)... yes
checking if gcc supports -fvisibility=hidden... yes
checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
checking whether the C compiler rejects function calls with too many arguments... yes
checking whether the C compiler rejects function calls with too few arguments... yes
checking for unistd.h... (cached) yes
checking dirent.h usability... yes
checking dirent.h presence... yes
checking for dirent.h... yes
checking for strings.h... (cached) yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking for strcasecmp... yes
checking whether strcasecmp is declared... yes
checking whether function strcasecmp has a complete prototype... yes
checking for strncasecmp... yes
checking whether strncasecmp is declared... yes
checking whether function strncasecmp has a complete prototype... yes
checking for strftime... yes
checking for setlocale... yes
checking for stdint.h... (cached) yes
checking sys/mman.h usability... yes
checking sys/mman.h presence... yes
checking for sys/mman.h... yes
checking for KAFFINITY... no
checking for PROCESSOR_CACHE_TYPE... no
checking for CACHE_DESCRIPTOR... no
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
checking for RelationProcessorPackage... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
checking for GROUP_AFFINITY... no
checking for PROCESSOR_RELATIONSHIP... no
checking for NUMA_NODE_RELATIONSHIP... no
checking for CACHE_RELATIONSHIP... no
checking for PROCESSOR_GROUP_INFO... no
checking for GROUP_RELATIONSHIP... no
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
checking for PSAPI_WORKING_SET_EX_BLOCK... no
checking for PSAPI_WORKING_SET_EX_INFORMATION... no
checking for PROCESSOR_NUMBER... no
checking for main in -lgdi32... no
checking for PostQuitMessage in -luser32... no
checking windows.h usability... no
checking windows.h presence... no
checking for windows.h... no
checking sys/lgrp_user.h usability... no
checking sys/lgrp_user.h presence... no
checking for sys/lgrp_user.h... no
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking whether fabsf is declared... yes
checking for fabsf in -lm... yes
checking whether modff is declared... yes
checking for modff in -lm... yes
checking picl.h usability... no
checking picl.h presence... no
checking for picl.h... no
checking whether _SC_NPROCESSORS_ONLN is declared... yes
checking whether _SC_NPROCESSORS_CONF is declared... yes
checking whether _SC_NPROC_ONLN is declared... no
checking whether _SC_NPROC_CONF is declared... no
checking whether _SC_PAGESIZE is declared... yes
checking whether _SC_PAGE_SIZE is declared... yes
checking whether _SC_LARGE_PAGESIZE is declared... no
checking mach/mach_host.h usability... no
checking mach/mach_host.h presence... no
checking for mach/mach_host.h... no
checking mach/mach_init.h usability... no
checking mach/mach_init.h presence... no
checking for mach/mach_init.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for sys/sysctl.h... yes
checking whether CTL_HW is declared... no
checking whether HW_NCPU is declared... no
checking whether strtoull is declared... yes
checking for ssize_t... yes
checking whether snprintf is declared... yes
checking whether _strdup is declared... no
checking whether _putenv is declared... no
checking whether getprogname is declared... no
checking whether getexecname is declared... no
checking whether GetModuleFileName is declared... no
checking for program_invocation_name... yes
checking for __progname... yes
checking for pthread_t... yes
checking whether sched_getcpu is declared... yes
checking whether sched_setaffinity is declared... yes
checking whether function sched_setaffinity has a complete prototype... yes
checking for old prototype of sched_setaffinity... no
checking for working CPU_SET... yes
checking for working CPU_SET_S... yes
checking for working syscall... yes
checking for KERRIGHED... no
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... 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... no
checking for cpuset_setaffinity... no
checking for library containing pthread_getthrds_np... no
checking for cpuset_setid... no
checking numaif.h usability... yes
checking numaif.h presence... yes
checking for numaif.h... yes
checking for numa_available in -lnuma... yes
checking for set_mempolicy in -lnuma... yes
checking for mbind in -lnuma... yes
checking for migrate_pages in -lnuma... yes
checking for move_pages in -lnuma... yes
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... 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... 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 custom xml_nolibxml linux linuxpci pci xml_libxml x86
checking components to build as plugins... 
checking for a sed that does not truncate output... /builds/local/bin/sed

###
### 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 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... 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 time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for clock_gettime... no

###
### Configuring hwloc tests
###
checking for pthread_self in -lpthread... yes
checking for numa_available in -lnuma... (cached) 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 myriexpress.h usability... no
checking myriexpress.h presence... no
checking for myriexpress.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 how to print strings... printf
checking for a sed that does not truncate output... (cached) /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)... /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... 3458764513820540925
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-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 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 that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating Makefile
config.status: creating include/Makefile
config.status: creating src/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 tests/Makefile
config.status: creating tests/linux/Makefile
config.status: creating tests/linux/allowed/Makefile
config.status: creating tests/linux/gather/Makefile
config.status: creating tests/xml/Makefile
config.status: creating tests/ports/Makefile
config.status: creating tests/rename/Makefile
config.status: creating tests/linux/allowed/test-topology.sh
config.status: creating tests/linux/gather/test-gather-topology.sh
config.status: creating tests/linux/test-topology.sh
config.status: creating tests/xml/test-topology.sh
config.status: creating tests/wrapper.sh
config.status: creating utils/hwloc/hwloc-assembler-remote
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-assembler.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-distances.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/lstopo/test-hwloc-ls.sh
config.status: creating contrib/systemd/Makefile
config.status: creating include/private/autogen/config.h
config.status: creating include/hwloc/autogen/config.h
config.status: linking ../../src/topology-solaris.c to tests/ports/topology-solaris.c
config.status: linking ../../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
config.status: linking ../../src/topology-aix.c to tests/ports/topology-aix.c
config.status: linking ../../src/topology-osf.c to tests/ports/topology-osf.c
config.status: linking ../../src/topology-windows.c to tests/ports/topology-windows.c
config.status: linking ../../src/topology-darwin.c to tests/ports/topology-darwin.c
config.status: linking ../../src/topology-freebsd.c to tests/ports/topology-freebsd.c
config.status: linking ../../src/topology-netbsd.c to tests/ports/topology-netbsd.c
config.status: linking ../../src/topology-hpux.c to tests/ports/topology-hpux.c
config.status: linking ../../src/topology-bgq.c to tests/ports/topology-bgq.c
config.status: linking ../../src/topology-opencl.c to tests/ports/topology-opencl.c
config.status: linking ../../src/topology-cuda.c to tests/ports/topology-cuda.c
config.status: linking ../../src/topology-nvml.c to tests/ports/topology-nvml.c
config.status: linking ../../src/topology-gl.c to tests/ports/topology-gl.c
config.status: executing depfiles commands
config.status: executing chmoding-scripts commands
config.status: executing libtool commands

-----------------------------------------------------------------------------
Hwloc optional build support status (more details can be found above):

Probe / display I/O devices: PCI(pciaccess+linux)
Graphical output (Cairo):    yes
XML input / output:          full
libnuma memory support:      yes
Plugin support:              no
-----------------------------------------------------------------------------

make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
Making all in src
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
  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       misc.lo
  CC       base64.lo
  CC       topology-noos.lo
  CC       topology-synthetic.lo
  CC       topology-custom.lo
  CC       topology-xml.lo
  CC       topology-xml-nolibxml.lo
  CC       topology-xml-libxml.lo
  CC       topology-pci.lo
  CC       topology-linux.lo
  CC       topology-hardwired.lo
  CC       topology-x86.lo
  CCLD     libhwloc.la
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
Making all in include
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
Making all in utils
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making all in hwloc
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
  CC       hwloc-annotate.o
  CCLD     hwloc-annotate
  CC       hwloc-assembler.o
  CCLD     hwloc-assembler
  CC       hwloc-bind.o
  CCLD     hwloc-bind
  CC       hwloc-calc.o
  CCLD     hwloc-calc
  CC       hwloc-diff.o
  CCLD     hwloc-diff
  CC       hwloc-distances.o
  CCLD     hwloc-distances
  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
../../../../utils/hwloc/hwloc-ps.c: In function ‘one_process’:
../../../../utils/hwloc/hwloc-ps.c:192:11: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
  CCLD     hwloc-ps
  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-assembler.1 man page...
Creating hwloc-assembler-remote.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-distances.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-dump-hwdata.1 man page...
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
Making all in lstopo
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
  CC       lstopo_no_graphics-lstopo.o
  CC       lstopo_no_graphics-lstopo-color.o
  CC       lstopo_no_graphics-lstopo-draw.o
  CC       lstopo_no_graphics-lstopo-fig.o
  CC       lstopo_no_graphics-lstopo-ascii.o
  CC       lstopo_no_graphics-lstopo-text.o
  CC       lstopo_no_graphics-lstopo-xml.o
  CCLD     lstopo-no-graphics
  CC       lstopo-lstopo.o
  CC       lstopo-lstopo-color.o
  CC       lstopo-lstopo-draw.o
  CC       lstopo-lstopo-fig.o
  CC       lstopo-lstopo-ascii.o
  CC       lstopo-lstopo-text.o
  CC       lstopo-lstopo-xml.o
  CC       lstopo-lstopo-cairo.o
  CCLD     lstopo
Creating lstopo-no-graphics.1 man page...
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making all in tests
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making all in .
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making all in ports
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
Making all in xml
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
Making all in linux
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making all in .
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making all in allowed
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
Making all in gather
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making all in contrib/systemd
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
Creating hwloc-dump-hwdata.service...
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
Making all in doc
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make  all-recursive
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
Making all in examples
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[2]: Nothing to be done for `all-am'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
Making dvi in src
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
make[2]: Nothing to be done for `dvi'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
Making dvi in include
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
make[2]: Nothing to be done for `dvi'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
Making dvi in utils
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making dvi in hwloc
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
Making dvi in lstopo
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[3]: Nothing to be done for `dvi-am'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making dvi in tests
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making dvi in .
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
make[3]: Nothing to be done for `dvi-am'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making dvi in ports
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
Making dvi in xml
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
Making dvi in linux
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making dvi in .
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[4]: Nothing to be done for `dvi-am'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making dvi in allowed
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
Making dvi in gather
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[4]: Nothing to be done for `dvi'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making dvi in contrib/systemd
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
make[2]: Nothing to be done for `dvi'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
Making dvi in doc
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
Making dvi in examples
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[3]: Nothing to be done for `dvi'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[3]: Nothing to be done for `dvi-am'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[2]: Nothing to be done for `dvi-am'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
Making check in src
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
make  
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
Making check in include
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
Making check in utils
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making check in hwloc
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
make  check-TESTS
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
PASS: test-hwloc-annotate.sh
PASS: test-hwloc-assembler.sh
PASS: test-hwloc-calc.sh
PASS: test-hwloc-compress-dir.sh
PASS: test-hwloc-diffpatch.sh
PASS: test-hwloc-distances.sh
PASS: test-hwloc-distrib.sh
PASS: test-hwloc-info.sh
============================================================================
Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
============================================================================
# TOTAL: 8
# PASS:  8
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
Making check in lstopo
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make  check-TESTS
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
PASS: test-hwloc-ls.sh
============================================================================
Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making check in tests
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making check in .
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched openfabrics-verbs     
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
  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_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_custom.o
  CCLD     hwloc_custom
  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_groups2.o
  CCLD     hwloc_groups2
  CC       hwloc_insert_misc.o
  CCLD     hwloc_insert_misc
  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_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       linux-libnuma.o
  CCLD     linux-libnuma
  CC       glibc-sched.o
  CCLD     glibc-sched
  CC       openfabrics-verbs.o
  CCLD     openfabrics-verbs
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
make  check-TESTS
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
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_bind
PASS: hwloc_get_last_cpu_location
PASS: hwloc_get_area_memlocation
PASS: hwloc_object_userdata
PASS: hwloc_synthetic
PASS: hwloc_custom
PASS: hwloc_backends
PASS: hwloc_pci_backend
PASS: hwloc_is_thissystem
PASS: hwloc_distances
PASS: hwloc_groups
PASS: hwloc_groups2
PASS: hwloc_insert_misc
PASS: hwloc_topology_restrict
PASS: hwloc_topology_dup
PASS: hwloc_topology_diff
PASS: hwloc_obj_infos
PASS: hwloc_iodevs
PASS: xmlbuffer
PASS: gl
PASS: intel-mic
PASS: linux-libnuma
PASS: glibc-sched
PASS: openfabrics-verbs
============================================================================
Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
============================================================================
# TOTAL: 39
# PASS:  39
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making check in ports
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
make  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-osf.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
  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_osf_la-topology-osf.lo
  CCLD     libhwloc-port-osf.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[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
Making check in xml
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
make  check-TESTS
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
PASS: 16amd64-8n2c-cpusets.xml
PASS: 16amd64-4distances.xml
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: 96em64t-4n4d3ca2co-pci.xml
PASS: 192em64t-12gr2n8c2t-distancegroups.xml
PASS: 192em64t-24n8c2t-nodistancegroups.xml
PASS: 192em64t-24n8c2t-distancegroups.xml
============================================================================
Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
============================================================================
# TOTAL: 20
# PASS:  20
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
Making check in linux
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making check in .
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make  check-TESTS
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[6]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/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: 4ppc-4c.output
PASS: 256ppc-8n8s4t.output
PASS: 256ppc-8n8s4t-nocache.output
PASS: 256ppc-8n8s4t-nosys.output
PASS: 28em64t-2s2n7c-buggycoresiblings.output
PASS: 32amd64-4s2n4c-cgroup.output
PASS: 32amd64-4s2n4c-cgroup.xml.output
PASS: 32ppc-4n4c2c.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-offlines_noadmin.output
PASS: 16em64t-4s2c2t_ncaches.output
PASS: 16em64t-4s2c2t_merge.output
PASS: 16em64t-4s2c2t.xml.output
PASS: 16em64t-2m4c2t.output
PASS: 16ia64-8n2s.output
PASS: 24em64t-2n6c2t+2mic.olddriver.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: 96em64t-4n4d3ca2co.output
PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
PASS: 128ia64-17n4s2c.output
PASS: 256ia64-64n2s2c.output
PASS: 4qs22-2s2t.output
PASS: 2s390-2c.output
PASS: 20s390-2g6s4c.output
PASS: 1alpha.output
PASS: 2arm-2c.output
============================================================================
Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
============================================================================
# TOTAL: 56
# PASS:  56
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[6]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making check in allowed
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
make  check-TESTS
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
make[6]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
PASS: test1.output
============================================================================
Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[6]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
Making check in gather
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make  check-TESTS
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[6]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
PASS: test-gather-topology.sh
============================================================================
Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[6]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making check in contrib/systemd
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
Making check in doc
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make  check-recursive
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
Making check in examples
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make  check-TESTS
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[6]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
PASS: hwloc-hello
PASS: hwloc-hello-cpp
============================================================================
Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
============================================================================
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[6]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[4]: Nothing to be done for `check-am'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
Making install in src
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libhwloc.la '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/libhwloc.so.5.7.9 /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/libhwloc.so.5.7.9
libtool: install: (cd /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib && { ln -s -f libhwloc.so.5.7.9 libhwloc.so.5 || { rm -f libhwloc.so.5 && ln -s libhwloc.so.5.7.9 libhwloc.so.5; }; })
libtool: install: (cd /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib && { ln -s -f libhwloc.so.5.7.9 libhwloc.so || { rm -f libhwloc.so && ln -s libhwloc.so.5.7.9 libhwloc.so; }; })
libtool: install: /usr/bin/install -c .libs/libhwloc.lai /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/libhwloc.la
libtool: finish: PATH="/builds/local/hwloc-v1.11/bin:/builds/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib
----------------------------------------------------------------------
Libraries have been installed in:
   /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
make[4]: Nothing to be done for `install-exec-hook'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc'
 /usr/bin/install -c -m 644 ../../../src/hwloc.dtd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
Making install in include
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include'
 /usr/bin/install -c -m 644 ../../../include/hwloc.h '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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/myriexpress.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include/hwloc'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include/hwloc/autogen'
 /usr/bin/install -c -m 644 hwloc/autogen/config.h '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include/hwloc/autogen'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
Making install in utils
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making install in hwloc
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c hwloc-annotate hwloc-assembler hwloc-bind hwloc-calc hwloc-diff hwloc-distances hwloc-distrib hwloc-info hwloc-patch hwloc-ps '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin'
libtool: install: /usr/bin/install -c .libs/hwloc-annotate /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-annotate
libtool: install: /usr/bin/install -c .libs/hwloc-assembler /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-assembler
libtool: install: /usr/bin/install -c .libs/hwloc-bind /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-bind
libtool: install: /usr/bin/install -c .libs/hwloc-calc /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-calc
libtool: install: /usr/bin/install -c .libs/hwloc-diff /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-diff
libtool: install: /usr/bin/install -c .libs/hwloc-distances /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-distances
libtool: install: /usr/bin/install -c .libs/hwloc-distrib /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-distrib
libtool: install: /usr/bin/install -c .libs/hwloc-info /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-info
libtool: install: /usr/bin/install -c .libs/hwloc-patch /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-patch
libtool: install: /usr/bin/install -c .libs/hwloc-ps /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-ps
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin'
 /usr/bin/install -c hwloc-assembler-remote hwloc-compress-dir hwloc-gather-topology '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/sbin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c hwloc-dump-hwdata '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/sbin'
libtool: install: /usr/bin/install -c .libs/hwloc-dump-hwdata /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/sbin/hwloc-dump-hwdata
make  install-exec-hook
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
/builds/local/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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-assembler-remote > /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-assembler-remote.tmp && mv -f /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-assembler-remote.tmp /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-assembler-remote
/builds/local/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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-compress-dir > /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-compress-dir.tmp && mv -f /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-compress-dir.tmp /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-compress-dir
chmod +x /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-assembler-remote /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-compress-dir
/builds/local/bin/sed -e 's/HWLOC_top_builddir\/utils\/lstopo/bindir/' -e '/HWLOC_top_builddir/d' /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-gather-topology > /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-gather-topology.tmp && mv -f /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-gather-topology.tmp /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-gather-topology
chmod +x /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-gather-topology
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1'
 /usr/bin/install -c -m 644 hwloc-annotate.1 hwloc-assembler.1 hwloc-assembler-remote.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distances.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-gather-topology.1 hwloc-ps.1 hwloc-dump-hwdata.1 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man7'
 /usr/bin/install -c -m 644 hwloc.7 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man7'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
Making install in lstopo
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c lstopo-no-graphics lstopo '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin'
libtool: install: /usr/bin/install -c .libs/lstopo-no-graphics /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/lstopo-no-graphics
libtool: install: /usr/bin/install -c .libs/lstopo /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/lstopo
make  install-exec-hook
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
rm -f /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-ls
cd /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin && ln -s lstopo-no-graphics hwloc-ls
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/applications'
 /usr/bin/install -c -m 644 ../../../../utils/lstopo/lstopo.desktop '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/applications'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1'
 /usr/bin/install -c -m 644 lstopo-no-graphics.1 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1'
make  install-data-hook
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
rm -f /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1/hwloc-ls.1
cd /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1 && ln -s lstopo-no-graphics.1 hwloc-ls.1
rm -f /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1/lstopo.1
cd /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1 && ln -s lstopo-no-graphics.1 lstopo.1
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making install in tests
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making install in .
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making install in ports
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/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 `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
Making install in xml
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/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 `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
Making install in linux
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making install in .
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making install in allowed
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
Making install in gather
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making install in contrib/systemd
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc'
 /usr/bin/install -c -m 644 hwloc-dump-hwdata.service '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
Making install in doc
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make  install-recursive
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
Making install in examples
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[5]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_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_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 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_snprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_sscanf.3 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /usr/bin/install -c -m 644 ../../../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_weight.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_xor.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_zero.3 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_ignore_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_ignore_type_keep_structure.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_ignore_all_keep_structure.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_ICACHES.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_set_pid.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_fsroot.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_set_custom.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_distance_matrix.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_topology_set_userdata.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_userdata.3 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_check.3 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_custom.3 ../../../doc/doxygen-doc/man/man3/hwloc_custom_insert_topology.3 ../../../doc/doxygen-doc/man/man3/hwloc_custom_insert_group_object_by_parent.3 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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 ../../../doc/doxygen-doc/man/man3/hwloc_get_hostbridge_by_pcibus.3 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_distances.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_whole_distance_matrix_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_whole_distance_matrix_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_distance_matrix_covering_obj_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_latency.3 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_to_nodeset_strict.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset_strict.3 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_online_cpuset.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_parse_cpumap_file.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 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_REPLICATE.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_set_membind_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_membind_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_proc_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_proc_membind_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_proc_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_proc_membind_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_area_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_area_membind_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_area_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_area_membind_nodeset.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_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy.3 ../../../doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_free.3 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_myriexpress.3 ../../../doc/doxygen-doc/man/man3/hwloc_mx_board_get_device_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_mx_endpoint_get_device_cpuset.3 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_obj_cpuset_snprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_sscanf.3 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_CACHE.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_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_SYSTEM.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_memory_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u.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_distances_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_info_s.3 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_tinker.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object_by_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object_by_parent.3 ../../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.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 '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/doc/hwloc'
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc'
 /usr/bin/install -c -m 644 ../../contrib/hwloc-valgrind.supp '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc'
 /bin/mkdir -p '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/pkgconfig'
 /usr/bin/install -c -m 644 hwloc.pc '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/pkgconfig'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
Making installcheck in src
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
make[2]: Nothing to be done for `installcheck'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
Making installcheck in include
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
make[2]: Nothing to be done for `installcheck'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
Making installcheck in utils
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making installcheck in hwloc
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
make[3]: Nothing to be done for `installcheck'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
Making installcheck in lstopo
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Nothing to be done for `installcheck'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[3]: Nothing to be done for `installcheck-am'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making installcheck in tests
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making installcheck in .
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
make[3]: Nothing to be done for `installcheck-am'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making installcheck in ports
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
make[3]: Nothing to be done for `installcheck'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
Making installcheck in xml
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
make[3]: Nothing to be done for `installcheck'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
Making installcheck in linux
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making installcheck in .
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[4]: Nothing to be done for `installcheck-am'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making installcheck in allowed
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
make[4]: Nothing to be done for `installcheck'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
Making installcheck in gather
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[4]: Nothing to be done for `installcheck'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making installcheck in contrib/systemd
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
make[2]: Nothing to be done for `installcheck'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
Making installcheck in doc
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
Making installcheck in examples
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[3]: Nothing to be done for `installcheck'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[3]: Nothing to be done for `installcheck-am'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[2]: Nothing to be done for `installcheck-am'.
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
Making uninstall in src
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
 /bin/bash ../libtool   --mode=uninstall rm -f '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/libhwloc.la'
libtool: uninstall: rm -f /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/libhwloc.la /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/libhwloc.so.5.7.9 /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/libhwloc.so.5 /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/libhwloc.so
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc' && rm -f hwloc.dtd )
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
Making uninstall in include
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include' && rm -f hwloc.h )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include/hwloc' && rm -f bitmap.h helper.h inlines.h diff.h myriexpress.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include/hwloc/autogen' && rm -f config.h )
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
Making uninstall in utils
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making uninstall in hwloc
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin' && rm -f hwloc-annotate hwloc-assembler hwloc-bind hwloc-calc hwloc-diff hwloc-distances hwloc-distrib hwloc-info hwloc-patch hwloc-ps )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin' && rm -f hwloc-assembler-remote hwloc-compress-dir hwloc-gather-topology )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1' && rm -f hwloc-annotate.1 hwloc-assembler.1 hwloc-assembler-remote.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distances.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-gather-topology.1 hwloc-ps.1 hwloc-dump-hwdata.1 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man7' && rm -f hwloc.7 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/sbin' && rm -f hwloc-dump-hwdata )
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
Making uninstall in lstopo
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin' && rm -f lstopo-no-graphics lstopo )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/applications' && rm -f lstopo.desktop )
rm -f /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-ls
rm -f /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1/hwloc-ls.1 /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1/lstopo.1
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1' && rm -f lstopo-no-graphics.1 )
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[3]: Nothing to be done for `uninstall-am'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making uninstall in tests
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making uninstall in .
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
make[3]: Nothing to be done for `uninstall-am'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making uninstall in ports
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
make[3]: Nothing to be done for `uninstall'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
Making uninstall in xml
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
make[3]: Nothing to be done for `uninstall'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
Making uninstall in linux
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making uninstall in .
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[4]: Nothing to be done for `uninstall-am'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making uninstall in allowed
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
make[4]: Nothing to be done for `uninstall'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
Making uninstall in gather
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[4]: Nothing to be done for `uninstall'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making uninstall in contrib/systemd
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc' && rm -f hwloc-dump-hwdata.service )
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
Making uninstall in doc
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
Making uninstall in examples
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[3]: Nothing to be done for `uninstall'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_api_version.3 HWLOC_API_VERSION.3 hwloc_get_api_version.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_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_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_weight.3 hwloc_bitmap_xor.3 hwloc_bitmap_zero.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_configuration.3 hwloc_topology_ignore_type.3 hwloc_topology_ignore_type_keep_structure.3 hwloc_topology_ignore_all_keep_structure.3 HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 HWLOC_TOPOLOGY_FLAG_ICACHES.3 hwloc_topology_flags_e.3 hwloc_topology_get_flags.3 hwloc_topology_set_flags.3 hwloc_topology_set_pid.3 hwloc_topology_set_fsroot.3 hwloc_topology_set_synthetic.3 hwloc_topology_set_xml.3 hwloc_topology_set_xmlbuffer.3 hwloc_topology_set_custom.3 hwloc_topology_set_distance_matrix.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_topology_set_userdata.3 hwloc_topology_get_userdata.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_check.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_opencl.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_custom.3 hwloc_custom_insert_topology.3 hwloc_custom_insert_group_object_by_parent.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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 hwloc_get_hostbridge_by_pcibus.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_distances.3 hwloc_get_whole_distance_matrix_by_depth.3 hwloc_get_whole_distance_matrix_by_type.3 hwloc_get_distance_matrix_covering_obj_by_depth.3 hwloc_get_latency.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_helper_nodeset_convert.3 hwloc_cpuset_to_nodeset.3 hwloc_cpuset_to_nodeset_strict.3 hwloc_cpuset_from_nodeset.3 hwloc_cpuset_from_nodeset_strict.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_online_cpuset.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_linux.3 hwloc_linux_parse_cpumap_file.3 hwloc_linux_set_tid_cpubind.3 hwloc_linux_get_tid_cpubind.3 hwloc_linux_get_tid_last_cpu_location.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_REPLICATE.3 HWLOC_MEMBIND_STRICT.3 HWLOC_MEMBIND_THREAD.3 hwloc_membind_flags_t.3 hwloc_membind_policy_t.3 hwloc_set_membind.3 hwloc_set_membind_nodeset.3 hwloc_get_membind.3 hwloc_get_membind_nodeset.3 hwloc_set_proc_membind.3 hwloc_set_proc_membind_nodeset.3 hwloc_get_proc_membind.3 hwloc_get_proc_membind_nodeset.3 hwloc_set_area_membind.3 hwloc_set_area_membind_nodeset.3 hwloc_get_area_membind.3 hwloc_get_area_membind_nodeset.3 hwloc_get_area_memlocation.3 hwloc_alloc.3 hwloc_alloc_membind.3 hwloc_alloc_membind_nodeset.3 hwloc_alloc_membind_policy.3 hwloc_alloc_membind_policy_nodeset.3 hwloc_free.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_myriexpress.3 hwloc_mx_board_get_device_cpuset.3 hwloc_mx_endpoint_get_device_cpuset.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_obj_cpuset_snprintf.3 hwloc_obj_type_sscanf.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_object_types.3 HWLOC_OBJ_BRIDGE.3 HWLOC_OBJ_CACHE.3 HWLOC_OBJ_CORE.3 HWLOC_OBJ_GROUP.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_SYSTEM.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_objects.3 hwloc_obj.3 hwloc_obj_t.3 hwloc_obj_memory_s.3 hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 hwloc_obj_attr_u.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_distances_s.3 hwloc_obj_info_s.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_syntheticexport.3 hwloc_topology_export_synthetic.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_tinker.3 hwloc_topology_insert_misc_object_by_cpuset.3 hwloc_topology_insert_misc_object_by_parent.3 HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.3 HWLOC_RESTRICT_FLAG_ADAPT_IO.3 HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 hwloc_restrict_flags_e.3 hwloc_topology_restrict.3 )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/doc/hwloc' && rm -f hwloc-a4.pdf hwloc-letter.pdf )
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc' && rm -f hwloc-valgrind.supp )
 ( cd '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/pkgconfig' && rm -f hwloc.pc )
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
Making install in src
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
 /bin/bash ../libtool   --mode=install /usr/bin/install -c   libhwloc.la '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/libhwloc.so.5.7.9 /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/libhwloc.so.5.7.9
libtool: install: (cd /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib && { ln -s -f libhwloc.so.5.7.9 libhwloc.so.5 || { rm -f libhwloc.so.5 && ln -s libhwloc.so.5.7.9 libhwloc.so.5; }; })
libtool: install: (cd /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib && { ln -s -f libhwloc.so.5.7.9 libhwloc.so || { rm -f libhwloc.so && ln -s libhwloc.so.5.7.9 libhwloc.so; }; })
libtool: install: /usr/bin/install -c .libs/libhwloc.lai /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/libhwloc.la
libtool: warning: remember to run 'libtool --finish /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
make  install-exec-hook
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
make[4]: Nothing to be done for `install-exec-hook'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc'
 /usr/bin/install -c -m 644 ../../../src/hwloc.dtd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
Making install in include
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include'
 /usr/bin/install -c -m 644 ../../../include/hwloc.h '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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/myriexpress.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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include/hwloc'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include/hwloc/autogen'
 /usr/bin/install -c -m 644 hwloc/autogen/config.h '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include/hwloc/autogen'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
Making install in utils
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making install in hwloc
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c hwloc-annotate hwloc-assembler hwloc-bind hwloc-calc hwloc-diff hwloc-distances hwloc-distrib hwloc-info hwloc-patch hwloc-ps '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin'
libtool: warning: '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src/libhwloc.la' has not been installed in '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/hwloc-annotate /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-annotate
libtool: warning: '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src/libhwloc.la' has not been installed in '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/hwloc-assembler /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-assembler
libtool: warning: '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src/libhwloc.la' has not been installed in '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/hwloc-bind /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-bind
libtool: warning: '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src/libhwloc.la' has not been installed in '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/hwloc-calc /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-calc
libtool: warning: '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src/libhwloc.la' has not been installed in '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/hwloc-diff /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-diff
libtool: warning: '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src/libhwloc.la' has not been installed in '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/hwloc-distances /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-distances
libtool: warning: '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src/libhwloc.la' has not been installed in '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/hwloc-distrib /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-distrib
libtool: warning: '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src/libhwloc.la' has not been installed in '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/hwloc-info /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-info
libtool: warning: '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src/libhwloc.la' has not been installed in '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/hwloc-patch /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-patch
libtool: warning: '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src/libhwloc.la' has not been installed in '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/hwloc-ps /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-ps
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin'
 /usr/bin/install -c hwloc-assembler-remote hwloc-compress-dir hwloc-gather-topology '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/sbin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c hwloc-dump-hwdata '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/sbin'
libtool: warning: '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src/libhwloc.la' has not been installed in '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/hwloc-dump-hwdata /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/sbin/hwloc-dump-hwdata
make  install-exec-hook
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
/builds/local/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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-assembler-remote > /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-assembler-remote.tmp && mv -f /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-assembler-remote.tmp /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-assembler-remote
/builds/local/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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-compress-dir > /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-compress-dir.tmp && mv -f /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-compress-dir.tmp /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-compress-dir
chmod +x /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-assembler-remote /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-compress-dir
/builds/local/bin/sed -e 's/HWLOC_top_builddir\/utils\/lstopo/bindir/' -e '/HWLOC_top_builddir/d' /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-gather-topology > /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-gather-topology.tmp && mv -f /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-gather-topology.tmp /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-gather-topology
chmod +x /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-gather-topology
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1'
 /usr/bin/install -c -m 644 hwloc-annotate.1 hwloc-assembler.1 hwloc-assembler-remote.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distances.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-gather-topology.1 hwloc-ps.1 hwloc-dump-hwdata.1 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man7'
 /usr/bin/install -c -m 644 hwloc.7 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man7'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
Making install in lstopo
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin'
  /bin/bash ../../libtool   --mode=install /usr/bin/install -c lstopo-no-graphics lstopo '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin'
libtool: warning: '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src/libhwloc.la' has not been installed in '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/lstopo-no-graphics /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/lstopo-no-graphics
libtool: warning: '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src/libhwloc.la' has not been installed in '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib'
libtool: install: /usr/bin/install -c .libs/lstopo /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/lstopo
make  install-exec-hook
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
rm -f /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-ls
cd /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin && ln -s lstopo-no-graphics hwloc-ls
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/applications'
 /usr/bin/install -c -m 644 ../../../../utils/lstopo/lstopo.desktop '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/applications'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1'
 /usr/bin/install -c -m 644 lstopo-no-graphics.1 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1'
make  install-data-hook
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
rm -f /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1/hwloc-ls.1
cd /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1 && ln -s lstopo-no-graphics.1 hwloc-ls.1
rm -f /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1/lstopo.1
cd /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1 && ln -s lstopo-no-graphics.1 lstopo.1
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making install in tests
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making install in .
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making install in ports
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/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 `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
Making install in xml
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/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 `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
Making install in linux
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making install in .
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making install in allowed
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
Making install in gather
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making install in contrib/systemd
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc'
 /usr/bin/install -c -m 644 hwloc-dump-hwdata.service '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
Making install in doc
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make  install-recursive
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
Making install in examples
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[5]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_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_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 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_snprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_sscanf.3 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /usr/bin/install -c -m 644 ../../../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_weight.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_xor.3 ../../../doc/doxygen-doc/man/man3/hwloc_bitmap_zero.3 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_ignore_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_ignore_type_keep_structure.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_ignore_all_keep_structure.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 ../../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_ICACHES.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_set_pid.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_fsroot.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_set_custom.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_set_distance_matrix.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_topology_set_userdata.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_get_userdata.3 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_check.3 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_custom.3 ../../../doc/doxygen-doc/man/man3/hwloc_custom_insert_topology.3 ../../../doc/doxygen-doc/man/man3/hwloc_custom_insert_group_object_by_parent.3 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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 ../../../doc/doxygen-doc/man/man3/hwloc_get_hostbridge_by_pcibus.3 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_distances.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_whole_distance_matrix_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_whole_distance_matrix_by_type.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_distance_matrix_covering_obj_by_depth.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_latency.3 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_to_nodeset_strict.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset_strict.3 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_online_cpuset.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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_parse_cpumap_file.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 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_REPLICATE.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_set_membind_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_membind_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_proc_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_proc_membind_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_proc_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_proc_membind_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_area_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_set_area_membind_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_area_membind.3 ../../../doc/doxygen-doc/man/man3/hwloc_get_area_membind_nodeset.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_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy.3 ../../../doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy_nodeset.3 ../../../doc/doxygen-doc/man/man3/hwloc_free.3 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_myriexpress.3 ../../../doc/doxygen-doc/man/man3/hwloc_mx_board_get_device_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_mx_endpoint_get_device_cpuset.3 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_obj_cpuset_snprintf.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_type_sscanf.3 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_CACHE.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_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_SYSTEM.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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_memory_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u.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_distances_s.3 ../../../doc/doxygen-doc/man/man3/hwloc_obj_info_s.3 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /usr/bin/install -c -m 644 ../../../doc/doxygen-doc/man/man3/hwlocality_tinker.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object_by_cpuset.3 ../../../doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object_by_parent.3 ../../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.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 '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/doc/hwloc'
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[3]: Nothing to be done for `install-exec-am'.
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc'
 /usr/bin/install -c -m 644 ../../contrib/hwloc-valgrind.supp '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc'
 /bin/mkdir -p '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/pkgconfig'
 /usr/bin/install -c -m 644 hwloc.pc '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/pkgconfig'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
Making uninstall in src
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
 /bin/bash ../libtool   --mode=uninstall rm -f '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/libhwloc.la'
libtool: uninstall: rm -f /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/libhwloc.la /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/libhwloc.so.5.7.9 /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/libhwloc.so.5 /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/libhwloc.so
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc' && rm -f hwloc.dtd )
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
Making uninstall in include
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include' && rm -f hwloc.h )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include/hwloc' && rm -f bitmap.h helper.h inlines.h diff.h myriexpress.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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/include/hwloc/autogen' && rm -f config.h )
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
Making uninstall in utils
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making uninstall in hwloc
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin' && rm -f hwloc-annotate hwloc-assembler hwloc-bind hwloc-calc hwloc-diff hwloc-distances hwloc-distrib hwloc-info hwloc-patch hwloc-ps )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin' && rm -f hwloc-assembler-remote hwloc-compress-dir hwloc-gather-topology )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1' && rm -f hwloc-annotate.1 hwloc-assembler.1 hwloc-assembler-remote.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distances.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-gather-topology.1 hwloc-ps.1 hwloc-dump-hwdata.1 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man7' && rm -f hwloc.7 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/sbin' && rm -f hwloc-dump-hwdata )
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
Making uninstall in lstopo
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin' && rm -f lstopo-no-graphics lstopo )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/applications' && rm -f lstopo.desktop )
rm -f /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/bin/hwloc-ls
rm -f /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1/hwloc-ls.1 /tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1/lstopo.1
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man1' && rm -f lstopo-no-graphics.1 )
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[3]: Nothing to be done for `uninstall-am'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making uninstall in tests
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making uninstall in .
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
make[3]: Nothing to be done for `uninstall-am'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making uninstall in ports
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
make[3]: Nothing to be done for `uninstall'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
Making uninstall in xml
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
make[3]: Nothing to be done for `uninstall'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
Making uninstall in linux
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making uninstall in .
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[4]: Nothing to be done for `uninstall-am'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making uninstall in allowed
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
make[4]: Nothing to be done for `uninstall'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
Making uninstall in gather
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[4]: Nothing to be done for `uninstall'.
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making uninstall in contrib/systemd
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc' && rm -f hwloc-dump-hwdata.service )
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
Making uninstall in doc
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
Making uninstall in examples
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[3]: Nothing to be done for `uninstall'.
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_api_version.3 HWLOC_API_VERSION.3 hwloc_get_api_version.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_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_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_weight.3 hwloc_bitmap_xor.3 hwloc_bitmap_zero.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_configuration.3 hwloc_topology_ignore_type.3 hwloc_topology_ignore_type_keep_structure.3 hwloc_topology_ignore_all_keep_structure.3 HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 HWLOC_TOPOLOGY_FLAG_ICACHES.3 hwloc_topology_flags_e.3 hwloc_topology_get_flags.3 hwloc_topology_set_flags.3 hwloc_topology_set_pid.3 hwloc_topology_set_fsroot.3 hwloc_topology_set_synthetic.3 hwloc_topology_set_xml.3 hwloc_topology_set_xmlbuffer.3 hwloc_topology_set_custom.3 hwloc_topology_set_distance_matrix.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_topology_set_userdata.3 hwloc_topology_get_userdata.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_check.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_opencl.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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_custom.3 hwloc_custom_insert_topology.3 hwloc_custom_insert_group_object_by_parent.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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 hwloc_get_hostbridge_by_pcibus.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_distances.3 hwloc_get_whole_distance_matrix_by_depth.3 hwloc_get_whole_distance_matrix_by_type.3 hwloc_get_distance_matrix_covering_obj_by_depth.3 hwloc_get_latency.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_helper_nodeset_convert.3 hwloc_cpuset_to_nodeset.3 hwloc_cpuset_to_nodeset_strict.3 hwloc_cpuset_from_nodeset.3 hwloc_cpuset_from_nodeset_strict.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_online_cpuset.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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_linux.3 hwloc_linux_parse_cpumap_file.3 hwloc_linux_set_tid_cpubind.3 hwloc_linux_get_tid_cpubind.3 hwloc_linux_get_tid_last_cpu_location.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_REPLICATE.3 HWLOC_MEMBIND_STRICT.3 HWLOC_MEMBIND_THREAD.3 hwloc_membind_flags_t.3 hwloc_membind_policy_t.3 hwloc_set_membind.3 hwloc_set_membind_nodeset.3 hwloc_get_membind.3 hwloc_get_membind_nodeset.3 hwloc_set_proc_membind.3 hwloc_set_proc_membind_nodeset.3 hwloc_get_proc_membind.3 hwloc_get_proc_membind_nodeset.3 hwloc_set_area_membind.3 hwloc_set_area_membind_nodeset.3 hwloc_get_area_membind.3 hwloc_get_area_membind_nodeset.3 hwloc_get_area_memlocation.3 hwloc_alloc.3 hwloc_alloc_membind.3 hwloc_alloc_membind_nodeset.3 hwloc_alloc_membind_policy.3 hwloc_alloc_membind_policy_nodeset.3 hwloc_free.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_myriexpress.3 hwloc_mx_board_get_device_cpuset.3 hwloc_mx_endpoint_get_device_cpuset.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_obj_cpuset_snprintf.3 hwloc_obj_type_sscanf.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_object_types.3 HWLOC_OBJ_BRIDGE.3 HWLOC_OBJ_CACHE.3 HWLOC_OBJ_CORE.3 HWLOC_OBJ_GROUP.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_SYSTEM.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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_objects.3 hwloc_obj.3 hwloc_obj_t.3 hwloc_obj_memory_s.3 hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 hwloc_obj_attr_u.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_distances_s.3 hwloc_obj_info_s.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_syntheticexport.3 hwloc_topology_export_synthetic.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/man/man3' && rm -f hwlocality_tinker.3 hwloc_topology_insert_misc_object_by_cpuset.3 hwloc_topology_insert_misc_object_by_parent.3 HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.3 HWLOC_RESTRICT_FLAG_ADAPT_IO.3 HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 hwloc_restrict_flags_e.3 hwloc_topology_restrict.3 )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/doc/hwloc' && rm -f hwloc-a4.pdf hwloc-letter.pdf )
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/share/hwloc' && rm -f hwloc-valgrind.supp )
 ( cd '/tmp/am-dc-16101//builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_inst/lib/pkgconfig' && rm -f hwloc.pc )
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make  dist-bzip2 dist-gzip am__post_remove_distdir='@:'
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
if test -d "hwloc-v1.11-20190314.0500.git550b2be"; then find "hwloc-v1.11-20190314.0500.git550b2be" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "hwloc-v1.11-20190314.0500.git550b2be" || { sleep 5 && rm -rf "hwloc-v1.11-20190314.0500.git550b2be"; }; else :; fi
test -d "hwloc-v1.11-20190314.0500.git550b2be" || mkdir "hwloc-v1.11-20190314.0500.git550b2be"
 (cd src && make  top_distdir=../hwloc-v1.11-20190314.0500.git550b2be distdir=../hwloc-v1.11-20190314.0500.git550b2be/src \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
 (cd include && make  top_distdir=../hwloc-v1.11-20190314.0500.git550b2be distdir=../hwloc-v1.11-20190314.0500.git550b2be/include \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
 (cd utils && make  top_distdir=../hwloc-v1.11-20190314.0500.git550b2be distdir=../hwloc-v1.11-20190314.0500.git550b2be/utils \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
 (cd hwloc && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
 (cd lstopo && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
 (cd tests && make  top_distdir=../hwloc-v1.11-20190314.0500.git550b2be distdir=../hwloc-v1.11-20190314.0500.git550b2be/tests \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
 (cd ports && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/tests/ports \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
 (cd xml && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/tests/xml \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
 (cd linux && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/tests/linux \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
 (cd allowed && make  top_distdir=../../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../../hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
 (cd gather && make  top_distdir=../../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../../hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
 (cd rename && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/tests/rename \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/rename'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/rename'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
 (cd contrib/systemd && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
 (cd doc && make  top_distdir=../hwloc-v1.11-20190314.0500.git550b2be distdir=../hwloc-v1.11-20190314.0500.git550b2be/doc \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
 (cd examples && make  top_distdir=../../hwloc-v1.11-20190314.0500.git550b2be distdir=../../hwloc-v1.11-20190314.0500.git550b2be/doc/examples \
     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make  \
	  top_distdir="hwloc-v1.11-20190314.0500.git550b2be" distdir="hwloc-v1.11-20190314.0500.git550b2be" \
	  dist-hook
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
sh "../../config/distscript.sh" "../.." "hwloc-v1.11-20190314.0500.git550b2be" "v1.11-20190314.0500.git550b2be"

Creating hwloc distribution
In directory: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub
Srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be
Builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub
Version: v1.11-20190314.0500.git550b2be
Started: Thu Mar 14 05:02:32 CET 2019

*** Copying doxygen-doc tree to dist...
*** Directory: srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be, distdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/hwloc-v1.11-20190314.0500.git550b2be, pwd: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub
mkdir -p /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc
chmod -R a=rwx /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc
rm -rf /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc
tar c -C /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be -h -f - doc/doxygen-doc | tar x -C /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/hwloc-v1.11-20190314.0500.git550b2be -f -
*** Copying new README
/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/hwloc-v1.11-20190314.0500.git550b2be/README
cp -pf /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/README /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/hwloc-v1.11-20190314.0500.git550b2be
*** Now in distdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/hwloc-v1.11-20190314.0500.git550b2be
*** Removing latex source from dist tree
rm -rf doc/doxygen-doc/latex
*** hwloc version v1.11-20190314.0500.git550b2be distribution created

Started: Thu Mar 14 05:02:32 CET 2019
Ended:   Thu Mar 14 05:02:32 CET 2019

make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
test -n "" \
	|| find "hwloc-v1.11-20190314.0500.git550b2be" -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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/config/install-sh -c -m a+r {} {} \; \
	|| chmod -R a+r "hwloc-v1.11-20190314.0500.git550b2be"
tardir=hwloc-v1.11-20190314.0500.git550b2be && tar --format=ustar -chf - "$tardir" | BZIP2=${BZIP2--9} bzip2 -c >hwloc-v1.11-20190314.0500.git550b2be.tar.bz2
tardir=hwloc-v1.11-20190314.0500.git550b2be && tar --format=ustar -chf - "$tardir" | GZIP=--best gzip -c >hwloc-v1.11-20190314.0500.git550b2be.tar.gz
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
if test -d "hwloc-v1.11-20190314.0500.git550b2be"; then find "hwloc-v1.11-20190314.0500.git550b2be" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "hwloc-v1.11-20190314.0500.git550b2be" || { sleep 5 && rm -rf "hwloc-v1.11-20190314.0500.git550b2be"; }; else :; fi
make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
Making distclean in src
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
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 . = "../../../src" || test -z "" || rm -f 
test -z "static-components.h" || rm -f static-components.h
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/src'
Making distclean in include
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/include'
Making distclean in utils
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making distclean in hwloc
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
 rm -f hwloc-annotate hwloc-assembler hwloc-bind hwloc-calc hwloc-diff hwloc-distances hwloc-distrib hwloc-info hwloc-patch hwloc-ps
rm -rf .libs _libs
 rm -f hwloc-dump-hwdata
rm -f *.o
test -z "test-hwloc-annotate.sh.log test-hwloc-assembler.sh.log test-hwloc-calc.sh.log test-hwloc-compress-dir.sh.log test-hwloc-diffpatch.sh.log test-hwloc-distances.sh.log test-hwloc-distrib.sh.log test-hwloc-info.sh.log" || rm -f test-hwloc-annotate.sh.log test-hwloc-assembler.sh.log test-hwloc-calc.sh.log test-hwloc-compress-dir.sh.log test-hwloc-diffpatch.sh.log test-hwloc-distances.sh.log test-hwloc-distrib.sh.log test-hwloc-info.sh.log
test -z "test-hwloc-annotate.sh.trs test-hwloc-assembler.sh.trs test-hwloc-calc.sh.trs test-hwloc-compress-dir.sh.trs test-hwloc-diffpatch.sh.trs test-hwloc-distances.sh.trs test-hwloc-distrib.sh.trs test-hwloc-info.sh.trs" || rm -f test-hwloc-annotate.sh.trs test-hwloc-assembler.sh.trs test-hwloc-calc.sh.trs test-hwloc-compress-dir.sh.trs test-hwloc-diffpatch.sh.trs test-hwloc-distances.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-assembler-remote hwloc-compress-dir hwloc-gather-topology test-hwloc-annotate.sh test-hwloc-assembler.sh test-hwloc-calc.sh test-hwloc-compress-dir.sh test-hwloc-diffpatch.sh test-hwloc-distances.sh test-hwloc-distrib.sh test-hwloc-info.sh test-fake-plugin.sh" || rm -f hwloc-assembler-remote hwloc-compress-dir hwloc-gather-topology test-hwloc-annotate.sh test-hwloc-assembler.sh test-hwloc-calc.sh test-hwloc-compress-dir.sh test-hwloc-diffpatch.sh test-hwloc-distances.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-assembler.1 hwloc-assembler-remote.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distances.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-gather-topology.1 hwloc-ps.1 hwloc-dump-hwdata.1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/hwloc'
Making distclean in lstopo
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
 rm -f lstopo-no-graphics lstopo
rm -rf .libs _libs
rm -f *.o
test -z "test-hwloc-ls.sh.log" || rm -f test-hwloc-ls.sh.log
test -z "test-hwloc-ls.sh.trs" || rm -f test-hwloc-ls.sh.trs
test -z "test-suite.log" || rm -f test-suite.log
rm -f *.lo
rm -f *.tab.c
test -z "test-hwloc-ls.sh" || rm -f test-hwloc-ls.sh
test . = "../../../../utils/lstopo" || test -z "" || rm -f 
rm -f lstopo-no-graphics.1
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils/lstopo'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
rm -f Makefile
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/utils'
Making distclean in tests
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making distclean in ports
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
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-osf.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-osf.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-osf.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" || rm -f topology-solaris.c topology-solaris-chiptype.c topology-aix.c topology-osf.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
test . = "../../../../tests/ports" || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
rm -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/ports'
Making distclean in xml
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
rm -rf .libs _libs
test -z "16amd64-8n2c-cpusets.xml.log 16amd64-4distances.xml.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 96em64t-4n4d3ca2co-pci.xml.log 192em64t-12gr2n8c2t-distancegroups.xml.log 192em64t-24n8c2t-nodistancegroups.xml.log 192em64t-24n8c2t-distancegroups.xml.log" || rm -f 16amd64-8n2c-cpusets.xml.log 16amd64-4distances.xml.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 96em64t-4n4d3ca2co-pci.xml.log 192em64t-12gr2n8c2t-distancegroups.xml.log 192em64t-24n8c2t-nodistancegroups.xml.log 192em64t-24n8c2t-distancegroups.xml.log
test -z "16amd64-8n2c-cpusets.xml.trs 16amd64-4distances.xml.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 96em64t-4n4d3ca2co-pci.xml.trs 192em64t-12gr2n8c2t-distancegroups.xml.trs 192em64t-24n8c2t-nodistancegroups.xml.trs 192em64t-24n8c2t-distancegroups.xml.trs" || rm -f 16amd64-8n2c-cpusets.xml.trs 16amd64-4distances.xml.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 96em64t-4n4d3ca2co-pci.xml.trs 192em64t-12gr2n8c2t-distancegroups.xml.trs 192em64t-24n8c2t-nodistancegroups.xml.trs 192em64t-24n8c2t-distancegroups.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/xml" || test -z "" || rm -f 
rm -f Makefile
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/xml'
Making distclean in linux
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making distclean in .
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/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 4ppc-4c.output.log 256ppc-8n8s4t.output.log 256ppc-8n8s4t-nocache.output.log 256ppc-8n8s4t-nosys.output.log 28em64t-2s2n7c-buggycoresiblings.output.log 32amd64-4s2n4c-cgroup.output.log 32amd64-4s2n4c-cgroup.xml.output.log 32ppc-4n4c2c.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-offlines_noadmin.output.log 16em64t-4s2c2t_ncaches.output.log 16em64t-4s2c2t_merge.output.log 16em64t-4s2c2t.xml.output.log 16em64t-2m4c2t.output.log 16ia64-8n2s.output.log 24em64t-2n6c2t+2mic.olddriver.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 96em64t-4n4d3ca2co.output.log 96em64t-4n4d3ca2co-forcecpuinfo.output.log 128ia64-17n4s2c.output.log 256ia64-64n2s2c.output.log 4qs22-2s2t.output.log 2s390-2c.output.log 20s390-2g6s4c.output.log 1alpha.output.log 2arm-2c.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 4ppc-4c.output.log 256ppc-8n8s4t.output.log 256ppc-8n8s4t-nocache.output.log 256ppc-8n8s4t-nosys.output.log 28em64t-2s2n7c-buggycoresiblings.output.log 32amd64-4s2n4c-cgroup.output.log 32amd64-4s2n4c-cgroup.xml.output.log 32ppc-4n4c2c.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-offlines_noadmin.output.log 16em64t-4s2c2t_ncaches.output.log 16em64t-4s2c2t_merge.output.log 16em64t-4s2c2t.xml.output.log 16em64t-2m4c2t.output.log 16ia64-8n2s.output.log 24em64t-2n6c2t+2mic.olddriver.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 96em64t-4n4d3ca2co.output.log 96em64t-4n4d3ca2co-forcecpuinfo.output.log 128ia64-17n4s2c.output.log 256ia64-64n2s2c.output.log 4qs22-2s2t.output.log 2s390-2c.output.log 20s390-2g6s4c.output.log 1alpha.output.log 2arm-2c.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 4ppc-4c.output.trs 256ppc-8n8s4t.output.trs 256ppc-8n8s4t-nocache.output.trs 256ppc-8n8s4t-nosys.output.trs 28em64t-2s2n7c-buggycoresiblings.output.trs 32amd64-4s2n4c-cgroup.output.trs 32amd64-4s2n4c-cgroup.xml.output.trs 32ppc-4n4c2c.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-offlines_noadmin.output.trs 16em64t-4s2c2t_ncaches.output.trs 16em64t-4s2c2t_merge.output.trs 16em64t-4s2c2t.xml.output.trs 16em64t-2m4c2t.output.trs 16ia64-8n2s.output.trs 24em64t-2n6c2t+2mic.olddriver.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 96em64t-4n4d3ca2co.output.trs 96em64t-4n4d3ca2co-forcecpuinfo.output.trs 128ia64-17n4s2c.output.trs 256ia64-64n2s2c.output.trs 4qs22-2s2t.output.trs 2s390-2c.output.trs 20s390-2g6s4c.output.trs 1alpha.output.trs 2arm-2c.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 4ppc-4c.output.trs 256ppc-8n8s4t.output.trs 256ppc-8n8s4t-nocache.output.trs 256ppc-8n8s4t-nosys.output.trs 28em64t-2s2n7c-buggycoresiblings.output.trs 32amd64-4s2n4c-cgroup.output.trs 32amd64-4s2n4c-cgroup.xml.output.trs 32ppc-4n4c2c.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-offlines_noadmin.output.trs 16em64t-4s2c2t_ncaches.output.trs 16em64t-4s2c2t_merge.output.trs 16em64t-4s2c2t.xml.output.trs 16em64t-2m4c2t.output.trs 16ia64-8n2s.output.trs 24em64t-2n6c2t+2mic.olddriver.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 96em64t-4n4d3ca2co.output.trs 96em64t-4n4d3ca2co-forcecpuinfo.output.trs 128ia64-17n4s2c.output.trs 256ia64-64n2s2c.output.trs 4qs22-2s2t.output.trs 2s390-2c.output.trs 20s390-2g6s4c.output.trs 1alpha.output.trs 2arm-2c.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/linux" || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making distclean in allowed
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/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/linux/allowed" || test -z "" || rm -f 
rm -f Makefile
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/allowed'
Making distclean in gather
make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/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/linux/gather" || test -z "" || rm -f 
rm -f Makefile
make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux/gather'
rm -f Makefile
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/linux'
Making distclean in rename
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/rename'
rm -rf .libs _libs
rm -rf include
rm -f *.lo
test -z "" || rm -f 
test . = "../../../../tests/rename" || test -z "" || rm -f 
rm -f Makefile
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests/rename'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
 rm -f 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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched openfabrics-verbs
rm -rf .libs _libs
rm -f *.o
test -z "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_bind.log hwloc_get_last_cpu_location.log hwloc_get_area_memlocation.log hwloc_object_userdata.log hwloc_synthetic.log hwloc_custom.log hwloc_backends.log hwloc_pci_backend.log hwloc_is_thissystem.log hwloc_distances.log hwloc_groups.log hwloc_groups2.log hwloc_insert_misc.log hwloc_topology_restrict.log hwloc_topology_dup.log hwloc_topology_diff.log hwloc_obj_infos.log hwloc_iodevs.log xmlbuffer.log gl.log intel-mic.log linux-libnuma.log glibc-sched.log openfabrics-verbs.log" || rm -f 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_bind.log hwloc_get_last_cpu_location.log hwloc_get_area_memlocation.log hwloc_object_userdata.log hwloc_synthetic.log hwloc_custom.log hwloc_backends.log hwloc_pci_backend.log hwloc_is_thissystem.log hwloc_distances.log hwloc_groups.log hwloc_groups2.log hwloc_insert_misc.log hwloc_topology_restrict.log hwloc_topology_dup.log hwloc_topology_diff.log hwloc_obj_infos.log hwloc_iodevs.log xmlbuffer.log gl.log intel-mic.log linux-libnuma.log glibc-sched.log openfabrics-verbs.log
test -z "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_bind.trs hwloc_get_last_cpu_location.trs hwloc_get_area_memlocation.trs hwloc_object_userdata.trs hwloc_synthetic.trs hwloc_custom.trs hwloc_backends.trs hwloc_pci_backend.trs hwloc_is_thissystem.trs hwloc_distances.trs hwloc_groups.trs hwloc_groups2.trs hwloc_insert_misc.trs hwloc_topology_restrict.trs hwloc_topology_dup.trs hwloc_topology_diff.trs hwloc_obj_infos.trs hwloc_iodevs.trs xmlbuffer.trs gl.trs intel-mic.trs linux-libnuma.trs glibc-sched.trs openfabrics-verbs.trs" || rm -f 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_bind.trs hwloc_get_last_cpu_location.trs hwloc_get_area_memlocation.trs hwloc_object_userdata.trs hwloc_synthetic.trs hwloc_custom.trs hwloc_backends.trs hwloc_pci_backend.trs hwloc_is_thissystem.trs hwloc_distances.trs hwloc_groups.trs hwloc_groups2.trs hwloc_insert_misc.trs hwloc_topology_restrict.trs hwloc_topology_dup.trs hwloc_topology_diff.trs hwloc_obj_infos.trs hwloc_iodevs.trs xmlbuffer.trs gl.trs intel-mic.trs linux-libnuma.trs glibc-sched.trs openfabrics-verbs.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" || test -z "" || rm -f 
rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
rm -rf ./.deps
rm -f Makefile
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/tests'
Making distclean in contrib/systemd
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/contrib/systemd'
Making distclean in doc
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
Making distclean in examples
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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 -rf ./.deps
rm -f Makefile
make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc/examples'
make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
rm -f Makefile
make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub/doc'
make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
rm -rf .libs _libs
rm -f *.lo
test -z "hwloc.pc" || rm -f hwloc.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/hwloc-v1.11-20190314.0500.git550b2be/_build/sub'
if test -d "hwloc-v1.11-20190314.0500.git550b2be"; then find "hwloc-v1.11-20190314.0500.git550b2be" -type d ! -perm -200 -exec chmod u+w {} ';' && rm -rf "hwloc-v1.11-20190314.0500.git550b2be" || { sleep 5 && rm -rf "hwloc-v1.11-20190314.0500.git550b2be"; }; else :; fi
======================================================================
hwloc-v1.11-20190314.0500.git550b2be archives ready for distribution: 
hwloc-v1.11-20190314.0500.git550b2be.tar.gz
hwloc-v1.11-20190314.0500.git550b2be.tar.bz2
======================================================================
+ exit 0
[Pipeline] script
[Pipeline] {
[Pipeline] sh
[extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA] Running shell script
+ ls hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Pipeline] sh
[extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA] Running shell script
+ ls hwloc-v1.11-20190314.0500.git550b2be.tar.bz2
[Pipeline] }
[Pipeline] // script
[Pipeline] stash
Stashed 1 file(s)
[Pipeline] dir
Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/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] }
[Pipeline] // dir
[Pipeline] archiveArtifacts
Archiving artifacts
Recording fingerprints
[Pipeline] deleteDir
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Check)
[Pipeline] script
[Pipeline] {
[Pipeline] parallel
[Pipeline] [CentOS_6.3_x86_32] { (Branch: CentOS_6.3_x86_32)
[Pipeline] [CentOS_6.3_x86_64] { (Branch: CentOS_6.3_x86_64)
[Pipeline] [CentOS_7.2_x86_64] { (Branch: CentOS_7.2_x86_64)
[Pipeline] [Debian_5_x86_64] { (Branch: Debian_5_x86_64)
[Pipeline] [Debian_6_x86_32] { (Branch: Debian_6_x86_32)
[Pipeline] [Debian_7_x86_64] { (Branch: Debian_7_x86_64)
[Pipeline] [Debian_8_x86_64] { (Branch: Debian_8_x86_64)
[Pipeline] [Debian_9_x86_64] { (Branch: Debian_9_x86_64)
[Pipeline] [Debian_9_x86_64_-m32] { (Branch: Debian_9_x86_64_-m32)
[Pipeline] [Fedora_25_x86_64] { (Branch: Fedora_25_x86_64)
[Pipeline] [FreeBSD_11.1_x86_64] { (Branch: FreeBSD_11.1_x86_64)
[Pipeline] [NetBSD_7.1_x86_64] { (Branch: NetBSD_7.1_x86_64)
[Pipeline] [OS_X_12] { (Branch: OS_X_12)
[Pipeline] [OS_X_9] { (Branch: OS_X_9)
[Pipeline] [OpenBSD_5.9_x86_64] { (Branch: OpenBSD_5.9_x86_64)
[Pipeline] [OpenIndiana_x86_64] { (Branch: OpenIndiana_x86_64)
[Pipeline] [Ubuntu_12.04_x86_64] { (Branch: Ubuntu_12.04_x86_64)
[Pipeline] [Ubuntu_14.04_x86_64] { (Branch: Ubuntu_14.04_x86_64)
[Pipeline] [Ubuntu_16.04_x86_32] { (Branch: Ubuntu_16.04_x86_32)
[Pipeline] [Ubuntu_16.04_x86_64] { (Branch: Ubuntu_16.04_x86_64)
[Pipeline] [Ubuntu_18.04_x86_64] { (Branch: Ubuntu_18.04_x86_64)
[Pipeline] [MinGW] { (Branch: MinGW)
[Pipeline] [SonarQube Scanner] { (Branch: SonarQube Scanner)
[Pipeline] [Embedded] { (Branch: Embedded)
[Pipeline] [CentOS_6.3_x86_32] node
[CentOS_6.3_x86_32] Running on CentOS_6.3_x86_32 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [CentOS_6.3_x86_64] node
[CentOS_6.3_x86_64] Running on CentOS_6.3_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [CentOS_7.2_x86_64] node
[CentOS_7.2_x86_64] Running on CentOS_7.2_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [Debian_5_x86_64] node
[Debian_5_x86_64] Running on Debian_5_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [Debian_6_x86_32] node
[Debian_6_x86_32] Running on Debian_6_x86_32 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [Debian_7_x86_64] node
[Debian_7_x86_64] Running on Debian_7_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [Debian_8_x86_64] node
[Debian_8_x86_64] Running on Debian_8_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [Debian_9_x86_64] node
[Debian_9_x86_64] Running on Debian_9_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [Debian_9_x86_64_-m32] node
[Debian_9_x86_64_-m32] Running on Debian_9_x86_64_-m32 in /builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [Fedora_25_x86_64] node
[Fedora_25_x86_64] Running on Fedora_25_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [FreeBSD_11.1_x86_64] node
[FreeBSD_11.1_x86_64] Running on FreeBSD_11.1_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [NetBSD_7.1_x86_64] node
[NetBSD_7.1_x86_64] Running on NetBSD_7.1_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [OS_X_12] node
[OS_X_12] Running on OS_X_12 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [OS_X_9] node
[OS_X_9] Running on OS_X_9 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [OpenBSD_5.9_x86_64] node
[OpenBSD_5.9_x86_64] Running on OpenBSD_5.9_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [OpenIndiana_x86_64] node
[OpenIndiana_x86_64] Running on OpenIndiana_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [Ubuntu_12.04_x86_64] node
[Ubuntu_12.04_x86_64] Running on Ubuntu_12.04_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [Ubuntu_14.04_x86_64] node
[Ubuntu_14.04_x86_64] Running on Ubuntu_14.04_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [Ubuntu_16.04_x86_32] node
[Ubuntu_16.04_x86_32] Running on Ubuntu_16.04_x86_32 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [Ubuntu_16.04_x86_64] node
[Ubuntu_16.04_x86_64] Running on Ubuntu_16.04_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [Ubuntu_18.04_x86_64] node
[Ubuntu_18.04_x86_64] Running on Ubuntu_18.04_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [MinGW] node
[MinGW] Running on Windows_7_x86_64 in C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Pipeline] [SonarQube Scanner] node
[Pipeline] [Embedded] node
[Pipeline] [CentOS_6.3_x86_32] {
[Pipeline] [CentOS_6.3_x86_64] {
[Pipeline] [CentOS_7.2_x86_64] {
[Pipeline] [Debian_5_x86_64] {
[Pipeline] [Debian_6_x86_32] {
[Pipeline] [Debian_7_x86_64] {
[Pipeline] [Debian_8_x86_64] {
[Pipeline] [Debian_9_x86_64] {
[Pipeline] [Debian_9_x86_64_-m32] {
[Pipeline] [Fedora_25_x86_64] {
[Pipeline] [FreeBSD_11.1_x86_64] {
[Pipeline] [NetBSD_7.1_x86_64] {
[Pipeline] [OS_X_12] {
[Pipeline] [OS_X_9] {
[Pipeline] [OpenBSD_5.9_x86_64] {
[Pipeline] [OpenIndiana_x86_64] {
[Pipeline] [Ubuntu_12.04_x86_64] {
[Pipeline] [Ubuntu_14.04_x86_64] {
[Pipeline] [Ubuntu_16.04_x86_32] {
[Pipeline] [Ubuntu_16.04_x86_64] {
[Pipeline] [Ubuntu_18.04_x86_64] {
[Pipeline] [MinGW] {
[Pipeline] [CentOS_6.3_x86_32] dir
[CentOS_6.3_x86_32] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [CentOS_6.3_x86_32] {
[Pipeline] [CentOS_6.3_x86_64] dir
[CentOS_6.3_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [CentOS_6.3_x86_64] {
[CentOS_7.2_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [CentOS_7.2_x86_64] dir
[Pipeline] [CentOS_7.2_x86_64] {
[Pipeline] [Debian_5_x86_64] dir
[Debian_5_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [Debian_5_x86_64] {
[Pipeline] [Debian_6_x86_32] dir
[Debian_6_x86_32] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [Debian_6_x86_32] {
[Pipeline] [Debian_7_x86_64] dir
[Debian_7_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [Debian_7_x86_64] {
[Pipeline] [Debian_8_x86_64] dir
[Debian_8_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [Debian_8_x86_64] {
[Pipeline] [Debian_9_x86_64] dir
[Debian_9_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [Debian_9_x86_64] {
[Pipeline] [Debian_9_x86_64_-m32] dir
[Debian_9_x86_64_-m32] Running in /builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [Debian_9_x86_64_-m32] {
[Pipeline] [Fedora_25_x86_64] dir
[Fedora_25_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [Fedora_25_x86_64] {
[Pipeline] [FreeBSD_11.1_x86_64] dir
[FreeBSD_11.1_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [FreeBSD_11.1_x86_64] {
[Pipeline] [NetBSD_7.1_x86_64] dir
[NetBSD_7.1_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [NetBSD_7.1_x86_64] {
[Pipeline] [OS_X_12] dir
[OS_X_12] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [OS_X_12] {
[Pipeline] [OS_X_9] dir
[OS_X_9] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [OS_X_9] {
[Pipeline] [OpenBSD_5.9_x86_64] dir
[OpenBSD_5.9_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [OpenBSD_5.9_x86_64] {
[Pipeline] [OpenIndiana_x86_64] dir
[OpenIndiana_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [OpenIndiana_x86_64] {
[Pipeline] [Ubuntu_12.04_x86_64] dir
[Ubuntu_12.04_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [Ubuntu_12.04_x86_64] {
[Pipeline] [Ubuntu_14.04_x86_64] dir
[Ubuntu_14.04_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [Ubuntu_14.04_x86_64] {
[Pipeline] [Ubuntu_16.04_x86_32] dir
[Ubuntu_16.04_x86_32] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [Ubuntu_16.04_x86_32] {
[Pipeline] [Ubuntu_16.04_x86_64] dir
[Ubuntu_16.04_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [Ubuntu_16.04_x86_64] {
[Pipeline] [Ubuntu_18.04_x86_64] dir
[Ubuntu_18.04_x86_64] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug
[Pipeline] [Ubuntu_18.04_x86_64] {
[Pipeline] [MinGW] dir
[MinGW] Running in C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA\check-mingw
[Pipeline] [MinGW] {
[Pipeline] [CentOS_6.3_x86_32] unstash
[Pipeline] [CentOS_6.3_x86_64] unstash
[Pipeline] [CentOS_7.2_x86_64] unstash
[Pipeline] [Debian_5_x86_64] unstash
[Pipeline] [Debian_6_x86_32] unstash
[Pipeline] [Debian_7_x86_64] unstash
[Pipeline] [Debian_8_x86_64] unstash
[Pipeline] [Debian_9_x86_64] unstash
[Pipeline] [Debian_9_x86_64_-m32] unstash
[Pipeline] [Fedora_25_x86_64] unstash
[Pipeline] [FreeBSD_11.1_x86_64] unstash
[Pipeline] [NetBSD_7.1_x86_64] unstash
[Pipeline] [OS_X_12] unstash
[Pipeline] [OS_X_9] unstash
[Pipeline] [OpenBSD_5.9_x86_64] unstash
[Pipeline] [OpenIndiana_x86_64] unstash
[Pipeline] [Ubuntu_12.04_x86_64] unstash
[Pipeline] [Ubuntu_14.04_x86_64] unstash
[Pipeline] [Ubuntu_16.04_x86_32] unstash
[Pipeline] [Ubuntu_16.04_x86_64] unstash
[Pipeline] [Ubuntu_18.04_x86_64] unstash
[Pipeline] [MinGW] unstash
[Pipeline] [CentOS_6.3_x86_32] unstash
[Pipeline] [CentOS_6.3_x86_64] unstash
[Pipeline] [CentOS_7.2_x86_64] unstash
[Pipeline] [Debian_5_x86_64] unstash
[Pipeline] [Debian_6_x86_32] unstash
[Pipeline] [Debian_7_x86_64] unstash
[Pipeline] [Debian_8_x86_64] unstash
[Pipeline] [Debian_9_x86_64] unstash
[Pipeline] [Debian_9_x86_64_-m32] unstash
[Pipeline] [Fedora_25_x86_64] unstash
[Pipeline] [FreeBSD_11.1_x86_64] unstash
[Pipeline] [NetBSD_7.1_x86_64] unstash
[Pipeline] [OS_X_12] unstash
[Pipeline] [OS_X_9] unstash
[Pipeline] [OpenBSD_5.9_x86_64] unstash
[Pipeline] [OpenIndiana_x86_64] unstash
[Pipeline] [Ubuntu_12.04_x86_64] unstash
[Pipeline] [Ubuntu_14.04_x86_64] unstash
[Pipeline] [Ubuntu_16.04_x86_32] unstash
[Pipeline] [Ubuntu_16.04_x86_64] unstash
[Pipeline] [Ubuntu_18.04_x86_64] unstash
[Pipeline] [MinGW] unstash
[Pipeline] [CentOS_6.3_x86_32] sh
[CentOS_6.3_x86_32] [check-unix-debug] Running shell script
[CentOS_6.3_x86_32] + chmod 755 job-3-debug.sh
[CentOS_6.3_x86_32] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_6.3_x86_32] ############################
[CentOS_6.3_x86_32] Running on:
[CentOS_6.3_x86_32] 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
[CentOS_6.3_x86_32] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_6.3_x86_32] ############################
[CentOS_6.3_x86_32] + test -f /builds/.ciprofile
[CentOS_6.3_x86_32] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_6.3_x86_32] ++ basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[CentOS_6.3_x86_32] + basename=hwloc-v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_32] + test -d hwloc-v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_32] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_6.3_x86_32] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_6.3_x86_32] + cd hwloc-v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_32] + touch configure
[CentOS_6.3_x86_32] + mkdir build-plugins-debug
[CentOS_6.3_x86_32] + cd build-plugins-debug
[CentOS_6.3_x86_32] + ../configure --enable-plugins --enable-debug
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] ###
[CentOS_6.3_x86_32] ### Configuring hwloc distribution tarball
[CentOS_6.3_x86_32] ### Startup tests
[CentOS_6.3_x86_32] ###
[CentOS_6.3_x86_32] checking build system type... i686-pc-linux-gnu
[CentOS_6.3_x86_32] checking host system type... i686-pc-linux-gnu
[CentOS_6.3_x86_32] checking target system type... i686-pc-linux-gnu
[CentOS_6.3_x86_32] checking for a BSD-compatible install... /usr/bin/install -c
[CentOS_6.3_x86_32] checking whether build environment is sane... yes
[CentOS_6.3_x86_32] checking for a thread-safe mkdir -p... /bin/mkdir -p
[CentOS_6.3_x86_32] checking for gawk... gawk
[CentOS_6.3_x86_32] checking whether make sets $(MAKE)... yes
[CentOS_6.3_x86_32] checking whether make supports nested variables... yes
[CentOS_6.3_x86_32] checking whether UID '500' is supported by ustar format... yes
[CentOS_6.3_x86_32] checking whether GID '500' is supported by ustar format... yes
[CentOS_6.3_x86_32] checking how to create a ustar tar archive... gnutar
[CentOS_6.3_x86_32] checking whether make supports nested variables... (cached) yes
[CentOS_6.3_x86_32] checking for style of include used by make... GNU
[CentOS_6.3_x86_32] checking for gcc... gcc
[CentOS_6.3_x86_32] checking whether the C compiler works... yes
[CentOS_6.3_x86_32] checking for C compiler default output file name... a.out
[CentOS_6.3_x86_32] checking for suffix of executables... 
[CentOS_6.3_x86_32] checking whether we are cross compiling... no
[CentOS_6.3_x86_32] checking for suffix of object files... o
[CentOS_6.3_x86_32] checking whether we are using the GNU C compiler... yes
[CentOS_6.3_x86_32] checking whether gcc accepts -g... yes
[CentOS_6.3_x86_32] checking for gcc option to accept ISO C89... none needed
[CentOS_6.3_x86_32] checking whether gcc understands -c and -o together... yes
[CentOS_6.3_x86_32] checking dependency style of gcc... gcc3
[CentOS_6.3_x86_32] checking how to run the C preprocessor... gcc -E
[CentOS_6.3_x86_32] checking for grep that handles long lines and -e... /bin/grep
[CentOS_6.3_x86_32] checking for egrep... /bin/grep -E
[CentOS_6.3_x86_32] checking for ANSI C header files... yes
[CentOS_6.3_x86_32] checking for sys/types.h... yes
[CentOS_6.3_x86_32] checking for sys/stat.h... yes
[CentOS_6.3_x86_32] checking for stdlib.h... yes
[CentOS_6.3_x86_32] checking for string.h... yes
[CentOS_6.3_x86_32] checking for memory.h... yes
[CentOS_6.3_x86_32] checking for strings.h... yes
[CentOS_6.3_x86_32] checking for inttypes.h... yes
[CentOS_6.3_x86_32] checking for stdint.h... yes
[CentOS_6.3_x86_32] checking for unistd.h... yes
[CentOS_6.3_x86_32] checking minix/config.h usability... no
[CentOS_6.3_x86_32] checking minix/config.h presence... no
[CentOS_6.3_x86_32] checking for minix/config.h... no
[CentOS_6.3_x86_32] checking whether it is safe to define __EXTENSIONS__... yes
[CentOS_6.3_x86_32] checking for gcc... (cached) gcc
[CentOS_6.3_x86_32] checking whether we are using the GNU C compiler... (cached) yes
[CentOS_6.3_x86_32] checking whether gcc accepts -g... (cached) yes
[CentOS_6.3_x86_32] checking for gcc option to accept ISO C89... (cached) none needed
[CentOS_6.3_x86_32] checking whether gcc understands -c and -o together... (cached) yes
[CentOS_6.3_x86_32] checking dependency style of gcc... (cached) gcc3
[CentOS_6.3_x86_32] checking for g++... g++
[CentOS_6.3_x86_32] checking whether we are using the GNU C++ compiler... yes
[CentOS_6.3_x86_32] checking whether g++ accepts -g... yes
[CentOS_6.3_x86_32] checking dependency style of g++... gcc3
[CentOS_6.3_x86_32] checking for ar... ar
[CentOS_6.3_x86_32] checking the archiver (ar) interface... ar
[CentOS_6.3_x86_32] checking for pkg-config... /usr/bin/pkg-config
[CentOS_6.3_x86_32] checking pkg-config is at least version 0.9.0... yes
[Pipeline] [CentOS_6.3_x86_64] sh
[CentOS_6.3_x86_64] [check-unix-debug] Running shell script
[CentOS_6.3_x86_64] + chmod 755 job-3-debug.sh
[CentOS_6.3_x86_64] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_6.3_x86_64] ############################
[CentOS_6.3_x86_64] Running on:
[CentOS_6.3_x86_64] 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
[CentOS_6.3_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_6.3_x86_64] ############################
[CentOS_6.3_x86_64] + test -f /builds/.ciprofile
[CentOS_6.3_x86_64] + . /builds/.ciprofile
[CentOS_6.3_x86_64] ++ export PATH=/builds/local/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/rvm/bin
[CentOS_6.3_x86_64] ++ PATH=/builds/local/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/rvm/bin
[CentOS_6.3_x86_64] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_6.3_x86_64] ++ basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[CentOS_6.3_x86_64] + basename=hwloc-v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_64] + test -d hwloc-v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_64] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_6.3_x86_64] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_6.3_x86_64] + cd hwloc-v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_64] + touch configure
[CentOS_6.3_x86_64] + mkdir build-plugins-debug
[CentOS_6.3_x86_64] + cd build-plugins-debug
[CentOS_6.3_x86_64] + ../configure --enable-plugins --enable-debug
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] ###
[CentOS_6.3_x86_64] ### Configuring hwloc distribution tarball
[CentOS_6.3_x86_64] ### Startup tests
[CentOS_6.3_x86_64] ###
[CentOS_6.3_x86_64] checking build system type... x86_64-unknown-linux-gnu
[CentOS_6.3_x86_64] checking host system type... x86_64-unknown-linux-gnu
[CentOS_6.3_x86_64] checking target system type... x86_64-unknown-linux-gnu
[CentOS_6.3_x86_64] checking for a BSD-compatible install... /usr/bin/install -c
[CentOS_6.3_x86_64] checking whether build environment is sane... yes
[CentOS_6.3_x86_64] checking for a thread-safe mkdir -p... /bin/mkdir -p
[CentOS_6.3_x86_64] checking for gawk... gawk
[CentOS_6.3_x86_64] checking whether make sets $(MAKE)... yes
[CentOS_6.3_x86_64] checking whether make supports nested variables... yes
[CentOS_6.3_x86_64] checking whether UID '500' is supported by ustar format... yes
[CentOS_6.3_x86_64] checking whether GID '500' is supported by ustar format... yes
[CentOS_6.3_x86_64] checking how to create a ustar tar archive... gnutar
[CentOS_6.3_x86_64] checking whether make supports nested variables... (cached) yes
[CentOS_6.3_x86_64] checking for style of include used by make... GNU
[CentOS_6.3_x86_64] checking for gcc... gcc
[CentOS_6.3_x86_64] checking whether the C compiler works... yes
[CentOS_6.3_x86_64] checking for C compiler default output file name... a.out
[CentOS_6.3_x86_64] checking for suffix of executables... 
[CentOS_6.3_x86_64] checking whether we are cross compiling... no
[CentOS_6.3_x86_64] checking for suffix of object files... o
[CentOS_6.3_x86_64] checking whether we are using the GNU C compiler... yes
[CentOS_6.3_x86_64] checking whether gcc accepts -g... yes
[CentOS_6.3_x86_64] checking for gcc option to accept ISO C89... none needed
[CentOS_6.3_x86_64] checking whether gcc understands -c and -o together... yes
[CentOS_6.3_x86_64] checking dependency style of gcc... gcc3
[CentOS_6.3_x86_64] checking how to run the C preprocessor... gcc -E
[CentOS_6.3_x86_64] checking for grep that handles long lines and -e... /bin/grep
[CentOS_6.3_x86_64] checking for egrep... /bin/grep -E
[CentOS_6.3_x86_64] checking for ANSI C header files... yes
[CentOS_6.3_x86_64] checking for sys/types.h... yes
[CentOS_6.3_x86_64] checking for sys/stat.h... yes
[CentOS_6.3_x86_64] checking for stdlib.h... yes
[CentOS_6.3_x86_64] checking for string.h... yes
[CentOS_6.3_x86_64] checking for memory.h... yes
[CentOS_6.3_x86_64] checking for strings.h... yes
[CentOS_6.3_x86_64] checking for inttypes.h... yes
[CentOS_6.3_x86_64] checking for stdint.h... yes
[CentOS_6.3_x86_64] checking for unistd.h... yes
[CentOS_6.3_x86_64] checking minix/config.h usability... no
[CentOS_6.3_x86_64] checking minix/config.h presence... no
[CentOS_6.3_x86_64] checking for minix/config.h... no
[CentOS_6.3_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[CentOS_6.3_x86_64] checking for gcc... (cached) gcc
[CentOS_6.3_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[CentOS_6.3_x86_64] checking whether gcc accepts -g... (cached) yes
[CentOS_6.3_x86_64] checking for gcc option to accept ISO C89... (cached) none needed
[CentOS_6.3_x86_64] checking whether gcc understands -c and -o together... (cached) yes
[CentOS_6.3_x86_64] checking dependency style of gcc... (cached) gcc3
[CentOS_6.3_x86_64] checking for g++... g++
[CentOS_6.3_x86_64] checking whether we are using the GNU C++ compiler... yes
[CentOS_6.3_x86_64] checking whether g++ accepts -g... yes
[CentOS_6.3_x86_64] checking dependency style of g++... gcc3
[CentOS_6.3_x86_64] checking for ar... ar
[CentOS_6.3_x86_64] checking the archiver (ar) interface... ar
[CentOS_6.3_x86_64] checking for pkg-config... /usr/bin/pkg-config
[CentOS_6.3_x86_64] checking pkg-config is at least version 0.9.0... yes
[Pipeline] [CentOS_7.2_x86_64] sh
[CentOS_6.3_x86_32] checking for X... libraries , headers 
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] ###
[CentOS_6.3_x86_32] ### Configuring hwloc core
[CentOS_6.3_x86_32] ###
[CentOS_6.3_x86_32] checking hwloc building mode... standalone
[CentOS_6.3_x86_32] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[CentOS_6.3_x86_32] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_32] configure: Detected VPATH build
[CentOS_6.3_x86_32] checking for hwloc version... v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_32] checking if want hwloc maintainer support... enabled
[CentOS_6.3_x86_32] checking for hwloc directory prefix... (none)
[CentOS_6.3_x86_32] checking for hwloc symbol prefix... hwloc_
[CentOS_6.3_x86_32] checking size of void *... 4
[CentOS_6.3_x86_32] checking which OS support to include... Linux
[CentOS_6.3_x86_32] checking which CPU support to include... x86_32
[CentOS_6.3_x86_32] checking size of unsigned long... 4
[CentOS_6.3_x86_32] checking size of unsigned int... 4
[CentOS_6.3_x86_32] checking for the C compiler vendor... gnu
[CentOS_7.2_x86_64] [check-unix-debug] Running shell script
[CentOS_7.2_x86_64] + chmod 755 job-3-debug.sh
[CentOS_7.2_x86_64] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_7.2_x86_64] ############################
[CentOS_7.2_x86_64] Running on:
[CentOS_7.2_x86_64] 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
[CentOS_7.2_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_7.2_x86_64] ############################
[CentOS_7.2_x86_64] + test -f /builds/.ciprofile
[CentOS_7.2_x86_64] + . /builds/.ciprofile
[CentOS_7.2_x86_64] ++ PATH=/usr/lib64/openmpi/bin/:/usr/local/bin:/usr/bin
[CentOS_7.2_x86_64] ++ export PATH
[CentOS_7.2_x86_64] ++ LIBRARY_PATH=/usr/lib64/openmpi/lib/
[CentOS_7.2_x86_64] ++ export LIBRARY_PATH
[CentOS_7.2_x86_64] ++ LD_LIBRARY_PATH=/usr/lib64/openmpi/lib/
[CentOS_7.2_x86_64] ++ export LD_LIBRARY_PATH
[CentOS_7.2_x86_64] ++ C_INCLUDE_PATH=/usr/include/openmpi-x86_64/
[CentOS_7.2_x86_64] ++ export C_INCLUDE_PATH
[CentOS_7.2_x86_64] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_7.2_x86_64] ++ basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[CentOS_7.2_x86_64] + basename=hwloc-v1.11-20190314.0500.git550b2be
[CentOS_7.2_x86_64] + test -d hwloc-v1.11-20190314.0500.git550b2be
[CentOS_7.2_x86_64] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_7.2_x86_64] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[CentOS_7.2_x86_64] + cd hwloc-v1.11-20190314.0500.git550b2be
[CentOS_7.2_x86_64] + touch configure
[CentOS_7.2_x86_64] + mkdir build-plugins-debug
[CentOS_7.2_x86_64] + cd build-plugins-debug
[CentOS_7.2_x86_64] + ../configure --enable-plugins --enable-debug
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] ###
[CentOS_7.2_x86_64] ### Configuring hwloc distribution tarball
[CentOS_7.2_x86_64] ### Startup tests
[CentOS_7.2_x86_64] ###
[CentOS_7.2_x86_64] checking build system type... x86_64-unknown-linux-gnu
[CentOS_7.2_x86_64] checking host system type... x86_64-unknown-linux-gnu
[CentOS_7.2_x86_64] checking target system type... x86_64-unknown-linux-gnu
[CentOS_7.2_x86_64] checking for a BSD-compatible install... /usr/bin/install -c
[CentOS_7.2_x86_64] checking whether build environment is sane... yes
[CentOS_7.2_x86_64] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
[CentOS_7.2_x86_64] checking for gawk... gawk
[CentOS_7.2_x86_64] checking whether make sets $(MAKE)... yes
[CentOS_7.2_x86_64] checking whether make supports nested variables... yes
[CentOS_7.2_x86_64] checking whether UID '1000' is supported by ustar format... yes
[CentOS_7.2_x86_64] checking whether GID '1000' is supported by ustar format... yes
[CentOS_7.2_x86_64] checking how to create a ustar tar archive... gnutar
[CentOS_7.2_x86_64] checking whether make supports nested variables... (cached) yes
[CentOS_7.2_x86_64] checking for style of include used by make... GNU
[CentOS_7.2_x86_64] checking for gcc... gcc
[CentOS_7.2_x86_64] checking whether the C compiler works... yes
[CentOS_7.2_x86_64] checking for C compiler default output file name... a.out
[CentOS_7.2_x86_64] checking for suffix of executables... 
[CentOS_7.2_x86_64] checking whether we are cross compiling... no
[CentOS_7.2_x86_64] checking for suffix of object files... o
[CentOS_7.2_x86_64] checking whether we are using the GNU C compiler... yes
[CentOS_7.2_x86_64] checking whether gcc accepts -g... yes
[CentOS_7.2_x86_64] checking for gcc option to accept ISO C89... none needed
[CentOS_7.2_x86_64] checking whether gcc understands -c and -o together... yes
[CentOS_7.2_x86_64] checking dependency style of gcc... gcc3
[CentOS_7.2_x86_64] checking how to run the C preprocessor... gcc -E
[CentOS_7.2_x86_64] checking for grep that handles long lines and -e... /usr/bin/grep
[CentOS_7.2_x86_64] checking for egrep... /usr/bin/grep -E
[CentOS_7.2_x86_64] checking for ANSI C header files... yes
[CentOS_7.2_x86_64] checking for sys/types.h... yes
[CentOS_7.2_x86_64] checking for sys/stat.h... yes
[CentOS_7.2_x86_64] checking for stdlib.h... yes
[CentOS_7.2_x86_64] checking for string.h... yes
[CentOS_7.2_x86_64] checking for memory.h... yes
[CentOS_7.2_x86_64] checking for strings.h... yes
[CentOS_7.2_x86_64] checking for inttypes.h... yes
[CentOS_7.2_x86_64] checking for stdint.h... yes
[CentOS_7.2_x86_64] checking for unistd.h... yes
[CentOS_7.2_x86_64] checking minix/config.h usability... no
[CentOS_7.2_x86_64] checking minix/config.h presence... no
[CentOS_7.2_x86_64] checking for minix/config.h... no
[Pipeline] [Debian_5_x86_64] sh
[CentOS_6.3_x86_64] checking for X... libraries , headers 
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] ###
[CentOS_6.3_x86_64] ### Configuring hwloc core
[CentOS_6.3_x86_64] ###
[CentOS_6.3_x86_64] checking hwloc building mode... standalone
[CentOS_6.3_x86_64] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[CentOS_6.3_x86_64] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_64] configure: Detected VPATH build
[CentOS_6.3_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_64] checking if want hwloc maintainer support... enabled
[CentOS_6.3_x86_64] checking for hwloc directory prefix... (none)
[CentOS_6.3_x86_64] checking for hwloc symbol prefix... hwloc_
[CentOS_6.3_x86_64] checking size of void *... 8
[CentOS_6.3_x86_64] checking which OS support to include... Linux
[CentOS_6.3_x86_64] checking which CPU support to include... x86_64
[CentOS_6.3_x86_64] checking size of unsigned long... 8
[CentOS_6.3_x86_64] checking size of unsigned int... 4
[CentOS_6.3_x86_64] checking for the C compiler vendor... gnu
[CentOS_6.3_x86_64] checking for __attribute__... yes
[Debian_5_x86_64] [check-unix-debug] Running shell script
[Debian_5_x86_64] + chmod 755 job-3-debug.sh
[Debian_5_x86_64] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_5_x86_64] ############################
[Debian_5_x86_64] Running on:
[Debian_5_x86_64] Linux hwloc-debian5amd64 2.6.26-2-amd64 #1 SMP Sun Mar 4 21:48:06 UTC 2012 x86_64 GNU/Linux
[Debian_5_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_5_x86_64] ############################
[Debian_5_x86_64] + test -f /builds/.ciprofile
[Debian_5_x86_64] + . /builds/.ciprofile
[Debian_5_x86_64] ++ export PATH=/builds/local/bin/:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
[Debian_5_x86_64] ++ PATH=/builds/local/bin/:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
[Debian_5_x86_64] ++ export C_INCLUDE_PATH=/builds/local/include/
[Debian_5_x86_64] ++ C_INCLUDE_PATH=/builds/local/include/
[Debian_5_x86_64] ++ export LD_LIBRARY_PATH=/builds/local/lib/
[Debian_5_x86_64] ++ LD_LIBRARY_PATH=/builds/local/lib/
[Debian_5_x86_64] ++ export LIBRARY_PATH=/builds/local/lib/
[Debian_5_x86_64] ++ LIBRARY_PATH=/builds/local/lib/
[Debian_5_x86_64] ++ export CC=gcc-4.2
[Debian_5_x86_64] ++ CC=gcc-4.2
[Debian_5_x86_64] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_5_x86_64] ++ basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[Debian_5_x86_64] + basename=hwloc-v1.11-20190314.0500.git550b2be
[Debian_5_x86_64] + test -d hwloc-v1.11-20190314.0500.git550b2be
[Debian_5_x86_64] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_5_x86_64] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_5_x86_64] + cd hwloc-v1.11-20190314.0500.git550b2be
[Debian_5_x86_64] + touch configure
[Debian_5_x86_64] + mkdir build-plugins-debug
[Debian_5_x86_64] + cd build-plugins-debug
[Debian_5_x86_64] + ../configure --enable-plugins --enable-debug
[Debian_5_x86_64] 
[Debian_5_x86_64] ###
[Debian_5_x86_64] ### Configuring hwloc distribution tarball
[Debian_5_x86_64] ### Startup tests
[Debian_5_x86_64] ###
[Debian_5_x86_64] checking build system type... x86_64-unknown-linux-gnu
[Debian_5_x86_64] checking host system type... x86_64-unknown-linux-gnu
[Debian_5_x86_64] checking target system type... x86_64-unknown-linux-gnu
[Debian_5_x86_64] checking for a BSD-compatible install... /usr/bin/install -c
[Pipeline] [Debian_6_x86_32] sh
[CentOS_7.2_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[CentOS_7.2_x86_64] checking for gcc... (cached) gcc
[CentOS_7.2_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[CentOS_7.2_x86_64] checking whether gcc accepts -g... (cached) yes
[CentOS_7.2_x86_64] checking for gcc option to accept ISO C89... (cached) none needed
[CentOS_7.2_x86_64] checking whether gcc understands -c and -o together... (cached) yes
[CentOS_7.2_x86_64] checking dependency style of gcc... (cached) gcc3
[CentOS_7.2_x86_64] checking for g++... g++
[CentOS_7.2_x86_64] checking whether we are using the GNU C++ compiler... yes
[CentOS_7.2_x86_64] checking whether g++ accepts -g... yes
[CentOS_7.2_x86_64] checking dependency style of g++... gcc3
[CentOS_7.2_x86_64] checking for ar... ar
[CentOS_7.2_x86_64] checking the archiver (ar) interface... ar
[CentOS_7.2_x86_64] checking for pkg-config... /usr/bin/pkg-config
[CentOS_7.2_x86_64] checking pkg-config is at least version 0.9.0... yes
[CentOS_7.2_x86_64] checking for X... libraries , headers 
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] ###
[CentOS_7.2_x86_64] ### Configuring hwloc core
[CentOS_7.2_x86_64] ###
[CentOS_7.2_x86_64] checking hwloc building mode... standalone
[CentOS_7.2_x86_64] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[CentOS_7.2_x86_64] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[CentOS_7.2_x86_64] configure: Detected VPATH build
[CentOS_7.2_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[CentOS_7.2_x86_64] checking if want hwloc maintainer support... enabled
[CentOS_7.2_x86_64] checking for hwloc directory prefix... (none)
[CentOS_7.2_x86_64] checking for hwloc symbol prefix... hwloc_
[CentOS_7.2_x86_64] checking size of void *... 8
[CentOS_7.2_x86_64] checking which OS support to include... Linux
[CentOS_7.2_x86_64] checking which CPU support to include... x86_64
[Debian_6_x86_32] [check-unix-debug] Running shell script
[Debian_6_x86_32] + chmod 755 job-3-debug.sh
[Debian_6_x86_32] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_6_x86_32] ############################
[Debian_6_x86_32] Running on:
[Debian_6_x86_32] Linux hwloc-debian6i386 2.6.32-5-686 #1 SMP Tue May 13 16:33:32 UTC 2014 i686 GNU/Linux
[Debian_6_x86_32] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_6_x86_32] ############################
[Debian_6_x86_32] + test -f /builds/.ciprofile
[Debian_6_x86_32] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_6_x86_32] + basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[Debian_6_x86_32] + basename=hwloc-v1.11-20190314.0500.git550b2be
[Debian_6_x86_32] + test -d hwloc-v1.11-20190314.0500.git550b2be
[Debian_6_x86_32] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_6_x86_32] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_6_x86_32] + cd hwloc-v1.11-20190314.0500.git550b2be
[Debian_6_x86_32] + touch configure
[Debian_6_x86_32] + mkdir build-plugins-debug
[Debian_6_x86_32] + cd build-plugins-debug
[Debian_6_x86_32] + ../configure --enable-plugins --enable-debug
[Debian_6_x86_32] 
[Debian_6_x86_32] ###
[Debian_6_x86_32] ### Configuring hwloc distribution tarball
[Debian_6_x86_32] ### Startup tests
[Debian_6_x86_32] ###
[Debian_6_x86_32] checking build system type... i686-pc-linux-gnu
[Debian_6_x86_32] checking host system type... i686-pc-linux-gnu
[Debian_6_x86_32] checking target system type... i686-pc-linux-gnu
[Debian_6_x86_32] checking for a BSD-compatible install... /usr/bin/install -c
[Debian_6_x86_32] checking whether build environment is sane... yes
[Debian_6_x86_32] checking for a thread-safe mkdir -p... /bin/mkdir -p
[Debian_6_x86_32] checking for gawk... gawk
[Debian_6_x86_32] checking whether make sets $(MAKE)... yes
[Debian_6_x86_32] checking whether make supports nested variables... yes
[Debian_6_x86_32] checking whether UID '1000' is supported by ustar format... yes
[Debian_6_x86_32] checking whether GID '1000' is supported by ustar format... yes
[Debian_6_x86_32] checking how to create a ustar tar archive... gnutar
[Debian_6_x86_32] checking whether make supports nested variables... (cached) yes
[Debian_6_x86_32] checking for style of include used by make... GNU
[Debian_6_x86_32] checking for gcc... gcc
[Debian_6_x86_32] checking whether the C compiler works... yes
[Debian_6_x86_32] checking for C compiler default output file name... a.out
[Debian_6_x86_32] checking for suffix of executables... 
[Debian_6_x86_32] checking whether we are cross compiling... no
[Debian_6_x86_32] checking for suffix of object files... o
[Debian_6_x86_32] checking whether we are using the GNU C compiler... yes
[Debian_6_x86_32] checking whether gcc accepts -g... yes
[Debian_6_x86_32] checking for gcc option to accept ISO C89... none needed
[Debian_6_x86_32] checking whether gcc understands -c and -o together... yes
[Debian_6_x86_32] checking dependency style of gcc... gcc3
[Debian_6_x86_32] checking how to run the C preprocessor... gcc -E
[Debian_6_x86_32] checking for grep that handles long lines and -e... /bin/grep
[Debian_6_x86_32] checking for egrep... /bin/grep -E
[Debian_6_x86_32] checking for ANSI C header files... yes
[Debian_6_x86_32] checking for sys/types.h... yes
[Debian_6_x86_32] checking for sys/stat.h... yes
[Debian_6_x86_32] checking for stdlib.h... yes
[Debian_6_x86_32] checking for string.h... yes
[Debian_6_x86_32] checking for memory.h... yes
[Debian_6_x86_32] checking for strings.h... yes
[Pipeline] [Debian_7_x86_64] sh
[Debian_7_x86_64] [check-unix-debug] Running shell script
[Debian_7_x86_64] + chmod 755 job-3-debug.sh
[Debian_7_x86_64] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_7_x86_64] ############################
[Debian_7_x86_64] Running on:
[Debian_7_x86_64] Linux hwloc-debian7amd64 3.2.0-4-amd64 #1 SMP Debian 3.2.89-2 x86_64 GNU/Linux
[Debian_7_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_7_x86_64] ############################
[Debian_7_x86_64] + test -f /builds/.ciprofile
[Debian_7_x86_64] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_7_x86_64] + basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[Debian_7_x86_64] + basename=hwloc-v1.11-20190314.0500.git550b2be
[Debian_7_x86_64] + test -d hwloc-v1.11-20190314.0500.git550b2be
[Debian_7_x86_64] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_7_x86_64] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_7_x86_64] + cd hwloc-v1.11-20190314.0500.git550b2be
[Debian_7_x86_64] + touch configure
[Debian_7_x86_64] + mkdir build-plugins-debug
[Debian_7_x86_64] + cd build-plugins-debug
[Debian_7_x86_64] + ../configure --enable-plugins --enable-debug
[Debian_7_x86_64] 
[Debian_7_x86_64] ###
[Debian_7_x86_64] ### Configuring hwloc distribution tarball
[Debian_7_x86_64] ### Startup tests
[Debian_7_x86_64] ###
[Debian_7_x86_64] checking build system type... x86_64-unknown-linux-gnu
[Debian_7_x86_64] checking host system type... x86_64-unknown-linux-gnu
[Debian_7_x86_64] checking target system type... x86_64-unknown-linux-gnu
[Debian_7_x86_64] checking for a BSD-compatible install... /usr/bin/install -c
[Debian_7_x86_64] checking whether build environment is sane... yes
[Debian_7_x86_64] checking for a thread-safe mkdir -p... /bin/mkdir -p
[Debian_7_x86_64] checking for gawk... gawk
[Debian_7_x86_64] checking whether make sets $(MAKE)... yes
[Debian_7_x86_64] checking whether make supports nested variables... yes
[Debian_7_x86_64] checking whether UID '1000' is supported by ustar format... yes
[Debian_7_x86_64] checking whether GID '1000' is supported by ustar format... yes
[Debian_7_x86_64] checking how to create a ustar tar archive... gnutar
[Debian_7_x86_64] checking whether make supports nested variables... (cached) yes
[Debian_7_x86_64] checking for style of include used by make... GNU
[Debian_7_x86_64] checking for gcc... gcc
[Debian_7_x86_64] checking whether the C compiler works... yes
[Debian_7_x86_64] checking for C compiler default output file name... a.out
[Debian_7_x86_64] checking for suffix of executables... 
[Debian_7_x86_64] checking whether we are cross compiling... no
[Debian_7_x86_64] checking for suffix of object files... o
[Debian_7_x86_64] checking whether we are using the GNU C compiler... yes
[Debian_7_x86_64] checking whether gcc accepts -g... yes
[Debian_7_x86_64] checking for gcc option to accept ISO C89... none needed
[Debian_7_x86_64] checking whether gcc understands -c and -o together... yes
[Debian_7_x86_64] checking dependency style of gcc... gcc3
[Debian_7_x86_64] checking how to run the C preprocessor... gcc -E
[Debian_7_x86_64] checking for grep that handles long lines and -e... /bin/grep
[Debian_7_x86_64] checking for egrep... /bin/grep -E
[Debian_7_x86_64] checking for ANSI C header files... yes
[Debian_7_x86_64] checking for sys/types.h... yes
[Debian_7_x86_64] checking for sys/stat.h... yes
[Debian_7_x86_64] checking for stdlib.h... yes
[Debian_7_x86_64] checking for string.h... yes
[Debian_7_x86_64] checking for memory.h... yes
[Pipeline] [Debian_8_x86_64] sh
[Debian_6_x86_32] checking for inttypes.h... yes
[Debian_6_x86_32] checking for stdint.h... yes
[Debian_6_x86_32] checking for unistd.h... yes
[Debian_6_x86_32] checking minix/config.h usability... no
[Debian_6_x86_32] checking minix/config.h presence... no
[Debian_6_x86_32] checking for minix/config.h... no
[Debian_6_x86_32] checking whether it is safe to define __EXTENSIONS__... yes
[Debian_6_x86_32] checking for gcc... (cached) gcc
[Debian_6_x86_32] checking whether we are using the GNU C compiler... (cached) yes
[Debian_6_x86_32] checking whether gcc accepts -g... (cached) yes
[Debian_6_x86_32] checking for gcc option to accept ISO C89... (cached) none needed
[Debian_6_x86_32] checking whether gcc understands -c and -o together... (cached) yes
[Debian_6_x86_32] checking dependency style of gcc... (cached) gcc3
[Debian_6_x86_32] checking for g++... g++
[Debian_6_x86_32] checking whether we are using the GNU C++ compiler... yes
[Debian_6_x86_32] checking whether g++ accepts -g... yes
[Debian_6_x86_32] checking dependency style of g++... gcc3
[Debian_6_x86_32] checking for ar... ar
[Debian_6_x86_32] checking the archiver (ar) interface... ar
[Debian_6_x86_32] checking for pkg-config... /usr/bin/pkg-config
[Debian_7_x86_64] checking for strings.h... yes
[Debian_7_x86_64] checking for inttypes.h... yes
[Debian_7_x86_64] checking for stdint.h... yes
[Debian_7_x86_64] checking for unistd.h... yes
[Debian_7_x86_64] checking minix/config.h usability... no
[Debian_7_x86_64] checking minix/config.h presence... no
[Debian_7_x86_64] checking for minix/config.h... no
[Debian_7_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[Debian_7_x86_64] checking for gcc... (cached) gcc
[Debian_8_x86_64] [check-unix-debug] Running shell script
[Debian_8_x86_64] + chmod 755 job-3-debug.sh
[Debian_8_x86_64] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_8_x86_64] ############################
[Debian_8_x86_64] Running on:
[Debian_8_x86_64] Linux hwloc-debian8amd64 3.16.0-4-amd64 #1 SMP Debian 3.16.43-2+deb8u2 (2017-06-26) x86_64 GNU/Linux
[Debian_8_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_8_x86_64] ############################
[Debian_8_x86_64] + test -f /builds/.ciprofile
[Debian_8_x86_64] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_8_x86_64] + basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[Debian_8_x86_64] + basename=hwloc-v1.11-20190314.0500.git550b2be
[Debian_8_x86_64] + test -d hwloc-v1.11-20190314.0500.git550b2be
[Debian_8_x86_64] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_8_x86_64] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_8_x86_64] + cd hwloc-v1.11-20190314.0500.git550b2be
[Debian_8_x86_64] + touch configure
[Debian_8_x86_64] + mkdir build-plugins-debug
[Debian_8_x86_64] + cd build-plugins-debug
[Debian_8_x86_64] + ../configure --enable-plugins --enable-debug
[Debian_8_x86_64] 
[Debian_8_x86_64] ###
[Debian_8_x86_64] ### Configuring hwloc distribution tarball
[Debian_8_x86_64] ### Startup tests
[Debian_8_x86_64] ###
[Debian_8_x86_64] checking build system type... x86_64-unknown-linux-gnu
[Debian_8_x86_64] checking host system type... x86_64-unknown-linux-gnu
[Debian_8_x86_64] checking target system type... x86_64-unknown-linux-gnu
[Debian_8_x86_64] checking for a BSD-compatible install... /usr/bin/install -c
[Debian_8_x86_64] checking whether build environment is sane... yes
[Debian_8_x86_64] checking for a thread-safe mkdir -p... /bin/mkdir -p
[Debian_8_x86_64] checking for gawk... gawk
[Debian_8_x86_64] checking whether make sets $(MAKE)... yes
[Debian_8_x86_64] checking whether make supports nested variables... yes
[Debian_8_x86_64] checking whether UID '1000' is supported by ustar format... yes
[Debian_8_x86_64] checking whether GID '1000' is supported by ustar format... yes
[Debian_8_x86_64] checking how to create a ustar tar archive... gnutar
[Debian_8_x86_64] checking whether make supports nested variables... (cached) yes
[Debian_8_x86_64] checking for style of include used by make... GNU
[Debian_8_x86_64] checking for gcc... gcc
[Debian_8_x86_64] checking whether the C compiler works... yes
[Debian_8_x86_64] checking for C compiler default output file name... a.out
[Debian_8_x86_64] checking for suffix of executables... 
[Debian_8_x86_64] checking whether we are cross compiling... no
[Debian_8_x86_64] checking for suffix of object files... o
[Debian_8_x86_64] checking whether we are using the GNU C compiler... yes
[Debian_8_x86_64] checking whether gcc accepts -g... yes
[Debian_8_x86_64] checking for gcc option to accept ISO C89... none needed
[Debian_8_x86_64] checking whether gcc understands -c and -o together... yes
[Debian_8_x86_64] checking dependency style of gcc... gcc3
[Debian_8_x86_64] checking how to run the C preprocessor... gcc -E
[Debian_8_x86_64] checking for grep that handles long lines and -e... /bin/grep
[Debian_8_x86_64] checking for egrep... /bin/grep -E
[Debian_8_x86_64] checking for ANSI C header files... yes
[Debian_8_x86_64] checking for sys/types.h... yes
[Pipeline] [Debian_9_x86_64] sh
[CentOS_6.3_x86_32] checking for __attribute__... yes
[CentOS_6.3_x86_32] checking for __attribute__(aligned)... yes
[CentOS_6.3_x86_32] checking for __attribute__(always_inline)... yes
[CentOS_6.3_x86_32] checking for __attribute__(cold)... yes
[CentOS_6.3_x86_32] checking for __attribute__(const)... yes
[CentOS_6.3_x86_32] checking for __attribute__(deprecated)... yes
[CentOS_6.3_x86_32] checking for __attribute__(format)... yes
[CentOS_6.3_x86_32] checking for __attribute__(hot)... yes
[CentOS_6.3_x86_32] checking for __attribute__(malloc)... yes
[CentOS_6.3_x86_32] checking for __attribute__(may_alias)... yes
[CentOS_6.3_x86_32] checking for __attribute__(no_instrument_function)... yes
[CentOS_6.3_x86_32] checking for __attribute__(nonnull)... yes
[CentOS_6.3_x86_32] checking for __attribute__(noreturn)... yes
[CentOS_6.3_x86_32] checking for __attribute__(packed)... yes
[Debian_8_x86_64] checking for sys/stat.h... yes
[Debian_8_x86_64] checking for stdlib.h... yes
[Debian_8_x86_64] checking for string.h... yes
[Debian_8_x86_64] checking for memory.h... yes
[Debian_8_x86_64] checking for strings.h... yes
[Debian_8_x86_64] checking for inttypes.h... yes
[Debian_9_x86_64] [check-unix-debug] Running shell script
[Debian_9_x86_64] + chmod 755 job-3-debug.sh
[Debian_9_x86_64] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_9_x86_64] ############################
[Debian_9_x86_64] Running on:
[Debian_9_x86_64] Linux hwloc-debian9amd64 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26) x86_64 GNU/Linux
[Debian_9_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_9_x86_64] ############################
[Debian_9_x86_64] + test -f /builds/.ciprofile
[Debian_9_x86_64] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_9_x86_64] + basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[Debian_9_x86_64] + basename=hwloc-v1.11-20190314.0500.git550b2be
[Debian_9_x86_64] + test -d hwloc-v1.11-20190314.0500.git550b2be
[Debian_9_x86_64] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_9_x86_64] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_9_x86_64] + cd hwloc-v1.11-20190314.0500.git550b2be
[Debian_9_x86_64] + touch configure
[Debian_9_x86_64] + mkdir build-plugins-debug
[Debian_9_x86_64] + cd build-plugins-debug
[Debian_9_x86_64] + ../configure --enable-plugins --enable-debug
[Debian_9_x86_64] 
[Debian_9_x86_64] ###
[Debian_9_x86_64] ### Configuring hwloc distribution tarball
[Debian_9_x86_64] ### Startup tests
[Debian_9_x86_64] ###
[Debian_9_x86_64] checking build system type... x86_64-unknown-linux-gnu
[Debian_9_x86_64] checking host system type... x86_64-unknown-linux-gnu
[Debian_9_x86_64] checking target system type... x86_64-unknown-linux-gnu
[Debian_9_x86_64] checking for a BSD-compatible install... /usr/bin/install -c
[Debian_9_x86_64] checking whether build environment is sane... yes
[Debian_9_x86_64] checking for a thread-safe mkdir -p... /bin/mkdir -p
[Debian_9_x86_64] checking for gawk... gawk
[Debian_9_x86_64] checking whether make sets $(MAKE)... yes
[Debian_9_x86_64] checking whether make supports nested variables... yes
[Debian_9_x86_64] checking whether UID '1000' is supported by ustar format... yes
[Debian_9_x86_64] checking whether GID '1000' is supported by ustar format... yes
[Debian_9_x86_64] checking how to create a ustar tar archive... gnutar
[Debian_9_x86_64] checking whether make supports nested variables... (cached) yes
[Debian_9_x86_64] checking for style of include used by make... GNU
[Debian_9_x86_64] checking for gcc... gcc
[Debian_9_x86_64] checking whether the C compiler works... yes
[Debian_9_x86_64] checking for C compiler default output file name... a.out
[Debian_9_x86_64] checking for suffix of executables... 
[Debian_9_x86_64] checking whether we are cross compiling... no
[Debian_9_x86_64] checking for suffix of object files... o
[Debian_9_x86_64] checking whether we are using the GNU C compiler... yes
[Debian_9_x86_64] checking whether gcc accepts -g... yes
[Debian_9_x86_64] checking for gcc option to accept ISO C89... none needed
[Debian_9_x86_64] checking whether gcc understands -c and -o together... yes
[Debian_9_x86_64] checking dependency style of gcc... gcc3
[Debian_9_x86_64] checking how to run the C preprocessor... gcc -E
[Debian_9_x86_64] checking for grep that handles long lines and -e... /bin/grep
[Debian_9_x86_64] checking for egrep... /bin/grep -E
[Debian_9_x86_64] checking for ANSI C header files... yes
[Debian_9_x86_64] checking for sys/types.h... yes
[Debian_9_x86_64] checking for sys/stat.h... yes
[Debian_9_x86_64] checking for stdlib.h... yes
[Debian_9_x86_64] checking for string.h... yes
[Debian_9_x86_64] checking for memory.h... yes
[Debian_9_x86_64] checking for strings.h... yes
[Debian_9_x86_64] checking for inttypes.h... yes
[Debian_9_x86_64] checking for stdint.h... yes
[Debian_9_x86_64] checking for unistd.h... yes
[Debian_9_x86_64] checking minix/config.h usability... no
[Debian_9_x86_64] checking minix/config.h presence... no
[Debian_9_x86_64] checking for minix/config.h... no
[Debian_9_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[Debian_9_x86_64] checking for gcc... (cached) gcc
[Debian_9_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[Debian_9_x86_64] checking whether gcc accepts -g... (cached) yes
[Debian_9_x86_64] checking for gcc option to accept ISO C89... (cached) none needed
[Debian_9_x86_64] checking whether gcc understands -c and -o together... (cached) yes
[Debian_9_x86_64] checking dependency style of gcc... (cached) gcc3
[Debian_9_x86_64] checking for g++... g++
[Debian_9_x86_64] checking whether we are using the GNU C++ compiler... yes
[Debian_9_x86_64] checking whether g++ accepts -g... yes
[Debian_9_x86_64] checking dependency style of g++... gcc3
[Debian_9_x86_64] checking for ar... ar
[Debian_9_x86_64] checking the archiver (ar) interface... ar
[Debian_9_x86_64] checking for pkg-config... /usr/bin/pkg-config
[Debian_9_x86_64] checking pkg-config is at least version 0.9.0... yes
[Debian_9_x86_64] checking for X... libraries , headers 
[Debian_9_x86_64] 
[Debian_9_x86_64] ###
[Debian_9_x86_64] ### Configuring hwloc core
[Debian_9_x86_64] ###
[Debian_9_x86_64] checking hwloc building mode... standalone
[Debian_9_x86_64] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[Debian_9_x86_64] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[Debian_9_x86_64] configure: Detected VPATH build
[Debian_9_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Debian_9_x86_64] checking if want hwloc maintainer support... enabled
[Debian_9_x86_64] checking for hwloc directory prefix... (none)
[Debian_9_x86_64] checking for hwloc symbol prefix... hwloc_
[Debian_9_x86_64] checking size of void *... 8
[Debian_9_x86_64] checking which OS support to include... Linux
[Debian_9_x86_64] checking which CPU support to include... x86_64
[CentOS_6.3_x86_64] checking for __attribute__(aligned)... yes
[CentOS_6.3_x86_64] checking for __attribute__(always_inline)... yes
[CentOS_6.3_x86_64] checking for __attribute__(cold)... yes
[CentOS_6.3_x86_64] checking for __attribute__(const)... yes
[CentOS_6.3_x86_64] checking for __attribute__(deprecated)... yes
[CentOS_6.3_x86_64] checking for __attribute__(format)... yes
[CentOS_6.3_x86_64] checking for __attribute__(hot)... yes
[CentOS_6.3_x86_64] checking for __attribute__(malloc)... yes
[CentOS_6.3_x86_64] checking for __attribute__(may_alias)... yes
[CentOS_6.3_x86_64] checking for __attribute__(no_instrument_function)... yes
[CentOS_6.3_x86_64] checking for __attribute__(nonnull)... yes
[CentOS_6.3_x86_64] checking for __attribute__(noreturn)... yes
[CentOS_6.3_x86_64] checking for __attribute__(packed)... yes
[CentOS_6.3_x86_64] checking for __attribute__(pure)... yes
[Debian_9_x86_64_-m32] [check-unix-debug] Running shell script
[Debian_9_x86_64_-m32] + chmod 755 job-3-debug.sh
[Debian_9_x86_64_-m32] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_9_x86_64_-m32] ############################
[Debian_9_x86_64_-m32] Running on:
[Debian_9_x86_64_-m32] Linux hwloc-debian9amd64 4.9.0-3-amd64 #1 SMP Debian 4.9.30-2+deb9u2 (2017-06-26) x86_64 GNU/Linux
[Debian_9_x86_64_-m32] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_9_x86_64_-m32] ############################
[Debian_9_x86_64_-m32] + test -f /builds32/.ciprofile
[Debian_9_x86_64_-m32] + . /builds32/.ciprofile
[Debian_9_x86_64_-m32] + CFLAGS=-m32
[Debian_9_x86_64_-m32] + CXXFLAGS=-m32
[Debian_9_x86_64_-m32] + LDFLAGS=-m32
[Debian_9_x86_64_-m32] + export CFLAGS CXXFLAGS LDFLAGS
[Debian_9_x86_64_-m32] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_9_x86_64_-m32] + basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[Debian_9_x86_64_-m32] + basename=hwloc-v1.11-20190314.0500.git550b2be
[Debian_9_x86_64_-m32] + test -d hwloc-v1.11-20190314.0500.git550b2be
[Debian_9_x86_64_-m32] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_9_x86_64_-m32] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Debian_9_x86_64_-m32] + cd hwloc-v1.11-20190314.0500.git550b2be
[Debian_9_x86_64_-m32] + touch configure
[Debian_9_x86_64_-m32] + mkdir build-plugins-debug
[Debian_9_x86_64_-m32] + cd build-plugins-debug
[Debian_9_x86_64_-m32] + ../configure --enable-plugins --enable-debug
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] ###
[Debian_9_x86_64_-m32] ### Configuring hwloc distribution tarball
[Debian_9_x86_64_-m32] ### Startup tests
[Debian_9_x86_64_-m32] ###
[Debian_9_x86_64_-m32] checking build system type... x86_64-unknown-linux-gnu
[Debian_9_x86_64_-m32] checking host system type... x86_64-unknown-linux-gnu
[Debian_9_x86_64_-m32] checking target system type... x86_64-unknown-linux-gnu
[Debian_9_x86_64_-m32] checking for a BSD-compatible install... /usr/bin/install -c
[Debian_9_x86_64_-m32] checking whether build environment is sane... yes
[Debian_9_x86_64_-m32] checking for a thread-safe mkdir -p... /bin/mkdir -p
[Debian_9_x86_64_-m32] checking for gawk... gawk
[Debian_9_x86_64_-m32] checking whether make sets $(MAKE)... yes
[Debian_9_x86_64_-m32] checking whether make supports nested variables... yes
[Debian_9_x86_64_-m32] checking whether UID '1001' is supported by ustar format... yes
[Debian_9_x86_64_-m32] checking whether GID '1001' is supported by ustar format... yes
[Debian_9_x86_64_-m32] checking how to create a ustar tar archive... gnutar
[Debian_9_x86_64_-m32] checking whether make supports nested variables... (cached) yes
[Debian_9_x86_64_-m32] checking for style of include used by make... GNU
[Debian_9_x86_64_-m32] checking for gcc... gcc
[Debian_9_x86_64_-m32] checking whether the C compiler works... yes
[Debian_9_x86_64_-m32] checking for C compiler default output file name... a.out
[Debian_9_x86_64_-m32] checking for suffix of executables... 
[Debian_9_x86_64_-m32] checking whether we are cross compiling... no
[Debian_9_x86_64_-m32] checking for suffix of object files... o
[Debian_9_x86_64_-m32] checking whether we are using the GNU C compiler... yes
[Debian_9_x86_64_-m32] checking whether gcc accepts -g... yes
[Debian_9_x86_64_-m32] checking for gcc option to accept ISO C89... none needed
[Debian_9_x86_64_-m32] checking whether gcc understands -c and -o together... yes
[Debian_9_x86_64_-m32] checking dependency style of gcc... gcc3
[Debian_9_x86_64_-m32] checking how to run the C preprocessor... gcc -E
[Debian_9_x86_64_-m32] checking for grep that handles long lines and -e... /bin/grep
[Debian_9_x86_64_-m32] checking for egrep... /bin/grep -E
[Debian_9_x86_64_-m32] checking for ANSI C header files... yes
[Debian_9_x86_64_-m32] checking for sys/types.h... yes
[Debian_9_x86_64_-m32] checking for sys/stat.h... yes
[Debian_9_x86_64_-m32] checking for stdlib.h... yes
[Debian_9_x86_64_-m32] checking for string.h... yes
[Debian_9_x86_64_-m32] checking for memory.h... yes
[Debian_9_x86_64_-m32] checking for strings.h... yes
[Debian_9_x86_64_-m32] checking for inttypes.h... yes
[Debian_9_x86_64_-m32] checking for stdint.h... yes
[Debian_9_x86_64_-m32] checking for unistd.h... yes
[Debian_9_x86_64_-m32] checking minix/config.h usability... no
[Debian_9_x86_64_-m32] checking minix/config.h presence... no
[Debian_9_x86_64_-m32] checking for minix/config.h... no
[Debian_9_x86_64_-m32] checking whether it is safe to define __EXTENSIONS__... yes
[Debian_9_x86_64_-m32] checking for gcc... (cached) gcc
[Debian_9_x86_64_-m32] checking whether we are using the GNU C compiler... (cached) yes
[Debian_9_x86_64_-m32] checking whether gcc accepts -g... (cached) yes
[Debian_9_x86_64_-m32] checking for gcc option to accept ISO C89... (cached) none needed
[Debian_9_x86_64_-m32] checking whether gcc understands -c and -o together... (cached) yes
[Debian_9_x86_64_-m32] checking dependency style of gcc... (cached) gcc3
[Debian_9_x86_64_-m32] checking for g++... g++
[Debian_9_x86_64_-m32] checking whether we are using the GNU C++ compiler... yes
[Debian_9_x86_64_-m32] checking whether g++ accepts -g... yes
[Debian_9_x86_64_-m32] checking dependency style of g++... gcc3
[Debian_9_x86_64_-m32] checking for ar... ar
[Debian_9_x86_64_-m32] checking the archiver (ar) interface... ar
[Debian_9_x86_64_-m32] checking for pkg-config... /usr/bin/pkg-config
[Debian_9_x86_64_-m32] checking pkg-config is at least version 0.9.0... yes
[Debian_9_x86_64_-m32] checking for X... no
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] ###
[Debian_9_x86_64_-m32] ### Configuring hwloc core
[Debian_9_x86_64_-m32] ###
[Debian_9_x86_64_-m32] checking hwloc building mode... standalone
[Debian_9_x86_64_-m32] configure: hwloc builddir: /builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[Debian_9_x86_64_-m32] configure: hwloc srcdir: /builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[Debian_9_x86_64_-m32] configure: Detected VPATH build
[Debian_9_x86_64_-m32] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Debian_9_x86_64_-m32] checking if want hwloc maintainer support... enabled
[Debian_9_x86_64_-m32] checking for hwloc directory prefix... (none)
[Debian_9_x86_64_-m32] checking for hwloc symbol prefix... hwloc_
[Debian_9_x86_64_-m32] checking size of void *... 4
[Debian_9_x86_64_-m32] checking which OS support to include... Linux
[Debian_9_x86_64_-m32] checking which CPU support to include... x86_32
[Debian_9_x86_64_-m32] checking size of unsigned long... 4
[Debian_9_x86_64_-m32] checking size of unsigned int... 4
[Pipeline] [Debian_9_x86_64_-m32] sh
[CentOS_7.2_x86_64] checking size of unsigned long... 8
[CentOS_7.2_x86_64] checking size of unsigned int... 4
[CentOS_7.2_x86_64] checking for the C compiler vendor... gnu
[CentOS_7.2_x86_64] checking for __attribute__... yes
[CentOS_7.2_x86_64] checking for __attribute__(aligned)... yes
[CentOS_7.2_x86_64] checking for __attribute__(always_inline)... yes
[CentOS_7.2_x86_64] checking for __attribute__(cold)... yes
[CentOS_7.2_x86_64] checking for __attribute__(const)... yes
[Pipeline] [Fedora_25_x86_64] sh
[Debian_6_x86_32] checking pkg-config is at least version 0.9.0... yes
[Debian_6_x86_32] checking for X... libraries , headers 
[Debian_6_x86_32] 
[Debian_6_x86_32] ###
[Debian_6_x86_32] ### Configuring hwloc core
[Debian_6_x86_32] ###
[Debian_6_x86_32] checking hwloc building mode... standalone
[Debian_6_x86_32] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[Debian_6_x86_32] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[Debian_6_x86_32] configure: Detected VPATH build
[Debian_6_x86_32] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Debian_6_x86_32] checking if want hwloc maintainer support... enabled
[Debian_6_x86_32] checking for hwloc directory prefix... (none)
[Debian_6_x86_32] checking for hwloc symbol prefix... hwloc_
[Debian_6_x86_32] checking size of void *... 4
[Debian_6_x86_32] checking which OS support to include... Linux
[Debian_6_x86_32] checking which CPU support to include... x86_32
[Debian_6_x86_32] checking size of unsigned long... 4
[Debian_6_x86_32] checking size of unsigned int... 4
[Debian_7_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[Debian_7_x86_64] checking whether gcc accepts -g... (cached) yes
[Debian_7_x86_64] checking for gcc option to accept ISO C89... (cached) none needed
[Debian_7_x86_64] checking whether gcc understands -c and -o together... (cached) yes
[Debian_7_x86_64] checking dependency style of gcc... (cached) gcc3
[Debian_7_x86_64] checking for g++... g++
[Debian_7_x86_64] checking whether we are using the GNU C++ compiler... yes
[Debian_7_x86_64] checking whether g++ accepts -g... yes
[Debian_7_x86_64] checking dependency style of g++... gcc3
[Debian_7_x86_64] checking for ar... ar
[Debian_7_x86_64] checking the archiver (ar) interface... ar
[Debian_7_x86_64] checking for pkg-config... /usr/bin/pkg-config
[Debian_7_x86_64] checking pkg-config is at least version 0.9.0... yes
[Debian_7_x86_64] checking for X... libraries , headers 
[Debian_7_x86_64] 
[Debian_7_x86_64] ###
[Debian_7_x86_64] ### Configuring hwloc core
[Debian_7_x86_64] ###
[Debian_7_x86_64] checking hwloc building mode... standalone
[Debian_7_x86_64] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[Debian_7_x86_64] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[Debian_7_x86_64] configure: Detected VPATH build
[Debian_7_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Debian_7_x86_64] checking if want hwloc maintainer support... enabled
[Debian_7_x86_64] checking for hwloc directory prefix... (none)
[Debian_7_x86_64] checking for hwloc symbol prefix... hwloc_
[Fedora_25_x86_64] [check-unix-debug] Running shell script
[Fedora_25_x86_64] + chmod 755 job-3-debug.sh
[Fedora_25_x86_64] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Fedora_25_x86_64] ############################
[Fedora_25_x86_64] Running on:
[Fedora_25_x86_64] 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
[Fedora_25_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Fedora_25_x86_64] ############################
[Fedora_25_x86_64] + test -f /builds/.ciprofile
[Fedora_25_x86_64] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Fedora_25_x86_64] ++ basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[Fedora_25_x86_64] + basename=hwloc-v1.11-20190314.0500.git550b2be
[Fedora_25_x86_64] + test -d hwloc-v1.11-20190314.0500.git550b2be
[Fedora_25_x86_64] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Fedora_25_x86_64] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Fedora_25_x86_64] + cd hwloc-v1.11-20190314.0500.git550b2be
[Fedora_25_x86_64] + touch configure
[Fedora_25_x86_64] + mkdir build-plugins-debug
[Fedora_25_x86_64] + cd build-plugins-debug
[Fedora_25_x86_64] + ../configure --enable-plugins --enable-debug
[Fedora_25_x86_64] 
[Fedora_25_x86_64] ###
[Fedora_25_x86_64] ### Configuring hwloc distribution tarball
[Fedora_25_x86_64] ### Startup tests
[Fedora_25_x86_64] ###
[Fedora_25_x86_64] checking build system type... x86_64-unknown-linux-gnu
[Fedora_25_x86_64] checking host system type... x86_64-unknown-linux-gnu
[Fedora_25_x86_64] checking target system type... x86_64-unknown-linux-gnu
[Fedora_25_x86_64] checking for a BSD-compatible install... /usr/bin/install -c
[Fedora_25_x86_64] checking whether build environment is sane... yes
[Fedora_25_x86_64] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
[Fedora_25_x86_64] checking for gawk... gawk
[Fedora_25_x86_64] checking whether make sets $(MAKE)... yes
[Fedora_25_x86_64] checking whether make supports nested variables... yes
[Fedora_25_x86_64] checking whether UID '1000' is supported by ustar format... yes
[Fedora_25_x86_64] checking whether GID '1000' is supported by ustar format... yes
[Fedora_25_x86_64] checking how to create a ustar tar archive... gnutar
[Fedora_25_x86_64] checking whether make supports nested variables... (cached) yes
[Fedora_25_x86_64] checking for style of include used by make... GNU
[Fedora_25_x86_64] checking for gcc... gcc
[Fedora_25_x86_64] checking whether the C compiler works... yes
[Fedora_25_x86_64] checking for C compiler default output file name... a.out
[Fedora_25_x86_64] checking for suffix of executables... 
[Fedora_25_x86_64] checking whether we are cross compiling... no
[Fedora_25_x86_64] checking for suffix of object files... o
[Fedora_25_x86_64] checking whether we are using the GNU C compiler... yes
[Fedora_25_x86_64] checking whether gcc accepts -g... yes
[Fedora_25_x86_64] checking for gcc option to accept ISO C89... none needed
[Fedora_25_x86_64] checking whether gcc understands -c and -o together... yes
[Fedora_25_x86_64] checking dependency style of gcc... gcc3
[Fedora_25_x86_64] checking how to run the C preprocessor... gcc -E
[Fedora_25_x86_64] checking for grep that handles long lines and -e... /usr/bin/grep
[Fedora_25_x86_64] checking for egrep... /usr/bin/grep -E
[Fedora_25_x86_64] checking for ANSI C header files... yes
[Fedora_25_x86_64] checking for sys/types.h... yes
[Fedora_25_x86_64] checking for sys/stat.h... yes
[Fedora_25_x86_64] checking for stdlib.h... yes
[Fedora_25_x86_64] checking for string.h... yes
[Fedora_25_x86_64] checking for memory.h... yes
[Fedora_25_x86_64] checking for strings.h... yes
[Fedora_25_x86_64] checking for inttypes.h... yes
[Fedora_25_x86_64] checking for stdint.h... yes
[Fedora_25_x86_64] checking for unistd.h... yes
[Fedora_25_x86_64] checking minix/config.h usability... no
[Fedora_25_x86_64] checking minix/config.h presence... no
[Fedora_25_x86_64] checking for minix/config.h... no
[Fedora_25_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[Fedora_25_x86_64] checking for gcc... (cached) gcc
[Fedora_25_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[Fedora_25_x86_64] checking whether gcc accepts -g... (cached) yes
[Fedora_25_x86_64] checking for gcc option to accept ISO C89... (cached) none needed
[Fedora_25_x86_64] checking whether gcc understands -c and -o together... (cached) yes
[Fedora_25_x86_64] checking dependency style of gcc... (cached) gcc3
[Fedora_25_x86_64] checking for g++... g++
[Fedora_25_x86_64] checking whether we are using the GNU C++ compiler... yes
[Fedora_25_x86_64] checking whether g++ accepts -g... yes
[Fedora_25_x86_64] checking dependency style of g++... gcc3
[Fedora_25_x86_64] checking for ar... ar
[Fedora_25_x86_64] checking the archiver (ar) interface... ar
[Fedora_25_x86_64] checking for pkg-config... /usr/bin/pkg-config
[Fedora_25_x86_64] checking pkg-config is at least version 0.9.0... yes
[Fedora_25_x86_64] checking for X... libraries , headers 
[Fedora_25_x86_64] 
[Fedora_25_x86_64] ###
[Fedora_25_x86_64] ### Configuring hwloc core
[Fedora_25_x86_64] ###
[Fedora_25_x86_64] checking hwloc building mode... standalone
[Fedora_25_x86_64] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[Fedora_25_x86_64] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[Fedora_25_x86_64] configure: Detected VPATH build
[Fedora_25_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Fedora_25_x86_64] checking if want hwloc maintainer support... enabled
[Fedora_25_x86_64] checking for hwloc directory prefix... (none)
[Fedora_25_x86_64] checking for hwloc symbol prefix... hwloc_
[Fedora_25_x86_64] checking size of void *... 8
[Fedora_25_x86_64] checking which OS support to include... Linux
[Fedora_25_x86_64] checking which CPU support to include... x86_64
[Pipeline] [FreeBSD_11.1_x86_64] sh
[CentOS_6.3_x86_32] checking for __attribute__(pure)... yes
[CentOS_6.3_x86_32] checking for __attribute__(sentinel)... yes
[CentOS_6.3_x86_32] checking for __attribute__(unused)... yes
[CentOS_6.3_x86_32] checking for __attribute__(warn_unused_result)... yes
[CentOS_6.3_x86_32] checking for __attribute__(weak_alias)... yes
[CentOS_6.3_x86_32] checking if gcc supports -fvisibility=hidden... yes
[CentOS_6.3_x86_32] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[CentOS_6.3_x86_32] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[CentOS_6.3_x86_32] checking whether the C compiler rejects function calls with too many arguments... yes
[CentOS_6.3_x86_32] checking whether the C compiler rejects function calls with too few arguments... yes
[CentOS_6.3_x86_32] checking for unistd.h... (cached) yes
[CentOS_6.3_x86_32] checking dirent.h usability... yes
[CentOS_6.3_x86_32] checking dirent.h presence... yes
[CentOS_6.3_x86_32] checking for dirent.h... yes
[CentOS_6.3_x86_32] checking for strings.h... (cached) yes
[CentOS_6.3_x86_32] checking ctype.h usability... yes
[CentOS_6.3_x86_32] checking ctype.h presence... yes
[CentOS_6.3_x86_32] checking for ctype.h... yes
[Debian_5_x86_64] checking whether build environment is sane... yes
[Debian_5_x86_64] checking for a thread-safe mkdir -p... /bin/mkdir -p
[Debian_5_x86_64] checking for gawk... no
[Debian_5_x86_64] checking for mawk... mawk
[Debian_5_x86_64] checking whether make sets $(MAKE)... yes
[Debian_5_x86_64] checking whether make supports nested variables... yes
[Debian_5_x86_64] checking whether UID '1000' is supported by ustar format... yes
[Debian_5_x86_64] checking whether GID '1000' is supported by ustar format... yes
[Debian_5_x86_64] checking how to create a ustar tar archive... gnutar
[Debian_5_x86_64] checking whether make supports nested variables... (cached) yes
[Debian_5_x86_64] checking for style of include used by make... GNU
[Debian_5_x86_64] checking for gcc... gcc-4.2
[Debian_5_x86_64] checking whether the C compiler works... yes
[Debian_5_x86_64] checking for C compiler default output file name... a.out
[Debian_5_x86_64] checking for suffix of executables... 
[Debian_5_x86_64] checking whether we are cross compiling... no
[Debian_5_x86_64] checking for suffix of object files... o
[Debian_5_x86_64] checking whether we are using the GNU C compiler... yes
[Debian_5_x86_64] checking whether gcc-4.2 accepts -g... yes
[Debian_5_x86_64] checking for gcc-4.2 option to accept ISO C89... none needed
[Debian_5_x86_64] checking whether gcc-4.2 understands -c and -o together... yes
[Debian_5_x86_64] checking dependency style of gcc-4.2... gcc3
[Debian_5_x86_64] checking how to run the C preprocessor... gcc-4.2 -E
[Debian_5_x86_64] checking for grep that handles long lines and -e... /bin/grep
[Debian_5_x86_64] checking for egrep... /bin/grep -E
[Debian_5_x86_64] checking for ANSI C header files... yes
[Debian_5_x86_64] checking for sys/types.h... yes
[Debian_5_x86_64] checking for sys/stat.h... yes
[Debian_5_x86_64] checking for stdlib.h... yes
[Debian_8_x86_64] checking for stdint.h... yes
[Debian_8_x86_64] checking for unistd.h... yes
[Debian_8_x86_64] checking minix/config.h usability... no
[Debian_8_x86_64] checking minix/config.h presence... no
[Debian_8_x86_64] checking for minix/config.h... no
[Debian_8_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[Debian_8_x86_64] checking for gcc... (cached) gcc
[FreeBSD_11.1_x86_64] [check-unix-debug] Running shell script
[FreeBSD_11.1_x86_64] + chmod 755 job-3-debug.sh
[FreeBSD_11.1_x86_64] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[FreeBSD_11.1_x86_64] ############################
[FreeBSD_11.1_x86_64] Running on:
[FreeBSD_11.1_x86_64] 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
[FreeBSD_11.1_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[FreeBSD_11.1_x86_64] ############################
[FreeBSD_11.1_x86_64] + test -f /home/ci/.ciprofile
[FreeBSD_11.1_x86_64] + . /home/ci/.ciprofile
[FreeBSD_11.1_x86_64] + PATH=/builds/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin:/home/ci/bin
[FreeBSD_11.1_x86_64] + export PATH
[FreeBSD_11.1_x86_64] + C_INCLUDE_PATH=/usr/local/include
[FreeBSD_11.1_x86_64] + export C_INCLUDE_PATH
[FreeBSD_11.1_x86_64] + LIBRARY_PATH=/usr/local/lib
[FreeBSD_11.1_x86_64] + export LIBRARY_PATH
[FreeBSD_11.1_x86_64] + LD_LIBRARY_PATH=/usr/local/lib
[FreeBSD_11.1_x86_64] + export LD_LIBRARY_PATH
[FreeBSD_11.1_x86_64] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[FreeBSD_11.1_x86_64] + basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[FreeBSD_11.1_x86_64] + basename=hwloc-v1.11-20190314.0500.git550b2be
[FreeBSD_11.1_x86_64] + test -d hwloc-v1.11-20190314.0500.git550b2be
[FreeBSD_11.1_x86_64] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[FreeBSD_11.1_x86_64] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[FreeBSD_11.1_x86_64] + cd hwloc-v1.11-20190314.0500.git550b2be
[FreeBSD_11.1_x86_64] + touch configure
[FreeBSD_11.1_x86_64] + mkdir build-plugins-debug
[FreeBSD_11.1_x86_64] + cd build-plugins-debug
[FreeBSD_11.1_x86_64] + ../configure --enable-plugins --enable-debug
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] ###
[FreeBSD_11.1_x86_64] ### Configuring hwloc distribution tarball
[FreeBSD_11.1_x86_64] ### Startup tests
[FreeBSD_11.1_x86_64] ###
[FreeBSD_11.1_x86_64] checking build system type... x86_64-unknown-freebsd11.1
[FreeBSD_11.1_x86_64] checking host system type... x86_64-unknown-freebsd11.1
[FreeBSD_11.1_x86_64] checking target system type... x86_64-unknown-freebsd11.1
[FreeBSD_11.1_x86_64] checking for a BSD-compatible install... /usr/bin/install -c
[FreeBSD_11.1_x86_64] checking whether build environment is sane... yes
[FreeBSD_11.1_x86_64] checking for a thread-safe mkdir -p... .././config/install-sh -c -d
[FreeBSD_11.1_x86_64] checking for gawk... no
[FreeBSD_11.1_x86_64] checking for mawk... no
[FreeBSD_11.1_x86_64] checking for nawk... nawk
[FreeBSD_11.1_x86_64] checking whether make sets $(MAKE)... yes
[FreeBSD_11.1_x86_64] checking whether make supports nested variables... yes
[FreeBSD_11.1_x86_64] checking whether UID '1001' is supported by ustar format... yes
[FreeBSD_11.1_x86_64] checking whether GID '1001' is supported by ustar format... yes
[FreeBSD_11.1_x86_64] checking how to create a ustar tar archive... gnutar
[FreeBSD_11.1_x86_64] checking whether make supports nested variables... (cached) yes
[FreeBSD_11.1_x86_64] checking for style of include used by make... GNU
[FreeBSD_11.1_x86_64] checking for gcc... gcc
[FreeBSD_11.1_x86_64] checking whether the C compiler works... yes
[FreeBSD_11.1_x86_64] checking for C compiler default output file name... a.out
[FreeBSD_11.1_x86_64] checking for suffix of executables... 
[FreeBSD_11.1_x86_64] checking whether we are cross compiling... no
[FreeBSD_11.1_x86_64] checking for suffix of object files... o
[FreeBSD_11.1_x86_64] checking whether we are using the GNU C compiler... yes
[FreeBSD_11.1_x86_64] checking whether gcc accepts -g... yes
[FreeBSD_11.1_x86_64] checking for gcc option to accept ISO C89... none needed
[FreeBSD_11.1_x86_64] checking whether gcc understands -c and -o together... yes
[FreeBSD_11.1_x86_64] checking dependency style of gcc... gcc3
[FreeBSD_11.1_x86_64] checking how to run the C preprocessor... gcc -E
[FreeBSD_11.1_x86_64] checking for grep that handles long lines and -e... /usr/bin/grep
[FreeBSD_11.1_x86_64] checking for egrep... /usr/bin/grep -E
[FreeBSD_11.1_x86_64] checking for ANSI C header files... yes
[FreeBSD_11.1_x86_64] checking for sys/types.h... yes
[FreeBSD_11.1_x86_64] checking for sys/stat.h... yes
[FreeBSD_11.1_x86_64] checking for stdlib.h... yes
[FreeBSD_11.1_x86_64] checking for string.h... yes
[FreeBSD_11.1_x86_64] checking for memory.h... yes
[FreeBSD_11.1_x86_64] checking for strings.h... yes
[FreeBSD_11.1_x86_64] checking for inttypes.h... yes
[FreeBSD_11.1_x86_64] checking for stdint.h... yes
[FreeBSD_11.1_x86_64] checking for unistd.h... yes
[FreeBSD_11.1_x86_64] checking minix/config.h usability... no
[FreeBSD_11.1_x86_64] checking minix/config.h presence... no
[FreeBSD_11.1_x86_64] checking for minix/config.h... no
[FreeBSD_11.1_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[FreeBSD_11.1_x86_64] checking for gcc... (cached) gcc
[FreeBSD_11.1_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[FreeBSD_11.1_x86_64] checking whether gcc accepts -g... (cached) yes
[FreeBSD_11.1_x86_64] checking for gcc option to accept ISO C89... (cached) none needed
[FreeBSD_11.1_x86_64] checking whether gcc understands -c and -o together... (cached) yes
[FreeBSD_11.1_x86_64] checking dependency style of gcc... (cached) gcc3
[FreeBSD_11.1_x86_64] checking for g++... g++
[FreeBSD_11.1_x86_64] checking whether we are using the GNU C++ compiler... yes
[FreeBSD_11.1_x86_64] checking whether g++ accepts -g... yes
[FreeBSD_11.1_x86_64] checking dependency style of g++... gcc3
[FreeBSD_11.1_x86_64] checking for ar... ar
[FreeBSD_11.1_x86_64] checking the archiver (ar) interface... ar
[FreeBSD_11.1_x86_64] checking for pkg-config... no
[FreeBSD_11.1_x86_64] checking for X... libraries , headers 
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] ###
[FreeBSD_11.1_x86_64] ### Configuring hwloc core
[FreeBSD_11.1_x86_64] ###
[FreeBSD_11.1_x86_64] checking hwloc building mode... standalone
[FreeBSD_11.1_x86_64] configure: hwloc builddir: /usr/home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[FreeBSD_11.1_x86_64] configure: hwloc srcdir: /usr/home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[FreeBSD_11.1_x86_64] configure: Detected VPATH build
[FreeBSD_11.1_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[FreeBSD_11.1_x86_64] checking if want hwloc maintainer support... enabled
[FreeBSD_11.1_x86_64] checking for hwloc directory prefix... (none)
[FreeBSD_11.1_x86_64] checking for hwloc symbol prefix... hwloc_
[FreeBSD_11.1_x86_64] checking size of void *... 8
[FreeBSD_11.1_x86_64] checking which OS support to include... FreeBSD
[FreeBSD_11.1_x86_64] checking which CPU support to include... x86_64
[Pipeline] [NetBSD_7.1_x86_64] sh
[CentOS_6.3_x86_64] checking for __attribute__(sentinel)... yes
[CentOS_6.3_x86_64] checking for __attribute__(unused)... yes
[CentOS_6.3_x86_64] checking for __attribute__(warn_unused_result)... yes
[CentOS_6.3_x86_64] checking for __attribute__(weak_alias)... yes
[CentOS_6.3_x86_64] checking if gcc supports -fvisibility=hidden... yes
[CentOS_6.3_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[CentOS_6.3_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[CentOS_6.3_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[CentOS_6.3_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[CentOS_6.3_x86_64] checking for unistd.h... (cached) yes
[CentOS_6.3_x86_64] checking dirent.h usability... yes
[CentOS_6.3_x86_64] checking dirent.h presence... yes
[CentOS_6.3_x86_64] checking for dirent.h... yes
[CentOS_6.3_x86_64] checking for strings.h... (cached) yes
[CentOS_6.3_x86_64] checking ctype.h usability... yes
[CentOS_6.3_x86_64] checking ctype.h presence... yes
[CentOS_6.3_x86_64] checking for ctype.h... yes
[Debian_9_x86_64] checking size of unsigned long... 8
[Debian_9_x86_64] checking size of unsigned int... 4
[Debian_9_x86_64] checking for the C compiler vendor... gnu
[Debian_9_x86_64] checking for __attribute__... yes
[Debian_9_x86_64] checking for __attribute__(aligned)... yes
[Debian_9_x86_64] checking for __attribute__(always_inline)... yes
[Debian_9_x86_64] checking for __attribute__(cold)... yes
[Debian_9_x86_64] checking for __attribute__(const)... yes
[Debian_9_x86_64_-m32] checking for the C compiler vendor... gnu
[Debian_9_x86_64_-m32] checking for __attribute__... yes
[Debian_9_x86_64_-m32] checking for __attribute__(aligned)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(always_inline)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(cold)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(const)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(deprecated)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(format)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(hot)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(malloc)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(may_alias)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(no_instrument_function)... yes
[NetBSD_7.1_x86_64] [check-unix-debug] Running shell script
[NetBSD_7.1_x86_64] + chmod 755 'job-3-debug.sh'
[NetBSD_7.1_x86_64] + './job-3-debug.sh' 'hwloc-v1.11-20190314.0500.git550b2be.tar.gz'
[NetBSD_7.1_x86_64] ############################
[NetBSD_7.1_x86_64] Running on:
[NetBSD_7.1_x86_64] NetBSD hwloc-netbsd7amd64.cs1cloud.internal 7.1 NetBSD 7.1 (GENERIC.201703111743Z) amd64
[NetBSD_7.1_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[NetBSD_7.1_x86_64] ############################
[NetBSD_7.1_x86_64] + test -f '/builds/.ciprofile'
[NetBSD_7.1_x86_64] + '.' '/builds/.ciprofile'
[NetBSD_7.1_x86_64] + 'C_INCLUDE_PATH=/usr/pkg/include/'
[NetBSD_7.1_x86_64] + export 'C_INCLUDE_PATH'
[NetBSD_7.1_x86_64] + 'LIBRARY_PATH=/usr/pkg/lib/'
[NetBSD_7.1_x86_64] + export 'LIBRARY_PATH'
[NetBSD_7.1_x86_64] + 'LD_LIBRARY_PATH=/usr/pkg/lib/'
[NetBSD_7.1_x86_64] + export 'LD_LIBRARY_PATH'
[NetBSD_7.1_x86_64] + 'tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz'
[NetBSD_7.1_x86_64] + basename 'hwloc-v1.11-20190314.0500.git550b2be.tar.gz' '.tar.gz'
[NetBSD_7.1_x86_64] + 'basename=hwloc-v1.11-20190314.0500.git550b2be'
[NetBSD_7.1_x86_64] + test -d 'hwloc-v1.11-20190314.0500.git550b2be'
[NetBSD_7.1_x86_64] + tar xfz 'hwloc-v1.11-20190314.0500.git550b2be.tar.gz'
[Pipeline] [OS_X_12] sh
[CentOS_7.2_x86_64] checking for __attribute__(deprecated)... yes
[CentOS_7.2_x86_64] checking for __attribute__(format)... yes
[CentOS_7.2_x86_64] checking for __attribute__(hot)... yes
[CentOS_7.2_x86_64] checking for __attribute__(malloc)... yes
[CentOS_7.2_x86_64] checking for __attribute__(may_alias)... yes
[CentOS_7.2_x86_64] checking for __attribute__(no_instrument_function)... yes
[CentOS_7.2_x86_64] checking for __attribute__(nonnull)... yes
[CentOS_7.2_x86_64] checking for __attribute__(noreturn)... yes
[CentOS_7.2_x86_64] checking for __attribute__(packed)... yes
[CentOS_7.2_x86_64] checking for __attribute__(pure)... yes
[Fedora_25_x86_64] checking size of unsigned long... 8
[Fedora_25_x86_64] checking size of unsigned int... 4
[Fedora_25_x86_64] checking for the C compiler vendor... gnu
[Fedora_25_x86_64] checking for __attribute__... yes
[Fedora_25_x86_64] checking for __attribute__(aligned)... yes
[Fedora_25_x86_64] checking for __attribute__(always_inline)... yes
[Fedora_25_x86_64] checking for __attribute__(cold)... yes
[Fedora_25_x86_64] checking for __attribute__(const)... yes
[Fedora_25_x86_64] checking for __attribute__(deprecated)... yes
[OS_X_12] [check-unix-debug] Running shell script
[OS_X_12] + chmod 755 job-3-debug.sh
[OS_X_12] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OS_X_12] ############################
[OS_X_12] Running on:
[OS_X_12] 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
[OS_X_12] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OS_X_12] ############################
[OS_X_12] + test -f /Users/ci/.ciprofile
[OS_X_12] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OS_X_12] ++ basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[OS_X_12] + basename=hwloc-v1.11-20190314.0500.git550b2be
[OS_X_12] + test -d hwloc-v1.11-20190314.0500.git550b2be
[OS_X_12] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OS_X_12] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OS_X_12] + cd hwloc-v1.11-20190314.0500.git550b2be
[OS_X_12] + touch configure
[OS_X_12] + mkdir build-plugins-debug
[OS_X_12] + cd build-plugins-debug
[OS_X_12] + ../configure --enable-plugins --enable-debug
[OS_X_12] 
[OS_X_12] ###
[OS_X_12] ### Configuring hwloc distribution tarball
[OS_X_12] ### Startup tests
[OS_X_12] ###
[OS_X_12] checking build system type... x86_64-apple-darwin16.7.0
[OS_X_12] checking host system type... x86_64-apple-darwin16.7.0
[OS_X_12] checking target system type... x86_64-apple-darwin16.7.0
[OS_X_12] checking for a BSD-compatible install... /usr/bin/install -c
[Pipeline] [OS_X_9] sh
[Debian_6_x86_32] checking for the C compiler vendor... gnu
[Debian_6_x86_32] checking for __attribute__... yes
[Debian_6_x86_32] checking for __attribute__(aligned)... yes
[Debian_6_x86_32] checking for __attribute__(always_inline)... yes
[Debian_6_x86_32] checking for __attribute__(cold)... yes
[Debian_6_x86_32] checking for __attribute__(const)... yes
[Debian_6_x86_32] checking for __attribute__(deprecated)... yes
[Debian_6_x86_32] checking for __attribute__(format)... yes
[Debian_6_x86_32] checking for __attribute__(hot)... yes
[Debian_6_x86_32] checking for __attribute__(malloc)... yes
[Debian_6_x86_32] checking for __attribute__(may_alias)... yes
[Debian_6_x86_32] checking for __attribute__(no_instrument_function)... yes
[FreeBSD_11.1_x86_64] checking size of unsigned long... 8
[FreeBSD_11.1_x86_64] checking size of unsigned int... 4
[FreeBSD_11.1_x86_64] checking for the C compiler vendor... gnu
[FreeBSD_11.1_x86_64] checking for __attribute__... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(aligned)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(always_inline)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(cold)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(const)... yes
[OS_X_9] [check-unix-debug] Running shell script
[OS_X_9] + chmod 755 job-3-debug.sh
[OS_X_9] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OS_X_9] ############################
[OS_X_9] Running on:
[OS_X_9] Darwin ciosx 13.4.0 Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64 x86_64
[OS_X_9] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OS_X_9] ############################
[OS_X_9] + test -f /Users/ci/.ciprofile
[OS_X_9] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OS_X_9] ++ basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[OS_X_9] + basename=hwloc-v1.11-20190314.0500.git550b2be
[OS_X_9] + test -d hwloc-v1.11-20190314.0500.git550b2be
[OS_X_9] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OS_X_9] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OS_X_9] + cd hwloc-v1.11-20190314.0500.git550b2be
[OS_X_9] + touch configure
[OS_X_9] + mkdir build-plugins-debug
[OS_X_9] + cd build-plugins-debug
[OS_X_9] + ../configure --enable-plugins --enable-debug
[OS_X_9] 
[OS_X_9] ###
[OS_X_9] ### Configuring hwloc distribution tarball
[OS_X_9] ### Startup tests
[OS_X_9] ###
[OS_X_9] checking build system type... x86_64-apple-darwin13.4.0
[OS_X_9] checking host system type... x86_64-apple-darwin13.4.0
[OS_X_9] checking target system type... x86_64-apple-darwin13.4.0
[OS_X_9] checking for a BSD-compatible install... /usr/bin/install -c
[Pipeline] [OpenBSD_5.9_x86_64] sh
[Debian_7_x86_64] checking size of void *... 8
[Debian_7_x86_64] checking which OS support to include... Linux
[Debian_7_x86_64] checking which CPU support to include... x86_64
[Debian_7_x86_64] checking size of unsigned long... 8
[Debian_7_x86_64] checking size of unsigned int... 4
[Debian_7_x86_64] checking for the C compiler vendor... gnu
[Debian_8_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[Debian_8_x86_64] checking whether gcc accepts -g... (cached) yes
[Debian_8_x86_64] checking for gcc option to accept ISO C89... (cached) none needed
[Debian_8_x86_64] checking whether gcc understands -c and -o together... (cached) yes
[Debian_8_x86_64] checking dependency style of gcc... (cached) gcc3
[Debian_8_x86_64] checking for g++... g++
[Debian_8_x86_64] checking whether we are using the GNU C++ compiler... yes
[Debian_8_x86_64] checking whether g++ accepts -g... yes
[Debian_8_x86_64] checking dependency style of g++... gcc3
[Debian_8_x86_64] checking for ar... ar
[Debian_8_x86_64] checking the archiver (ar) interface... ar
[Debian_8_x86_64] checking for pkg-config... /usr/bin/pkg-config
[Debian_8_x86_64] checking pkg-config is at least version 0.9.0... yes
[OpenBSD_5.9_x86_64] [check-unix-debug] Running shell script
[OpenBSD_5.9_x86_64] + chmod 755 job-3-debug.sh
[OpenBSD_5.9_x86_64] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OpenBSD_5.9_x86_64] ############################
[OpenBSD_5.9_x86_64] Running on:
[OpenBSD_5.9_x86_64] OpenBSD openbsd-59-amd64.cs1cloud.internal 5.9 GENERIC.MP#1888 amd64
[OpenBSD_5.9_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OpenBSD_5.9_x86_64] ############################
[OpenBSD_5.9_x86_64] + test -f /home/ci/.ciprofile
[OpenBSD_5.9_x86_64] + . /home/ci/.ciprofile
[OpenBSD_5.9_x86_64] + PATH=/builds/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
[OpenBSD_5.9_x86_64] + export PATH
[OpenBSD_5.9_x86_64] + C_INCLUDE_PATH=/usr/local/include
[OpenBSD_5.9_x86_64] + export C_INCLUDE_PATH
[OpenBSD_5.9_x86_64] + LIBRARY_PATH=/usr/local/lib
[OpenBSD_5.9_x86_64] + export LIBRARY_PATH
[OpenBSD_5.9_x86_64] + LD_LIBRARY_PATH=/usr/local/lib
[OpenBSD_5.9_x86_64] + export LD_LIBRARY_PATH
[OpenBSD_5.9_x86_64] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OpenBSD_5.9_x86_64] + basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[OpenBSD_5.9_x86_64] + basename=hwloc-v1.11-20190314.0500.git550b2be
[OpenBSD_5.9_x86_64] + test -d hwloc-v1.11-20190314.0500.git550b2be
[OpenBSD_5.9_x86_64] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Pipeline] [OpenIndiana_x86_64] sh
[CentOS_6.3_x86_32] checking for strcasecmp... yes
[CentOS_6.3_x86_32] checking whether strcasecmp is declared... yes
[CentOS_6.3_x86_32] checking whether function strcasecmp has a complete prototype... yes
[CentOS_6.3_x86_32] checking for strncasecmp... yes
[CentOS_6.3_x86_32] checking whether strncasecmp is declared... yes
[CentOS_6.3_x86_32] checking whether function strncasecmp has a complete prototype... yes
[CentOS_6.3_x86_32] checking for strftime... yes
[CentOS_6.3_x86_32] checking for setlocale... yes
[CentOS_6.3_x86_32] checking for stdint.h... (cached) yes
[CentOS_6.3_x86_64] checking for strcasecmp... yes
[CentOS_6.3_x86_64] checking whether strcasecmp is declared... yes
[CentOS_6.3_x86_64] checking whether function strcasecmp has a complete prototype... yes
[CentOS_6.3_x86_64] checking for strncasecmp... yes
[CentOS_6.3_x86_64] checking whether strncasecmp is declared... yes
[CentOS_6.3_x86_64] checking whether function strncasecmp has a complete prototype... yes
[CentOS_6.3_x86_64] checking for strftime... yes
[CentOS_6.3_x86_64] checking for setlocale... yes
[CentOS_6.3_x86_64] checking for stdint.h... (cached) yes
[CentOS_6.3_x86_64] checking sys/mman.h usability... yes
[CentOS_6.3_x86_64] checking sys/mman.h presence... yes
[CentOS_6.3_x86_64] checking for sys/mman.h... yes
[Debian_5_x86_64] checking for string.h... yes
[Debian_5_x86_64] checking for memory.h... yes
[Debian_5_x86_64] checking for strings.h... yes
[Debian_5_x86_64] checking for inttypes.h... yes
[Debian_5_x86_64] checking for stdint.h... yes
[Debian_5_x86_64] checking for unistd.h... yes
[Debian_5_x86_64] checking minix/config.h usability... no
[Debian_5_x86_64] checking minix/config.h presence... no
[Debian_5_x86_64] checking for minix/config.h... no
[Debian_5_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[Debian_5_x86_64] checking for gcc... (cached) gcc-4.2
[Debian_5_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[Debian_5_x86_64] checking whether gcc-4.2 accepts -g... (cached) yes
[Debian_5_x86_64] checking for gcc-4.2 option to accept ISO C89... (cached) none needed
[Debian_5_x86_64] checking whether gcc-4.2 understands -c and -o together... (cached) yes
[Debian_5_x86_64] checking dependency style of gcc-4.2... (cached) gcc3
[Debian_5_x86_64] checking for g++... g++
[Debian_5_x86_64] checking whether we are using the GNU C++ compiler... yes
[Debian_5_x86_64] checking whether g++ accepts -g... yes
[Debian_9_x86_64] checking for __attribute__(deprecated)... yes
[Debian_9_x86_64] checking for __attribute__(format)... yes
[Debian_9_x86_64] checking for __attribute__(hot)... yes
[Debian_9_x86_64] checking for __attribute__(malloc)... yes
[Debian_9_x86_64] checking for __attribute__(may_alias)... yes
[Debian_9_x86_64] checking for __attribute__(no_instrument_function)... yes
[Debian_9_x86_64] checking for __attribute__(nonnull)... yes
[Debian_9_x86_64] checking for __attribute__(noreturn)... yes
[Debian_9_x86_64] checking for __attribute__(packed)... yes
[Debian_9_x86_64] checking for __attribute__(pure)... yes
[OpenIndiana_x86_64] [check-unix-debug] Running shell script
[OpenIndiana_x86_64] + chmod 755 job-3-debug.sh
[OpenIndiana_x86_64] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OpenIndiana_x86_64] ############################
[OpenIndiana_x86_64] Running on:
[OpenIndiana_x86_64] SunOS openindiana 5.11 illumos-79f1e6171e i86pc i386 i86pc
[OpenIndiana_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OpenIndiana_x86_64] ############################
[OpenIndiana_x86_64] + test -f /builds/.ciprofile
[OpenIndiana_x86_64] + . /builds/.ciprofile
[OpenIndiana_x86_64] + PATH=/builds/local/bin:/builds/bin:/usr/bin:/usr/sbin:/sbin:/usr/gnu/bin
[OpenIndiana_x86_64] + export PATH
[OpenIndiana_x86_64] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OpenIndiana_x86_64] + basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[OpenIndiana_x86_64] + basename=hwloc-v1.11-20190314.0500.git550b2be
[OpenIndiana_x86_64] + test -d hwloc-v1.11-20190314.0500.git550b2be
[OpenIndiana_x86_64] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OpenIndiana_x86_64] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OpenIndiana_x86_64] + cd hwloc-v1.11-20190314.0500.git550b2be
[OpenIndiana_x86_64] + touch configure
[OpenIndiana_x86_64] + mkdir build-plugins-debug
[OpenIndiana_x86_64] + cd build-plugins-debug
[OpenIndiana_x86_64] + ../configure --enable-plugins --enable-debug
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] ###
[OpenIndiana_x86_64] ### Configuring hwloc distribution tarball
[OpenIndiana_x86_64] ### Startup tests
[OpenIndiana_x86_64] ###
[OpenIndiana_x86_64] checking build system type... i386-pc-solaris2.11
[OpenIndiana_x86_64] checking host system type... i386-pc-solaris2.11
[OpenIndiana_x86_64] checking target system type... i386-pc-solaris2.11
[OpenIndiana_x86_64] checking for a BSD-compatible install... /usr/bin/ginstall -c
[OpenIndiana_x86_64] checking whether build environment is sane... yes
[OpenIndiana_x86_64] checking for a thread-safe mkdir -p... /usr/bin/gmkdir -p
[OpenIndiana_x86_64] checking for gawk... gawk
[OpenIndiana_x86_64] checking whether make sets $(MAKE)... yes
[OpenIndiana_x86_64] checking whether make supports nested variables... yes
[OpenIndiana_x86_64] checking whether UID '101' is supported by ustar format... yes
[OpenIndiana_x86_64] checking whether GID '10' is supported by ustar format... yes
[OpenIndiana_x86_64] checking how to create a ustar tar archive... gnutar
[OpenIndiana_x86_64] checking whether make supports nested variables... (cached) yes
[OpenIndiana_x86_64] checking for style of include used by make... GNU
[OpenIndiana_x86_64] checking for gcc... gcc
[OpenIndiana_x86_64] checking whether the C compiler works... yes
[OpenIndiana_x86_64] checking for C compiler default output file name... a.out
[OpenIndiana_x86_64] checking for suffix of executables... 
[OpenIndiana_x86_64] checking whether we are cross compiling... no
[OpenIndiana_x86_64] checking for suffix of object files... o
[OpenIndiana_x86_64] checking whether we are using the GNU C compiler... yes
[OpenIndiana_x86_64] checking whether gcc accepts -g... yes
[OpenIndiana_x86_64] checking for gcc option to accept ISO C89... none needed
[OpenIndiana_x86_64] checking whether gcc understands -c and -o together... yes
[OpenIndiana_x86_64] checking dependency style of gcc... gcc3
[OpenIndiana_x86_64] checking how to run the C preprocessor... gcc -E
[OpenIndiana_x86_64] checking for grep that handles long lines and -e... /usr/bin/ggrep
[OpenIndiana_x86_64] checking for egrep... /usr/bin/ggrep -E
[OpenIndiana_x86_64] checking for ANSI C header files... yes
[OpenIndiana_x86_64] checking for sys/types.h... yes
[OpenIndiana_x86_64] checking for sys/stat.h... yes
[OpenIndiana_x86_64] checking for stdlib.h... yes
[OpenIndiana_x86_64] checking for string.h... yes
[OpenIndiana_x86_64] checking for memory.h... yes
[OpenIndiana_x86_64] checking for strings.h... yes
[OpenIndiana_x86_64] checking for inttypes.h... yes
[OpenIndiana_x86_64] checking for stdint.h... yes
[Pipeline] [Ubuntu_12.04_x86_64] sh
[CentOS_7.2_x86_64] checking for __attribute__(sentinel)... yes
[CentOS_7.2_x86_64] checking for __attribute__(unused)... yes
[CentOS_7.2_x86_64] checking for __attribute__(warn_unused_result)... yes
[CentOS_7.2_x86_64] checking for __attribute__(weak_alias)... yes
[CentOS_7.2_x86_64] checking if gcc supports -fvisibility=hidden... yes
[CentOS_7.2_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[CentOS_7.2_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[CentOS_7.2_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[CentOS_7.2_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[CentOS_7.2_x86_64] checking for unistd.h... (cached) yes
[CentOS_7.2_x86_64] checking dirent.h usability... yes
[CentOS_7.2_x86_64] checking dirent.h presence... yes
[CentOS_7.2_x86_64] checking for dirent.h... yes
[CentOS_7.2_x86_64] checking for strings.h... (cached) yes
[CentOS_7.2_x86_64] checking ctype.h usability... yes
[Debian_9_x86_64_-m32] checking for __attribute__(nonnull)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(noreturn)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(packed)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(pure)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(sentinel)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(unused)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(warn_unused_result)... yes
[Debian_9_x86_64_-m32] checking for __attribute__(weak_alias)... yes
[Debian_9_x86_64_-m32] checking if gcc supports -fvisibility=hidden... yes
[Debian_9_x86_64_-m32] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[Debian_9_x86_64_-m32] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Debian_9_x86_64_-m32] checking whether the C compiler rejects function calls with too many arguments... yes
[Debian_9_x86_64_-m32] checking whether the C compiler rejects function calls with too few arguments... yes
[Debian_9_x86_64_-m32] checking for unistd.h... (cached) yes
[Fedora_25_x86_64] checking for __attribute__(format)... yes
[Fedora_25_x86_64] checking for __attribute__(hot)... yes
[Fedora_25_x86_64] checking for __attribute__(malloc)... yes
[Fedora_25_x86_64] checking for __attribute__(may_alias)... yes
[Fedora_25_x86_64] checking for __attribute__(no_instrument_function)... yes
[Fedora_25_x86_64] checking for __attribute__(nonnull)... yes
[Fedora_25_x86_64] checking for __attribute__(noreturn)... yes
[Fedora_25_x86_64] checking for __attribute__(packed)... yes
[Fedora_25_x86_64] checking for __attribute__(pure)... yes
[Fedora_25_x86_64] checking for __attribute__(sentinel)... yes
[Fedora_25_x86_64] checking for __attribute__(unused)... yes
[Ubuntu_12.04_x86_64] [check-unix-debug] Running shell script
[Ubuntu_12.04_x86_64] + chmod 755 job-3-debug.sh
[Ubuntu_12.04_x86_64] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_12.04_x86_64] ############################
[Ubuntu_12.04_x86_64] Running on:
[Ubuntu_12.04_x86_64] 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
[Ubuntu_12.04_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_12.04_x86_64] ############################
[Ubuntu_12.04_x86_64] + test -f /builds/.ciprofile
[Ubuntu_12.04_x86_64] + . /builds/.ciprofile
[Ubuntu_12.04_x86_64] + export PATH=/builds/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
[Ubuntu_12.04_x86_64] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_12.04_x86_64] + basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[Ubuntu_12.04_x86_64] + basename=hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_12.04_x86_64] + test -d hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_12.04_x86_64] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_12.04_x86_64] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_12.04_x86_64] + cd hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_12.04_x86_64] + touch configure
[Ubuntu_12.04_x86_64] + mkdir build-plugins-debug
[Ubuntu_12.04_x86_64] + cd build-plugins-debug
[Ubuntu_12.04_x86_64] + ../configure --enable-plugins --enable-debug
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] ###
[Ubuntu_12.04_x86_64] ### Configuring hwloc distribution tarball
[Ubuntu_12.04_x86_64] ### Startup tests
[Ubuntu_12.04_x86_64] ###
[Ubuntu_12.04_x86_64] checking build system type... x86_64-unknown-linux-gnu
[Ubuntu_12.04_x86_64] checking host system type... x86_64-unknown-linux-gnu
[Ubuntu_12.04_x86_64] checking target system type... x86_64-unknown-linux-gnu
[Ubuntu_12.04_x86_64] checking for a BSD-compatible install... /usr/bin/install -c
[Ubuntu_12.04_x86_64] checking whether build environment is sane... yes
[Ubuntu_12.04_x86_64] checking for a thread-safe mkdir -p... /bin/mkdir -p
[Ubuntu_12.04_x86_64] checking for gawk... gawk
[Ubuntu_12.04_x86_64] checking whether make sets $(MAKE)... yes
[Ubuntu_12.04_x86_64] checking whether make supports nested variables... yes
[Ubuntu_12.04_x86_64] checking whether UID '1001' is supported by ustar format... yes
[Ubuntu_12.04_x86_64] checking whether GID '1001' is supported by ustar format... yes
[Ubuntu_12.04_x86_64] checking how to create a ustar tar archive... gnutar
[Ubuntu_12.04_x86_64] checking whether make supports nested variables... (cached) yes
[Ubuntu_12.04_x86_64] checking for style of include used by make... GNU
[Ubuntu_12.04_x86_64] checking for gcc... gcc
[Ubuntu_12.04_x86_64] checking whether the C compiler works... yes
[Ubuntu_12.04_x86_64] checking for C compiler default output file name... a.out
[Ubuntu_12.04_x86_64] checking for suffix of executables... 
[Ubuntu_12.04_x86_64] checking whether we are cross compiling... no
[Ubuntu_12.04_x86_64] checking for suffix of object files... o
[Ubuntu_12.04_x86_64] checking whether we are using the GNU C compiler... yes
[Ubuntu_12.04_x86_64] checking whether gcc accepts -g... yes
[Ubuntu_12.04_x86_64] checking for gcc option to accept ISO C89... none needed
[Ubuntu_12.04_x86_64] checking whether gcc understands -c and -o together... yes
[Ubuntu_12.04_x86_64] checking dependency style of gcc... gcc3
[Ubuntu_12.04_x86_64] checking how to run the C preprocessor... gcc -E
[Ubuntu_12.04_x86_64] checking for grep that handles long lines and -e... /bin/grep
[Ubuntu_12.04_x86_64] checking for egrep... /bin/grep -E
[Ubuntu_12.04_x86_64] checking for ANSI C header files... yes
[Ubuntu_12.04_x86_64] checking for sys/types.h... yes
[Ubuntu_12.04_x86_64] checking for sys/stat.h... yes
[Ubuntu_12.04_x86_64] checking for stdlib.h... yes
[Ubuntu_12.04_x86_64] checking for string.h... yes
[Ubuntu_12.04_x86_64] checking for memory.h... yes
[Ubuntu_12.04_x86_64] checking for strings.h... yes
[Ubuntu_12.04_x86_64] checking for inttypes.h... yes
[Ubuntu_12.04_x86_64] checking for stdint.h... yes
[Ubuntu_12.04_x86_64] checking for unistd.h... yes
[Ubuntu_12.04_x86_64] checking minix/config.h usability... no
[Ubuntu_12.04_x86_64] checking minix/config.h presence... no
[Ubuntu_12.04_x86_64] checking for minix/config.h... no
[Pipeline] [Ubuntu_14.04_x86_64] sh
[Debian_6_x86_32] checking for __attribute__(nonnull)... yes
[Debian_6_x86_32] checking for __attribute__(noreturn)... yes
[Debian_6_x86_32] checking for __attribute__(packed)... yes
[Debian_6_x86_32] checking for __attribute__(pure)... yes
[Debian_6_x86_32] checking for __attribute__(sentinel)... yes
[Debian_6_x86_32] checking for __attribute__(unused)... yes
[Debian_6_x86_32] checking for __attribute__(warn_unused_result)... yes
[Debian_6_x86_32] checking for __attribute__(weak_alias)... yes
[Debian_6_x86_32] checking if gcc supports -fvisibility=hidden... yes
[Debian_6_x86_32] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[Debian_6_x86_32] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Debian_6_x86_32] checking whether the C compiler rejects function calls with too many arguments... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(deprecated)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(format)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(hot)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(malloc)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(may_alias)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(no_instrument_function)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(nonnull)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(noreturn)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(packed)... yes
[Ubuntu_14.04_x86_64] [check-unix-debug] Running shell script
[Ubuntu_14.04_x86_64] + chmod 755 job-3-debug.sh
[Ubuntu_14.04_x86_64] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_14.04_x86_64] ############################
[Ubuntu_14.04_x86_64] Running on:
[Ubuntu_14.04_x86_64] 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
[Ubuntu_14.04_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_14.04_x86_64] ############################
[Ubuntu_14.04_x86_64] + test -f /builds/.ciprofile
[Ubuntu_14.04_x86_64] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_14.04_x86_64] + basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[Ubuntu_14.04_x86_64] + basename=hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_14.04_x86_64] + test -d hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_14.04_x86_64] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_14.04_x86_64] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_14.04_x86_64] + cd hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_14.04_x86_64] + touch configure
[Ubuntu_14.04_x86_64] + mkdir build-plugins-debug
[Ubuntu_14.04_x86_64] + cd build-plugins-debug
[Ubuntu_14.04_x86_64] + ../configure --enable-plugins --enable-debug
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] ###
[Ubuntu_14.04_x86_64] ### Configuring hwloc distribution tarball
[Ubuntu_14.04_x86_64] ### Startup tests
[Ubuntu_14.04_x86_64] ###
[Ubuntu_14.04_x86_64] checking build system type... x86_64-unknown-linux-gnu
[Ubuntu_14.04_x86_64] checking host system type... x86_64-unknown-linux-gnu
[Ubuntu_14.04_x86_64] checking target system type... x86_64-unknown-linux-gnu
[Ubuntu_14.04_x86_64] checking for a BSD-compatible install... /usr/bin/install -c
[Ubuntu_14.04_x86_64] checking whether build environment is sane... yes
[Ubuntu_14.04_x86_64] checking for a thread-safe mkdir -p... /bin/mkdir -p
[Ubuntu_14.04_x86_64] checking for gawk... gawk
[Ubuntu_14.04_x86_64] checking whether make sets $(MAKE)... yes
[Ubuntu_14.04_x86_64] checking whether make supports nested variables... yes
[Ubuntu_14.04_x86_64] checking whether UID '1000' is supported by ustar format... yes
[Ubuntu_14.04_x86_64] checking whether GID '1000' is supported by ustar format... yes
[Ubuntu_14.04_x86_64] checking how to create a ustar tar archive... gnutar
[Ubuntu_14.04_x86_64] checking whether make supports nested variables... (cached) yes
[Ubuntu_14.04_x86_64] checking for style of include used by make... GNU
[Ubuntu_14.04_x86_64] checking for gcc... gcc
[Ubuntu_14.04_x86_64] checking whether the C compiler works... yes
[Ubuntu_14.04_x86_64] checking for C compiler default output file name... a.out
[Ubuntu_14.04_x86_64] checking for suffix of executables... 
[Ubuntu_14.04_x86_64] checking whether we are cross compiling... no
[Ubuntu_14.04_x86_64] checking for suffix of object files... o
[Ubuntu_14.04_x86_64] checking whether we are using the GNU C compiler... yes
[Ubuntu_14.04_x86_64] checking whether gcc accepts -g... yes
[Ubuntu_14.04_x86_64] checking for gcc option to accept ISO C89... none needed
[Ubuntu_14.04_x86_64] checking whether gcc understands -c and -o together... yes
[Ubuntu_14.04_x86_64] checking dependency style of gcc... gcc3
[Ubuntu_14.04_x86_64] checking how to run the C preprocessor... gcc -E
[Ubuntu_14.04_x86_64] checking for grep that handles long lines and -e... /bin/grep
[Ubuntu_14.04_x86_64] checking for egrep... /bin/grep -E
[Ubuntu_14.04_x86_64] checking for ANSI C header files... yes
[Ubuntu_14.04_x86_64] checking for sys/types.h... yes
[Ubuntu_14.04_x86_64] checking for sys/stat.h... yes
[Ubuntu_14.04_x86_64] checking for stdlib.h... yes
[Ubuntu_14.04_x86_64] checking for string.h... yes
[Ubuntu_14.04_x86_64] checking for memory.h... yes
[Ubuntu_14.04_x86_64] checking for strings.h... yes
[Ubuntu_14.04_x86_64] checking for inttypes.h... yes
[Ubuntu_14.04_x86_64] checking for stdint.h... yes
[Ubuntu_14.04_x86_64] checking for unistd.h... yes
[Ubuntu_14.04_x86_64] checking minix/config.h usability... no
[Ubuntu_14.04_x86_64] checking minix/config.h presence... no
[Ubuntu_14.04_x86_64] checking for minix/config.h... no
[Ubuntu_14.04_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[Ubuntu_14.04_x86_64] checking for gcc... (cached) gcc
[Ubuntu_14.04_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[Ubuntu_14.04_x86_64] checking whether gcc accepts -g... (cached) yes
[Ubuntu_14.04_x86_64] checking for gcc option to accept ISO C89... (cached) none needed
[Ubuntu_14.04_x86_64] checking whether gcc understands -c and -o together... (cached) yes
[Ubuntu_14.04_x86_64] checking dependency style of gcc... (cached) gcc3
[Ubuntu_14.04_x86_64] checking for g++... g++
[Ubuntu_14.04_x86_64] checking whether we are using the GNU C++ compiler... yes
[Ubuntu_14.04_x86_64] checking whether g++ accepts -g... yes
[Ubuntu_14.04_x86_64] checking dependency style of g++... gcc3
[Ubuntu_14.04_x86_64] checking for ar... ar
[Ubuntu_14.04_x86_64] checking the archiver (ar) interface... ar
[Ubuntu_14.04_x86_64] checking for pkg-config... /usr/bin/pkg-config
[Ubuntu_14.04_x86_64] checking pkg-config is at least version 0.9.0... yes
[Ubuntu_14.04_x86_64] checking for X... libraries , headers 
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] ###
[Ubuntu_14.04_x86_64] ### Configuring hwloc core
[Ubuntu_14.04_x86_64] ###
[Ubuntu_14.04_x86_64] checking hwloc building mode... standalone
[Ubuntu_14.04_x86_64] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[Ubuntu_14.04_x86_64] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_14.04_x86_64] configure: Detected VPATH build
[Pipeline] [Ubuntu_16.04_x86_32] sh
[Debian_7_x86_64] checking for __attribute__... yes
[Debian_7_x86_64] checking for __attribute__(aligned)... yes
[Debian_7_x86_64] checking for __attribute__(always_inline)... yes
[Debian_7_x86_64] checking for __attribute__(cold)... yes
[Debian_7_x86_64] checking for __attribute__(const)... yes
[Debian_7_x86_64] checking for __attribute__(deprecated)... yes
[Debian_7_x86_64] checking for __attribute__(format)... yes
[Debian_7_x86_64] checking for __attribute__(hot)... yes
[Debian_7_x86_64] checking for __attribute__(malloc)... yes
[Debian_8_x86_64] checking for X... libraries , headers 
[Debian_8_x86_64] 
[Debian_8_x86_64] ###
[Debian_8_x86_64] ### Configuring hwloc core
[Debian_8_x86_64] ###
[Debian_8_x86_64] checking hwloc building mode... standalone
[Debian_8_x86_64] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[Debian_8_x86_64] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[Debian_8_x86_64] configure: Detected VPATH build
[Debian_8_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Debian_8_x86_64] checking if want hwloc maintainer support... enabled
[Debian_8_x86_64] checking for hwloc directory prefix... (none)
[Debian_8_x86_64] checking for hwloc symbol prefix... hwloc_
[Debian_8_x86_64] checking size of void *... 8
[Debian_8_x86_64] checking which OS support to include... Linux
[Debian_8_x86_64] checking which CPU support to include... x86_64
[Debian_8_x86_64] checking size of unsigned long... 8
[OS_X_9] checking whether build environment is sane... yes
[OS_X_9] checking for a thread-safe mkdir -p... .././config/install-sh -c -d
[OS_X_9] checking for gawk... no
[OS_X_9] checking for mawk... no
[OS_X_9] checking for nawk... no
[OS_X_9] checking for awk... awk
[OS_X_9] checking whether make sets $(MAKE)... yes
[OS_X_9] checking whether make supports nested variables... yes
[OS_X_9] checking whether UID '501' is supported by ustar format... yes
[OS_X_9] checking whether GID '20' is supported by ustar format... yes
[OpenIndiana_x86_64] checking for unistd.h... yes
[OpenIndiana_x86_64] checking minix/config.h usability... no
[OpenIndiana_x86_64] checking minix/config.h presence... no
[OpenIndiana_x86_64] checking for minix/config.h... no
[OpenIndiana_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[OpenIndiana_x86_64] checking for gcc... (cached) gcc
[OpenIndiana_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[OpenIndiana_x86_64] checking whether gcc accepts -g... (cached) yes
[OpenIndiana_x86_64] checking for gcc option to accept ISO C89... (cached) none needed
[OpenIndiana_x86_64] checking whether gcc understands -c and -o together... (cached) yes
[OpenIndiana_x86_64] checking dependency style of gcc... (cached) gcc3
[OpenIndiana_x86_64] checking for g++... g++
[OpenIndiana_x86_64] checking whether we are using the GNU C++ compiler... yes
[OpenIndiana_x86_64] checking whether g++ accepts -g... yes
[Ubuntu_16.04_x86_32] [check-unix-debug] Running shell script
[Ubuntu_16.04_x86_32] + chmod 755 job-3-debug.sh
[Ubuntu_16.04_x86_32] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_16.04_x86_32] ############################
[Ubuntu_16.04_x86_32] Running on:
[Ubuntu_16.04_x86_32] Linux ubuntu1604 4.4.0-130-generic #156-Ubuntu SMP Thu Jun 14 08:51:45 UTC 2018 i686 i686 i686 GNU/Linux
[Ubuntu_16.04_x86_32] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_16.04_x86_32] ############################
[Ubuntu_16.04_x86_32] + test -f /builds/.ciprofile
[Ubuntu_16.04_x86_32] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_16.04_x86_32] + basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[Ubuntu_16.04_x86_32] + basename=hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_32] + test -d hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_32] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_16.04_x86_32] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_16.04_x86_32] + cd hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_32] + touch configure
[Ubuntu_16.04_x86_32] + mkdir build-plugins-debug
[Ubuntu_16.04_x86_32] + cd build-plugins-debug
[Ubuntu_16.04_x86_32] + ../configure --enable-plugins --enable-debug
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] ###
[Ubuntu_16.04_x86_32] ### Configuring hwloc distribution tarball
[Ubuntu_16.04_x86_32] ### Startup tests
[Ubuntu_16.04_x86_32] ###
[Ubuntu_16.04_x86_32] checking build system type... i686-pc-linux-gnu
[Ubuntu_16.04_x86_32] checking host system type... i686-pc-linux-gnu
[Ubuntu_16.04_x86_32] checking target system type... i686-pc-linux-gnu
[Ubuntu_16.04_x86_32] checking for a BSD-compatible install... /usr/bin/install -c
[Ubuntu_16.04_x86_32] checking whether build environment is sane... yes
[Ubuntu_16.04_x86_32] checking for a thread-safe mkdir -p... /bin/mkdir -p
[Ubuntu_16.04_x86_32] checking for gawk... gawk
[Ubuntu_16.04_x86_32] checking whether make sets $(MAKE)... yes
[Ubuntu_16.04_x86_32] checking whether make supports nested variables... yes
[Ubuntu_16.04_x86_32] checking whether UID '1000' is supported by ustar format... yes
[Ubuntu_16.04_x86_32] checking whether GID '1000' is supported by ustar format... yes
[Ubuntu_16.04_x86_32] checking how to create a ustar tar archive... gnutar
[Ubuntu_16.04_x86_32] checking whether make supports nested variables... (cached) yes
[Ubuntu_16.04_x86_32] checking for style of include used by make... GNU
[Ubuntu_16.04_x86_32] checking for gcc... gcc
[Ubuntu_16.04_x86_32] checking whether the C compiler works... yes
[Ubuntu_16.04_x86_32] checking for C compiler default output file name... a.out
[Ubuntu_16.04_x86_32] checking for suffix of executables... 
[Ubuntu_16.04_x86_32] checking whether we are cross compiling... no
[Ubuntu_16.04_x86_32] checking for suffix of object files... o
[Ubuntu_16.04_x86_32] checking whether we are using the GNU C compiler... yes
[Ubuntu_16.04_x86_32] checking whether gcc accepts -g... yes
[Ubuntu_16.04_x86_32] checking for gcc option to accept ISO C89... none needed
[Ubuntu_16.04_x86_32] checking whether gcc understands -c and -o together... yes
[Ubuntu_16.04_x86_32] checking dependency style of gcc... gcc3
[Ubuntu_16.04_x86_32] checking how to run the C preprocessor... gcc -E
[Ubuntu_16.04_x86_32] checking for grep that handles long lines and -e... /bin/grep
[Ubuntu_16.04_x86_32] checking for egrep... /bin/grep -E
[Ubuntu_16.04_x86_32] checking for ANSI C header files... yes
[Ubuntu_16.04_x86_32] checking for sys/types.h... yes
[Ubuntu_16.04_x86_32] checking for sys/stat.h... yes
[Ubuntu_16.04_x86_32] checking for stdlib.h... yes
[Ubuntu_16.04_x86_32] checking for string.h... yes
[Ubuntu_16.04_x86_32] checking for memory.h... yes
[Ubuntu_16.04_x86_32] checking for strings.h... yes
[Ubuntu_16.04_x86_32] checking for inttypes.h... yes
[Ubuntu_16.04_x86_32] checking for stdint.h... yes
[Ubuntu_16.04_x86_32] checking for unistd.h... yes
[Ubuntu_16.04_x86_32] checking minix/config.h usability... no
[Ubuntu_16.04_x86_32] checking minix/config.h presence... no
[Ubuntu_16.04_x86_32] checking for minix/config.h... no
[Ubuntu_16.04_x86_32] checking whether it is safe to define __EXTENSIONS__... yes
[Ubuntu_16.04_x86_32] checking for gcc... (cached) gcc
[Ubuntu_16.04_x86_32] checking whether we are using the GNU C compiler... (cached) yes
[Ubuntu_16.04_x86_32] checking whether gcc accepts -g... (cached) yes
[Ubuntu_16.04_x86_32] checking for gcc option to accept ISO C89... (cached) none needed
[Ubuntu_16.04_x86_32] checking whether gcc understands -c and -o together... (cached) yes
[Ubuntu_16.04_x86_32] checking dependency style of gcc... (cached) gcc3
[Ubuntu_16.04_x86_32] checking for g++... g++
[Ubuntu_16.04_x86_32] checking whether we are using the GNU C++ compiler... yes
[Ubuntu_16.04_x86_32] checking whether g++ accepts -g... yes
[Ubuntu_16.04_x86_32] checking dependency style of g++... gcc3
[Ubuntu_16.04_x86_32] checking for ar... ar
[Ubuntu_16.04_x86_32] checking the archiver (ar) interface... ar
[Ubuntu_16.04_x86_32] checking for pkg-config... /usr/bin/pkg-config
[Ubuntu_16.04_x86_32] checking pkg-config is at least version 0.9.0... yes
[Ubuntu_16.04_x86_32] checking for X... libraries , headers 
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] ###
[Ubuntu_16.04_x86_32] ### Configuring hwloc core
[Ubuntu_16.04_x86_32] ###
[Ubuntu_16.04_x86_32] checking hwloc building mode... standalone
[Ubuntu_16.04_x86_32] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[Ubuntu_16.04_x86_32] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_32] configure: Detected VPATH build
[Ubuntu_16.04_x86_32] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_32] checking if want hwloc maintainer support... enabled
[Ubuntu_16.04_x86_32] checking for hwloc directory prefix... (none)
[Ubuntu_16.04_x86_32] checking for hwloc symbol prefix... hwloc_
[Pipeline] [Ubuntu_16.04_x86_64] sh
[CentOS_6.3_x86_32] checking sys/mman.h usability... yes
[CentOS_6.3_x86_32] checking sys/mman.h presence... yes
[CentOS_6.3_x86_32] checking for sys/mman.h... yes
[CentOS_6.3_x86_32] checking for KAFFINITY... no
[CentOS_6.3_x86_32] checking for PROCESSOR_CACHE_TYPE... no
[CentOS_6.3_x86_32] checking for CACHE_DESCRIPTOR... no
[CentOS_6.3_x86_32] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[CentOS_6.3_x86_32] checking for RelationProcessorPackage... no
[CentOS_6.3_x86_32] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[CentOS_6.3_x86_32] checking for GROUP_AFFINITY... no
[CentOS_6.3_x86_32] checking for PROCESSOR_RELATIONSHIP... no
[CentOS_6.3_x86_32] checking for NUMA_NODE_RELATIONSHIP... no
[CentOS_6.3_x86_32] checking for CACHE_RELATIONSHIP... no
[CentOS_6.3_x86_32] checking for PROCESSOR_GROUP_INFO... no
[CentOS_6.3_x86_32] checking for GROUP_RELATIONSHIP... no
[CentOS_6.3_x86_32] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[CentOS_6.3_x86_32] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[CentOS_6.3_x86_32] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[CentOS_6.3_x86_32] checking for PROCESSOR_NUMBER... no
[CentOS_6.3_x86_32] checking for main in -lgdi32... no
[CentOS_6.3_x86_32] checking for PostQuitMessage in -luser32... no
[CentOS_6.3_x86_64] checking for KAFFINITY... no
[CentOS_6.3_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[CentOS_6.3_x86_64] checking for CACHE_DESCRIPTOR... no
[CentOS_6.3_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[CentOS_6.3_x86_64] checking for RelationProcessorPackage... no
[CentOS_6.3_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[CentOS_6.3_x86_64] checking for GROUP_AFFINITY... no
[CentOS_6.3_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[CentOS_6.3_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[CentOS_6.3_x86_64] checking for CACHE_RELATIONSHIP... no
[CentOS_6.3_x86_64] checking for PROCESSOR_GROUP_INFO... no
[CentOS_6.3_x86_64] checking for GROUP_RELATIONSHIP... no
[CentOS_6.3_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[CentOS_6.3_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[CentOS_6.3_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[CentOS_6.3_x86_64] checking for PROCESSOR_NUMBER... no
[CentOS_6.3_x86_64] checking for main in -lgdi32... no
[CentOS_6.3_x86_64] checking for PostQuitMessage in -luser32... no
[Debian_5_x86_64] checking dependency style of g++... gcc3
[Debian_5_x86_64] checking for ar... ar
[Debian_5_x86_64] checking the archiver (ar) interface... ar
[Debian_5_x86_64] checking for pkg-config... /usr/bin/pkg-config
[Debian_5_x86_64] checking pkg-config is at least version 0.9.0... yes
[Debian_5_x86_64] checking for X... libraries , headers 
[Debian_5_x86_64] 
[Debian_5_x86_64] ###
[Debian_5_x86_64] ### Configuring hwloc core
[Debian_5_x86_64] ###
[Debian_5_x86_64] checking hwloc building mode... standalone
[Debian_5_x86_64] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[Debian_5_x86_64] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[Debian_5_x86_64] configure: Detected VPATH build
[Debian_5_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Debian_5_x86_64] checking if want hwloc maintainer support... enabled
[Debian_5_x86_64] checking for hwloc directory prefix... (none)
[Debian_5_x86_64] checking for hwloc symbol prefix... hwloc_
[Debian_5_x86_64] checking size of void *... 8
[Debian_5_x86_64] checking which OS support to include... Linux
[Debian_5_x86_64] checking which CPU support to include... x86_64
[Debian_5_x86_64] checking size of unsigned long... 8
[Debian_5_x86_64] checking size of unsigned int... 4
[Debian_5_x86_64] checking for the C compiler vendor... gnu
[Debian_9_x86_64] checking for __attribute__(sentinel)... yes
[Debian_9_x86_64] checking for __attribute__(unused)... yes
[Debian_9_x86_64] checking for __attribute__(warn_unused_result)... yes
[Debian_9_x86_64] checking for __attribute__(weak_alias)... yes
[Debian_9_x86_64] checking if gcc supports -fvisibility=hidden... yes
[Debian_9_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[Debian_9_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Debian_9_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[Debian_9_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[Debian_9_x86_64] checking for unistd.h... (cached) yes
[Debian_9_x86_64] checking dirent.h usability... yes
[Debian_9_x86_64] checking dirent.h presence... yes
[Debian_9_x86_64] checking for dirent.h... yes
[Debian_9_x86_64] checking for strings.h... (cached) yes
[Debian_9_x86_64] checking ctype.h usability... yes
[Debian_9_x86_64] checking ctype.h presence... yes
[Debian_9_x86_64] checking for ctype.h... yes
[Debian_9_x86_64_-m32] checking dirent.h usability... yes
[Debian_9_x86_64_-m32] checking dirent.h presence... yes
[Debian_9_x86_64_-m32] checking for dirent.h... yes
[Debian_9_x86_64_-m32] checking for strings.h... (cached) yes
[Debian_9_x86_64_-m32] checking ctype.h usability... yes
[Debian_9_x86_64_-m32] checking ctype.h presence... yes
[Debian_9_x86_64_-m32] checking for ctype.h... yes
[Debian_9_x86_64_-m32] checking for strcasecmp... yes
[Debian_9_x86_64_-m32] checking whether strcasecmp is declared... yes
[Debian_9_x86_64_-m32] checking whether function strcasecmp has a complete prototype... yes
[Debian_9_x86_64_-m32] checking for strncasecmp... yes
[Debian_9_x86_64_-m32] checking whether strncasecmp is declared... yes
[Debian_9_x86_64_-m32] checking whether function strncasecmp has a complete prototype... yes
[Ubuntu_12.04_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[Ubuntu_12.04_x86_64] checking for gcc... (cached) gcc
[Ubuntu_12.04_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[Ubuntu_12.04_x86_64] checking whether gcc accepts -g... (cached) yes
[Ubuntu_12.04_x86_64] checking for gcc option to accept ISO C89... (cached) none needed
[Ubuntu_12.04_x86_64] checking whether gcc understands -c and -o together... (cached) yes
[Ubuntu_12.04_x86_64] checking dependency style of gcc... (cached) gcc3
[Ubuntu_12.04_x86_64] checking for g++... g++
[Ubuntu_12.04_x86_64] checking whether we are using the GNU C++ compiler... yes
[Ubuntu_12.04_x86_64] checking whether g++ accepts -g... yes
[Ubuntu_12.04_x86_64] checking dependency style of g++... gcc3
[Ubuntu_12.04_x86_64] checking for ar... ar
[Ubuntu_12.04_x86_64] checking the archiver (ar) interface... ar
[Ubuntu_12.04_x86_64] checking for pkg-config... /usr/bin/pkg-config
[Ubuntu_12.04_x86_64] checking pkg-config is at least version 0.9.0... yes
[Ubuntu_14.04_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Ubuntu_14.04_x86_64] checking if want hwloc maintainer support... enabled
[Ubuntu_14.04_x86_64] checking for hwloc directory prefix... (none)
[Ubuntu_14.04_x86_64] checking for hwloc symbol prefix... hwloc_
[Ubuntu_14.04_x86_64] checking size of void *... 8
[Ubuntu_14.04_x86_64] checking which OS support to include... Linux
[Ubuntu_14.04_x86_64] checking which CPU support to include... x86_64
[Ubuntu_14.04_x86_64] checking size of unsigned long... 8
[Ubuntu_14.04_x86_64] checking size of unsigned int... 4
[Ubuntu_14.04_x86_64] checking for the C compiler vendor... gnu
[Ubuntu_16.04_x86_64] [check-unix-debug] Running shell script
[Ubuntu_16.04_x86_64] + chmod 755 job-3-debug.sh
[Ubuntu_16.04_x86_64] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_16.04_x86_64] ############################
[Ubuntu_16.04_x86_64] Running on:
[Ubuntu_16.04_x86_64] Linux ubuntu1604 4.4.0-130-generic #156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[Ubuntu_16.04_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_16.04_x86_64] ############################
[Ubuntu_16.04_x86_64] + test -f /builds/.ciprofile
[Ubuntu_16.04_x86_64] + . /builds/.ciprofile
[Ubuntu_16.04_x86_64] + C_INCLUDE_PATH=/usr/lib/openmpi/include/
[Ubuntu_16.04_x86_64] + export C_INCLUDE_PATH
[Ubuntu_16.04_x86_64] + LIBRARY_PATH=/usr/lib/openmpi/lib/
[Ubuntu_16.04_x86_64] + export LIBRARY_PATH
[Ubuntu_16.04_x86_64] + LD_LIBRARY_PATH=/usr/lib/openmpi/lib/
[Ubuntu_16.04_x86_64] + export LD_LIBRARY_PATH
[Ubuntu_16.04_x86_64] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_16.04_x86_64] + basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[Ubuntu_16.04_x86_64] + basename=hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_64] + test -d hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_64] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_16.04_x86_64] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_16.04_x86_64] + cd hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_64] + touch configure
[Ubuntu_16.04_x86_64] + mkdir build-plugins-debug
[Ubuntu_16.04_x86_64] + cd build-plugins-debug
[Ubuntu_16.04_x86_64] + ../configure --enable-plugins --enable-debug
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] ###
[Ubuntu_16.04_x86_64] ### Configuring hwloc distribution tarball
[Ubuntu_16.04_x86_64] ### Startup tests
[Ubuntu_16.04_x86_64] ###
[Ubuntu_16.04_x86_64] checking build system type... x86_64-unknown-linux-gnu
[Ubuntu_16.04_x86_64] checking host system type... x86_64-unknown-linux-gnu
[Ubuntu_16.04_x86_64] checking target system type... x86_64-unknown-linux-gnu
[Ubuntu_16.04_x86_64] checking for a BSD-compatible install... /usr/bin/install -c
[Ubuntu_16.04_x86_64] checking whether build environment is sane... yes
[Ubuntu_16.04_x86_64] checking for a thread-safe mkdir -p... /bin/mkdir -p
[Ubuntu_16.04_x86_64] checking for gawk... no
[Ubuntu_16.04_x86_64] checking for mawk... mawk
[Ubuntu_16.04_x86_64] checking whether make sets $(MAKE)... yes
[Ubuntu_16.04_x86_64] checking whether make supports nested variables... yes
[Ubuntu_16.04_x86_64] checking whether UID '1000' is supported by ustar format... yes
[Ubuntu_16.04_x86_64] checking whether GID '1000' is supported by ustar format... yes
[Ubuntu_16.04_x86_64] checking how to create a ustar tar archive... gnutar
[Ubuntu_16.04_x86_64] checking whether make supports nested variables... (cached) yes
[Ubuntu_16.04_x86_64] checking for style of include used by make... GNU
[Ubuntu_16.04_x86_64] checking for gcc... gcc
[Ubuntu_16.04_x86_64] checking whether the C compiler works... yes
[Ubuntu_16.04_x86_64] checking for C compiler default output file name... a.out
[Ubuntu_16.04_x86_64] checking for suffix of executables... 
[Ubuntu_16.04_x86_64] checking whether we are cross compiling... no
[Ubuntu_16.04_x86_64] checking for suffix of object files... o
[Ubuntu_16.04_x86_64] checking whether we are using the GNU C compiler... yes
[Ubuntu_16.04_x86_64] checking whether gcc accepts -g... yes
[Ubuntu_16.04_x86_64] checking for gcc option to accept ISO C89... none needed
[Ubuntu_16.04_x86_64] checking whether gcc understands -c and -o together... yes
[Ubuntu_16.04_x86_64] checking dependency style of gcc... gcc3
[Ubuntu_16.04_x86_64] checking how to run the C preprocessor... gcc -E
[Ubuntu_16.04_x86_64] checking for grep that handles long lines and -e... /bin/grep
[Ubuntu_16.04_x86_64] checking for egrep... /bin/grep -E
[Ubuntu_16.04_x86_64] checking for ANSI C header files... yes
[Ubuntu_16.04_x86_64] checking for sys/types.h... yes
[Ubuntu_16.04_x86_64] checking for sys/stat.h... yes
[Ubuntu_16.04_x86_64] checking for stdlib.h... yes
[Ubuntu_16.04_x86_64] checking for string.h... yes
[Ubuntu_16.04_x86_64] checking for memory.h... yes
[Ubuntu_16.04_x86_64] checking for strings.h... yes
[Ubuntu_16.04_x86_64] checking for inttypes.h... yes
[Ubuntu_16.04_x86_64] checking for stdint.h... yes
[Ubuntu_16.04_x86_64] checking for unistd.h... yes
[Ubuntu_16.04_x86_64] checking minix/config.h usability... no
[Ubuntu_16.04_x86_64] checking minix/config.h presence... no
[Ubuntu_16.04_x86_64] checking for minix/config.h... no
[Ubuntu_16.04_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[Ubuntu_16.04_x86_64] checking for gcc... (cached) gcc
[Ubuntu_16.04_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[Ubuntu_16.04_x86_64] checking whether gcc accepts -g... (cached) yes
[Ubuntu_16.04_x86_64] checking for gcc option to accept ISO C89... (cached) none needed
[Ubuntu_16.04_x86_64] checking whether gcc understands -c and -o together... (cached) yes
[Ubuntu_16.04_x86_64] checking dependency style of gcc... (cached) gcc3
[Ubuntu_16.04_x86_64] checking for g++... g++
[Ubuntu_16.04_x86_64] checking whether we are using the GNU C++ compiler... yes
[Ubuntu_16.04_x86_64] checking whether g++ accepts -g... yes
[Ubuntu_16.04_x86_64] checking dependency style of g++... gcc3
[Ubuntu_16.04_x86_64] checking for ar... ar
[Ubuntu_16.04_x86_64] checking the archiver (ar) interface... ar
[Ubuntu_16.04_x86_64] checking for pkg-config... /usr/bin/pkg-config
[Ubuntu_16.04_x86_64] checking pkg-config is at least version 0.9.0... yes
[Ubuntu_16.04_x86_64] checking for X... libraries , headers 
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] ###
[Ubuntu_16.04_x86_64] ### Configuring hwloc core
[Ubuntu_16.04_x86_64] ###
[Ubuntu_16.04_x86_64] checking hwloc building mode... standalone
[Ubuntu_16.04_x86_64] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[Ubuntu_16.04_x86_64] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_64] configure: Detected VPATH build
[Ubuntu_16.04_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_64] checking if want hwloc maintainer support... enabled
[Ubuntu_16.04_x86_64] checking for hwloc directory prefix... (none)
[Ubuntu_16.04_x86_64] checking for hwloc symbol prefix... hwloc_
[Ubuntu_16.04_x86_64] checking size of void *... 8
[Ubuntu_16.04_x86_64] checking which OS support to include... Linux
[Ubuntu_16.04_x86_64] checking which CPU support to include... x86_64
[Pipeline] [Ubuntu_18.04_x86_64] sh
[CentOS_7.2_x86_64] checking ctype.h presence... yes
[CentOS_7.2_x86_64] checking for ctype.h... yes
[CentOS_7.2_x86_64] checking for strcasecmp... yes
[CentOS_7.2_x86_64] checking whether strcasecmp is declared... yes
[CentOS_7.2_x86_64] checking whether function strcasecmp has a complete prototype... yes
[CentOS_7.2_x86_64] checking for strncasecmp... yes
[CentOS_7.2_x86_64] checking whether strncasecmp is declared... yes
[CentOS_7.2_x86_64] checking whether function strncasecmp has a complete prototype... yes
[CentOS_7.2_x86_64] checking for strftime... yes
[Fedora_25_x86_64] checking for __attribute__(warn_unused_result)... yes
[Fedora_25_x86_64] checking for __attribute__(weak_alias)... yes
[Fedora_25_x86_64] checking if gcc supports -fvisibility=hidden... yes
[Fedora_25_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[Fedora_25_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Fedora_25_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[Fedora_25_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[Fedora_25_x86_64] checking for unistd.h... (cached) yes
[Fedora_25_x86_64] checking dirent.h usability... yes
[Fedora_25_x86_64] checking dirent.h presence... yes
[Fedora_25_x86_64] checking for dirent.h... yes
[Fedora_25_x86_64] checking for strings.h... (cached) yes
[Fedora_25_x86_64] checking ctype.h usability... yes
[Fedora_25_x86_64] checking ctype.h presence... yes
[Fedora_25_x86_64] checking for ctype.h... yes
[Fedora_25_x86_64] checking for strcasecmp... yes
[Ubuntu_16.04_x86_32] checking size of void *... 4
[Ubuntu_16.04_x86_32] checking which OS support to include... Linux
[Ubuntu_16.04_x86_32] checking which CPU support to include... x86_32
[Ubuntu_16.04_x86_32] checking size of unsigned long... 4
[Ubuntu_16.04_x86_32] checking size of unsigned int... 4
[Ubuntu_16.04_x86_32] checking for the C compiler vendor... gnu
[Ubuntu_16.04_x86_32] checking for __attribute__... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(aligned)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(always_inline)... yes
[Ubuntu_18.04_x86_64] [check-unix-debug] Running shell script
[Ubuntu_18.04_x86_64] + chmod 755 job-3-debug.sh
[Ubuntu_18.04_x86_64] + ./job-3-debug.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_18.04_x86_64] ############################
[Ubuntu_18.04_x86_64] Running on:
[Ubuntu_18.04_x86_64] Linux hwloc-ubuntu1804amd64 4.15.0-33-generic #36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[Ubuntu_18.04_x86_64] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_18.04_x86_64] ############################
[Ubuntu_18.04_x86_64] + test -f /builds/.ciprofile
[Ubuntu_18.04_x86_64] + . /builds/.ciprofile
[Ubuntu_18.04_x86_64] + 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
[Ubuntu_18.04_x86_64] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_18.04_x86_64] + basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[Ubuntu_18.04_x86_64] + basename=hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_18.04_x86_64] + test -d hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_18.04_x86_64] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_18.04_x86_64] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Ubuntu_18.04_x86_64] + cd hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_18.04_x86_64] + touch configure
[Ubuntu_18.04_x86_64] + mkdir build-plugins-debug
[Ubuntu_18.04_x86_64] + cd build-plugins-debug
[Ubuntu_18.04_x86_64] + ../configure --enable-plugins --enable-debug
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] ###
[Ubuntu_18.04_x86_64] ### Configuring hwloc distribution tarball
[Ubuntu_18.04_x86_64] ### Startup tests
[Ubuntu_18.04_x86_64] ###
[Ubuntu_18.04_x86_64] checking build system type... x86_64-unknown-linux-gnu
[Ubuntu_18.04_x86_64] checking host system type... x86_64-unknown-linux-gnu
[Ubuntu_18.04_x86_64] checking target system type... x86_64-unknown-linux-gnu
[Ubuntu_18.04_x86_64] checking for a BSD-compatible install... /usr/bin/install -c
[Ubuntu_18.04_x86_64] checking whether build environment is sane... yes
[Ubuntu_18.04_x86_64] checking for a thread-safe mkdir -p... /bin/mkdir -p
[Ubuntu_18.04_x86_64] checking for gawk... gawk
[Ubuntu_18.04_x86_64] checking whether make sets $(MAKE)... yes
[Ubuntu_18.04_x86_64] checking whether make supports nested variables... yes
[Ubuntu_18.04_x86_64] checking whether UID '1000' is supported by ustar format... yes
[Ubuntu_18.04_x86_64] checking whether GID '1000' is supported by ustar format... yes
[Ubuntu_18.04_x86_64] checking how to create a ustar tar archive... gnutar
[Ubuntu_18.04_x86_64] checking whether make supports nested variables... (cached) yes
[Ubuntu_18.04_x86_64] checking for style of include used by make... GNU
[Ubuntu_18.04_x86_64] checking for gcc... gcc
[Ubuntu_18.04_x86_64] checking whether the C compiler works... yes
[Ubuntu_18.04_x86_64] checking for C compiler default output file name... a.out
[Ubuntu_18.04_x86_64] checking for suffix of executables... 
[Ubuntu_18.04_x86_64] checking whether we are cross compiling... no
[Ubuntu_18.04_x86_64] checking for suffix of object files... o
[Ubuntu_18.04_x86_64] checking whether we are using the GNU C compiler... yes
[Ubuntu_18.04_x86_64] checking whether gcc accepts -g... yes
[Ubuntu_18.04_x86_64] checking for gcc option to accept ISO C89... none needed
[Ubuntu_18.04_x86_64] checking whether gcc understands -c and -o together... yes
[Ubuntu_18.04_x86_64] checking dependency style of gcc... gcc3
[Ubuntu_18.04_x86_64] checking how to run the C preprocessor... gcc -E
[Ubuntu_18.04_x86_64] checking for grep that handles long lines and -e... /bin/grep
[Ubuntu_18.04_x86_64] checking for egrep... /bin/grep -E
[Ubuntu_18.04_x86_64] checking for ANSI C header files... yes
[Ubuntu_18.04_x86_64] checking for sys/types.h... yes
[Ubuntu_18.04_x86_64] checking for sys/stat.h... yes
[Ubuntu_18.04_x86_64] checking for stdlib.h... yes
[Ubuntu_18.04_x86_64] checking for string.h... yes
[Ubuntu_18.04_x86_64] checking for memory.h... yes
[Ubuntu_18.04_x86_64] checking for strings.h... yes
[Ubuntu_18.04_x86_64] checking for inttypes.h... yes
[Ubuntu_18.04_x86_64] checking for stdint.h... yes
[Ubuntu_18.04_x86_64] checking for unistd.h... yes
[Ubuntu_18.04_x86_64] checking minix/config.h usability... no
[Ubuntu_18.04_x86_64] checking minix/config.h presence... no
[Ubuntu_18.04_x86_64] checking for minix/config.h... no
[Ubuntu_18.04_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[Ubuntu_18.04_x86_64] checking for gcc... (cached) gcc
[Ubuntu_18.04_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[Ubuntu_18.04_x86_64] checking whether gcc accepts -g... (cached) yes
[Ubuntu_18.04_x86_64] checking for gcc option to accept ISO C89... (cached) none needed
[Ubuntu_18.04_x86_64] checking whether gcc understands -c and -o together... (cached) yes
[Ubuntu_18.04_x86_64] checking dependency style of gcc... (cached) gcc3
[Ubuntu_18.04_x86_64] checking for g++... g++
[Ubuntu_18.04_x86_64] checking whether we are using the GNU C++ compiler... yes
[Ubuntu_18.04_x86_64] checking whether g++ accepts -g... yes
[Ubuntu_18.04_x86_64] checking dependency style of g++... gcc3
[Ubuntu_18.04_x86_64] checking for ar... ar
[Pipeline] [MinGW] bat
[CentOS_6.3_x86_32] checking windows.h usability... no
[CentOS_6.3_x86_32] checking windows.h presence... no
[CentOS_6.3_x86_32] checking for windows.h... no
[CentOS_6.3_x86_32] checking sys/lgrp_user.h usability... no
[CentOS_6.3_x86_32] checking sys/lgrp_user.h presence... no
[CentOS_6.3_x86_32] checking for sys/lgrp_user.h... no
[CentOS_6.3_x86_32] checking kstat.h usability... no
[CentOS_6.3_x86_32] checking kstat.h presence... no
[CentOS_6.3_x86_32] checking for kstat.h... no
[CentOS_6.3_x86_32] checking whether fabsf is declared... yes
[CentOS_6.3_x86_32] checking for fabsf in -lm... yes
[CentOS_6.3_x86_32] checking whether modff is declared... yes
[CentOS_6.3_x86_32] checking for modff in -lm... yes
[CentOS_6.3_x86_32] checking picl.h usability... no
[CentOS_6.3_x86_32] checking picl.h presence... no
[CentOS_6.3_x86_32] checking for picl.h... no
[CentOS_6.3_x86_32] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[CentOS_6.3_x86_32] checking whether _SC_NPROCESSORS_CONF is declared... yes
[CentOS_6.3_x86_64] checking windows.h usability... no
[CentOS_6.3_x86_64] checking windows.h presence... no
[CentOS_6.3_x86_64] checking for windows.h... no
[CentOS_6.3_x86_64] checking sys/lgrp_user.h usability... no
[CentOS_6.3_x86_64] checking sys/lgrp_user.h presence... no
[CentOS_6.3_x86_64] checking for sys/lgrp_user.h... no
[CentOS_6.3_x86_64] checking kstat.h usability... no
[CentOS_6.3_x86_64] checking kstat.h presence... no
[CentOS_6.3_x86_64] checking for kstat.h... no
[CentOS_6.3_x86_64] checking whether fabsf is declared... yes
[CentOS_6.3_x86_64] checking for fabsf in -lm... yes
[CentOS_6.3_x86_64] checking whether modff is declared... yes
[CentOS_6.3_x86_64] checking for modff in -lm... yes
[CentOS_6.3_x86_64] checking picl.h usability... no
[CentOS_6.3_x86_64] checking picl.h presence... no
[CentOS_6.3_x86_64] checking for picl.h... no
[Debian_5_x86_64] checking for __attribute__... yes
[Debian_5_x86_64] checking for __attribute__(aligned)... yes
[Debian_5_x86_64] checking for __attribute__(always_inline)... yes
[Debian_5_x86_64] checking for __attribute__(cold)... no
[Debian_5_x86_64] checking for __attribute__(const)... yes
[Debian_5_x86_64] checking for __attribute__(deprecated)... yes
[Debian_5_x86_64] checking for __attribute__(format)... yes
[Debian_5_x86_64] checking for __attribute__(hot)... no
[Debian_5_x86_64] checking for __attribute__(malloc)... yes
[Debian_5_x86_64] checking for __attribute__(may_alias)... yes
[Debian_5_x86_64] checking for __attribute__(no_instrument_function)... yes
[Debian_5_x86_64] checking for __attribute__(nonnull)... yes
[Debian_5_x86_64] checking for __attribute__(noreturn)... yes
[Debian_6_x86_32] checking whether the C compiler rejects function calls with too few arguments... yes
[Debian_6_x86_32] checking for unistd.h... (cached) yes
[Debian_6_x86_32] checking dirent.h usability... yes
[Debian_6_x86_32] checking dirent.h presence... yes
[Debian_6_x86_32] checking for dirent.h... yes
[Debian_6_x86_32] checking for strings.h... (cached) yes
[Debian_6_x86_32] checking ctype.h usability... yes
[Debian_6_x86_32] checking ctype.h presence... yes
[Debian_6_x86_32] checking for ctype.h... yes
[Debian_6_x86_32] checking for strcasecmp... yes
[Debian_6_x86_32] checking whether strcasecmp is declared... yes
[Debian_6_x86_32] checking whether function strcasecmp has a complete prototype... yes
[Debian_6_x86_32] checking for strncasecmp... yes
[Debian_6_x86_32] checking whether strncasecmp is declared... yes
[Debian_7_x86_64] checking for __attribute__(may_alias)... yes
[Debian_7_x86_64] checking for __attribute__(no_instrument_function)... yes
[Debian_7_x86_64] checking for __attribute__(nonnull)... yes
[Debian_7_x86_64] checking for __attribute__(noreturn)... yes
[Debian_7_x86_64] checking for __attribute__(packed)... yes
[Debian_7_x86_64] checking for __attribute__(pure)... yes
[Debian_7_x86_64] checking for __attribute__(sentinel)... yes
[Debian_7_x86_64] checking for __attribute__(unused)... yes
[Debian_8_x86_64] checking size of unsigned int... 4
[Debian_8_x86_64] checking for the C compiler vendor... gnu
[Debian_8_x86_64] checking for __attribute__... yes
[Debian_8_x86_64] checking for __attribute__(aligned)... yes
[Debian_8_x86_64] checking for __attribute__(always_inline)... yes
[Debian_9_x86_64] checking for strcasecmp... yes
[Debian_9_x86_64] checking whether strcasecmp is declared... yes
[Debian_9_x86_64] checking whether function strcasecmp has a complete prototype... yes
[Debian_9_x86_64] checking for strncasecmp... yes
[Debian_9_x86_64] checking whether strncasecmp is declared... yes
[Debian_9_x86_64] checking whether function strncasecmp has a complete prototype... yes
[Debian_9_x86_64] checking for strftime... yes
[Debian_9_x86_64_-m32] checking for strftime... yes
[Debian_9_x86_64_-m32] checking for setlocale... yes
[Debian_9_x86_64_-m32] checking for stdint.h... (cached) yes
[Debian_9_x86_64_-m32] checking sys/mman.h usability... yes
[Debian_9_x86_64_-m32] checking sys/mman.h presence... yes
[Debian_9_x86_64_-m32] checking for sys/mman.h... yes
[Debian_9_x86_64_-m32] checking for KAFFINITY... no
[Debian_9_x86_64_-m32] checking for PROCESSOR_CACHE_TYPE... no
[Debian_9_x86_64_-m32] checking for CACHE_DESCRIPTOR... no
[Debian_9_x86_64_-m32] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Debian_9_x86_64_-m32] checking for RelationProcessorPackage... no
[Debian_9_x86_64_-m32] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Debian_9_x86_64_-m32] checking for GROUP_AFFINITY... no
[Debian_9_x86_64_-m32] checking for PROCESSOR_RELATIONSHIP... no
[Debian_9_x86_64_-m32] checking for NUMA_NODE_RELATIONSHIP... no
[Debian_9_x86_64_-m32] checking for CACHE_RELATIONSHIP... no
[Debian_9_x86_64_-m32] checking for PROCESSOR_GROUP_INFO... no
[Debian_9_x86_64_-m32] checking for GROUP_RELATIONSHIP... no
[Debian_9_x86_64_-m32] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Debian_9_x86_64_-m32] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Debian_9_x86_64_-m32] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Debian_9_x86_64_-m32] checking for PROCESSOR_NUMBER... no
[FreeBSD_11.1_x86_64] checking for __attribute__(pure)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(sentinel)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(unused)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(warn_unused_result)... yes
[FreeBSD_11.1_x86_64] checking for __attribute__(weak_alias)... yes
[FreeBSD_11.1_x86_64] checking if gcc supports -fvisibility=hidden... yes
[FreeBSD_11.1_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[FreeBSD_11.1_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[FreeBSD_11.1_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[FreeBSD_11.1_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[FreeBSD_11.1_x86_64] checking for unistd.h... (cached) yes
[FreeBSD_11.1_x86_64] checking dirent.h usability... yes
[FreeBSD_11.1_x86_64] checking dirent.h presence... yes
[FreeBSD_11.1_x86_64] checking for dirent.h... yes
[FreeBSD_11.1_x86_64] checking for strings.h... (cached) yes
[OS_X_9] checking how to create a ustar tar archive... gnutar
[OS_X_9] checking whether make supports nested variables... (cached) yes
[OS_X_9] checking for style of include used by make... GNU
[OS_X_9] checking for gcc... gcc
[OS_X_9] checking whether the C compiler works... yes
[OS_X_9] checking for C compiler default output file name... a.out
[OS_X_9] checking for suffix of executables... 
[OS_X_9] checking whether we are cross compiling... no
[OpenIndiana_x86_64] checking dependency style of g++... gcc3
[OpenIndiana_x86_64] checking for ar... ar
[OpenIndiana_x86_64] checking the archiver (ar) interface... ar
[OpenIndiana_x86_64] checking for pkg-config... no
[OpenIndiana_x86_64] checking for X... libraries , headers 
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] ###
[OpenIndiana_x86_64] ### Configuring hwloc core
[OpenIndiana_x86_64] ###
[OpenIndiana_x86_64] checking hwloc building mode... standalone
[OpenIndiana_x86_64] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[OpenIndiana_x86_64] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[OpenIndiana_x86_64] configure: Detected VPATH build
[OpenIndiana_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[OpenIndiana_x86_64] checking if want hwloc maintainer support... enabled
[OpenIndiana_x86_64] checking for hwloc directory prefix... (none)
[OpenIndiana_x86_64] checking for hwloc symbol prefix... hwloc_
[OpenIndiana_x86_64] checking size of void *... 4
[OpenIndiana_x86_64] checking which OS support to include... Solaris
[OpenIndiana_x86_64] checking which CPU support to include... x86_32
[Ubuntu_12.04_x86_64] checking for X... libraries , headers 
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] ###
[Ubuntu_12.04_x86_64] ### Configuring hwloc core
[Ubuntu_12.04_x86_64] ###
[Ubuntu_12.04_x86_64] checking hwloc building mode... standalone
[Ubuntu_12.04_x86_64] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[Ubuntu_12.04_x86_64] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_12.04_x86_64] configure: Detected VPATH build
[Ubuntu_12.04_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Ubuntu_12.04_x86_64] checking if want hwloc maintainer support... enabled
[Ubuntu_12.04_x86_64] checking for hwloc directory prefix... (none)
[Ubuntu_12.04_x86_64] checking for hwloc symbol prefix... hwloc_
[Ubuntu_12.04_x86_64] checking size of void *... 8
[Ubuntu_12.04_x86_64] checking which OS support to include... Linux
[Ubuntu_12.04_x86_64] checking which CPU support to include... x86_64
[Ubuntu_12.04_x86_64] checking size of unsigned long... 8
[Ubuntu_12.04_x86_64] checking size of unsigned int... 4
[Ubuntu_14.04_x86_64] checking for __attribute__... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(aligned)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(always_inline)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(cold)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(const)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(deprecated)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(format)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(hot)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(malloc)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(may_alias)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(no_instrument_function)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(nonnull)... yes
[Ubuntu_16.04_x86_64] checking size of unsigned long... 8
[Ubuntu_16.04_x86_64] checking size of unsigned int... 4
[Ubuntu_16.04_x86_64] checking for the C compiler vendor... gnu
[Ubuntu_16.04_x86_64] checking for __attribute__... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(aligned)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(always_inline)... yes
[Ubuntu_18.04_x86_64] checking the archiver (ar) interface... ar
[Ubuntu_18.04_x86_64] checking for pkg-config... /usr/bin/pkg-config
[Ubuntu_18.04_x86_64] checking pkg-config is at least version 0.9.0... yes
[Ubuntu_18.04_x86_64] checking for X... libraries , headers 
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] ###
[Ubuntu_18.04_x86_64] ### Configuring hwloc core
[Ubuntu_18.04_x86_64] ###
[Ubuntu_18.04_x86_64] checking hwloc building mode... standalone
[Ubuntu_18.04_x86_64] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[Ubuntu_18.04_x86_64] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[Ubuntu_18.04_x86_64] configure: Detected VPATH build
[Ubuntu_18.04_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Ubuntu_18.04_x86_64] checking if want hwloc maintainer support... enabled
[Ubuntu_18.04_x86_64] checking for hwloc directory prefix... (none)
[Ubuntu_18.04_x86_64] checking for hwloc symbol prefix... hwloc_
[Ubuntu_18.04_x86_64] checking size of void *... 8
[Ubuntu_18.04_x86_64] checking which OS support to include... Linux
[Ubuntu_18.04_x86_64] checking which CPU support to include... x86_64
[Ubuntu_18.04_x86_64] checking size of unsigned long... 8
[MinGW] [check-mingw] Running batch script
[MinGW] 
[MinGW] C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA\check-mingw>job-3-mingw.bat hwloc-v1.11-20190314.0500.git550b2be.tar.gz 
[MinGW] 
[MinGW] C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA\check-mingw>REM
[MinGW] 
[MinGW] C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA\check-mingw>REM  Copyright © 2012-2018 Inria.  All rights reserved. 
[MinGW] 
[MinGW] C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA\check-mingw>REM  See COPYING in top-level directory. 
[MinGW] 
[MinGW] C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA\check-mingw>REM
[MinGW] 
[MinGW] C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA\check-mingw>call C:\Builds\config\\ciprofile.bat 
[MinGW] 
[MinGW] C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA\check-mingw>set PATH=c:\msys64\bin;c:\msys64\usr\bin;C:\Program Files (x86)\Java\jre1.8.0_151\bin;C:\Program Files (x86)\Mozilla Firefox;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_151\bin" 
[MinGW] 
[MinGW] C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA\check-mingw>set MSBUILD_PATH=C:\Windows\Microsoft.NET\Framework\v4.0.30319 
[MinGW] 
[MinGW] C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA\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 
[MinGW] 
[MinGW] C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA\check-mingw>sh -c "chmod 755 job-3-mingw.sh" 
[MinGW] 
[MinGW] C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA\check-mingw>sh -c "./job-3-mingw.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz" 
[MinGW] ############################
[MinGW] Running on:
[MinGW] MSYS_NT-6.1 INRIACI-NTM3H08 2.8.2(0.313/5/3) 2017-07-14 08:19 x86_64 Msys
[MinGW] Options: ./job-3-mingw.sh
[MinGW] ############################
[MinGW] + dotar=1
[MinGW] + dokeeptar=0
[MinGW] + doconf=1
[MinGW] + dobuild32=1
[MinGW] + dobuild64=1
[MinGW] + docheck=1
[MinGW] + doinstall=1
[MinGW] + confopts=
[MinGW] + test 1 -gt 0
[MinGW] + test hwloc-v1.11-20190314.0500.git550b2be.tar.gz = --no-tar
[MinGW] + test hwloc-v1.11-20190314.0500.git550b2be.tar.gz = --keep-tar
[MinGW] + test hwloc-v1.11-20190314.0500.git550b2be.tar.gz = --no-conf
[MinGW] + test hwloc-v1.11-20190314.0500.git550b2be.tar.gz = --debug
[MinGW] + test hwloc-v1.11-20190314.0500.git550b2be.tar.gz = --no-32
[MinGW] + test hwloc-v1.11-20190314.0500.git550b2be.tar.gz = --no-64
[MinGW] + test hwloc-v1.11-20190314.0500.git550b2be.tar.gz = --no-check
[MinGW] + test hwloc-v1.11-20190314.0500.git550b2be.tar.gz = --no-install
[MinGW] + test hwloc-v1.11-20190314.0500.git550b2be.tar.gz = --help -o hwloc-v1.11-20190314.0500.git550b2be.tar.gz = -h
[MinGW] + break
[MinGW] + oldPWD=/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw
[MinGW] + oldPATH='/bin:/usr/bin:/c/Program Files (x86)/Java/jre1.8.0_151/bin:/c/Program Files (x86)/Mozilla Firefox:/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_151/bin'
[MinGW] + rm -f 'hwloc-win*-build-*.zip'
[MinGW] + test x1 = x1
[MinGW] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[MinGW] + test -f hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[MinGW] ++ basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[MinGW] + basename=hwloc-v1.11-20190314.0500.git550b2be
[MinGW] ++ echo hwloc-v1.11-20190314.0500.git550b2be
[MinGW] ++ cut -d- -f2-
[MinGW] + version=v1.11-20190314.0500.git550b2be
[MinGW] + test -d hwloc-v1.11-20190314.0500.git550b2be
[MinGW] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[MinGW] + test x0 = x0
[MinGW] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[MinGW] + test x1 = x1
[MinGW] + echo '*** Switching to MinGW32 ***'
[MinGW] *** Switching to MinGW32 ***
[MinGW] + set +xe
[MinGW] + cd /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw
[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'
[MinGW] + 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'
[MinGW] + mkdir hwloc-v1.11-20190314.0500.git550b2be/build32
[MinGW] + cd hwloc-v1.11-20190314.0500.git550b2be/build32
[MinGW] + test x1 = x1
[MinGW] + winball=hwloc-win32-build-v1.11-20190314.0500.git550b2be
[MinGW] + prefix=/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be
[MinGW] + ../configure --prefix=/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be --enable-static 'CC=gcc -static-libgcc'
[CentOS_6.3_x86_32] checking whether _SC_NPROC_ONLN is declared... no
[CentOS_6.3_x86_32] checking whether _SC_NPROC_CONF is declared... no
[CentOS_6.3_x86_32] checking whether _SC_PAGESIZE is declared... yes
[CentOS_6.3_x86_32] checking whether _SC_PAGE_SIZE is declared... yes
[CentOS_6.3_x86_32] checking whether _SC_LARGE_PAGESIZE is declared... no
[CentOS_6.3_x86_32] checking mach/mach_host.h usability... no
[CentOS_6.3_x86_32] checking mach/mach_host.h presence... no
[CentOS_6.3_x86_32] checking for mach/mach_host.h... no
[CentOS_6.3_x86_32] checking mach/mach_init.h usability... no
[CentOS_6.3_x86_32] checking mach/mach_init.h presence... no
[CentOS_6.3_x86_32] checking for mach/mach_init.h... no
[CentOS_6.3_x86_32] checking sys/param.h usability... yes
[CentOS_6.3_x86_32] checking sys/param.h presence... yes
[CentOS_6.3_x86_32] checking for sys/param.h... yes
[CentOS_6.3_x86_32] checking for sys/sysctl.h... yes
[CentOS_6.3_x86_32] checking whether CTL_HW is declared... no
[CentOS_6.3_x86_32] checking whether HW_NCPU is declared... no
[CentOS_6.3_x86_32] checking whether strtoull is declared... yes
[CentOS_6.3_x86_32] checking for ssize_t... yes
[CentOS_6.3_x86_32] checking whether snprintf is declared... yes
[CentOS_6.3_x86_32] checking whether _strdup is declared... no
[CentOS_6.3_x86_32] checking whether _putenv is declared... no
[CentOS_6.3_x86_32] checking whether getprogname is declared... no
[CentOS_6.3_x86_32] checking whether getexecname is declared... no
[CentOS_6.3_x86_32] checking whether GetModuleFileName is declared... no
[CentOS_6.3_x86_32] checking for program_invocation_name... yes
[CentOS_6.3_x86_32] checking for __progname... yes
[CentOS_6.3_x86_32] checking for pthread_t... yes
[CentOS_6.3_x86_32] checking whether sched_getcpu is declared... yes
[CentOS_6.3_x86_32] checking whether sched_setaffinity is declared... yes
[CentOS_6.3_x86_32] checking whether function sched_setaffinity has a complete prototype... yes
[CentOS_6.3_x86_32] checking for old prototype of sched_setaffinity... no
[CentOS_6.3_x86_32] checking for working CPU_SET... yes
[CentOS_6.3_x86_32] checking for working CPU_SET_S... yes
[CentOS_6.3_x86_32] checking for working syscall... yes
[CentOS_6.3_x86_32] checking for KERRIGHED... no
[CentOS_6.3_x86_32] checking for lib... no
[CentOS_6.3_x86_32] checking for bash... /bin/sh
[CentOS_6.3_x86_32] checking for ffs... yes
[CentOS_6.3_x86_32] checking whether ffs is declared... yes
[CentOS_6.3_x86_32] checking whether function ffs has a complete prototype... yes
[CentOS_6.3_x86_32] checking for ffsl... yes
[CentOS_6.3_x86_32] checking whether ffsl is declared... yes
[CentOS_6.3_x86_32] checking whether function ffsl has a complete prototype... yes
[CentOS_6.3_x86_32] checking for fls... no
[CentOS_6.3_x86_32] checking for flsl... no
[CentOS_6.3_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[CentOS_6.3_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[CentOS_6.3_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[CentOS_6.3_x86_64] checking whether _SC_NPROC_CONF is declared... no
[CentOS_6.3_x86_64] checking whether _SC_PAGESIZE is declared... yes
[CentOS_6.3_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[CentOS_6.3_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[CentOS_6.3_x86_64] checking mach/mach_host.h usability... no
[CentOS_6.3_x86_64] checking mach/mach_host.h presence... no
[CentOS_6.3_x86_64] checking for mach/mach_host.h... no
[CentOS_6.3_x86_64] checking mach/mach_init.h usability... no
[CentOS_6.3_x86_64] checking mach/mach_init.h presence... no
[CentOS_6.3_x86_64] checking for mach/mach_init.h... no
[CentOS_6.3_x86_64] checking sys/param.h usability... yes
[CentOS_6.3_x86_64] checking sys/param.h presence... yes
[CentOS_6.3_x86_64] checking for sys/param.h... yes
[CentOS_6.3_x86_64] checking for sys/sysctl.h... yes
[CentOS_6.3_x86_64] checking whether CTL_HW is declared... no
[CentOS_6.3_x86_64] checking whether HW_NCPU is declared... no
[CentOS_6.3_x86_64] checking whether strtoull is declared... yes
[CentOS_6.3_x86_64] checking for ssize_t... yes
[CentOS_6.3_x86_64] checking whether snprintf is declared... yes
[CentOS_6.3_x86_64] checking whether _strdup is declared... no
[CentOS_6.3_x86_64] checking whether _putenv is declared... no
[CentOS_6.3_x86_64] checking whether getprogname is declared... no
[CentOS_6.3_x86_64] checking whether getexecname is declared... no
[CentOS_6.3_x86_64] checking whether GetModuleFileName is declared... no
[CentOS_6.3_x86_64] checking for program_invocation_name... yes
[CentOS_6.3_x86_64] checking for __progname... yes
[CentOS_6.3_x86_64] checking for pthread_t... yes
[CentOS_6.3_x86_64] checking whether sched_getcpu is declared... yes
[CentOS_6.3_x86_64] checking whether sched_setaffinity is declared... yes
[CentOS_6.3_x86_64] checking whether function sched_setaffinity has a complete prototype... yes
[CentOS_6.3_x86_64] checking for old prototype of sched_setaffinity... no
[CentOS_6.3_x86_64] checking for working CPU_SET... yes
[CentOS_6.3_x86_64] checking for working CPU_SET_S... yes
[CentOS_6.3_x86_64] checking for working syscall... yes
[CentOS_6.3_x86_64] checking for KERRIGHED... no
[CentOS_6.3_x86_64] checking for lib... no
[CentOS_6.3_x86_64] checking for bash... /bin/sh
[CentOS_6.3_x86_64] checking for ffs... yes
[CentOS_6.3_x86_64] checking whether ffs is declared... yes
[CentOS_6.3_x86_64] checking whether function ffs has a complete prototype... yes
[CentOS_6.3_x86_64] checking for ffsl... yes
[CentOS_6.3_x86_64] checking whether ffsl is declared... yes
[CentOS_6.3_x86_64] checking whether function ffsl has a complete prototype... yes
[CentOS_6.3_x86_64] checking for fls... no
[CentOS_7.2_x86_64] checking for setlocale... yes
[CentOS_7.2_x86_64] checking for stdint.h... (cached) yes
[CentOS_7.2_x86_64] checking sys/mman.h usability... yes
[CentOS_7.2_x86_64] checking sys/mman.h presence... yes
[CentOS_7.2_x86_64] checking for sys/mman.h... yes
[CentOS_7.2_x86_64] checking for KAFFINITY... no
[CentOS_7.2_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[CentOS_7.2_x86_64] checking for CACHE_DESCRIPTOR... no
[CentOS_7.2_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[CentOS_7.2_x86_64] checking for RelationProcessorPackage... no
[CentOS_7.2_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[CentOS_7.2_x86_64] checking for GROUP_AFFINITY... no
[CentOS_7.2_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[CentOS_7.2_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[CentOS_7.2_x86_64] checking for CACHE_RELATIONSHIP... no
[CentOS_7.2_x86_64] checking for PROCESSOR_GROUP_INFO... no
[CentOS_7.2_x86_64] checking for GROUP_RELATIONSHIP... no
[CentOS_7.2_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[CentOS_7.2_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[CentOS_7.2_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[CentOS_7.2_x86_64] checking for PROCESSOR_NUMBER... no
[CentOS_7.2_x86_64] checking for main in -lgdi32... no
[CentOS_7.2_x86_64] checking for PostQuitMessage in -luser32... no
[CentOS_7.2_x86_64] checking windows.h usability... no
[CentOS_7.2_x86_64] checking windows.h presence... no
[CentOS_7.2_x86_64] checking for windows.h... no
[CentOS_7.2_x86_64] checking sys/lgrp_user.h usability... no
[CentOS_7.2_x86_64] checking sys/lgrp_user.h presence... no
[CentOS_7.2_x86_64] checking for sys/lgrp_user.h... no
[CentOS_7.2_x86_64] checking kstat.h usability... no
[CentOS_7.2_x86_64] checking kstat.h presence... no
[CentOS_7.2_x86_64] checking for kstat.h... no
[CentOS_7.2_x86_64] checking whether fabsf is declared... yes
[CentOS_7.2_x86_64] checking for fabsf in -lm... yes
[CentOS_7.2_x86_64] checking whether modff is declared... yes
[CentOS_7.2_x86_64] checking for modff in -lm... yes
[CentOS_7.2_x86_64] checking picl.h usability... no
[Debian_5_x86_64] checking for __attribute__(packed)... yes
[Debian_5_x86_64] checking for __attribute__(pure)... yes
[Debian_5_x86_64] checking for __attribute__(sentinel)... yes
[Debian_5_x86_64] checking for __attribute__(unused)... yes
[Debian_5_x86_64] checking for __attribute__(warn_unused_result)... yes
[Debian_5_x86_64] checking for __attribute__(weak_alias)... yes
[Debian_5_x86_64] checking if gcc-4.2 supports -fvisibility=hidden... yes
[Debian_5_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[Debian_5_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Debian_5_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[Debian_5_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[Debian_5_x86_64] checking for unistd.h... (cached) yes
[Debian_5_x86_64] checking dirent.h usability... yes
[Debian_5_x86_64] checking dirent.h presence... yes
[Debian_5_x86_64] checking for dirent.h... yes
[Debian_5_x86_64] checking for strings.h... (cached) yes
[Debian_5_x86_64] checking ctype.h usability... yes
[Debian_5_x86_64] checking ctype.h presence... yes
[Debian_5_x86_64] checking for ctype.h... yes
[Debian_5_x86_64] checking for strcasecmp... yes
[Debian_5_x86_64] checking whether strcasecmp is declared... yes
[Debian_5_x86_64] checking whether function strcasecmp has a complete prototype... yes
[Debian_5_x86_64] checking for strncasecmp... yes
[Debian_5_x86_64] checking whether strncasecmp is declared... yes
[Debian_5_x86_64] checking whether function strncasecmp has a complete prototype... yes
[Debian_5_x86_64] checking for strftime... yes
[Debian_5_x86_64] checking for setlocale... yes
[Debian_5_x86_64] checking for stdint.h... (cached) yes
[Debian_5_x86_64] checking sys/mman.h usability... yes
[Debian_5_x86_64] checking sys/mman.h presence... yes
[Debian_5_x86_64] checking for sys/mman.h... yes
[Debian_5_x86_64] checking for KAFFINITY... no
[Debian_5_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[Debian_5_x86_64] checking for CACHE_DESCRIPTOR... no
[Debian_5_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Debian_5_x86_64] checking for RelationProcessorPackage... no
[Debian_5_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Debian_5_x86_64] checking for GROUP_AFFINITY... no
[Debian_5_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[Debian_5_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[Debian_5_x86_64] checking for CACHE_RELATIONSHIP... no
[Debian_5_x86_64] checking for PROCESSOR_GROUP_INFO... no
[Debian_5_x86_64] checking for GROUP_RELATIONSHIP... no
[Debian_5_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Debian_5_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Debian_5_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Debian_5_x86_64] checking for PROCESSOR_NUMBER... no
[Debian_5_x86_64] checking for main in -lgdi32... no
[Debian_5_x86_64] checking for PostQuitMessage in -luser32... no
[Debian_5_x86_64] checking windows.h usability... no
[Debian_5_x86_64] checking windows.h presence... no
[Debian_5_x86_64] checking for windows.h... no
[Debian_5_x86_64] checking sys/lgrp_user.h usability... no
[Debian_5_x86_64] checking sys/lgrp_user.h presence... no
[Debian_5_x86_64] checking for sys/lgrp_user.h... no
[Debian_5_x86_64] checking kstat.h usability... no
[Debian_5_x86_64] checking kstat.h presence... no
[Debian_5_x86_64] checking for kstat.h... no
[Debian_5_x86_64] checking whether fabsf is declared... yes
[Debian_5_x86_64] checking for fabsf in -lm... yes
[Debian_5_x86_64] checking whether modff is declared... yes
[Debian_5_x86_64] checking for modff in -lm... yes
[Debian_5_x86_64] checking picl.h usability... no
[Debian_5_x86_64] checking picl.h presence... no
[Debian_5_x86_64] checking for picl.h... no
[Debian_5_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Debian_5_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Debian_5_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[Debian_6_x86_32] checking whether function strncasecmp has a complete prototype... yes
[Debian_6_x86_32] checking for strftime... yes
[Debian_6_x86_32] checking for setlocale... yes
[Debian_6_x86_32] checking for stdint.h... (cached) yes
[Debian_6_x86_32] checking sys/mman.h usability... yes
[Debian_6_x86_32] checking sys/mman.h presence... yes
[Debian_6_x86_32] checking for sys/mman.h... yes
[Debian_6_x86_32] checking for KAFFINITY... no
[Debian_6_x86_32] checking for PROCESSOR_CACHE_TYPE... no
[Debian_6_x86_32] checking for CACHE_DESCRIPTOR... no
[Debian_6_x86_32] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Debian_6_x86_32] checking for RelationProcessorPackage... no
[Debian_6_x86_32] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Debian_6_x86_32] checking for GROUP_AFFINITY... no
[Debian_6_x86_32] checking for PROCESSOR_RELATIONSHIP... no
[Debian_6_x86_32] checking for NUMA_NODE_RELATIONSHIP... no
[Debian_6_x86_32] checking for CACHE_RELATIONSHIP... no
[Debian_6_x86_32] checking for PROCESSOR_GROUP_INFO... no
[Debian_6_x86_32] checking for GROUP_RELATIONSHIP... no
[Debian_6_x86_32] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Debian_6_x86_32] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Debian_6_x86_32] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Debian_6_x86_32] checking for PROCESSOR_NUMBER... no
[Debian_6_x86_32] checking for main in -lgdi32... no
[Debian_6_x86_32] checking for PostQuitMessage in -luser32... no
[Debian_6_x86_32] checking windows.h usability... no
[Debian_6_x86_32] checking windows.h presence... no
[Debian_6_x86_32] checking for windows.h... no
[Debian_6_x86_32] checking sys/lgrp_user.h usability... no
[Debian_6_x86_32] checking sys/lgrp_user.h presence... no
[Debian_6_x86_32] checking for sys/lgrp_user.h... no
[Debian_6_x86_32] checking kstat.h usability... no
[Debian_6_x86_32] checking kstat.h presence... no
[Debian_6_x86_32] checking for kstat.h... no
[Debian_6_x86_32] checking whether fabsf is declared... yes
[Debian_6_x86_32] checking for fabsf in -lm... yes
[Debian_6_x86_32] checking whether modff is declared... yes
[Debian_6_x86_32] checking for modff in -lm... yes
[Debian_6_x86_32] checking picl.h usability... no
[Debian_6_x86_32] checking picl.h presence... no
[Debian_6_x86_32] checking for picl.h... no
[Debian_6_x86_32] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Debian_6_x86_32] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Debian_6_x86_32] checking whether _SC_NPROC_ONLN is declared... no
[Debian_6_x86_32] checking whether _SC_NPROC_CONF is declared... no
[Debian_6_x86_32] checking whether _SC_PAGESIZE is declared... yes
[Debian_6_x86_32] checking whether _SC_PAGE_SIZE is declared... yes
[Debian_6_x86_32] checking whether _SC_LARGE_PAGESIZE is declared... no
[Debian_6_x86_32] checking mach/mach_host.h usability... no
[Debian_6_x86_32] checking mach/mach_host.h presence... no
[Debian_6_x86_32] checking for mach/mach_host.h... no
[Debian_6_x86_32] checking mach/mach_init.h usability... no
[Debian_6_x86_32] checking mach/mach_init.h presence... no
[Debian_6_x86_32] checking for mach/mach_init.h... no
[Debian_6_x86_32] checking sys/param.h usability... yes
[Debian_6_x86_32] checking sys/param.h presence... yes
[Debian_6_x86_32] checking for sys/param.h... yes
[Debian_6_x86_32] checking for sys/sysctl.h... yes
[Debian_6_x86_32] checking whether CTL_HW is declared... no
[Debian_7_x86_64] checking for __attribute__(warn_unused_result)... yes
[Debian_7_x86_64] checking for __attribute__(weak_alias)... yes
[Debian_7_x86_64] checking if gcc supports -fvisibility=hidden... yes
[Debian_7_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[Debian_7_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Debian_7_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[Debian_7_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[Debian_7_x86_64] checking for unistd.h... (cached) yes
[Debian_7_x86_64] checking dirent.h usability... yes
[Debian_7_x86_64] checking dirent.h presence... yes
[Debian_7_x86_64] checking for dirent.h... yes
[Debian_7_x86_64] checking for strings.h... (cached) yes
[Debian_7_x86_64] checking ctype.h usability... yes
[Debian_7_x86_64] checking ctype.h presence... yes
[Debian_7_x86_64] checking for ctype.h... yes
[Debian_7_x86_64] checking for strcasecmp... yes
[Debian_7_x86_64] checking whether strcasecmp is declared... yes
[Debian_7_x86_64] checking whether function strcasecmp has a complete prototype... yes
[Debian_7_x86_64] checking for strncasecmp... yes
[Debian_7_x86_64] checking whether strncasecmp is declared... yes
[Debian_7_x86_64] checking whether function strncasecmp has a complete prototype... yes
[Debian_7_x86_64] checking for strftime... yes
[Debian_7_x86_64] checking for setlocale... yes
[Debian_7_x86_64] checking for stdint.h... (cached) yes
[Debian_7_x86_64] checking sys/mman.h usability... yes
[Debian_7_x86_64] checking sys/mman.h presence... yes
[Debian_7_x86_64] checking for sys/mman.h... yes
[Debian_7_x86_64] checking for KAFFINITY... no
[Debian_7_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[Debian_7_x86_64] checking for CACHE_DESCRIPTOR... no
[Debian_7_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Debian_7_x86_64] checking for RelationProcessorPackage... no
[Debian_7_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Debian_7_x86_64] checking for GROUP_AFFINITY... no
[Debian_7_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[Debian_7_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[Debian_7_x86_64] checking for CACHE_RELATIONSHIP... no
[Debian_7_x86_64] checking for PROCESSOR_GROUP_INFO... no
[Debian_7_x86_64] checking for GROUP_RELATIONSHIP... no
[Debian_8_x86_64] checking for __attribute__(cold)... yes
[Debian_8_x86_64] checking for __attribute__(const)... yes
[Debian_8_x86_64] checking for __attribute__(deprecated)... yes
[Debian_8_x86_64] checking for __attribute__(format)... yes
[Debian_8_x86_64] checking for __attribute__(hot)... yes
[Debian_8_x86_64] checking for __attribute__(malloc)... yes
[Debian_8_x86_64] checking for __attribute__(may_alias)... yes
[Debian_8_x86_64] checking for __attribute__(no_instrument_function)... yes
[Debian_8_x86_64] checking for __attribute__(nonnull)... yes
[Debian_8_x86_64] checking for __attribute__(noreturn)... yes
[Debian_8_x86_64] checking for __attribute__(packed)... yes
[Debian_8_x86_64] checking for __attribute__(pure)... yes
[Debian_8_x86_64] checking for __attribute__(sentinel)... yes
[Debian_8_x86_64] checking for __attribute__(unused)... yes
[Debian_8_x86_64] checking for __attribute__(warn_unused_result)... yes
[Debian_8_x86_64] checking for __attribute__(weak_alias)... yes
[Debian_8_x86_64] checking if gcc supports -fvisibility=hidden... yes
[Debian_8_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[Debian_8_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Debian_8_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[Debian_8_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[Debian_8_x86_64] checking for unistd.h... (cached) yes
[Debian_8_x86_64] checking dirent.h usability... yes
[Debian_8_x86_64] checking dirent.h presence... yes
[Debian_8_x86_64] checking for dirent.h... yes
[Debian_8_x86_64] checking for strings.h... (cached) yes
[Debian_8_x86_64] checking ctype.h usability... yes
[Debian_8_x86_64] checking ctype.h presence... yes
[Debian_8_x86_64] checking for ctype.h... yes
[Debian_8_x86_64] checking for strcasecmp... yes
[Debian_8_x86_64] checking whether strcasecmp is declared... yes
[Debian_9_x86_64] checking for setlocale... yes
[Debian_9_x86_64] checking for stdint.h... (cached) yes
[Debian_9_x86_64] checking sys/mman.h usability... yes
[Debian_9_x86_64] checking sys/mman.h presence... yes
[Debian_9_x86_64] checking for sys/mman.h... yes
[Debian_9_x86_64] checking for KAFFINITY... no
[Debian_9_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[Debian_9_x86_64] checking for CACHE_DESCRIPTOR... no
[Debian_9_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Debian_9_x86_64] checking for RelationProcessorPackage... no
[Debian_9_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Debian_9_x86_64] checking for GROUP_AFFINITY... no
[Debian_9_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[Debian_9_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[Debian_9_x86_64] checking for CACHE_RELATIONSHIP... no
[Debian_9_x86_64] checking for PROCESSOR_GROUP_INFO... no
[Debian_9_x86_64] checking for GROUP_RELATIONSHIP... no
[Debian_9_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Debian_9_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Debian_9_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Debian_9_x86_64] checking for PROCESSOR_NUMBER... no
[Debian_9_x86_64] checking for main in -lgdi32... no
[Debian_9_x86_64] checking for PostQuitMessage in -luser32... no
[Debian_9_x86_64] checking windows.h usability... no
[Debian_9_x86_64] checking windows.h presence... no
[Debian_9_x86_64] checking for windows.h... no
[Debian_9_x86_64] checking sys/lgrp_user.h usability... no
[Debian_9_x86_64] checking sys/lgrp_user.h presence... no
[Debian_9_x86_64] checking for sys/lgrp_user.h... no
[Debian_9_x86_64] checking kstat.h usability... no
[Debian_9_x86_64] checking kstat.h presence... no
[Debian_9_x86_64] checking for kstat.h... no
[Debian_9_x86_64] checking whether fabsf is declared... yes
[Debian_9_x86_64] checking for fabsf in -lm... yes
[Debian_9_x86_64] checking whether modff is declared... yes
[Debian_9_x86_64] checking for modff in -lm... yes
[Debian_9_x86_64] checking picl.h usability... no
[Debian_9_x86_64] checking picl.h presence... no
[Debian_9_x86_64] checking for picl.h... no
[Debian_9_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Debian_9_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Debian_9_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[Debian_9_x86_64] checking whether _SC_NPROC_CONF is declared... no
[Debian_9_x86_64] checking whether _SC_PAGESIZE is declared... yes
[Debian_9_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[Debian_9_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[Debian_9_x86_64] checking mach/mach_host.h usability... no
[Debian_9_x86_64] checking mach/mach_host.h presence... no
[Debian_9_x86_64] checking for mach/mach_host.h... no
[Debian_9_x86_64] checking mach/mach_init.h usability... no
[Debian_9_x86_64] checking mach/mach_init.h presence... no
[Debian_9_x86_64] checking for mach/mach_init.h... no
[Debian_9_x86_64] checking sys/param.h usability... yes
[Debian_9_x86_64] checking sys/param.h presence... yes
[Debian_9_x86_64] checking for sys/param.h... yes
[Debian_9_x86_64] checking for sys/sysctl.h... yes
[Debian_9_x86_64] checking whether CTL_HW is declared... no
[Debian_9_x86_64] checking whether HW_NCPU is declared... no
[Debian_9_x86_64] checking whether strtoull is declared... yes
[Debian_9_x86_64_-m32] checking for main in -lgdi32... no
[Debian_9_x86_64_-m32] checking for PostQuitMessage in -luser32... no
[Debian_9_x86_64_-m32] checking windows.h usability... no
[Debian_9_x86_64_-m32] checking windows.h presence... no
[Debian_9_x86_64_-m32] checking for windows.h... no
[Debian_9_x86_64_-m32] checking sys/lgrp_user.h usability... no
[Debian_9_x86_64_-m32] checking sys/lgrp_user.h presence... no
[Debian_9_x86_64_-m32] checking for sys/lgrp_user.h... no
[Debian_9_x86_64_-m32] checking kstat.h usability... no
[Debian_9_x86_64_-m32] checking kstat.h presence... no
[Debian_9_x86_64_-m32] checking for kstat.h... no
[Debian_9_x86_64_-m32] checking whether fabsf is declared... yes
[Debian_9_x86_64_-m32] checking for fabsf in -lm... yes
[Debian_9_x86_64_-m32] checking whether modff is declared... yes
[Debian_9_x86_64_-m32] checking for modff in -lm... yes
[Debian_9_x86_64_-m32] checking picl.h usability... no
[Debian_9_x86_64_-m32] checking picl.h presence... no
[Debian_9_x86_64_-m32] checking for picl.h... no
[Debian_9_x86_64_-m32] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Debian_9_x86_64_-m32] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Debian_9_x86_64_-m32] checking whether _SC_NPROC_ONLN is declared... no
[Debian_9_x86_64_-m32] checking whether _SC_NPROC_CONF is declared... no
[Debian_9_x86_64_-m32] checking whether _SC_PAGESIZE is declared... yes
[Debian_9_x86_64_-m32] checking whether _SC_PAGE_SIZE is declared... yes
[Debian_9_x86_64_-m32] checking whether _SC_LARGE_PAGESIZE is declared... no
[Debian_9_x86_64_-m32] checking mach/mach_host.h usability... no
[Debian_9_x86_64_-m32] checking mach/mach_host.h presence... no
[Debian_9_x86_64_-m32] checking for mach/mach_host.h... no
[Debian_9_x86_64_-m32] checking mach/mach_init.h usability... no
[Debian_9_x86_64_-m32] checking mach/mach_init.h presence... no
[Debian_9_x86_64_-m32] checking for mach/mach_init.h... no
[Debian_9_x86_64_-m32] checking sys/param.h usability... yes
[Debian_9_x86_64_-m32] checking sys/param.h presence... yes
[Debian_9_x86_64_-m32] checking for sys/param.h... yes
[Debian_9_x86_64_-m32] checking for sys/sysctl.h... yes
[Debian_9_x86_64_-m32] checking whether CTL_HW is declared... no
[Debian_9_x86_64_-m32] checking whether HW_NCPU is declared... no
[Debian_9_x86_64_-m32] checking whether strtoull is declared... yes
[Debian_9_x86_64_-m32] checking for ssize_t... yes
[Debian_9_x86_64_-m32] checking whether snprintf is declared... yes
[Debian_9_x86_64_-m32] checking whether _strdup is declared... no
[Debian_9_x86_64_-m32] checking whether _putenv is declared... no
[Debian_9_x86_64_-m32] checking whether getprogname is declared... no
[Debian_9_x86_64_-m32] checking whether getexecname is declared... no
[Debian_9_x86_64_-m32] checking whether GetModuleFileName is declared... no
[Debian_9_x86_64_-m32] checking for program_invocation_name... yes
[Debian_9_x86_64_-m32] checking for __progname... yes
[Debian_9_x86_64_-m32] checking for pthread_t... yes
[Debian_9_x86_64_-m32] checking whether sched_getcpu is declared... yes
[Debian_9_x86_64_-m32] checking whether sched_setaffinity is declared... yes
[Debian_9_x86_64_-m32] checking whether function sched_setaffinity has a complete prototype... yes
[Debian_9_x86_64_-m32] checking for old prototype of sched_setaffinity... no
[Fedora_25_x86_64] checking whether strcasecmp is declared... yes
[Fedora_25_x86_64] checking whether function strcasecmp has a complete prototype... yes
[Fedora_25_x86_64] checking for strncasecmp... yes
[Fedora_25_x86_64] checking whether strncasecmp is declared... yes
[Fedora_25_x86_64] checking whether function strncasecmp has a complete prototype... yes
[Fedora_25_x86_64] checking for strftime... yes
[Fedora_25_x86_64] checking for setlocale... yes
[Fedora_25_x86_64] checking for stdint.h... (cached) yes
[Fedora_25_x86_64] checking sys/mman.h usability... yes
[Fedora_25_x86_64] checking sys/mman.h presence... yes
[Fedora_25_x86_64] checking for sys/mman.h... yes
[Fedora_25_x86_64] checking for KAFFINITY... no
[Fedora_25_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[Fedora_25_x86_64] checking for CACHE_DESCRIPTOR... no
[Fedora_25_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Fedora_25_x86_64] checking for RelationProcessorPackage... no
[Fedora_25_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Fedora_25_x86_64] checking for GROUP_AFFINITY... no
[Fedora_25_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[Fedora_25_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[Fedora_25_x86_64] checking for CACHE_RELATIONSHIP... no
[Fedora_25_x86_64] checking for PROCESSOR_GROUP_INFO... no
[Fedora_25_x86_64] checking for GROUP_RELATIONSHIP... no
[Fedora_25_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Fedora_25_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Fedora_25_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Fedora_25_x86_64] checking for PROCESSOR_NUMBER... no
[Fedora_25_x86_64] checking for main in -lgdi32... no
[Fedora_25_x86_64] checking for PostQuitMessage in -luser32... no
[Fedora_25_x86_64] checking windows.h usability... no
[Fedora_25_x86_64] checking windows.h presence... no
[Fedora_25_x86_64] checking for windows.h... no
[Fedora_25_x86_64] checking sys/lgrp_user.h usability... no
[Fedora_25_x86_64] checking sys/lgrp_user.h presence... no
[Fedora_25_x86_64] checking for sys/lgrp_user.h... no
[Fedora_25_x86_64] checking kstat.h usability... no
[Fedora_25_x86_64] checking kstat.h presence... no
[Fedora_25_x86_64] checking for kstat.h... no
[Fedora_25_x86_64] checking whether fabsf is declared... yes
[Fedora_25_x86_64] checking for fabsf in -lm... yes
[Fedora_25_x86_64] checking whether modff is declared... yes
[Fedora_25_x86_64] checking for modff in -lm... yes
[Fedora_25_x86_64] checking picl.h usability... no
[Fedora_25_x86_64] checking picl.h presence... no
[Fedora_25_x86_64] checking for picl.h... no
[Fedora_25_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Fedora_25_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Fedora_25_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[Fedora_25_x86_64] checking whether _SC_NPROC_CONF is declared... no
[Fedora_25_x86_64] checking whether _SC_PAGESIZE is declared... yes
[Fedora_25_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[Fedora_25_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[Fedora_25_x86_64] checking mach/mach_host.h usability... no
[Fedora_25_x86_64] checking mach/mach_host.h presence... no
[Fedora_25_x86_64] checking for mach/mach_host.h... no
[Fedora_25_x86_64] checking mach/mach_init.h usability... no
[Fedora_25_x86_64] checking mach/mach_init.h presence... no
[Fedora_25_x86_64] checking for mach/mach_init.h... no
[Fedora_25_x86_64] checking sys/param.h usability... yes
[Fedora_25_x86_64] checking sys/param.h presence... yes
[Fedora_25_x86_64] checking for sys/param.h... yes
[Fedora_25_x86_64] checking for sys/sysctl.h... yes
[FreeBSD_11.1_x86_64] checking ctype.h usability... yes
[FreeBSD_11.1_x86_64] checking ctype.h presence... yes
[FreeBSD_11.1_x86_64] checking for ctype.h... yes
[FreeBSD_11.1_x86_64] checking for strcasecmp... yes
[FreeBSD_11.1_x86_64] checking whether strcasecmp is declared... yes
[FreeBSD_11.1_x86_64] checking whether function strcasecmp has a complete prototype... yes
[FreeBSD_11.1_x86_64] checking for strncasecmp... yes
[FreeBSD_11.1_x86_64] checking whether strncasecmp is declared... yes
[FreeBSD_11.1_x86_64] checking whether function strncasecmp has a complete prototype... yes
[FreeBSD_11.1_x86_64] checking for strftime... yes
[FreeBSD_11.1_x86_64] checking for setlocale... yes
[FreeBSD_11.1_x86_64] checking for stdint.h... (cached) yes
[FreeBSD_11.1_x86_64] checking sys/mman.h usability... yes
[FreeBSD_11.1_x86_64] checking sys/mman.h presence... yes
[FreeBSD_11.1_x86_64] checking for sys/mman.h... yes
[FreeBSD_11.1_x86_64] checking for KAFFINITY... no
[FreeBSD_11.1_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[FreeBSD_11.1_x86_64] checking for CACHE_DESCRIPTOR... no
[FreeBSD_11.1_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[FreeBSD_11.1_x86_64] checking for RelationProcessorPackage... no
[FreeBSD_11.1_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[FreeBSD_11.1_x86_64] checking for GROUP_AFFINITY... no
[FreeBSD_11.1_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[FreeBSD_11.1_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[FreeBSD_11.1_x86_64] checking for CACHE_RELATIONSHIP... no
[FreeBSD_11.1_x86_64] checking for PROCESSOR_GROUP_INFO... no
[FreeBSD_11.1_x86_64] checking for GROUP_RELATIONSHIP... no
[FreeBSD_11.1_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[FreeBSD_11.1_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[FreeBSD_11.1_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[FreeBSD_11.1_x86_64] checking for PROCESSOR_NUMBER... no
[FreeBSD_11.1_x86_64] checking for main in -lgdi32... no
[FreeBSD_11.1_x86_64] checking for PostQuitMessage in -luser32... no
[FreeBSD_11.1_x86_64] checking windows.h usability... no
[FreeBSD_11.1_x86_64] checking windows.h presence... no
[FreeBSD_11.1_x86_64] checking for windows.h... no
[FreeBSD_11.1_x86_64] checking sys/lgrp_user.h usability... no
[FreeBSD_11.1_x86_64] checking sys/lgrp_user.h presence... no
[FreeBSD_11.1_x86_64] checking for sys/lgrp_user.h... no
[FreeBSD_11.1_x86_64] checking kstat.h usability... no
[FreeBSD_11.1_x86_64] checking kstat.h presence... no
[FreeBSD_11.1_x86_64] checking for kstat.h... no
[FreeBSD_11.1_x86_64] checking whether fabsf is declared... yes
[FreeBSD_11.1_x86_64] checking for fabsf in -lm... yes
[FreeBSD_11.1_x86_64] checking whether modff is declared... yes
[FreeBSD_11.1_x86_64] checking for modff in -lm... yes
[FreeBSD_11.1_x86_64] checking picl.h usability... no
[FreeBSD_11.1_x86_64] checking picl.h presence... no
[FreeBSD_11.1_x86_64] checking for picl.h... no
[FreeBSD_11.1_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[FreeBSD_11.1_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[FreeBSD_11.1_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[FreeBSD_11.1_x86_64] checking whether _SC_NPROC_CONF is declared... no
[OS_X_12] checking whether build environment is sane... yes
[OS_X_12] checking for a thread-safe mkdir -p... .././config/install-sh -c -d
[OS_X_12] checking for gawk... no
[OS_X_12] checking for mawk... no
[OS_X_12] checking for nawk... no
[OS_X_12] checking for awk... awk
[OS_X_12] checking whether make sets $(MAKE)... yes
[OS_X_12] checking whether make supports nested variables... yes
[OS_X_12] checking whether UID '501' is supported by ustar format... yes
[OS_X_12] checking whether GID '20' is supported by ustar format... yes
[OS_X_12] checking how to create a ustar tar archive... gnutar
[OS_X_12] checking whether make supports nested variables... (cached) yes
[OS_X_12] checking for style of include used by make... GNU
[OS_X_12] checking for gcc... gcc
[OS_X_12] checking whether the C compiler works... yes
[OS_X_12] checking for C compiler default output file name... a.out
[OS_X_12] checking for suffix of executables... 
[OS_X_12] checking whether we are cross compiling... no
[OS_X_12] checking for suffix of object files... o
[OS_X_12] checking whether we are using the GNU C compiler... yes
[OS_X_12] checking whether gcc accepts -g... yes
[OS_X_12] checking for gcc option to accept ISO C89... none needed
[OS_X_12] checking whether gcc understands -c and -o together... yes
[OS_X_12] checking dependency style of gcc... gcc3
[OS_X_12] checking how to run the C preprocessor... gcc -E
[OS_X_9] checking for suffix of object files... o
[OS_X_9] checking whether we are using the GNU C compiler... yes
[OS_X_9] checking whether gcc accepts -g... yes
[OS_X_9] checking for gcc option to accept ISO C89... none needed
[OS_X_9] checking whether gcc understands -c and -o together... yes
[OS_X_9] checking dependency style of gcc... gcc3
[OS_X_9] checking how to run the C preprocessor... gcc -E
[OS_X_9] checking for grep that handles long lines and -e... /usr/bin/grep
[OS_X_9] checking for egrep... /usr/bin/grep -E
[OS_X_9] checking for ANSI C header files... yes
[OS_X_9] checking for sys/types.h... yes
[OS_X_9] checking for sys/stat.h... yes
[OS_X_9] checking for stdlib.h... yes
[OS_X_9] checking for string.h... yes
[OS_X_9] checking for memory.h... yes
[OS_X_9] checking for strings.h... yes
[OS_X_9] checking for inttypes.h... yes
[OpenBSD_5.9_x86_64] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[OpenBSD_5.9_x86_64] + cd hwloc-v1.11-20190314.0500.git550b2be
[OpenBSD_5.9_x86_64] + touch configure
[OpenBSD_5.9_x86_64] + mkdir build-plugins-debug
[OpenBSD_5.9_x86_64] + cd build-plugins-debug
[OpenBSD_5.9_x86_64] + ../configure --enable-plugins --enable-debug
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] ###
[OpenBSD_5.9_x86_64] ### Configuring hwloc distribution tarball
[OpenBSD_5.9_x86_64] ### Startup tests
[OpenBSD_5.9_x86_64] ###
[OpenBSD_5.9_x86_64] checking build system type... x86_64-unknown-openbsd5.9
[OpenBSD_5.9_x86_64] checking host system type... x86_64-unknown-openbsd5.9
[OpenBSD_5.9_x86_64] checking target system type... x86_64-unknown-openbsd5.9
[OpenBSD_5.9_x86_64] checking for a BSD-compatible install... /usr/bin/install -c
[OpenBSD_5.9_x86_64] checking whether build environment is sane... yes
[OpenBSD_5.9_x86_64] checking for a thread-safe mkdir -p... .././config/install-sh -c -d
[OpenBSD_5.9_x86_64] checking for gawk... no
[OpenBSD_5.9_x86_64] checking for mawk... no
[OpenBSD_5.9_x86_64] checking for nawk... no
[OpenBSD_5.9_x86_64] checking for awk... awk
[OpenBSD_5.9_x86_64] checking whether make sets $(MAKE)... yes
[OpenBSD_5.9_x86_64] checking whether make supports nested variables... yes
[OpenBSD_5.9_x86_64] checking whether UID '1000' is supported by ustar format... yes
[OpenBSD_5.9_x86_64] checking whether GID '1000' is supported by ustar format... yes
[OpenIndiana_x86_64] checking size of unsigned long... 4
[OpenIndiana_x86_64] checking size of unsigned int... 4
[OpenIndiana_x86_64] checking for the C compiler vendor... gnu
[OpenIndiana_x86_64] checking for __attribute__... yes
[OpenIndiana_x86_64] checking for __attribute__(aligned)... yes
[OpenIndiana_x86_64] checking for __attribute__(always_inline)... yes
[OpenIndiana_x86_64] checking for __attribute__(cold)... yes
[OpenIndiana_x86_64] checking for __attribute__(const)... yes
[OpenIndiana_x86_64] checking for __attribute__(deprecated)... yes
[OpenIndiana_x86_64] checking for __attribute__(format)... yes
[OpenIndiana_x86_64] checking for __attribute__(hot)... yes
[OpenIndiana_x86_64] checking for __attribute__(malloc)... yes
[OpenIndiana_x86_64] checking for __attribute__(may_alias)... yes
[OpenIndiana_x86_64] checking for __attribute__(no_instrument_function)... yes
[OpenIndiana_x86_64] checking for __attribute__(nonnull)... yes
[OpenIndiana_x86_64] checking for __attribute__(noreturn)... yes
[OpenIndiana_x86_64] checking for __attribute__(packed)... yes
[OpenIndiana_x86_64] checking for __attribute__(pure)... yes
[OpenIndiana_x86_64] checking for __attribute__(sentinel)... yes
[OpenIndiana_x86_64] checking for __attribute__(unused)... yes
[OpenIndiana_x86_64] checking for __attribute__(warn_unused_result)... yes
[OpenIndiana_x86_64] checking for __attribute__(weak_alias)... yes
[OpenIndiana_x86_64] checking if gcc supports -fvisibility=hidden... yes
[OpenIndiana_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[OpenIndiana_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[OpenIndiana_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[OpenIndiana_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[OpenIndiana_x86_64] checking for unistd.h... (cached) yes
[Ubuntu_12.04_x86_64] checking for the C compiler vendor... gnu
[Ubuntu_12.04_x86_64] checking for __attribute__... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(aligned)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(always_inline)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(cold)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(const)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(deprecated)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(format)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(hot)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(malloc)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(may_alias)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(no_instrument_function)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(nonnull)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(noreturn)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(packed)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(pure)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(sentinel)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(unused)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(warn_unused_result)... yes
[Ubuntu_12.04_x86_64] checking for __attribute__(weak_alias)... yes
[Ubuntu_12.04_x86_64] checking if gcc supports -fvisibility=hidden... yes
[Ubuntu_12.04_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[Ubuntu_12.04_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Ubuntu_12.04_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[Ubuntu_12.04_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[Ubuntu_12.04_x86_64] checking for unistd.h... (cached) yes
[Ubuntu_12.04_x86_64] checking dirent.h usability... yes
[Ubuntu_12.04_x86_64] checking dirent.h presence... yes
[Ubuntu_12.04_x86_64] checking for dirent.h... yes
[Ubuntu_12.04_x86_64] checking for strings.h... (cached) yes
[Ubuntu_12.04_x86_64] checking ctype.h usability... yes
[Ubuntu_12.04_x86_64] checking ctype.h presence... yes
[Ubuntu_12.04_x86_64] checking for ctype.h... yes
[Ubuntu_12.04_x86_64] checking for strcasecmp... yes
[Ubuntu_12.04_x86_64] checking whether strcasecmp is declared... yes
[Ubuntu_12.04_x86_64] checking whether function strcasecmp has a complete prototype... yes
[Ubuntu_12.04_x86_64] checking for strncasecmp... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(noreturn)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(packed)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(pure)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(sentinel)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(unused)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(warn_unused_result)... yes
[Ubuntu_14.04_x86_64] checking for __attribute__(weak_alias)... yes
[Ubuntu_14.04_x86_64] checking if gcc supports -fvisibility=hidden... yes
[Ubuntu_14.04_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[Ubuntu_14.04_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Ubuntu_14.04_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[Ubuntu_14.04_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[Ubuntu_14.04_x86_64] checking for unistd.h... (cached) yes
[Ubuntu_14.04_x86_64] checking dirent.h usability... yes
[Ubuntu_14.04_x86_64] checking dirent.h presence... yes
[Ubuntu_14.04_x86_64] checking for dirent.h... yes
[Ubuntu_14.04_x86_64] checking for strings.h... (cached) yes
[Ubuntu_14.04_x86_64] checking ctype.h usability... yes
[Ubuntu_14.04_x86_64] checking ctype.h presence... yes
[Ubuntu_14.04_x86_64] checking for ctype.h... yes
[Ubuntu_14.04_x86_64] checking for strcasecmp... yes
[Ubuntu_14.04_x86_64] checking whether strcasecmp is declared... yes
[Ubuntu_14.04_x86_64] checking whether function strcasecmp has a complete prototype... yes
[Ubuntu_14.04_x86_64] checking for strncasecmp... yes
[Ubuntu_14.04_x86_64] checking whether strncasecmp is declared... yes
[Ubuntu_14.04_x86_64] checking whether function strncasecmp has a complete prototype... yes
[Ubuntu_14.04_x86_64] checking for strftime... yes
[Ubuntu_14.04_x86_64] checking for setlocale... yes
[Ubuntu_14.04_x86_64] checking for stdint.h... (cached) yes
[Ubuntu_14.04_x86_64] checking sys/mman.h usability... yes
[Ubuntu_14.04_x86_64] checking sys/mman.h presence... yes
[Ubuntu_14.04_x86_64] checking for sys/mman.h... yes
[Ubuntu_14.04_x86_64] checking for KAFFINITY... no
[Ubuntu_14.04_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[Ubuntu_14.04_x86_64] checking for CACHE_DESCRIPTOR... no
[Ubuntu_14.04_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Ubuntu_14.04_x86_64] checking for RelationProcessorPackage... no
[Ubuntu_14.04_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Ubuntu_14.04_x86_64] checking for GROUP_AFFINITY... no
[Ubuntu_14.04_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[Ubuntu_14.04_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[Ubuntu_14.04_x86_64] checking for CACHE_RELATIONSHIP... no
[Ubuntu_14.04_x86_64] checking for PROCESSOR_GROUP_INFO... no
[Ubuntu_14.04_x86_64] checking for GROUP_RELATIONSHIP... no
[Ubuntu_14.04_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Ubuntu_14.04_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Ubuntu_16.04_x86_32] checking for __attribute__(cold)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(const)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(deprecated)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(format)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(hot)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(malloc)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(may_alias)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(no_instrument_function)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(nonnull)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(noreturn)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(packed)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(pure)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(sentinel)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(unused)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(warn_unused_result)... yes
[Ubuntu_16.04_x86_32] checking for __attribute__(weak_alias)... yes
[Ubuntu_16.04_x86_32] checking if gcc supports -fvisibility=hidden... yes
[Ubuntu_16.04_x86_32] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[Ubuntu_16.04_x86_32] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Ubuntu_16.04_x86_32] checking whether the C compiler rejects function calls with too many arguments... yes
[Ubuntu_16.04_x86_32] checking whether the C compiler rejects function calls with too few arguments... yes
[Ubuntu_16.04_x86_32] checking for unistd.h... (cached) yes
[Ubuntu_16.04_x86_32] checking dirent.h usability... yes
[Ubuntu_16.04_x86_32] checking dirent.h presence... yes
[Ubuntu_16.04_x86_32] checking for dirent.h... yes
[Ubuntu_16.04_x86_32] checking for strings.h... (cached) yes
[Ubuntu_16.04_x86_32] checking ctype.h usability... yes
[Ubuntu_16.04_x86_32] checking ctype.h presence... yes
[Ubuntu_16.04_x86_32] checking for ctype.h... yes
[Ubuntu_16.04_x86_32] checking for strcasecmp... yes
[Ubuntu_16.04_x86_32] checking whether strcasecmp is declared... yes
[Ubuntu_16.04_x86_32] checking whether function strcasecmp has a complete prototype... yes
[Ubuntu_16.04_x86_32] checking for strncasecmp... yes
[Ubuntu_16.04_x86_32] checking whether strncasecmp is declared... yes
[Ubuntu_16.04_x86_32] checking whether function strncasecmp has a complete prototype... yes
[Ubuntu_16.04_x86_32] checking for strftime... yes
[Ubuntu_16.04_x86_32] checking for setlocale... yes
[Ubuntu_16.04_x86_32] checking for stdint.h... (cached) yes
[Ubuntu_16.04_x86_32] checking sys/mman.h usability... yes
[Ubuntu_16.04_x86_32] checking sys/mman.h presence... yes
[Ubuntu_16.04_x86_32] checking for sys/mman.h... yes
[Ubuntu_16.04_x86_32] checking for KAFFINITY... no
[Ubuntu_16.04_x86_32] checking for PROCESSOR_CACHE_TYPE... no
[Ubuntu_16.04_x86_32] checking for CACHE_DESCRIPTOR... no
[Ubuntu_16.04_x86_32] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Ubuntu_16.04_x86_32] checking for RelationProcessorPackage... no
[Ubuntu_16.04_x86_32] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Ubuntu_16.04_x86_32] checking for GROUP_AFFINITY... no
[Ubuntu_16.04_x86_32] checking for PROCESSOR_RELATIONSHIP... no
[Ubuntu_16.04_x86_32] checking for NUMA_NODE_RELATIONSHIP... no
[Ubuntu_16.04_x86_32] checking for CACHE_RELATIONSHIP... no
[Ubuntu_16.04_x86_32] checking for PROCESSOR_GROUP_INFO... no
[Ubuntu_16.04_x86_64] checking for __attribute__(cold)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(const)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(deprecated)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(format)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(hot)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(malloc)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(may_alias)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(no_instrument_function)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(nonnull)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(noreturn)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(packed)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(pure)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(sentinel)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(unused)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(warn_unused_result)... yes
[Ubuntu_16.04_x86_64] checking for __attribute__(weak_alias)... yes
[Ubuntu_16.04_x86_64] checking if gcc supports -fvisibility=hidden... yes
[Ubuntu_16.04_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[Ubuntu_16.04_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Ubuntu_16.04_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[Ubuntu_16.04_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[Ubuntu_16.04_x86_64] checking for unistd.h... (cached) yes
[Ubuntu_16.04_x86_64] checking dirent.h usability... yes
[Ubuntu_16.04_x86_64] checking dirent.h presence... yes
[Ubuntu_16.04_x86_64] checking for dirent.h... yes
[Ubuntu_16.04_x86_64] checking for strings.h... (cached) yes
[Ubuntu_16.04_x86_64] checking ctype.h usability... yes
[Ubuntu_16.04_x86_64] checking ctype.h presence... yes
[Ubuntu_16.04_x86_64] checking for ctype.h... yes
[Ubuntu_16.04_x86_64] checking for strcasecmp... yes
[Ubuntu_16.04_x86_64] checking whether strcasecmp is declared... yes
[Ubuntu_16.04_x86_64] checking whether function strcasecmp has a complete prototype... yes
[Ubuntu_16.04_x86_64] checking for strncasecmp... yes
[Ubuntu_16.04_x86_64] checking whether strncasecmp is declared... yes
[Ubuntu_16.04_x86_64] checking whether function strncasecmp has a complete prototype... yes
[Ubuntu_16.04_x86_64] checking for strftime... yes
[Ubuntu_16.04_x86_64] checking for setlocale... yes
[Ubuntu_16.04_x86_64] checking for stdint.h... (cached) yes
[Ubuntu_16.04_x86_64] checking sys/mman.h usability... yes
[Ubuntu_16.04_x86_64] checking sys/mman.h presence... yes
[Ubuntu_16.04_x86_64] checking for sys/mman.h... yes
[Ubuntu_16.04_x86_64] checking for KAFFINITY... no
[Ubuntu_16.04_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[Ubuntu_16.04_x86_64] checking for CACHE_DESCRIPTOR... no
[Ubuntu_16.04_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Ubuntu_16.04_x86_64] checking for RelationProcessorPackage... no
[Ubuntu_16.04_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Ubuntu_16.04_x86_64] checking for GROUP_AFFINITY... no
[Ubuntu_16.04_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[Ubuntu_16.04_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[Ubuntu_18.04_x86_64] checking size of unsigned int... 4
[Ubuntu_18.04_x86_64] checking for the C compiler vendor... gnu
[Ubuntu_18.04_x86_64] checking for __attribute__... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(aligned)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(always_inline)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(cold)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(const)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(deprecated)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(format)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(hot)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(malloc)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(may_alias)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(no_instrument_function)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(nonnull)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(noreturn)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(packed)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(pure)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(sentinel)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(unused)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(warn_unused_result)... yes
[Ubuntu_18.04_x86_64] checking for __attribute__(weak_alias)... yes
[Ubuntu_18.04_x86_64] checking if gcc supports -fvisibility=hidden... yes
[Ubuntu_18.04_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[Ubuntu_18.04_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Ubuntu_18.04_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[Ubuntu_18.04_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[Ubuntu_18.04_x86_64] checking for unistd.h... (cached) yes
[Ubuntu_18.04_x86_64] checking dirent.h usability... yes
[Ubuntu_18.04_x86_64] checking dirent.h presence... yes
[Ubuntu_18.04_x86_64] checking for dirent.h... yes
[Ubuntu_18.04_x86_64] checking for strings.h... (cached) yes
[Ubuntu_18.04_x86_64] checking ctype.h usability... yes
[Ubuntu_18.04_x86_64] checking ctype.h presence... yes
[Ubuntu_18.04_x86_64] checking for ctype.h... yes
[Ubuntu_18.04_x86_64] checking for strcasecmp... yes
[Ubuntu_18.04_x86_64] checking whether strcasecmp is declared... yes
[Ubuntu_18.04_x86_64] checking whether function strcasecmp has a complete prototype... yes
[MinGW] configure: loading site script /mingw32/etc/config.site
[MinGW] 
[MinGW] ###
[MinGW] ### Configuring hwloc distribution tarball
[MinGW] ### Startup tests
[MinGW] ###
[MinGW] checking build system type... i686-w64-mingw32
[MinGW] checking host system type... i686-w64-mingw32
[MinGW] checking target system type... i686-w64-mingw32
[MinGW] checking for a BSD-compatible install... /usr/bin/install -c
[MinGW] checking whether build environment is sane... yes
[MinGW] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
[MinGW] checking for gawk... gawk
[MinGW] checking whether make sets $(MAKE)... yes
[MinGW] checking whether make supports nested variables... yes
[MinGW] checking whether UID '197626' is supported by ustar format... yes
[MinGW] checking whether GID '197121' is supported by ustar format... yes
[MinGW] checking how to create a ustar tar archive... gnutar
[MinGW] checking whether make supports nested variables... (cached) yes
[MinGW] checking for style of include used by make... GNU
[MinGW] checking for gcc... gcc -static-libgcc
[CentOS_6.3_x86_32] checking for clz... no
[CentOS_6.3_x86_32] checking for clzl... no
[CentOS_6.3_x86_32] checking for openat... yes
[CentOS_6.3_x86_32] checking malloc.h usability... yes
[CentOS_6.3_x86_32] checking malloc.h presence... yes
[CentOS_6.3_x86_32] checking for malloc.h... yes
[CentOS_6.3_x86_32] checking for getpagesize... yes
[CentOS_6.3_x86_32] checking for memalign... yes
[CentOS_6.3_x86_32] checking for posix_memalign... yes
[CentOS_6.3_x86_32] checking sys/utsname.h usability... yes
[CentOS_6.3_x86_32] checking sys/utsname.h presence... yes
[CentOS_6.3_x86_32] checking for sys/utsname.h... yes
[CentOS_6.3_x86_32] checking for uname... yes
[CentOS_6.3_x86_32] checking valgrind/valgrind.h usability... no
[CentOS_6.3_x86_32] checking valgrind/valgrind.h presence... no
[CentOS_6.3_x86_32] checking for valgrind/valgrind.h... no
[CentOS_6.3_x86_32] checking whether RUNNING_ON_VALGRIND is declared... no
[CentOS_6.3_x86_32] checking pthread_np.h usability... no
[CentOS_6.3_x86_32] checking pthread_np.h presence... no
[CentOS_6.3_x86_32] checking for pthread_np.h... no
[CentOS_6.3_x86_32] checking whether pthread_setaffinity_np is declared... yes
[CentOS_6.3_x86_32] checking whether pthread_getaffinity_np is declared... yes
[CentOS_6.3_x86_32] checking for sched_setaffinity... yes
[CentOS_6.3_x86_32] checking for sys/cpuset.h... no
[CentOS_6.3_x86_32] checking for cpuset_setaffinity... no
[CentOS_6.3_x86_32] checking for library containing pthread_getthrds_np... no
[CentOS_6.3_x86_32] checking for cpuset_setid... no
[CentOS_6.3_x86_32] checking numaif.h usability... no
[CentOS_6.3_x86_32] checking numaif.h presence... no
[CentOS_6.3_x86_32] checking for numaif.h... no
[CentOS_6.3_x86_32] checking libudev.h usability... no
[CentOS_6.3_x86_32] checking libudev.h presence... no
[CentOS_6.3_x86_32] checking for libudev.h... no
[CentOS_6.3_x86_32] checking for PCIACCESS... no
[CentOS_6.3_x86_32] checking pciaccess.h usability... no
[CentOS_6.3_x86_32] checking pciaccess.h presence... no
[CentOS_6.3_x86_32] checking for pciaccess.h... no
[CentOS_6.3_x86_32] checking CL/cl_ext.h usability... no
[CentOS_6.3_x86_32] checking CL/cl_ext.h presence... no
[CentOS_6.3_x86_32] checking for CL/cl_ext.h... no
[CentOS_6.3_x86_32] checking cuda.h usability... no
[CentOS_6.3_x86_32] checking cuda.h presence... no
[CentOS_6.3_x86_32] checking for cuda.h... no
[CentOS_6.3_x86_32] checking cuda_runtime_api.h usability... no
[CentOS_6.3_x86_32] checking cuda_runtime_api.h presence... no
[CentOS_6.3_x86_32] checking for cuda_runtime_api.h... no
[CentOS_6.3_x86_32] checking nvml.h usability... no
[CentOS_6.3_x86_32] checking nvml.h presence... no
[CentOS_6.3_x86_32] checking for nvml.h... no
[CentOS_6.3_x86_32] checking for gethostbyname... yes
[CentOS_6.3_x86_32] checking for connect... yes
[CentOS_6.3_x86_32] checking for remove... yes
[CentOS_6.3_x86_32] checking for shmat... yes
[CentOS_6.3_x86_32] checking for IceConnectionNumber in -lICE... no
[CentOS_6.3_x86_32] checking X11/Xlib.h usability... yes
[CentOS_6.3_x86_32] checking X11/Xlib.h presence... yes
[CentOS_6.3_x86_32] checking for X11/Xlib.h... yes
[CentOS_6.3_x86_64] checking for flsl... no
[CentOS_6.3_x86_64] checking for clz... no
[CentOS_6.3_x86_64] checking for clzl... no
[CentOS_6.3_x86_64] checking for openat... yes
[CentOS_6.3_x86_64] checking malloc.h usability... yes
[CentOS_6.3_x86_64] checking malloc.h presence... yes
[CentOS_6.3_x86_64] checking for malloc.h... yes
[CentOS_6.3_x86_64] checking for getpagesize... yes
[CentOS_6.3_x86_64] checking for memalign... yes
[CentOS_6.3_x86_64] checking for posix_memalign... yes
[CentOS_6.3_x86_64] checking sys/utsname.h usability... yes
[CentOS_6.3_x86_64] checking sys/utsname.h presence... yes
[CentOS_6.3_x86_64] checking for sys/utsname.h... yes
[CentOS_6.3_x86_64] checking for uname... yes
[CentOS_6.3_x86_64] checking valgrind/valgrind.h usability... no
[CentOS_6.3_x86_64] checking valgrind/valgrind.h presence... no
[CentOS_6.3_x86_64] checking for valgrind/valgrind.h... no
[CentOS_6.3_x86_64] checking whether RUNNING_ON_VALGRIND is declared... no
[CentOS_6.3_x86_64] checking pthread_np.h usability... no
[CentOS_6.3_x86_64] checking pthread_np.h presence... no
[CentOS_6.3_x86_64] checking for pthread_np.h... no
[CentOS_6.3_x86_64] checking whether pthread_setaffinity_np is declared... yes
[CentOS_6.3_x86_64] checking whether pthread_getaffinity_np is declared... yes
[CentOS_6.3_x86_64] checking for sched_setaffinity... yes
[CentOS_6.3_x86_64] checking for sys/cpuset.h... no
[CentOS_6.3_x86_64] checking for cpuset_setaffinity... no
[CentOS_6.3_x86_64] checking for library containing pthread_getthrds_np... no
[CentOS_6.3_x86_64] checking for cpuset_setid... no
[CentOS_6.3_x86_64] checking numaif.h usability... yes
[CentOS_6.3_x86_64] checking numaif.h presence... yes
[CentOS_6.3_x86_64] checking for numaif.h... yes
[CentOS_6.3_x86_64] checking for numa_available in -lnuma... yes
[CentOS_6.3_x86_64] checking for set_mempolicy in -lnuma... yes
[CentOS_6.3_x86_64] checking for mbind in -lnuma... yes
[CentOS_6.3_x86_64] checking for migrate_pages in -lnuma... yes
[CentOS_7.2_x86_64] checking picl.h presence... no
[CentOS_7.2_x86_64] checking for picl.h... no
[CentOS_7.2_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[CentOS_7.2_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[CentOS_7.2_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[CentOS_7.2_x86_64] checking whether _SC_NPROC_CONF is declared... no
[CentOS_7.2_x86_64] checking whether _SC_PAGESIZE is declared... yes
[CentOS_7.2_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[CentOS_7.2_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[CentOS_7.2_x86_64] checking mach/mach_host.h usability... no
[CentOS_7.2_x86_64] checking mach/mach_host.h presence... no
[CentOS_7.2_x86_64] checking for mach/mach_host.h... no
[CentOS_7.2_x86_64] checking mach/mach_init.h usability... no
[CentOS_7.2_x86_64] checking mach/mach_init.h presence... no
[CentOS_7.2_x86_64] checking for mach/mach_init.h... no
[CentOS_7.2_x86_64] checking sys/param.h usability... yes
[CentOS_7.2_x86_64] checking sys/param.h presence... yes
[CentOS_7.2_x86_64] checking for sys/param.h... yes
[CentOS_7.2_x86_64] checking for sys/sysctl.h... yes
[CentOS_7.2_x86_64] checking whether CTL_HW is declared... no
[CentOS_7.2_x86_64] checking whether HW_NCPU is declared... no
[CentOS_7.2_x86_64] checking whether strtoull is declared... yes
[CentOS_7.2_x86_64] checking for ssize_t... yes
[CentOS_7.2_x86_64] checking whether snprintf is declared... yes
[CentOS_7.2_x86_64] checking whether _strdup is declared... no
[CentOS_7.2_x86_64] checking whether _putenv is declared... no
[CentOS_7.2_x86_64] checking whether getprogname is declared... no
[CentOS_7.2_x86_64] checking whether getexecname is declared... no
[CentOS_7.2_x86_64] checking whether GetModuleFileName is declared... no
[CentOS_7.2_x86_64] checking for program_invocation_name... yes
[CentOS_7.2_x86_64] checking for __progname... yes
[CentOS_7.2_x86_64] checking for pthread_t... yes
[CentOS_7.2_x86_64] checking whether sched_getcpu is declared... yes
[CentOS_7.2_x86_64] checking whether sched_setaffinity is declared... yes
[CentOS_7.2_x86_64] checking whether function sched_setaffinity has a complete prototype... yes
[CentOS_7.2_x86_64] checking for old prototype of sched_setaffinity... no
[CentOS_7.2_x86_64] checking for working CPU_SET... yes
[CentOS_7.2_x86_64] checking for working CPU_SET_S... yes
[Debian_5_x86_64] checking whether _SC_NPROC_CONF is declared... no
[Debian_5_x86_64] checking whether _SC_PAGESIZE is declared... yes
[Debian_5_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[Debian_5_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[Debian_5_x86_64] checking mach/mach_host.h usability... no
[Debian_5_x86_64] checking mach/mach_host.h presence... no
[Debian_5_x86_64] checking for mach/mach_host.h... no
[Debian_5_x86_64] checking mach/mach_init.h usability... no
[Debian_5_x86_64] checking mach/mach_init.h presence... no
[Debian_5_x86_64] checking for mach/mach_init.h... no
[Debian_5_x86_64] checking sys/param.h usability... yes
[Debian_5_x86_64] checking sys/param.h presence... yes
[Debian_5_x86_64] checking for sys/param.h... yes
[Debian_5_x86_64] checking for sys/sysctl.h... yes
[Debian_5_x86_64] checking whether CTL_HW is declared... no
[Debian_5_x86_64] checking whether HW_NCPU is declared... no
[Debian_5_x86_64] checking whether strtoull is declared... yes
[Debian_5_x86_64] checking for ssize_t... yes
[Debian_5_x86_64] checking whether snprintf is declared... yes
[Debian_5_x86_64] checking whether _strdup is declared... no
[Debian_5_x86_64] checking whether _putenv is declared... no
[Debian_5_x86_64] checking whether getprogname is declared... no
[Debian_5_x86_64] checking whether getexecname is declared... no
[Debian_5_x86_64] checking whether GetModuleFileName is declared... no
[Debian_5_x86_64] checking for program_invocation_name... yes
[Debian_5_x86_64] checking for __progname... yes
[Debian_5_x86_64] checking for pthread_t... yes
[Debian_5_x86_64] checking whether sched_getcpu is declared... yes
[Debian_5_x86_64] checking whether sched_setaffinity is declared... yes
[Debian_5_x86_64] checking whether function sched_setaffinity has a complete prototype... yes
[Debian_5_x86_64] checking for old prototype of sched_setaffinity... no
[Debian_5_x86_64] checking for working CPU_SET... yes
[Debian_5_x86_64] checking for working CPU_SET_S... yes
[Debian_5_x86_64] checking for working syscall... yes
[Debian_5_x86_64] checking for KERRIGHED... no
[Debian_5_x86_64] checking for lib... no
[Debian_5_x86_64] checking for bash... /bin/sh
[Debian_5_x86_64] checking for ffs... yes
[Debian_5_x86_64] checking whether ffs is declared... yes
[Debian_5_x86_64] checking whether function ffs has a complete prototype... yes
[Debian_5_x86_64] checking for ffsl... yes
[Debian_5_x86_64] checking whether ffsl is declared... yes
[Debian_5_x86_64] checking whether function ffsl has a complete prototype... yes
[Debian_5_x86_64] checking for fls... no
[Debian_5_x86_64] checking for flsl... no
[Debian_5_x86_64] checking for clz... no
[Debian_6_x86_32] checking whether HW_NCPU is declared... no
[Debian_6_x86_32] checking whether strtoull is declared... yes
[Debian_6_x86_32] checking for ssize_t... yes
[Debian_6_x86_32] checking whether snprintf is declared... yes
[Debian_6_x86_32] checking whether _strdup is declared... no
[Debian_6_x86_32] checking whether _putenv is declared... no
[Debian_6_x86_32] checking whether getprogname is declared... no
[Debian_6_x86_32] checking whether getexecname is declared... no
[Debian_6_x86_32] checking whether GetModuleFileName is declared... no
[Debian_6_x86_32] checking for program_invocation_name... yes
[Debian_6_x86_32] checking for __progname... yes
[Debian_6_x86_32] checking for pthread_t... yes
[Debian_6_x86_32] checking whether sched_getcpu is declared... yes
[Debian_6_x86_32] checking whether sched_setaffinity is declared... yes
[Debian_6_x86_32] checking whether function sched_setaffinity has a complete prototype... yes
[Debian_6_x86_32] checking for old prototype of sched_setaffinity... no
[Debian_6_x86_32] checking for working CPU_SET... yes
[Debian_6_x86_32] checking for working CPU_SET_S... yes
[Debian_6_x86_32] checking for working syscall... yes
[Debian_6_x86_32] checking for KERRIGHED... no
[Debian_6_x86_32] checking for lib... no
[Debian_6_x86_32] checking for bash... /bin/bash
[Debian_6_x86_32] checking for ffs... yes
[Debian_6_x86_32] checking whether ffs is declared... yes
[Debian_6_x86_32] checking whether function ffs has a complete prototype... yes
[Debian_6_x86_32] checking for ffsl... yes
[Debian_6_x86_32] checking whether ffsl is declared... yes
[Debian_6_x86_32] checking whether function ffsl has a complete prototype... yes
[Debian_6_x86_32] checking for fls... no
[Debian_6_x86_32] checking for flsl... no
[Debian_6_x86_32] checking for clz... no
[Debian_6_x86_32] checking for clzl... no
[Debian_6_x86_32] checking for openat... yes
[Debian_6_x86_32] checking malloc.h usability... yes
[Debian_6_x86_32] checking malloc.h presence... yes
[Debian_6_x86_32] checking for malloc.h... yes
[Debian_6_x86_32] checking for getpagesize... yes
[Debian_7_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Debian_7_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Debian_7_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Debian_7_x86_64] checking for PROCESSOR_NUMBER... no
[Debian_7_x86_64] checking for main in -lgdi32... no
[Debian_7_x86_64] checking for PostQuitMessage in -luser32... no
[Debian_7_x86_64] checking windows.h usability... no
[Debian_7_x86_64] checking windows.h presence... no
[Debian_7_x86_64] checking for windows.h... no
[Debian_7_x86_64] checking sys/lgrp_user.h usability... no
[Debian_7_x86_64] checking sys/lgrp_user.h presence... no
[Debian_7_x86_64] checking for sys/lgrp_user.h... no
[Debian_7_x86_64] checking kstat.h usability... no
[Debian_7_x86_64] checking kstat.h presence... no
[Debian_7_x86_64] checking for kstat.h... no
[Debian_7_x86_64] checking whether fabsf is declared... yes
[Debian_7_x86_64] checking for fabsf in -lm... yes
[Debian_7_x86_64] checking whether modff is declared... yes
[Debian_7_x86_64] checking for modff in -lm... yes
[Debian_7_x86_64] checking picl.h usability... no
[Debian_7_x86_64] checking picl.h presence... no
[Debian_7_x86_64] checking for picl.h... no
[Debian_7_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Debian_7_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Debian_7_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[Debian_7_x86_64] checking whether _SC_NPROC_CONF is declared... no
[Debian_7_x86_64] checking whether _SC_PAGESIZE is declared... yes
[Debian_7_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[Debian_7_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[Debian_7_x86_64] checking mach/mach_host.h usability... no
[Debian_7_x86_64] checking mach/mach_host.h presence... no
[Debian_7_x86_64] checking for mach/mach_host.h... no
[Debian_8_x86_64] checking whether function strcasecmp has a complete prototype... yes
[Debian_8_x86_64] checking for strncasecmp... yes
[Debian_8_x86_64] checking whether strncasecmp is declared... yes
[Debian_8_x86_64] checking whether function strncasecmp has a complete prototype... yes
[Debian_8_x86_64] checking for strftime... yes
[Debian_8_x86_64] checking for setlocale... yes
[Debian_8_x86_64] checking for stdint.h... (cached) yes
[Debian_8_x86_64] checking sys/mman.h usability... yes
[Debian_8_x86_64] checking sys/mman.h presence... yes
[Debian_8_x86_64] checking for sys/mman.h... yes
[Debian_8_x86_64] checking for KAFFINITY... no
[Debian_8_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[Debian_8_x86_64] checking for CACHE_DESCRIPTOR... no
[Debian_8_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Debian_8_x86_64] checking for RelationProcessorPackage... no
[Debian_8_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Debian_8_x86_64] checking for GROUP_AFFINITY... no
[Debian_8_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[Debian_8_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[Debian_8_x86_64] checking for CACHE_RELATIONSHIP... no
[Debian_8_x86_64] checking for PROCESSOR_GROUP_INFO... no
[Debian_8_x86_64] checking for GROUP_RELATIONSHIP... no
[Debian_8_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Debian_8_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Debian_8_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Debian_8_x86_64] checking for PROCESSOR_NUMBER... no
[Debian_9_x86_64] checking for ssize_t... yes
[Debian_9_x86_64] checking whether snprintf is declared... yes
[Debian_9_x86_64] checking whether _strdup is declared... no
[Debian_9_x86_64] checking whether _putenv is declared... no
[Debian_9_x86_64] checking whether getprogname is declared... no
[Debian_9_x86_64] checking whether getexecname is declared... no
[Debian_9_x86_64] checking whether GetModuleFileName is declared... no
[Debian_9_x86_64] checking for program_invocation_name... yes
[Debian_9_x86_64] checking for __progname... yes
[Debian_9_x86_64] checking for pthread_t... yes
[Debian_9_x86_64] checking whether sched_getcpu is declared... yes
[Debian_9_x86_64] checking whether sched_setaffinity is declared... yes
[Debian_9_x86_64] checking whether function sched_setaffinity has a complete prototype... yes
[Debian_9_x86_64] checking for old prototype of sched_setaffinity... no
[Debian_9_x86_64] checking for working CPU_SET... yes
[Debian_9_x86_64] checking for working CPU_SET_S... yes
[Debian_9_x86_64] checking for working syscall... yes
[Debian_9_x86_64] checking for KERRIGHED... no
[Debian_9_x86_64] checking for lib... no
[Debian_9_x86_64] checking for bash... /bin/bash
[Debian_9_x86_64] checking for ffs... yes
[Debian_9_x86_64] checking whether ffs is declared... yes
[Debian_9_x86_64] checking whether function ffs has a complete prototype... yes
[Debian_9_x86_64] checking for ffsl... yes
[Debian_9_x86_64] checking whether ffsl is declared... yes
[Debian_9_x86_64] checking whether function ffsl has a complete prototype... yes
[Debian_9_x86_64] checking for fls... no
[Debian_9_x86_64] checking for flsl... no
[Debian_9_x86_64] checking for clz... no
[Debian_9_x86_64] checking for clzl... no
[Debian_9_x86_64] checking for openat... yes
[Debian_9_x86_64] checking malloc.h usability... yes
[Debian_9_x86_64] checking malloc.h presence... yes
[Debian_9_x86_64] checking for malloc.h... yes
[Debian_9_x86_64] checking for getpagesize... yes
[Debian_9_x86_64] checking for memalign... yes
[Debian_9_x86_64] checking for posix_memalign... yes
[Debian_9_x86_64_-m32] checking for working CPU_SET... yes
[Debian_9_x86_64_-m32] checking for working CPU_SET_S... yes
[Debian_9_x86_64_-m32] checking for working syscall... yes
[Debian_9_x86_64_-m32] checking for KERRIGHED... no
[Debian_9_x86_64_-m32] checking for lib... no
[Debian_9_x86_64_-m32] checking for bash... /bin/bash
[Debian_9_x86_64_-m32] checking for ffs... yes
[Debian_9_x86_64_-m32] checking whether ffs is declared... yes
[Debian_9_x86_64_-m32] checking whether function ffs has a complete prototype... yes
[Debian_9_x86_64_-m32] checking for ffsl... yes
[Debian_9_x86_64_-m32] checking whether ffsl is declared... yes
[Debian_9_x86_64_-m32] checking whether function ffsl has a complete prototype... yes
[Debian_9_x86_64_-m32] checking for fls... no
[Debian_9_x86_64_-m32] checking for flsl... no
[Debian_9_x86_64_-m32] checking for clz... no
[Debian_9_x86_64_-m32] checking for clzl... no
[Debian_9_x86_64_-m32] checking for openat... yes
[Debian_9_x86_64_-m32] checking malloc.h usability... yes
[Debian_9_x86_64_-m32] checking malloc.h presence... yes
[Debian_9_x86_64_-m32] checking for malloc.h... yes
[Debian_9_x86_64_-m32] checking for getpagesize... yes
[Debian_9_x86_64_-m32] checking for memalign... yes
[Debian_9_x86_64_-m32] checking for posix_memalign... yes
[Debian_9_x86_64_-m32] checking sys/utsname.h usability... yes
[Debian_9_x86_64_-m32] checking sys/utsname.h presence... yes
[Debian_9_x86_64_-m32] checking for sys/utsname.h... yes
[Debian_9_x86_64_-m32] checking for uname... yes
[Debian_9_x86_64_-m32] checking valgrind/valgrind.h usability... yes
[Debian_9_x86_64_-m32] checking valgrind/valgrind.h presence... yes
[Debian_9_x86_64_-m32] checking for valgrind/valgrind.h... yes
[Debian_9_x86_64_-m32] checking whether RUNNING_ON_VALGRIND is declared... yes
[Debian_9_x86_64_-m32] checking pthread_np.h usability... no
[Debian_9_x86_64_-m32] checking pthread_np.h presence... no
[Debian_9_x86_64_-m32] checking for pthread_np.h... no
[Debian_9_x86_64_-m32] checking whether pthread_setaffinity_np is declared... yes
[Debian_9_x86_64_-m32] checking whether pthread_getaffinity_np is declared... yes
[Debian_9_x86_64_-m32] checking for sched_setaffinity... yes
[Debian_9_x86_64_-m32] checking for sys/cpuset.h... no
[Debian_9_x86_64_-m32] checking for cpuset_setaffinity... no
[Debian_9_x86_64_-m32] checking for library containing pthread_getthrds_np... no
[Debian_9_x86_64_-m32] checking for cpuset_setid... no
[Debian_9_x86_64_-m32] checking numaif.h usability... yes
[Debian_9_x86_64_-m32] checking numaif.h presence... yes
[Debian_9_x86_64_-m32] checking for numaif.h... yes
[Fedora_25_x86_64] checking whether CTL_HW is declared... no
[Fedora_25_x86_64] checking whether HW_NCPU is declared... no
[Fedora_25_x86_64] checking whether strtoull is declared... yes
[Fedora_25_x86_64] checking for ssize_t... yes
[Fedora_25_x86_64] checking whether snprintf is declared... yes
[Fedora_25_x86_64] checking whether _strdup is declared... no
[Fedora_25_x86_64] checking whether _putenv is declared... no
[Fedora_25_x86_64] checking whether getprogname is declared... no
[Fedora_25_x86_64] checking whether getexecname is declared... no
[Fedora_25_x86_64] checking whether GetModuleFileName is declared... no
[Fedora_25_x86_64] checking for program_invocation_name... yes
[Fedora_25_x86_64] checking for __progname... yes
[Fedora_25_x86_64] checking for pthread_t... yes
[Fedora_25_x86_64] checking whether sched_getcpu is declared... yes
[Fedora_25_x86_64] checking whether sched_setaffinity is declared... yes
[Fedora_25_x86_64] checking whether function sched_setaffinity has a complete prototype... yes
[Fedora_25_x86_64] checking for old prototype of sched_setaffinity... no
[Fedora_25_x86_64] checking for working CPU_SET... yes
[Fedora_25_x86_64] checking for working CPU_SET_S... yes
[Fedora_25_x86_64] checking for working syscall... yes
[Fedora_25_x86_64] checking for KERRIGHED... no
[Fedora_25_x86_64] checking for lib... no
[Fedora_25_x86_64] checking for bash... /bin/sh
[Fedora_25_x86_64] checking for ffs... yes
[Fedora_25_x86_64] checking whether ffs is declared... yes
[Fedora_25_x86_64] checking whether function ffs has a complete prototype... yes
[Fedora_25_x86_64] checking for ffsl... yes
[Fedora_25_x86_64] checking whether ffsl is declared... yes
[Fedora_25_x86_64] checking whether function ffsl has a complete prototype... yes
[Fedora_25_x86_64] checking for fls... no
[Fedora_25_x86_64] checking for flsl... no
[Fedora_25_x86_64] checking for clz... no
[Fedora_25_x86_64] checking for clzl... no
[Fedora_25_x86_64] checking for openat... yes
[Fedora_25_x86_64] checking malloc.h usability... yes
[Fedora_25_x86_64] checking malloc.h presence... yes
[Fedora_25_x86_64] checking for malloc.h... yes
[FreeBSD_11.1_x86_64] checking whether _SC_PAGESIZE is declared... yes
[FreeBSD_11.1_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[FreeBSD_11.1_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[FreeBSD_11.1_x86_64] checking mach/mach_host.h usability... no
[FreeBSD_11.1_x86_64] checking mach/mach_host.h presence... no
[FreeBSD_11.1_x86_64] checking for mach/mach_host.h... no
[FreeBSD_11.1_x86_64] checking mach/mach_init.h usability... no
[FreeBSD_11.1_x86_64] checking mach/mach_init.h presence... no
[FreeBSD_11.1_x86_64] checking for mach/mach_init.h... no
[FreeBSD_11.1_x86_64] checking sys/param.h usability... yes
[FreeBSD_11.1_x86_64] checking sys/param.h presence... yes
[FreeBSD_11.1_x86_64] checking for sys/param.h... yes
[FreeBSD_11.1_x86_64] checking for sys/sysctl.h... yes
[FreeBSD_11.1_x86_64] checking whether CTL_HW is declared... yes
[FreeBSD_11.1_x86_64] checking whether HW_NCPU is declared... yes
[FreeBSD_11.1_x86_64] checking whether strtoull is declared... yes
[FreeBSD_11.1_x86_64] checking for ssize_t... yes
[FreeBSD_11.1_x86_64] checking whether snprintf is declared... yes
[FreeBSD_11.1_x86_64] checking whether _strdup is declared... no
[FreeBSD_11.1_x86_64] checking whether _putenv is declared... no
[FreeBSD_11.1_x86_64] checking for sysctl... yes
[FreeBSD_11.1_x86_64] checking for sysctlbyname... yes
[FreeBSD_11.1_x86_64] checking whether getprogname is declared... yes
[FreeBSD_11.1_x86_64] checking whether getexecname is declared... no
[FreeBSD_11.1_x86_64] checking whether GetModuleFileName is declared... no
[FreeBSD_11.1_x86_64] checking for program_invocation_name... no
[FreeBSD_11.1_x86_64] checking for __progname... yes
[FreeBSD_11.1_x86_64] checking for pthread_t... yes
[FreeBSD_11.1_x86_64] checking whether sched_getcpu is declared... no
[FreeBSD_11.1_x86_64] checking whether sched_setaffinity is declared... no
[FreeBSD_11.1_x86_64] checking for working CPU_SET... no
[FreeBSD_11.1_x86_64] checking for working CPU_SET_S... no
[FreeBSD_11.1_x86_64] checking for working syscall... yes
[FreeBSD_11.1_x86_64] checking for KERRIGHED... cannot check without pkg-config
[FreeBSD_11.1_x86_64] checking for lib... no
[FreeBSD_11.1_x86_64] checking for bash... /usr/local/bin/bash
[FreeBSD_11.1_x86_64] checking for ffs... yes
[FreeBSD_11.1_x86_64] checking whether ffs is declared... yes
[FreeBSD_11.1_x86_64] checking whether function ffs has a complete prototype... yes
[FreeBSD_11.1_x86_64] checking for ffsl... yes
[FreeBSD_11.1_x86_64] checking whether ffsl is declared... yes
[FreeBSD_11.1_x86_64] checking whether function ffsl has a complete prototype... yes
[OS_X_12] checking for grep that handles long lines and -e... /usr/bin/grep
[OS_X_12] checking for egrep... /usr/bin/grep -E
[OS_X_12] checking for ANSI C header files... yes
[OS_X_12] checking for sys/types.h... yes
[OS_X_12] checking for sys/stat.h... yes
[OS_X_12] checking for stdlib.h... yes
[OS_X_12] checking for string.h... yes
[OS_X_12] checking for memory.h... yes
[OS_X_12] checking for strings.h... yes
[OS_X_12] checking for inttypes.h... yes
[OS_X_12] checking for stdint.h... yes
[OS_X_9] checking for stdint.h... yes
[OS_X_9] checking for unistd.h... yes
[OS_X_9] checking minix/config.h usability... no
[OS_X_9] checking minix/config.h presence... no
[OS_X_9] checking for minix/config.h... no
[OS_X_9] checking whether it is safe to define __EXTENSIONS__... yes
[OS_X_9] checking for gcc... (cached) gcc
[OS_X_9] checking whether we are using the GNU C compiler... (cached) yes
[OS_X_9] checking whether gcc accepts -g... (cached) yes
[OS_X_9] checking for gcc option to accept ISO C89... (cached) none needed
[OS_X_9] checking whether gcc understands -c and -o together... (cached) yes
[OS_X_9] checking dependency style of gcc... (cached) gcc3
[OS_X_9] checking for g++... g++
[OS_X_9] checking whether we are using the GNU C++ compiler... yes
[OS_X_9] checking whether g++ accepts -g... yes
[OS_X_9] checking dependency style of g++... gcc3
[OS_X_9] checking for ar... ar
[OS_X_9] checking the archiver (ar) interface... ar
[OS_X_9] checking for pkg-config... /usr/local/bin/pkg-config
[OS_X_9] checking pkg-config is at least version 0.9.0... yes
[OS_X_9] checking for X... no
[OS_X_9] 
[OS_X_9] ###
[OS_X_9] ### Configuring hwloc core
[OS_X_9] ###
[OS_X_9] checking hwloc building mode... standalone
[OS_X_9] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[OS_X_9] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[OS_X_9] configure: Detected VPATH build
[OS_X_9] checking for hwloc version... v1.11-20190314.0500.git550b2be
[OS_X_9] checking if want hwloc maintainer support... enabled
[OS_X_9] checking for hwloc directory prefix... (none)
[OS_X_9] checking for hwloc symbol prefix... hwloc_
[OS_X_9] checking size of void *... 8
[OS_X_9] checking which OS support to include... Darwin
[OS_X_9] checking which CPU support to include... x86_64
[OS_X_9] checking size of unsigned long... 8
[OS_X_9] checking size of unsigned int... 4
[OS_X_9] checking for the C compiler vendor... gnu
[OpenBSD_5.9_x86_64] checking how to create a ustar tar archive... gnutar
[OpenBSD_5.9_x86_64] checking whether make supports nested variables... (cached) yes
[OpenBSD_5.9_x86_64] checking for style of include used by make... GNU
[OpenBSD_5.9_x86_64] checking for gcc... gcc
[OpenBSD_5.9_x86_64] checking whether the C compiler works... yes
[OpenBSD_5.9_x86_64] checking for C compiler default output file name... a.out
[OpenBSD_5.9_x86_64] checking for suffix of executables... 
[OpenBSD_5.9_x86_64] checking whether we are cross compiling... no
[OpenBSD_5.9_x86_64] checking for suffix of object files... o
[OpenBSD_5.9_x86_64] checking whether we are using the GNU C compiler... yes
[OpenBSD_5.9_x86_64] checking whether gcc accepts -g... yes
[OpenBSD_5.9_x86_64] checking for gcc option to accept ISO C89... none needed
[OpenBSD_5.9_x86_64] checking whether gcc understands -c and -o together... yes
[OpenBSD_5.9_x86_64] checking dependency style of gcc... gcc3
[OpenBSD_5.9_x86_64] checking how to run the C preprocessor... gcc -E
[OpenBSD_5.9_x86_64] checking for grep that handles long lines and -e... /usr/bin/grep
[OpenBSD_5.9_x86_64] checking for egrep... /usr/bin/grep -E
[OpenIndiana_x86_64] checking dirent.h usability... yes
[OpenIndiana_x86_64] checking dirent.h presence... yes
[OpenIndiana_x86_64] checking for dirent.h... yes
[OpenIndiana_x86_64] checking for strings.h... (cached) yes
[OpenIndiana_x86_64] checking ctype.h usability... yes
[OpenIndiana_x86_64] checking ctype.h presence... yes
[OpenIndiana_x86_64] checking for ctype.h... yes
[OpenIndiana_x86_64] checking for strcasecmp... yes
[OpenIndiana_x86_64] checking whether strcasecmp is declared... yes
[OpenIndiana_x86_64] checking whether function strcasecmp has a complete prototype... yes
[OpenIndiana_x86_64] checking for strncasecmp... yes
[OpenIndiana_x86_64] checking whether strncasecmp is declared... yes
[OpenIndiana_x86_64] checking whether function strncasecmp has a complete prototype... yes
[OpenIndiana_x86_64] checking for strftime... yes
[OpenIndiana_x86_64] checking for setlocale... yes
[OpenIndiana_x86_64] checking for stdint.h... (cached) yes
[OpenIndiana_x86_64] checking sys/mman.h usability... yes
[OpenIndiana_x86_64] checking sys/mman.h presence... yes
[OpenIndiana_x86_64] checking for sys/mman.h... yes
[OpenIndiana_x86_64] checking for KAFFINITY... no
[OpenIndiana_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[OpenIndiana_x86_64] checking for CACHE_DESCRIPTOR... no
[OpenIndiana_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[OpenIndiana_x86_64] checking for RelationProcessorPackage... no
[OpenIndiana_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[OpenIndiana_x86_64] checking for GROUP_AFFINITY... no
[OpenIndiana_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[OpenIndiana_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[OpenIndiana_x86_64] checking for CACHE_RELATIONSHIP... no
[OpenIndiana_x86_64] checking for PROCESSOR_GROUP_INFO... no
[OpenIndiana_x86_64] checking for GROUP_RELATIONSHIP... no
[OpenIndiana_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[OpenIndiana_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[OpenIndiana_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[OpenIndiana_x86_64] checking for PROCESSOR_NUMBER... no
[OpenIndiana_x86_64] checking for main in -lgdi32... no
[OpenIndiana_x86_64] checking for PostQuitMessage in -luser32... no
[OpenIndiana_x86_64] checking windows.h usability... no
[OpenIndiana_x86_64] checking windows.h presence... no
[OpenIndiana_x86_64] checking for windows.h... no
[OpenIndiana_x86_64] checking sys/lgrp_user.h usability... yes
[OpenIndiana_x86_64] checking sys/lgrp_user.h presence... yes
[OpenIndiana_x86_64] checking for sys/lgrp_user.h... yes
[Ubuntu_12.04_x86_64] checking whether strncasecmp is declared... yes
[Ubuntu_12.04_x86_64] checking whether function strncasecmp has a complete prototype... yes
[Ubuntu_12.04_x86_64] checking for strftime... yes
[Ubuntu_12.04_x86_64] checking for setlocale... yes
[Ubuntu_12.04_x86_64] checking for stdint.h... (cached) yes
[Ubuntu_12.04_x86_64] checking sys/mman.h usability... yes
[Ubuntu_12.04_x86_64] checking sys/mman.h presence... yes
[Ubuntu_12.04_x86_64] checking for sys/mman.h... yes
[Ubuntu_12.04_x86_64] checking for KAFFINITY... no
[Ubuntu_12.04_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[Ubuntu_12.04_x86_64] checking for CACHE_DESCRIPTOR... no
[Ubuntu_12.04_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Ubuntu_12.04_x86_64] checking for RelationProcessorPackage... no
[Ubuntu_12.04_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Ubuntu_12.04_x86_64] checking for GROUP_AFFINITY... no
[Ubuntu_12.04_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[Ubuntu_12.04_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[Ubuntu_12.04_x86_64] checking for CACHE_RELATIONSHIP... no
[Ubuntu_12.04_x86_64] checking for PROCESSOR_GROUP_INFO... no
[Ubuntu_12.04_x86_64] checking for GROUP_RELATIONSHIP... no
[Ubuntu_12.04_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Ubuntu_12.04_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Ubuntu_12.04_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Ubuntu_12.04_x86_64] checking for PROCESSOR_NUMBER... no
[Ubuntu_12.04_x86_64] checking for main in -lgdi32... no
[Ubuntu_12.04_x86_64] checking for PostQuitMessage in -luser32... no
[Ubuntu_12.04_x86_64] checking windows.h usability... no
[Ubuntu_12.04_x86_64] checking windows.h presence... no
[Ubuntu_12.04_x86_64] checking for windows.h... no
[Ubuntu_12.04_x86_64] checking sys/lgrp_user.h usability... no
[Ubuntu_12.04_x86_64] checking sys/lgrp_user.h presence... no
[Ubuntu_12.04_x86_64] checking for sys/lgrp_user.h... no
[Ubuntu_14.04_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Ubuntu_14.04_x86_64] checking for PROCESSOR_NUMBER... no
[Ubuntu_14.04_x86_64] checking for main in -lgdi32... no
[Ubuntu_14.04_x86_64] checking for PostQuitMessage in -luser32... no
[Ubuntu_14.04_x86_64] checking windows.h usability... no
[Ubuntu_14.04_x86_64] checking windows.h presence... no
[Ubuntu_14.04_x86_64] checking for windows.h... no
[Ubuntu_14.04_x86_64] checking sys/lgrp_user.h usability... no
[Ubuntu_14.04_x86_64] checking sys/lgrp_user.h presence... no
[Ubuntu_14.04_x86_64] checking for sys/lgrp_user.h... no
[Ubuntu_14.04_x86_64] checking kstat.h usability... no
[Ubuntu_14.04_x86_64] checking kstat.h presence... no
[Ubuntu_14.04_x86_64] checking for kstat.h... no
[Ubuntu_14.04_x86_64] checking whether fabsf is declared... yes
[Ubuntu_14.04_x86_64] checking for fabsf in -lm... yes
[Ubuntu_14.04_x86_64] checking whether modff is declared... yes
[Ubuntu_14.04_x86_64] checking for modff in -lm... yes
[Ubuntu_14.04_x86_64] checking picl.h usability... no
[Ubuntu_14.04_x86_64] checking picl.h presence... no
[Ubuntu_14.04_x86_64] checking for picl.h... no
[Ubuntu_14.04_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Ubuntu_14.04_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Ubuntu_14.04_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[Ubuntu_14.04_x86_64] checking whether _SC_NPROC_CONF is declared... no
[Ubuntu_14.04_x86_64] checking whether _SC_PAGESIZE is declared... yes
[Ubuntu_14.04_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[Ubuntu_14.04_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[Ubuntu_14.04_x86_64] checking mach/mach_host.h usability... no
[Ubuntu_14.04_x86_64] checking mach/mach_host.h presence... no
[Ubuntu_14.04_x86_64] checking for mach/mach_host.h... no
[Ubuntu_16.04_x86_32] checking for GROUP_RELATIONSHIP... no
[Ubuntu_16.04_x86_32] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Ubuntu_16.04_x86_32] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Ubuntu_16.04_x86_32] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Ubuntu_16.04_x86_32] checking for PROCESSOR_NUMBER... no
[Ubuntu_16.04_x86_32] checking for main in -lgdi32... no
[Ubuntu_16.04_x86_32] checking for PostQuitMessage in -luser32... no
[Ubuntu_16.04_x86_32] checking windows.h usability... no
[Ubuntu_16.04_x86_32] checking windows.h presence... no
[Ubuntu_16.04_x86_32] checking for windows.h... no
[Ubuntu_16.04_x86_32] checking sys/lgrp_user.h usability... no
[Ubuntu_16.04_x86_32] checking sys/lgrp_user.h presence... no
[Ubuntu_16.04_x86_32] checking for sys/lgrp_user.h... no
[Ubuntu_16.04_x86_32] checking kstat.h usability... no
[Ubuntu_16.04_x86_32] checking kstat.h presence... no
[Ubuntu_16.04_x86_32] checking for kstat.h... no
[Ubuntu_16.04_x86_32] checking whether fabsf is declared... yes
[Ubuntu_16.04_x86_32] checking for fabsf in -lm... yes
[Ubuntu_16.04_x86_32] checking whether modff is declared... yes
[Ubuntu_16.04_x86_32] checking for modff in -lm... yes
[Ubuntu_16.04_x86_32] checking picl.h usability... no
[Ubuntu_16.04_x86_32] checking picl.h presence... no
[Ubuntu_16.04_x86_32] checking for picl.h... no
[Ubuntu_16.04_x86_32] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Ubuntu_16.04_x86_32] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Ubuntu_16.04_x86_32] checking whether _SC_NPROC_ONLN is declared... no
[Ubuntu_16.04_x86_32] checking whether _SC_NPROC_CONF is declared... no
[Ubuntu_16.04_x86_32] checking whether _SC_PAGESIZE is declared... yes
[Ubuntu_16.04_x86_32] checking whether _SC_PAGE_SIZE is declared... yes
[Ubuntu_16.04_x86_32] checking whether _SC_LARGE_PAGESIZE is declared... no
[Ubuntu_16.04_x86_32] checking mach/mach_host.h usability... no
[Ubuntu_16.04_x86_32] checking mach/mach_host.h presence... no
[Ubuntu_16.04_x86_32] checking for mach/mach_host.h... no
[Ubuntu_16.04_x86_32] checking mach/mach_init.h usability... no
[Ubuntu_16.04_x86_32] checking mach/mach_init.h presence... no
[Ubuntu_16.04_x86_32] checking for mach/mach_init.h... no
[Ubuntu_16.04_x86_32] checking sys/param.h usability... yes
[Ubuntu_16.04_x86_32] checking sys/param.h presence... yes
[Ubuntu_16.04_x86_32] checking for sys/param.h... yes
[Ubuntu_16.04_x86_32] checking for sys/sysctl.h... yes
[Ubuntu_16.04_x86_32] checking whether CTL_HW is declared... no
[Ubuntu_16.04_x86_32] checking whether HW_NCPU is declared... no
[Ubuntu_16.04_x86_32] checking whether strtoull is declared... yes
[Ubuntu_16.04_x86_32] checking for ssize_t... yes
[Ubuntu_16.04_x86_32] checking whether snprintf is declared... yes
[Ubuntu_16.04_x86_32] checking whether _strdup is declared... no
[Ubuntu_16.04_x86_64] checking for CACHE_RELATIONSHIP... no
[Ubuntu_16.04_x86_64] checking for PROCESSOR_GROUP_INFO... no
[Ubuntu_16.04_x86_64] checking for GROUP_RELATIONSHIP... no
[Ubuntu_16.04_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Ubuntu_16.04_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Ubuntu_16.04_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Ubuntu_16.04_x86_64] checking for PROCESSOR_NUMBER... no
[Ubuntu_16.04_x86_64] checking for main in -lgdi32... no
[Ubuntu_16.04_x86_64] checking for PostQuitMessage in -luser32... no
[Ubuntu_16.04_x86_64] checking windows.h usability... no
[Ubuntu_16.04_x86_64] checking windows.h presence... no
[Ubuntu_16.04_x86_64] checking for windows.h... no
[Ubuntu_16.04_x86_64] checking sys/lgrp_user.h usability... no
[Ubuntu_16.04_x86_64] checking sys/lgrp_user.h presence... no
[Ubuntu_16.04_x86_64] checking for sys/lgrp_user.h... no
[Ubuntu_16.04_x86_64] checking kstat.h usability... no
[Ubuntu_16.04_x86_64] checking kstat.h presence... no
[Ubuntu_16.04_x86_64] checking for kstat.h... no
[Ubuntu_16.04_x86_64] checking whether fabsf is declared... yes
[Ubuntu_16.04_x86_64] checking for fabsf in -lm... yes
[Ubuntu_16.04_x86_64] checking whether modff is declared... yes
[Ubuntu_16.04_x86_64] checking for modff in -lm... yes
[Ubuntu_16.04_x86_64] checking picl.h usability... no
[Ubuntu_16.04_x86_64] checking picl.h presence... no
[Ubuntu_16.04_x86_64] checking for picl.h... no
[Ubuntu_16.04_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Ubuntu_16.04_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Ubuntu_16.04_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[Ubuntu_16.04_x86_64] checking whether _SC_NPROC_CONF is declared... no
[Ubuntu_16.04_x86_64] checking whether _SC_PAGESIZE is declared... yes
[Ubuntu_16.04_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[Ubuntu_16.04_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[Ubuntu_16.04_x86_64] checking mach/mach_host.h usability... no
[Ubuntu_16.04_x86_64] checking mach/mach_host.h presence... no
[Ubuntu_16.04_x86_64] checking for mach/mach_host.h... no
[Ubuntu_16.04_x86_64] checking mach/mach_init.h usability... no
[Ubuntu_16.04_x86_64] checking mach/mach_init.h presence... no
[Ubuntu_16.04_x86_64] checking for mach/mach_init.h... no
[Ubuntu_16.04_x86_64] checking sys/param.h usability... yes
[Ubuntu_16.04_x86_64] checking sys/param.h presence... yes
[Ubuntu_16.04_x86_64] checking for sys/param.h... yes
[Ubuntu_16.04_x86_64] checking for sys/sysctl.h... yes
[Ubuntu_16.04_x86_64] checking whether CTL_HW is declared... no
[Ubuntu_16.04_x86_64] checking whether HW_NCPU is declared... no
[Ubuntu_16.04_x86_64] checking whether strtoull is declared... yes
[Ubuntu_16.04_x86_64] checking for ssize_t... yes
[Ubuntu_16.04_x86_64] checking whether snprintf is declared... yes
[Ubuntu_16.04_x86_64] checking whether _strdup is declared... no
[Ubuntu_18.04_x86_64] checking for strncasecmp... yes
[Ubuntu_18.04_x86_64] checking whether strncasecmp is declared... yes
[Ubuntu_18.04_x86_64] checking whether function strncasecmp has a complete prototype... yes
[Ubuntu_18.04_x86_64] checking for strftime... yes
[Ubuntu_18.04_x86_64] checking for setlocale... yes
[Ubuntu_18.04_x86_64] checking for stdint.h... (cached) yes
[Ubuntu_18.04_x86_64] checking sys/mman.h usability... yes
[Ubuntu_18.04_x86_64] checking sys/mman.h presence... yes
[Ubuntu_18.04_x86_64] checking for sys/mman.h... yes
[Ubuntu_18.04_x86_64] checking for KAFFINITY... no
[Ubuntu_18.04_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[Ubuntu_18.04_x86_64] checking for CACHE_DESCRIPTOR... no
[Ubuntu_18.04_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Ubuntu_18.04_x86_64] checking for RelationProcessorPackage... no
[Ubuntu_18.04_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Ubuntu_18.04_x86_64] checking for GROUP_AFFINITY... no
[Ubuntu_18.04_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[Ubuntu_18.04_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[Ubuntu_18.04_x86_64] checking for CACHE_RELATIONSHIP... no
[Ubuntu_18.04_x86_64] checking for PROCESSOR_GROUP_INFO... no
[Ubuntu_18.04_x86_64] checking for GROUP_RELATIONSHIP... no
[Ubuntu_18.04_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Ubuntu_18.04_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Ubuntu_18.04_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Ubuntu_18.04_x86_64] checking for PROCESSOR_NUMBER... no
[Ubuntu_18.04_x86_64] checking for main in -lgdi32... no
[Ubuntu_18.04_x86_64] checking for PostQuitMessage in -luser32... no
[Ubuntu_18.04_x86_64] checking windows.h usability... no
[Ubuntu_18.04_x86_64] checking windows.h presence... no
[Ubuntu_18.04_x86_64] checking for windows.h... no
[Ubuntu_18.04_x86_64] checking sys/lgrp_user.h usability... no
[Ubuntu_18.04_x86_64] checking sys/lgrp_user.h presence... no
[Ubuntu_18.04_x86_64] checking for sys/lgrp_user.h... no
[Ubuntu_18.04_x86_64] checking kstat.h usability... no
[Ubuntu_18.04_x86_64] checking kstat.h presence... no
[Ubuntu_18.04_x86_64] checking for kstat.h... no
[Ubuntu_18.04_x86_64] checking whether fabsf is declared... yes
[Ubuntu_18.04_x86_64] checking for fabsf in -lm... yes
[Ubuntu_18.04_x86_64] checking whether modff is declared... yes
[Ubuntu_18.04_x86_64] checking for modff in -lm... yes
[Ubuntu_18.04_x86_64] checking picl.h usability... no
[Ubuntu_18.04_x86_64] checking picl.h presence... no
[Ubuntu_18.04_x86_64] checking for picl.h... no
[Ubuntu_18.04_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Ubuntu_18.04_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Ubuntu_18.04_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[Ubuntu_18.04_x86_64] checking whether _SC_NPROC_CONF is declared... no
[MinGW] checking whether the C compiler works... yes
[MinGW] checking for C compiler default output file name... a.exe
[MinGW] checking for suffix of executables... .exe
[MinGW] checking whether we are cross compiling... no
[MinGW] checking for suffix of object files... o
[CentOS_6.3_x86_32] checking for XOpenDisplay in -lX11... yes
[CentOS_6.3_x86_32] checking for X11/Xutil.h... yes
[CentOS_6.3_x86_32] checking X11/keysym.h usability... yes
[CentOS_6.3_x86_32] checking X11/keysym.h presence... yes
[CentOS_6.3_x86_32] checking for X11/keysym.h... yes
[CentOS_6.3_x86_32] checking NVCtrl/NVCtrl.h usability... no
[CentOS_6.3_x86_32] checking NVCtrl/NVCtrl.h presence... no
[CentOS_6.3_x86_32] checking for NVCtrl/NVCtrl.h... no
[CentOS_6.3_x86_32] checking for LIBXML2... yes
[CentOS_6.3_x86_32] checking libxml/parser.h usability... yes
[CentOS_6.3_x86_32] checking libxml/parser.h presence... yes
[CentOS_6.3_x86_32] checking for libxml/parser.h... yes
[CentOS_6.3_x86_32] checking for xmlNewDoc... yes
[CentOS_6.3_x86_32] checking for final LIBXML2 support... yes
[CentOS_6.3_x86_32] checking for x86 cpuid... yes
[CentOS_6.3_x86_32] checking for pthread_mutex_lock... yes
[CentOS_6.3_x86_32] checking if plugin support is enabled... yes
[CentOS_6.3_x86_32] checking ltdl.h usability... yes
[CentOS_6.3_x86_32] checking ltdl.h presence... yes
[CentOS_6.3_x86_32] checking for ltdl.h... yes
[CentOS_6.3_x86_32] checking for lt_dlopenext in -lltdl... yes
[CentOS_6.3_x86_32] checking for shl_load... no
[CentOS_6.3_x86_32] checking for shl_load in -ldld... no
[CentOS_6.3_x86_32] checking for dlopen... no
[CentOS_6.3_x86_32] checking for dlopen in -ldl... yes
[CentOS_6.3_x86_32] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[CentOS_6.3_x86_32] checking components to build as plugins...  xml_libxml
[CentOS_6.3_x86_32] checking for a sed that does not truncate output... /bin/sed
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] ###
[CentOS_6.3_x86_32] ### Configuring hwloc documentation
[CentOS_6.3_x86_32] ###
[CentOS_6.3_x86_32] checking if this is a developer build... no (doxygen generation is optional)
[CentOS_6.3_x86_32] checking for doxygen... no
[CentOS_6.3_x86_32] checking for pdflatex... no
[CentOS_6.3_x86_32] checking for makeindex... no
[CentOS_6.3_x86_32] checking for fig2dev... no
[CentOS_6.3_x86_32] checking for gs... /usr/bin/gs
[CentOS_6.3_x86_32] checking for epstopdf... no
[CentOS_6.3_x86_32] checking if can build doxygen docs... no
[CentOS_6.3_x86_32] checking for w3m... no
[CentOS_6.3_x86_32] checking for lynx... no
[CentOS_6.3_x86_32] checking if can build top-level README... no
[CentOS_6.3_x86_32] checking if will build doxygen docs... no
[CentOS_6.3_x86_32] checking if will install doxygen docs... yes
[CentOS_6.3_x86_32] checking whether to enable "picky" compiler mode... no (default)
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] ###
[CentOS_6.3_x86_32] ### Configuring hwloc command line utilities
[CentOS_6.3_x86_32] ###
[CentOS_6.3_x86_32] checking for CAIRO... yes
[CentOS_6.3_x86_32] checking cairo.h usability... yes
[CentOS_6.3_x86_32] checking cairo.h presence... yes
[CentOS_6.3_x86_32] checking for cairo.h... yes
[CentOS_6.3_x86_32] checking for cairo_fill... yes
[CentOS_6.3_x86_32] checking for final CAIRO support... yes
[CentOS_6.3_x86_32] checking for wchar_t... yes
[CentOS_6.3_x86_32] checking for putwc... yes
[CentOS_6.3_x86_32] checking locale.h usability... yes
[CentOS_6.3_x86_32] checking locale.h presence... yes
[CentOS_6.3_x86_32] checking for locale.h... yes
[CentOS_6.3_x86_32] checking for setlocale... (cached) yes
[CentOS_6.3_x86_32] checking for uselocale... yes
[CentOS_6.3_x86_32] checking xlocale.h usability... yes
[CentOS_6.3_x86_32] checking xlocale.h presence... yes
[CentOS_6.3_x86_32] checking for xlocale.h... yes
[CentOS_6.3_x86_32] checking for setlocale... (cached) yes
[CentOS_6.3_x86_32] checking for uselocale... (cached) yes
[CentOS_6.3_x86_64] checking for move_pages in -lnuma... yes
[CentOS_6.3_x86_64] checking libudev.h usability... yes
[CentOS_6.3_x86_64] checking libudev.h presence... yes
[CentOS_6.3_x86_64] checking for libudev.h... yes
[CentOS_6.3_x86_64] checking for udev_device_new_from_subsystem_sysname in -ludev... yes
[CentOS_6.3_x86_64] checking for PCIACCESS... no
[CentOS_6.3_x86_64] checking pciaccess.h usability... no
[CentOS_6.3_x86_64] checking pciaccess.h presence... no
[CentOS_6.3_x86_64] checking for pciaccess.h... no
[CentOS_6.3_x86_64] checking CL/cl_ext.h usability... no
[CentOS_6.3_x86_64] checking CL/cl_ext.h presence... no
[CentOS_6.3_x86_64] checking for CL/cl_ext.h... no
[CentOS_6.3_x86_64] checking cuda.h usability... no
[CentOS_6.3_x86_64] checking cuda.h presence... no
[CentOS_6.3_x86_64] checking for cuda.h... no
[CentOS_6.3_x86_64] checking cuda_runtime_api.h usability... no
[CentOS_6.3_x86_64] checking cuda_runtime_api.h presence... no
[CentOS_6.3_x86_64] checking for cuda_runtime_api.h... no
[CentOS_6.3_x86_64] checking nvml.h usability... no
[CentOS_6.3_x86_64] checking nvml.h presence... no
[CentOS_6.3_x86_64] checking for nvml.h... no
[CentOS_6.3_x86_64] checking for gethostbyname... yes
[CentOS_6.3_x86_64] checking for connect... yes
[CentOS_6.3_x86_64] checking for remove... yes
[CentOS_6.3_x86_64] checking for shmat... yes
[CentOS_6.3_x86_64] checking for IceConnectionNumber in -lICE... no
[CentOS_6.3_x86_64] checking X11/Xlib.h usability... yes
[CentOS_6.3_x86_64] checking X11/Xlib.h presence... yes
[CentOS_6.3_x86_64] checking for X11/Xlib.h... yes
[CentOS_6.3_x86_64] checking for XOpenDisplay in -lX11... yes
[CentOS_6.3_x86_64] checking for X11/Xutil.h... yes
[CentOS_6.3_x86_64] checking X11/keysym.h usability... yes
[CentOS_6.3_x86_64] checking X11/keysym.h presence... yes
[CentOS_6.3_x86_64] checking for X11/keysym.h... yes
[CentOS_6.3_x86_64] checking NVCtrl/NVCtrl.h usability... no
[CentOS_6.3_x86_64] checking NVCtrl/NVCtrl.h presence... no
[CentOS_6.3_x86_64] checking for NVCtrl/NVCtrl.h... no
[CentOS_6.3_x86_64] checking for LIBXML2... yes
[CentOS_6.3_x86_64] checking libxml/parser.h usability... yes
[CentOS_6.3_x86_64] checking libxml/parser.h presence... yes
[CentOS_6.3_x86_64] checking for libxml/parser.h... yes
[CentOS_6.3_x86_64] checking for xmlNewDoc... yes
[CentOS_6.3_x86_64] checking for final LIBXML2 support... yes
[CentOS_6.3_x86_64] checking for x86 cpuid... yes
[CentOS_6.3_x86_64] checking for pthread_mutex_lock... yes
[CentOS_6.3_x86_64] checking if plugin support is enabled... yes
[CentOS_6.3_x86_64] checking ltdl.h usability... yes
[CentOS_6.3_x86_64] checking ltdl.h presence... yes
[CentOS_6.3_x86_64] checking for ltdl.h... yes
[CentOS_6.3_x86_64] checking for lt_dlopenext in -lltdl... yes
[CentOS_6.3_x86_64] checking for shl_load... no
[CentOS_6.3_x86_64] checking for shl_load in -ldld... no
[CentOS_6.3_x86_64] checking for dlopen... no
[CentOS_6.3_x86_64] checking for dlopen in -ldl... yes
[CentOS_6.3_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[CentOS_6.3_x86_64] checking components to build as plugins...  xml_libxml
[CentOS_6.3_x86_64] checking for a sed that does not truncate output... /builds/local/bin/sed
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] ###
[CentOS_6.3_x86_64] ### Configuring hwloc documentation
[CentOS_6.3_x86_64] ###
[CentOS_6.3_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[CentOS_6.3_x86_64] checking for doxygen... /usr/bin/doxygen
[CentOS_6.3_x86_64] checking for pdflatex... /usr/bin/pdflatex
[CentOS_6.3_x86_64] checking for makeindex... /usr/bin/makeindex
[CentOS_6.3_x86_64] checking for fig2dev... /usr/bin/fig2dev
[CentOS_6.3_x86_64] checking for gs... /usr/bin/gs
[CentOS_6.3_x86_64] checking for epstopdf... /usr/bin/epstopdf
[CentOS_6.3_x86_64] checking if can build doxygen docs... yes
[CentOS_6.3_x86_64] checking for w3m... /usr/bin/w3m
[CentOS_6.3_x86_64] checking for lynx... no
[CentOS_6.3_x86_64] checking if can build top-level README... yes
[CentOS_6.3_x86_64] checking if will build doxygen docs... no
[CentOS_6.3_x86_64] checking if will install doxygen docs... yes
[CentOS_6.3_x86_64] checking whether to enable "picky" compiler mode... no (default)
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] ###
[CentOS_6.3_x86_64] ### Configuring hwloc command line utilities
[CentOS_6.3_x86_64] ###
[CentOS_6.3_x86_64] checking for CAIRO... yes
[CentOS_6.3_x86_64] checking cairo.h usability... yes
[CentOS_6.3_x86_64] checking cairo.h presence... yes
[CentOS_6.3_x86_64] checking for cairo.h... yes
[CentOS_7.2_x86_64] checking for working syscall... yes
[CentOS_7.2_x86_64] checking for KERRIGHED... no
[CentOS_7.2_x86_64] checking for lib... no
[CentOS_7.2_x86_64] checking for bash... /bin/sh
[CentOS_7.2_x86_64] checking for ffs... yes
[CentOS_7.2_x86_64] checking whether ffs is declared... yes
[CentOS_7.2_x86_64] checking whether function ffs has a complete prototype... yes
[CentOS_7.2_x86_64] checking for ffsl... yes
[CentOS_7.2_x86_64] checking whether ffsl is declared... yes
[CentOS_7.2_x86_64] checking whether function ffsl has a complete prototype... yes
[CentOS_7.2_x86_64] checking for fls... no
[CentOS_7.2_x86_64] checking for flsl... no
[CentOS_7.2_x86_64] checking for clz... no
[CentOS_7.2_x86_64] checking for clzl... no
[CentOS_7.2_x86_64] checking for openat... yes
[CentOS_7.2_x86_64] checking malloc.h usability... yes
[CentOS_7.2_x86_64] checking malloc.h presence... yes
[CentOS_7.2_x86_64] checking for malloc.h... yes
[CentOS_7.2_x86_64] checking for getpagesize... yes
[CentOS_7.2_x86_64] checking for memalign... yes
[CentOS_7.2_x86_64] checking for posix_memalign... yes
[CentOS_7.2_x86_64] checking sys/utsname.h usability... yes
[CentOS_7.2_x86_64] checking sys/utsname.h presence... yes
[CentOS_7.2_x86_64] checking for sys/utsname.h... yes
[CentOS_7.2_x86_64] checking for uname... yes
[CentOS_7.2_x86_64] checking valgrind/valgrind.h usability... no
[CentOS_7.2_x86_64] checking valgrind/valgrind.h presence... no
[CentOS_7.2_x86_64] checking for valgrind/valgrind.h... no
[CentOS_7.2_x86_64] checking whether RUNNING_ON_VALGRIND is declared... no
[CentOS_7.2_x86_64] checking pthread_np.h usability... no
[CentOS_7.2_x86_64] checking pthread_np.h presence... no
[CentOS_7.2_x86_64] checking for pthread_np.h... no
[CentOS_7.2_x86_64] checking whether pthread_setaffinity_np is declared... yes
[CentOS_7.2_x86_64] checking whether pthread_getaffinity_np is declared... yes
[CentOS_7.2_x86_64] checking for sched_setaffinity... yes
[CentOS_7.2_x86_64] checking for sys/cpuset.h... no
[CentOS_7.2_x86_64] checking for cpuset_setaffinity... no
[Debian_5_x86_64] checking for clzl... no
[Debian_5_x86_64] checking for openat... yes
[Debian_5_x86_64] checking malloc.h usability... yes
[Debian_5_x86_64] checking malloc.h presence... yes
[Debian_5_x86_64] checking for malloc.h... yes
[Debian_5_x86_64] checking for getpagesize... yes
[Debian_5_x86_64] checking for memalign... yes
[Debian_5_x86_64] checking for posix_memalign... yes
[Debian_5_x86_64] checking sys/utsname.h usability... yes
[Debian_5_x86_64] checking sys/utsname.h presence... yes
[Debian_5_x86_64] checking for sys/utsname.h... yes
[Debian_5_x86_64] checking for uname... yes
[Debian_5_x86_64] checking valgrind/valgrind.h usability... yes
[Debian_5_x86_64] checking valgrind/valgrind.h presence... yes
[Debian_5_x86_64] checking for valgrind/valgrind.h... yes
[Debian_5_x86_64] checking whether RUNNING_ON_VALGRIND is declared... yes
[Debian_5_x86_64] checking pthread_np.h usability... no
[Debian_5_x86_64] checking pthread_np.h presence... no
[Debian_5_x86_64] checking for pthread_np.h... no
[Debian_5_x86_64] checking whether pthread_setaffinity_np is declared... yes
[Debian_5_x86_64] checking whether pthread_getaffinity_np is declared... yes
[Debian_5_x86_64] checking for sched_setaffinity... yes
[Debian_5_x86_64] checking for sys/cpuset.h... no
[Debian_5_x86_64] checking for cpuset_setaffinity... no
[Debian_5_x86_64] checking for library containing pthread_getthrds_np... no
[Debian_5_x86_64] checking for cpuset_setid... no
[Debian_5_x86_64] checking numaif.h usability... yes
[Debian_5_x86_64] checking numaif.h presence... yes
[Debian_5_x86_64] checking for numaif.h... yes
[Debian_5_x86_64] checking for numa_available in -lnuma... yes
[Debian_5_x86_64] checking for set_mempolicy in -lnuma... yes
[Debian_5_x86_64] checking for mbind in -lnuma... yes
[Debian_5_x86_64] checking for migrate_pages in -lnuma... yes
[Debian_5_x86_64] checking for move_pages in -lnuma... yes
[Debian_5_x86_64] checking libudev.h usability... no
[Debian_5_x86_64] checking libudev.h presence... no
[Debian_5_x86_64] checking for libudev.h... no
[Debian_5_x86_64] checking for PCIACCESS... yes
[Debian_5_x86_64] checking pciaccess.h usability... yes
[Debian_5_x86_64] checking pciaccess.h presence... yes
[Debian_5_x86_64] checking for pciaccess.h... yes
[Debian_5_x86_64] checking for pci_slot_match_iterator_create... yes
[Debian_5_x86_64] checking for final PCIACCESS support... yes
[Debian_5_x86_64] checking CL/cl_ext.h usability... no
[Debian_5_x86_64] checking CL/cl_ext.h presence... no
[Debian_5_x86_64] checking for CL/cl_ext.h... no
[Debian_5_x86_64] checking cuda.h usability... no
[Debian_5_x86_64] checking cuda.h presence... no
[Debian_5_x86_64] checking for cuda.h... no
[Debian_5_x86_64] checking cuda_runtime_api.h usability... no
[Debian_5_x86_64] checking cuda_runtime_api.h presence... no
[Debian_5_x86_64] checking for cuda_runtime_api.h... no
[Debian_5_x86_64] checking nvml.h usability... no
[Debian_5_x86_64] checking nvml.h presence... no
[Debian_5_x86_64] checking for nvml.h... no
[Debian_5_x86_64] checking for gethostbyname... yes
[Debian_5_x86_64] checking for connect... yes
[Debian_6_x86_32] checking for memalign... yes
[Debian_6_x86_32] checking for posix_memalign... yes
[Debian_6_x86_32] checking sys/utsname.h usability... yes
[Debian_6_x86_32] checking sys/utsname.h presence... yes
[Debian_6_x86_32] checking for sys/utsname.h... yes
[Debian_6_x86_32] checking for uname... yes
[Debian_6_x86_32] checking valgrind/valgrind.h usability... no
[Debian_6_x86_32] checking valgrind/valgrind.h presence... no
[Debian_6_x86_32] checking for valgrind/valgrind.h... no
[Debian_6_x86_32] checking whether RUNNING_ON_VALGRIND is declared... no
[Debian_6_x86_32] checking pthread_np.h usability... no
[Debian_6_x86_32] checking pthread_np.h presence... no
[Debian_6_x86_32] checking for pthread_np.h... no
[Debian_6_x86_32] checking whether pthread_setaffinity_np is declared... yes
[Debian_6_x86_32] checking whether pthread_getaffinity_np is declared... yes
[Debian_6_x86_32] checking for sched_setaffinity... yes
[Debian_6_x86_32] checking for sys/cpuset.h... no
[Debian_6_x86_32] checking for cpuset_setaffinity... no
[Debian_6_x86_32] checking for library containing pthread_getthrds_np... no
[Debian_6_x86_32] checking for cpuset_setid... no
[Debian_6_x86_32] checking numaif.h usability... yes
[Debian_6_x86_32] checking numaif.h presence... yes
[Debian_6_x86_32] checking for numaif.h... yes
[Debian_6_x86_32] checking for numa_available in -lnuma... yes
[Debian_6_x86_32] checking for set_mempolicy in -lnuma... yes
[Debian_6_x86_32] checking for mbind in -lnuma... yes
[Debian_6_x86_32] checking for migrate_pages in -lnuma... yes
[Debian_6_x86_32] checking for move_pages in -lnuma... yes
[Debian_6_x86_32] checking libudev.h usability... no
[Debian_6_x86_32] checking libudev.h presence... no
[Debian_6_x86_32] checking for libudev.h... no
[Debian_6_x86_32] checking for PCIACCESS... no
[Debian_6_x86_32] checking pciaccess.h usability... no
[Debian_6_x86_32] checking pciaccess.h presence... no
[Debian_6_x86_32] checking for pciaccess.h... no
[Debian_6_x86_32] checking CL/cl_ext.h usability... no
[Debian_6_x86_32] checking CL/cl_ext.h presence... no
[Debian_6_x86_32] checking for CL/cl_ext.h... no
[Debian_6_x86_32] checking cuda.h usability... no
[Debian_6_x86_32] checking cuda.h presence... no
[Debian_6_x86_32] checking for cuda.h... no
[Debian_6_x86_32] checking cuda_runtime_api.h usability... no
[Debian_6_x86_32] checking cuda_runtime_api.h presence... no
[Debian_6_x86_32] checking for cuda_runtime_api.h... no
[Debian_6_x86_32] checking nvml.h usability... no
[Debian_6_x86_32] checking nvml.h presence... no
[Debian_6_x86_32] checking for nvml.h... no
[Debian_6_x86_32] checking for gethostbyname... yes
[Debian_6_x86_32] checking for connect... yes
[Debian_7_x86_64] checking mach/mach_init.h usability... no
[Debian_7_x86_64] checking mach/mach_init.h presence... no
[Debian_7_x86_64] checking for mach/mach_init.h... no
[Debian_7_x86_64] checking sys/param.h usability... yes
[Debian_7_x86_64] checking sys/param.h presence... yes
[Debian_7_x86_64] checking for sys/param.h... yes
[Debian_7_x86_64] checking for sys/sysctl.h... yes
[Debian_7_x86_64] checking whether CTL_HW is declared... no
[Debian_7_x86_64] checking whether HW_NCPU is declared... no
[Debian_7_x86_64] checking whether strtoull is declared... yes
[Debian_7_x86_64] checking for ssize_t... yes
[Debian_7_x86_64] checking whether snprintf is declared... yes
[Debian_7_x86_64] checking whether _strdup is declared... no
[Debian_7_x86_64] checking whether _putenv is declared... no
[Debian_7_x86_64] checking whether getprogname is declared... no
[Debian_7_x86_64] checking whether getexecname is declared... no
[Debian_7_x86_64] checking whether GetModuleFileName is declared... no
[Debian_7_x86_64] checking for program_invocation_name... yes
[Debian_7_x86_64] checking for __progname... yes
[Debian_7_x86_64] checking for pthread_t... yes
[Debian_7_x86_64] checking whether sched_getcpu is declared... yes
[Debian_7_x86_64] checking whether sched_setaffinity is declared... yes
[Debian_7_x86_64] checking whether function sched_setaffinity has a complete prototype... yes
[Debian_7_x86_64] checking for old prototype of sched_setaffinity... no
[Debian_7_x86_64] checking for working CPU_SET... yes
[Debian_7_x86_64] checking for working CPU_SET_S... yes
[Debian_7_x86_64] checking for working syscall... yes
[Debian_7_x86_64] checking for KERRIGHED... no
[Debian_7_x86_64] checking for lib... no
[Debian_7_x86_64] checking for bash... /bin/bash
[Debian_7_x86_64] checking for ffs... yes
[Debian_7_x86_64] checking whether ffs is declared... yes
[Debian_7_x86_64] checking whether function ffs has a complete prototype... yes
[Debian_8_x86_64] checking for main in -lgdi32... no
[Debian_8_x86_64] checking for PostQuitMessage in -luser32... no
[Debian_8_x86_64] checking windows.h usability... no
[Debian_8_x86_64] checking windows.h presence... no
[Debian_8_x86_64] checking for windows.h... no
[Debian_8_x86_64] checking sys/lgrp_user.h usability... no
[Debian_8_x86_64] checking sys/lgrp_user.h presence... no
[Debian_8_x86_64] checking for sys/lgrp_user.h... no
[Debian_8_x86_64] checking kstat.h usability... no
[Debian_8_x86_64] checking kstat.h presence... no
[Debian_8_x86_64] checking for kstat.h... no
[Debian_8_x86_64] checking whether fabsf is declared... yes
[Debian_8_x86_64] checking for fabsf in -lm... yes
[Debian_8_x86_64] checking whether modff is declared... yes
[Debian_8_x86_64] checking for modff in -lm... yes
[Debian_8_x86_64] checking picl.h usability... no
[Debian_8_x86_64] checking picl.h presence... no
[Debian_8_x86_64] checking for picl.h... no
[Debian_8_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Debian_8_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Debian_8_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[Debian_8_x86_64] checking whether _SC_NPROC_CONF is declared... no
[Debian_8_x86_64] checking whether _SC_PAGESIZE is declared... yes
[Debian_8_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[Debian_8_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[Debian_9_x86_64] checking sys/utsname.h usability... yes
[Debian_9_x86_64] checking sys/utsname.h presence... yes
[Debian_9_x86_64] checking for sys/utsname.h... yes
[Debian_9_x86_64] checking for uname... yes
[Debian_9_x86_64] checking valgrind/valgrind.h usability... yes
[Debian_9_x86_64] checking valgrind/valgrind.h presence... yes
[Debian_9_x86_64] checking for valgrind/valgrind.h... yes
[Debian_9_x86_64] checking whether RUNNING_ON_VALGRIND is declared... yes
[Debian_9_x86_64] checking pthread_np.h usability... no
[Debian_9_x86_64] checking pthread_np.h presence... no
[Debian_9_x86_64] checking for pthread_np.h... no
[Debian_9_x86_64] checking whether pthread_setaffinity_np is declared... yes
[Debian_9_x86_64] checking whether pthread_getaffinity_np is declared... yes
[Debian_9_x86_64] checking for sched_setaffinity... yes
[Debian_9_x86_64] checking for sys/cpuset.h... no
[Debian_9_x86_64] checking for cpuset_setaffinity... no
[Debian_9_x86_64] checking for library containing pthread_getthrds_np... no
[Debian_9_x86_64] checking for cpuset_setid... no
[Debian_9_x86_64] checking numaif.h usability... yes
[Debian_9_x86_64] checking numaif.h presence... yes
[Debian_9_x86_64] checking for numaif.h... yes
[Debian_9_x86_64] checking for numa_available in -lnuma... yes
[Debian_9_x86_64] checking for set_mempolicy in -lnuma... yes
[Debian_9_x86_64] checking for mbind in -lnuma... yes
[Debian_9_x86_64] checking for migrate_pages in -lnuma... yes
[Debian_9_x86_64] checking for move_pages in -lnuma... yes
[Debian_9_x86_64] checking libudev.h usability... no
[Debian_9_x86_64] checking libudev.h presence... no
[Debian_9_x86_64] checking for libudev.h... no
[Debian_9_x86_64] checking for PCIACCESS... yes
[Debian_9_x86_64] checking pciaccess.h usability... yes
[Debian_9_x86_64] checking pciaccess.h presence... yes
[Debian_9_x86_64] checking for pciaccess.h... yes
[Debian_9_x86_64] checking for pci_slot_match_iterator_create... yes
[Debian_9_x86_64] checking for final PCIACCESS support... yes
[Debian_9_x86_64_-m32] checking for numa_available in -lnuma... yes
[Debian_9_x86_64_-m32] checking for set_mempolicy in -lnuma... yes
[Debian_9_x86_64_-m32] checking for mbind in -lnuma... yes
[Debian_9_x86_64_-m32] checking for migrate_pages in -lnuma... yes
[Debian_9_x86_64_-m32] checking for move_pages in -lnuma... yes
[Debian_9_x86_64_-m32] checking libudev.h usability... no
[Debian_9_x86_64_-m32] checking libudev.h presence... no
[Debian_9_x86_64_-m32] checking for libudev.h... no
[Debian_9_x86_64_-m32] checking for PCIACCESS... yes
[Debian_9_x86_64_-m32] checking pciaccess.h usability... yes
[Debian_9_x86_64_-m32] checking pciaccess.h presence... yes
[Debian_9_x86_64_-m32] checking for pciaccess.h... yes
[Debian_9_x86_64_-m32] checking for pci_slot_match_iterator_create... yes
[Debian_9_x86_64_-m32] checking for final PCIACCESS support... yes
[Debian_9_x86_64_-m32] checking CL/cl_ext.h usability... yes
[Debian_9_x86_64_-m32] checking CL/cl_ext.h presence... yes
[Debian_9_x86_64_-m32] checking for CL/cl_ext.h... yes
[Debian_9_x86_64_-m32] checking for clGetDeviceIDs in -lOpenCL... no
[Debian_9_x86_64_-m32] checking cuda.h usability... no
[Debian_9_x86_64_-m32] checking cuda.h presence... no
[Debian_9_x86_64_-m32] checking for cuda.h... no
[Debian_9_x86_64_-m32] checking cuda_runtime_api.h usability... no
[Debian_9_x86_64_-m32] checking cuda_runtime_api.h presence... no
[Debian_9_x86_64_-m32] checking for cuda_runtime_api.h... no
[Debian_9_x86_64_-m32] checking nvml.h usability... no
[Debian_9_x86_64_-m32] checking nvml.h presence... no
[Debian_9_x86_64_-m32] checking for nvml.h... no
[Debian_9_x86_64_-m32] checking X11/Xlib.h usability... yes
[Debian_9_x86_64_-m32] checking X11/Xlib.h presence... yes
[Debian_9_x86_64_-m32] checking for X11/Xlib.h... yes
[Debian_9_x86_64_-m32] checking for XOpenDisplay in -lX11... no
[Debian_9_x86_64_-m32] configure: WARNING: X11 not found; GL disabled
[Debian_9_x86_64_-m32] checking NVCtrl/NVCtrl.h usability... no
[Debian_9_x86_64_-m32] checking NVCtrl/NVCtrl.h presence... no
[Debian_9_x86_64_-m32] checking for NVCtrl/NVCtrl.h... no
[Debian_9_x86_64_-m32] checking for LIBXML2... yes
[Debian_9_x86_64_-m32] checking libxml/parser.h usability... yes
[Debian_9_x86_64_-m32] checking libxml/parser.h presence... yes
[Debian_9_x86_64_-m32] checking for libxml/parser.h... yes
[Debian_9_x86_64_-m32] checking for xmlNewDoc... no
[Debian_9_x86_64_-m32] checking for final LIBXML2 support... no
[Debian_9_x86_64_-m32] checking for x86 cpuid... yes
[Debian_9_x86_64_-m32] checking for pthread_mutex_lock... yes
[Debian_9_x86_64_-m32] checking if plugin support is enabled... yes
[Debian_9_x86_64_-m32] checking ltdl.h usability... yes
[Debian_9_x86_64_-m32] checking ltdl.h presence... yes
[Debian_9_x86_64_-m32] checking for ltdl.h... yes
[Debian_9_x86_64_-m32] checking for lt_dlopenext in -lltdl... yes
[Fedora_25_x86_64] checking for getpagesize... yes
[Fedora_25_x86_64] checking for memalign... yes
[Fedora_25_x86_64] checking for posix_memalign... yes
[Fedora_25_x86_64] checking sys/utsname.h usability... yes
[Fedora_25_x86_64] checking sys/utsname.h presence... yes
[Fedora_25_x86_64] checking for sys/utsname.h... yes
[Fedora_25_x86_64] checking for uname... yes
[Fedora_25_x86_64] checking valgrind/valgrind.h usability... no
[Fedora_25_x86_64] checking valgrind/valgrind.h presence... no
[Fedora_25_x86_64] checking for valgrind/valgrind.h... no
[Fedora_25_x86_64] checking whether RUNNING_ON_VALGRIND is declared... no
[Fedora_25_x86_64] checking pthread_np.h usability... no
[Fedora_25_x86_64] checking pthread_np.h presence... no
[Fedora_25_x86_64] checking for pthread_np.h... no
[Fedora_25_x86_64] checking whether pthread_setaffinity_np is declared... yes
[Fedora_25_x86_64] checking whether pthread_getaffinity_np is declared... yes
[Fedora_25_x86_64] checking for sched_setaffinity... yes
[Fedora_25_x86_64] checking for sys/cpuset.h... no
[Fedora_25_x86_64] checking for cpuset_setaffinity... no
[Fedora_25_x86_64] checking for library containing pthread_getthrds_np... no
[Fedora_25_x86_64] checking for cpuset_setid... no
[Fedora_25_x86_64] checking numaif.h usability... no
[Fedora_25_x86_64] checking numaif.h presence... no
[Fedora_25_x86_64] checking for numaif.h... no
[Fedora_25_x86_64] checking libudev.h usability... no
[Fedora_25_x86_64] checking libudev.h presence... no
[Fedora_25_x86_64] checking for libudev.h... no
[Fedora_25_x86_64] checking for PCIACCESS... yes
[Fedora_25_x86_64] checking pciaccess.h usability... yes
[Fedora_25_x86_64] checking pciaccess.h presence... yes
[Fedora_25_x86_64] checking for pciaccess.h... yes
[Fedora_25_x86_64] checking for pci_slot_match_iterator_create... yes
[Fedora_25_x86_64] checking for final PCIACCESS support... yes
[Fedora_25_x86_64] checking CL/cl_ext.h usability... no
[Fedora_25_x86_64] checking CL/cl_ext.h presence... no
[Fedora_25_x86_64] checking for CL/cl_ext.h... no
[Fedora_25_x86_64] checking cuda.h usability... no
[Fedora_25_x86_64] checking cuda.h presence... no
[Fedora_25_x86_64] checking for cuda.h... no
[Fedora_25_x86_64] checking cuda_runtime_api.h usability... no
[Fedora_25_x86_64] checking cuda_runtime_api.h presence... no
[Fedora_25_x86_64] checking for cuda_runtime_api.h... no
[Fedora_25_x86_64] checking nvml.h usability... no
[Fedora_25_x86_64] checking nvml.h presence... no
[Fedora_25_x86_64] checking for nvml.h... no
[Fedora_25_x86_64] checking for gethostbyname... yes
[Fedora_25_x86_64] checking for connect... yes
[Fedora_25_x86_64] checking for remove... yes
[Fedora_25_x86_64] checking for shmat... yes
[Fedora_25_x86_64] checking for IceConnectionNumber in -lICE... no
[Fedora_25_x86_64] checking X11/Xlib.h usability... yes
[FreeBSD_11.1_x86_64] checking for fls... yes
[FreeBSD_11.1_x86_64] checking whether fls is declared... yes
[FreeBSD_11.1_x86_64] checking whether function fls has a complete prototype... yes
[FreeBSD_11.1_x86_64] checking for flsl... yes
[FreeBSD_11.1_x86_64] checking whether flsl is declared... yes
[FreeBSD_11.1_x86_64] checking whether function flsl has a complete prototype... yes
[FreeBSD_11.1_x86_64] checking for clz... no
[FreeBSD_11.1_x86_64] checking for clzl... no
[FreeBSD_11.1_x86_64] checking for openat... yes
[FreeBSD_11.1_x86_64] checking malloc.h usability... no
[FreeBSD_11.1_x86_64] checking malloc.h presence... no
[FreeBSD_11.1_x86_64] checking for malloc.h... no
[FreeBSD_11.1_x86_64] checking for getpagesize... yes
[FreeBSD_11.1_x86_64] checking for memalign... no
[FreeBSD_11.1_x86_64] checking for posix_memalign... yes
[FreeBSD_11.1_x86_64] checking sys/utsname.h usability... yes
[FreeBSD_11.1_x86_64] checking sys/utsname.h presence... yes
[FreeBSD_11.1_x86_64] checking for sys/utsname.h... yes
[FreeBSD_11.1_x86_64] checking for uname... yes
[FreeBSD_11.1_x86_64] checking valgrind/valgrind.h usability... yes
[FreeBSD_11.1_x86_64] checking valgrind/valgrind.h presence... yes
[FreeBSD_11.1_x86_64] checking for valgrind/valgrind.h... yes
[FreeBSD_11.1_x86_64] checking whether RUNNING_ON_VALGRIND is declared... yes
[FreeBSD_11.1_x86_64] checking pthread_np.h usability... yes
[FreeBSD_11.1_x86_64] checking pthread_np.h presence... yes
[FreeBSD_11.1_x86_64] checking for pthread_np.h... yes
[FreeBSD_11.1_x86_64] checking whether pthread_setaffinity_np is declared... yes
[FreeBSD_11.1_x86_64] checking whether pthread_getaffinity_np is declared... yes
[FreeBSD_11.1_x86_64] checking for sched_setaffinity... no
[FreeBSD_11.1_x86_64] checking for sys/cpuset.h... yes
[FreeBSD_11.1_x86_64] checking for cpuset_setaffinity... yes
[FreeBSD_11.1_x86_64] checking for library containing pthread_getthrds_np... no
[FreeBSD_11.1_x86_64] checking for cpuset_setid... yes
[FreeBSD_11.1_x86_64] checking numaif.h usability... no
[FreeBSD_11.1_x86_64] checking numaif.h presence... no
[FreeBSD_11.1_x86_64] checking for numaif.h... no
[FreeBSD_11.1_x86_64] checking libudev.h usability... no
[FreeBSD_11.1_x86_64] checking libudev.h presence... no
[FreeBSD_11.1_x86_64] checking for libudev.h... no
[FreeBSD_11.1_x86_64] checking for PCIACCESS... cannot check without pkg-config
[NetBSD_7.1_x86_64] + rm 'hwloc-v1.11-20190314.0500.git550b2be.tar.gz'
[NetBSD_7.1_x86_64] + cd 'hwloc-v1.11-20190314.0500.git550b2be'
[NetBSD_7.1_x86_64] + touch configure
[NetBSD_7.1_x86_64] + mkdir build-plugins-debug
[NetBSD_7.1_x86_64] + cd build-plugins-debug
[NetBSD_7.1_x86_64] + '../configure' --enable-plugins --enable-debug
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] ###
[NetBSD_7.1_x86_64] ### Configuring hwloc distribution tarball
[NetBSD_7.1_x86_64] ### Startup tests
[NetBSD_7.1_x86_64] ###
[NetBSD_7.1_x86_64] checking build system type... x86_64-unknown-netbsd7.1
[NetBSD_7.1_x86_64] checking host system type... x86_64-unknown-netbsd7.1
[NetBSD_7.1_x86_64] checking target system type... x86_64-unknown-netbsd7.1
[NetBSD_7.1_x86_64] checking for a BSD-compatible install... /usr/bin/install -c
[NetBSD_7.1_x86_64] checking whether build environment is sane... yes
[NetBSD_7.1_x86_64] checking for a thread-safe mkdir -p... .././config/install-sh -c -d
[NetBSD_7.1_x86_64] checking for gawk... no
[NetBSD_7.1_x86_64] checking for mawk... no
[NetBSD_7.1_x86_64] checking for nawk... no
[NetBSD_7.1_x86_64] checking for awk... awk
[NetBSD_7.1_x86_64] checking whether make sets $(MAKE)... yes
[NetBSD_7.1_x86_64] checking whether make supports nested variables... yes
[NetBSD_7.1_x86_64] checking whether UID '1000' is supported by ustar format... yes
[NetBSD_7.1_x86_64] checking whether GID '100' is supported by ustar format... yes
[NetBSD_7.1_x86_64] checking how to create a ustar tar archive... plaintar
[NetBSD_7.1_x86_64] checking whether make supports nested variables... (cached) yes
[NetBSD_7.1_x86_64] checking for style of include used by make... GNU
[NetBSD_7.1_x86_64] checking for gcc... gcc
[NetBSD_7.1_x86_64] checking whether the C compiler works... yes
[NetBSD_7.1_x86_64] checking for C compiler default output file name... a.out
[NetBSD_7.1_x86_64] checking for suffix of executables... 
[NetBSD_7.1_x86_64] checking whether we are cross compiling... no
[NetBSD_7.1_x86_64] checking for suffix of object files... o
[NetBSD_7.1_x86_64] checking whether we are using the GNU C compiler... yes
[NetBSD_7.1_x86_64] checking whether gcc accepts -g... yes
[NetBSD_7.1_x86_64] checking for gcc option to accept ISO C89... none needed
[NetBSD_7.1_x86_64] checking whether gcc understands -c and -o together... yes
[NetBSD_7.1_x86_64] checking dependency style of gcc... gcc3
[NetBSD_7.1_x86_64] checking how to run the C preprocessor... gcc -E
[OS_X_12] checking for unistd.h... yes
[OS_X_12] checking minix/config.h usability... no
[OS_X_12] checking minix/config.h presence... no
[OS_X_12] checking for minix/config.h... no
[OS_X_12] checking whether it is safe to define __EXTENSIONS__... yes
[OS_X_12] checking for gcc... (cached) gcc
[OS_X_12] checking whether we are using the GNU C compiler... (cached) yes
[OS_X_12] checking whether gcc accepts -g... (cached) yes
[OS_X_12] checking for gcc option to accept ISO C89... (cached) none needed
[OS_X_12] checking whether gcc understands -c and -o together... (cached) yes
[OS_X_12] checking dependency style of gcc... (cached) gcc3
[OS_X_12] checking for g++... g++
[OS_X_12] checking whether we are using the GNU C++ compiler... yes
[OS_X_12] checking whether g++ accepts -g... yes
[OS_X_12] checking dependency style of g++... gcc3
[OS_X_12] checking for ar... ar
[OS_X_12] checking the archiver (ar) interface... ar
[OS_X_12] checking for pkg-config... /usr/local/bin/pkg-config
[OS_X_12] checking pkg-config is at least version 0.9.0... yes
[OS_X_12] checking for X... libraries /usr/X11/lib, headers /usr/X11/include
[OS_X_12] 
[OS_X_12] ###
[OS_X_12] ### Configuring hwloc core
[OS_X_12] ###
[OS_X_12] checking hwloc building mode... standalone
[OS_X_12] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[OS_X_12] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[OS_X_12] configure: Detected VPATH build
[OS_X_12] checking for hwloc version... v1.11-20190314.0500.git550b2be
[OS_X_12] checking if want hwloc maintainer support... enabled
[OS_X_12] checking for hwloc directory prefix... (none)
[OS_X_12] checking for hwloc symbol prefix... hwloc_
[OS_X_9] checking for __attribute__... yes
[OS_X_9] checking for __attribute__(aligned)... yes
[OS_X_9] checking for __attribute__(always_inline)... yes
[OS_X_9] checking for __attribute__(cold)... yes
[OS_X_9] checking for __attribute__(const)... yes
[OS_X_9] checking for __attribute__(deprecated)... yes
[OS_X_9] checking for __attribute__(format)... yes
[OS_X_9] checking for __attribute__(hot)... yes
[OS_X_9] checking for __attribute__(malloc)... yes
[OS_X_9] checking for __attribute__(may_alias)... yes
[OS_X_9] checking for __attribute__(no_instrument_function)... yes
[OS_X_9] checking for __attribute__(nonnull)... yes
[OS_X_9] checking for __attribute__(noreturn)... yes
[OS_X_9] checking for __attribute__(packed)... yes
[OS_X_9] checking for __attribute__(pure)... yes
[OS_X_9] checking for __attribute__(sentinel)... yes
[OS_X_9] checking for __attribute__(unused)... yes
[OpenBSD_5.9_x86_64] checking for ANSI C header files... yes
[OpenBSD_5.9_x86_64] checking for sys/types.h... yes
[OpenBSD_5.9_x86_64] checking for sys/stat.h... yes
[OpenBSD_5.9_x86_64] checking for stdlib.h... yes
[OpenBSD_5.9_x86_64] checking for string.h... yes
[OpenBSD_5.9_x86_64] checking for memory.h... yes
[OpenBSD_5.9_x86_64] checking for strings.h... yes
[OpenBSD_5.9_x86_64] checking for inttypes.h... yes
[OpenBSD_5.9_x86_64] checking for stdint.h... yes
[OpenIndiana_x86_64] checking for lgrp_init in -llgrp... yes
[OpenIndiana_x86_64] checking whether lgrp_latency_cookie is declared... yes
[OpenIndiana_x86_64] checking kstat.h usability... yes
[OpenIndiana_x86_64] checking kstat.h presence... yes
[OpenIndiana_x86_64] checking for kstat.h... yes
[OpenIndiana_x86_64] checking for main in -lkstat... yes
[OpenIndiana_x86_64] checking whether fabsf is declared... yes
[OpenIndiana_x86_64] checking for fabsf in -lm... yes
[OpenIndiana_x86_64] checking whether modff is declared... yes
[OpenIndiana_x86_64] checking for modff in -lm... yes
[OpenIndiana_x86_64] checking picl.h usability... yes
[OpenIndiana_x86_64] checking picl.h presence... yes
[OpenIndiana_x86_64] checking for picl.h... yes
[OpenIndiana_x86_64] checking for picl_initialize in -lpicl... yes
[OpenIndiana_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[OpenIndiana_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[OpenIndiana_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[OpenIndiana_x86_64] checking whether _SC_NPROC_CONF is declared... no
[OpenIndiana_x86_64] checking whether _SC_PAGESIZE is declared... yes
[OpenIndiana_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[OpenIndiana_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[OpenIndiana_x86_64] checking mach/mach_host.h usability... no
[OpenIndiana_x86_64] checking mach/mach_host.h presence... no
[OpenIndiana_x86_64] checking for mach/mach_host.h... no
[OpenIndiana_x86_64] checking mach/mach_init.h usability... no
[OpenIndiana_x86_64] checking mach/mach_init.h presence... no
[OpenIndiana_x86_64] checking for mach/mach_init.h... no
[OpenIndiana_x86_64] checking sys/param.h usability... yes
[OpenIndiana_x86_64] checking sys/param.h presence... yes
[OpenIndiana_x86_64] checking for sys/param.h... yes
[OpenIndiana_x86_64] checking for sys/sysctl.h... no
[OpenIndiana_x86_64] checking whether strtoull is declared... yes
[OpenIndiana_x86_64] checking for ssize_t... yes
[OpenIndiana_x86_64] checking whether snprintf is declared... yes
[Ubuntu_12.04_x86_64] checking kstat.h usability... no
[Ubuntu_12.04_x86_64] checking kstat.h presence... no
[Ubuntu_12.04_x86_64] checking for kstat.h... no
[Ubuntu_12.04_x86_64] checking whether fabsf is declared... yes
[Ubuntu_12.04_x86_64] checking for fabsf in -lm... yes
[Ubuntu_12.04_x86_64] checking whether modff is declared... yes
[Ubuntu_12.04_x86_64] checking for modff in -lm... yes
[Ubuntu_12.04_x86_64] checking picl.h usability... no
[Ubuntu_12.04_x86_64] checking picl.h presence... no
[Ubuntu_12.04_x86_64] checking for picl.h... no
[Ubuntu_12.04_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Ubuntu_12.04_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Ubuntu_12.04_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[Ubuntu_12.04_x86_64] checking whether _SC_NPROC_CONF is declared... no
[Ubuntu_12.04_x86_64] checking whether _SC_PAGESIZE is declared... yes
[Ubuntu_12.04_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[Ubuntu_12.04_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[Ubuntu_12.04_x86_64] checking mach/mach_host.h usability... no
[Ubuntu_12.04_x86_64] checking mach/mach_host.h presence... no
[Ubuntu_12.04_x86_64] checking for mach/mach_host.h... no
[Ubuntu_12.04_x86_64] checking mach/mach_init.h usability... no
[Ubuntu_12.04_x86_64] checking mach/mach_init.h presence... no
[Ubuntu_12.04_x86_64] checking for mach/mach_init.h... no
[Ubuntu_12.04_x86_64] checking sys/param.h usability... yes
[Ubuntu_12.04_x86_64] checking sys/param.h presence... yes
[Ubuntu_12.04_x86_64] checking for sys/param.h... yes
[Ubuntu_14.04_x86_64] checking mach/mach_init.h usability... no
[Ubuntu_14.04_x86_64] checking mach/mach_init.h presence... no
[Ubuntu_14.04_x86_64] checking for mach/mach_init.h... no
[Ubuntu_14.04_x86_64] checking sys/param.h usability... yes
[Ubuntu_14.04_x86_64] checking sys/param.h presence... yes
[Ubuntu_14.04_x86_64] checking for sys/param.h... yes
[Ubuntu_14.04_x86_64] checking for sys/sysctl.h... yes
[Ubuntu_14.04_x86_64] checking whether CTL_HW is declared... no
[Ubuntu_14.04_x86_64] checking whether HW_NCPU is declared... no
[Ubuntu_14.04_x86_64] checking whether strtoull is declared... yes
[Ubuntu_14.04_x86_64] checking for ssize_t... yes
[Ubuntu_14.04_x86_64] checking whether snprintf is declared... yes
[Ubuntu_14.04_x86_64] checking whether _strdup is declared... no
[Ubuntu_14.04_x86_64] checking whether _putenv is declared... no
[Ubuntu_14.04_x86_64] checking whether getprogname is declared... no
[Ubuntu_14.04_x86_64] checking whether getexecname is declared... no
[Ubuntu_14.04_x86_64] checking whether GetModuleFileName is declared... no
[Ubuntu_14.04_x86_64] checking for program_invocation_name... yes
[Ubuntu_14.04_x86_64] checking for __progname... yes
[Ubuntu_14.04_x86_64] checking for pthread_t... yes
[Ubuntu_14.04_x86_64] checking whether sched_getcpu is declared... yes
[Ubuntu_14.04_x86_64] checking whether sched_setaffinity is declared... yes
[Ubuntu_14.04_x86_64] checking whether function sched_setaffinity has a complete prototype... yes
[Ubuntu_14.04_x86_64] checking for old prototype of sched_setaffinity... no
[Ubuntu_16.04_x86_32] checking whether _putenv is declared... no
[Ubuntu_16.04_x86_32] checking whether getprogname is declared... no
[Ubuntu_16.04_x86_32] checking whether getexecname is declared... no
[Ubuntu_16.04_x86_32] checking whether GetModuleFileName is declared... no
[Ubuntu_16.04_x86_32] checking for program_invocation_name... yes
[Ubuntu_16.04_x86_32] checking for __progname... yes
[Ubuntu_16.04_x86_32] checking for pthread_t... yes
[Ubuntu_16.04_x86_32] checking whether sched_getcpu is declared... yes
[Ubuntu_16.04_x86_32] checking whether sched_setaffinity is declared... yes
[Ubuntu_16.04_x86_32] checking whether function sched_setaffinity has a complete prototype... yes
[Ubuntu_16.04_x86_32] checking for old prototype of sched_setaffinity... no
[Ubuntu_16.04_x86_32] checking for working CPU_SET... yes
[Ubuntu_16.04_x86_32] checking for working CPU_SET_S... yes
[Ubuntu_16.04_x86_32] checking for working syscall... yes
[Ubuntu_16.04_x86_32] checking for KERRIGHED... no
[Ubuntu_16.04_x86_32] checking for lib... no
[Ubuntu_16.04_x86_32] checking for bash... /bin/bash
[Ubuntu_16.04_x86_32] checking for ffs... yes
[Ubuntu_16.04_x86_32] checking whether ffs is declared... yes
[Ubuntu_16.04_x86_32] checking whether function ffs has a complete prototype... yes
[Ubuntu_16.04_x86_32] checking for ffsl... yes
[Ubuntu_16.04_x86_32] checking whether ffsl is declared... yes
[Ubuntu_16.04_x86_32] checking whether function ffsl has a complete prototype... yes
[Ubuntu_16.04_x86_32] checking for fls... no
[Ubuntu_16.04_x86_32] checking for flsl... no
[Ubuntu_16.04_x86_32] checking for clz... no
[Ubuntu_16.04_x86_32] checking for clzl... no
[Ubuntu_16.04_x86_32] checking for openat... yes
[Ubuntu_16.04_x86_32] checking malloc.h usability... yes
[Ubuntu_16.04_x86_32] checking malloc.h presence... yes
[Ubuntu_16.04_x86_32] checking for malloc.h... yes
[Ubuntu_16.04_x86_32] checking for getpagesize... yes
[Ubuntu_16.04_x86_32] checking for memalign... yes
[Ubuntu_16.04_x86_64] checking whether _putenv is declared... no
[Ubuntu_16.04_x86_64] checking whether getprogname is declared... no
[Ubuntu_16.04_x86_64] checking whether getexecname is declared... no
[Ubuntu_16.04_x86_64] checking whether GetModuleFileName is declared... no
[Ubuntu_16.04_x86_64] checking for program_invocation_name... yes
[Ubuntu_16.04_x86_64] checking for __progname... yes
[Ubuntu_16.04_x86_64] checking for pthread_t... yes
[Ubuntu_16.04_x86_64] checking whether sched_getcpu is declared... yes
[Ubuntu_16.04_x86_64] checking whether sched_setaffinity is declared... yes
[Ubuntu_16.04_x86_64] checking whether function sched_setaffinity has a complete prototype... yes
[Ubuntu_16.04_x86_64] checking for old prototype of sched_setaffinity... no
[Ubuntu_16.04_x86_64] checking for working CPU_SET... yes
[Ubuntu_16.04_x86_64] checking for working CPU_SET_S... yes
[Ubuntu_16.04_x86_64] checking for working syscall... yes
[Ubuntu_16.04_x86_64] checking for KERRIGHED... no
[Ubuntu_16.04_x86_64] checking for lib... no
[Ubuntu_16.04_x86_64] checking for bash... /bin/bash
[Ubuntu_16.04_x86_64] checking for ffs... yes
[Ubuntu_16.04_x86_64] checking whether ffs is declared... yes
[Ubuntu_16.04_x86_64] checking whether function ffs has a complete prototype... yes
[Ubuntu_16.04_x86_64] checking for ffsl... yes
[Ubuntu_16.04_x86_64] checking whether ffsl is declared... yes
[Ubuntu_16.04_x86_64] checking whether function ffsl has a complete prototype... yes
[Ubuntu_16.04_x86_64] checking for fls... no
[Ubuntu_16.04_x86_64] checking for flsl... no
[Ubuntu_16.04_x86_64] checking for clz... no
[Ubuntu_16.04_x86_64] checking for clzl... no
[Ubuntu_16.04_x86_64] checking for openat... yes
[Ubuntu_16.04_x86_64] checking malloc.h usability... yes
[Ubuntu_16.04_x86_64] checking malloc.h presence... yes
[Ubuntu_16.04_x86_64] checking for malloc.h... yes
[Ubuntu_16.04_x86_64] checking for getpagesize... yes
[Ubuntu_16.04_x86_64] checking for memalign... yes
[Ubuntu_18.04_x86_64] checking whether _SC_PAGESIZE is declared... yes
[Ubuntu_18.04_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[Ubuntu_18.04_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[Ubuntu_18.04_x86_64] checking mach/mach_host.h usability... no
[Ubuntu_18.04_x86_64] checking mach/mach_host.h presence... no
[Ubuntu_18.04_x86_64] checking for mach/mach_host.h... no
[Ubuntu_18.04_x86_64] checking mach/mach_init.h usability... no
[Ubuntu_18.04_x86_64] checking mach/mach_init.h presence... no
[Ubuntu_18.04_x86_64] checking for mach/mach_init.h... no
[Ubuntu_18.04_x86_64] checking sys/param.h usability... yes
[Ubuntu_18.04_x86_64] checking sys/param.h presence... yes
[Ubuntu_18.04_x86_64] checking for sys/param.h... yes
[Ubuntu_18.04_x86_64] checking for sys/sysctl.h... yes
[Ubuntu_18.04_x86_64] checking whether CTL_HW is declared... no
[Ubuntu_18.04_x86_64] checking whether HW_NCPU is declared... no
[Ubuntu_18.04_x86_64] checking whether strtoull is declared... yes
[Ubuntu_18.04_x86_64] checking for ssize_t... yes
[Ubuntu_18.04_x86_64] checking whether snprintf is declared... yes
[Ubuntu_18.04_x86_64] checking whether _strdup is declared... no
[Ubuntu_18.04_x86_64] checking whether _putenv is declared... no
[Ubuntu_18.04_x86_64] checking whether getprogname is declared... no
[Ubuntu_18.04_x86_64] checking whether getexecname is declared... no
[Ubuntu_18.04_x86_64] checking whether GetModuleFileName is declared... no
[Ubuntu_18.04_x86_64] checking for program_invocation_name... yes
[Ubuntu_18.04_x86_64] checking for __progname... yes
[Ubuntu_18.04_x86_64] checking for pthread_t... yes
[Ubuntu_18.04_x86_64] checking whether sched_getcpu is declared... yes
[Ubuntu_18.04_x86_64] checking whether sched_setaffinity is declared... yes
[Ubuntu_18.04_x86_64] checking whether function sched_setaffinity has a complete prototype... yes
[Ubuntu_18.04_x86_64] checking for old prototype of sched_setaffinity... no
[Ubuntu_18.04_x86_64] checking for working CPU_SET... yes
[Ubuntu_18.04_x86_64] checking for working CPU_SET_S... yes
[MinGW] checking whether we are using the GNU C compiler... yes
[MinGW] checking whether gcc -static-libgcc accepts -g... yes
[MinGW] checking for gcc -static-libgcc option to accept ISO C89... none needed
[MinGW] checking whether gcc -static-libgcc understands -c and -o together... yes
[SonarQube Scanner] Still waiting to schedule task
[SonarQube Scanner] Waiting for next available executor on ‘Ubuntu_18.04_x86_64’
[CentOS_6.3_x86_32] checking langinfo.h usability... yes
[CentOS_6.3_x86_32] checking langinfo.h presence... yes
[CentOS_6.3_x86_32] checking for langinfo.h... yes
[CentOS_6.3_x86_32] checking for nl_langinfo... yes
[CentOS_6.3_x86_32] checking termcap support using ncurses and ... no
[CentOS_6.3_x86_32] checking termcap support using ncurses and -ltermcap... yes
[CentOS_6.3_x86_32] checking whether diff accepts -u... yes
[CentOS_6.3_x86_32] checking whether diff accepts -w... yes
[CentOS_6.3_x86_32] checking time.h usability... yes
[CentOS_6.3_x86_32] checking time.h presence... yes
[CentOS_6.3_x86_32] checking for time.h... yes
[CentOS_6.3_x86_32] checking for clock_gettime... no
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] ###
[CentOS_6.3_x86_32] ### Configuring hwloc tests
[CentOS_6.3_x86_32] ###
[CentOS_6.3_x86_32] checking for pthread_self in -lpthread... yes
[CentOS_6.3_x86_32] checking for numa_available in -lnuma... no
[CentOS_6.3_x86_32] checking for stdlib.h... (cached) yes
[CentOS_6.3_x86_32] checking for mkstemp... yes
[CentOS_6.3_x86_32] checking infiniband/verbs.h usability... no
[CentOS_6.3_x86_32] checking infiniband/verbs.h presence... no
[CentOS_6.3_x86_32] checking for infiniband/verbs.h... no
[CentOS_6.3_x86_32] checking myriexpress.h usability... no
[CentOS_6.3_x86_32] checking myriexpress.h presence... no
[CentOS_6.3_x86_32] checking for myriexpress.h... no
[CentOS_6.3_x86_32] checking for xmllint... xmllint
[CentOS_6.3_x86_32] checking for bunzip2... bunzip2
[CentOS_6.3_x86_32] checking if CXX works... yes
[CentOS_6.3_x86_32] checking whether diff accepts -u... yes
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] ###
[CentOS_6.3_x86_32] ### Performing final hwloc configuration
[CentOS_6.3_x86_32] ###
[CentOS_6.3_x86_32] checking how to print strings... printf
[CentOS_6.3_x86_32] checking for a sed that does not truncate output... (cached) /bin/sed
[CentOS_6.3_x86_32] checking for fgrep... /bin/grep -F
[CentOS_6.3_x86_32] checking for ld used by gcc... /usr/bin/ld
[CentOS_6.3_x86_32] checking if the linker (/usr/bin/ld) is GNU ld... yes
[CentOS_6.3_x86_32] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[CentOS_6.3_x86_32] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[CentOS_6.3_x86_32] checking whether ln -s works... yes
[CentOS_6.3_x86_32] checking the maximum length of command line arguments... 1966080
[CentOS_6.3_x86_32] checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
[CentOS_6.3_x86_32] checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
[CentOS_6.3_x86_32] checking for /usr/bin/ld option to reload object files... -r
[CentOS_6.3_x86_32] checking for objdump... objdump
[CentOS_6.3_x86_32] checking how to recognize dependent libraries... pass_all
[CentOS_6.3_x86_32] checking for dlltool... no
[CentOS_6.3_x86_32] checking how to associate runtime and link libraries... printf %s\n
[CentOS_6.3_x86_32] checking for archiver @FILE support... @
[CentOS_6.3_x86_32] checking for strip... strip
[CentOS_6.3_x86_32] checking for ranlib... ranlib
[CentOS_6.3_x86_32] checking command to parse /usr/bin/nm -B output from gcc object... ok
[CentOS_6.3_x86_32] checking for sysroot... no
[CentOS_6.3_x86_32] checking for a working dd... /bin/dd
[CentOS_6.3_x86_32] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[CentOS_6.3_x86_32] checking for mt... no
[CentOS_6.3_x86_32] checking if : is a manifest tool... no
[CentOS_6.3_x86_32] checking for dlfcn.h... yes
[CentOS_6.3_x86_32] checking for objdir... .libs
[CentOS_6.3_x86_32] checking if gcc supports -fno-rtti -fno-exceptions... no
[CentOS_6.3_x86_32] checking for gcc option to produce PIC... -fPIC -DPIC
[CentOS_6.3_x86_32] checking if gcc PIC flag -fPIC -DPIC works... yes
[CentOS_6.3_x86_32] checking if gcc static flag -static works... no
[CentOS_6.3_x86_32] checking if gcc supports -c -o file.o... yes
[CentOS_6.3_x86_32] checking if gcc supports -c -o file.o... (cached) yes
[CentOS_6.3_x86_32] checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
[CentOS_6.3_x86_32] checking whether -lc should be explicitly linked in... no
[CentOS_6.3_x86_32] checking dynamic linker characteristics... GNU/Linux ld.so
[CentOS_6.3_x86_32] checking how to hardcode library paths into programs... immediate
[CentOS_6.3_x86_32] checking for shl_load... (cached) no
[CentOS_6.3_x86_32] checking for shl_load in -ldld... (cached) no
[CentOS_6.3_x86_32] checking for dlopen... (cached) no
[CentOS_6.3_x86_32] checking for dlopen in -ldl... (cached) yes
[CentOS_6.3_x86_32] checking whether a program can dlopen itself... (cached) 
[CentOS_6.3_x86_32] checking whether stripping libraries is possible... yes
[CentOS_6.3_x86_32] checking if libtool supports shared libraries... yes
[CentOS_6.3_x86_32] checking whether to build shared libraries... yes
[CentOS_6.3_x86_32] checking whether to build static libraries... no
[CentOS_6.3_x86_32] checking how to run the C++ preprocessor... g++ -E
[CentOS_6.3_x86_32] checking for ld used by g++... /usr/bin/ld
[CentOS_6.3_x86_32] checking if the linker (/usr/bin/ld) is GNU ld... yes
[CentOS_6.3_x86_32] checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
[CentOS_6.3_x86_32] checking for g++ option to produce PIC... -fPIC -DPIC
[CentOS_6.3_x86_64] checking for cairo_fill... yes
[CentOS_6.3_x86_64] checking for final CAIRO support... yes
[CentOS_6.3_x86_64] checking for wchar_t... yes
[CentOS_6.3_x86_64] checking for putwc... yes
[CentOS_6.3_x86_64] checking locale.h usability... yes
[CentOS_6.3_x86_64] checking locale.h presence... yes
[CentOS_6.3_x86_64] checking for locale.h... yes
[CentOS_6.3_x86_64] checking for setlocale... (cached) yes
[CentOS_6.3_x86_64] checking for uselocale... yes
[CentOS_6.3_x86_64] checking xlocale.h usability... yes
[CentOS_6.3_x86_64] checking xlocale.h presence... yes
[CentOS_6.3_x86_64] checking for xlocale.h... yes
[CentOS_6.3_x86_64] checking for setlocale... (cached) yes
[CentOS_6.3_x86_64] checking for uselocale... (cached) yes
[CentOS_6.3_x86_64] checking langinfo.h usability... yes
[CentOS_6.3_x86_64] checking langinfo.h presence... yes
[CentOS_6.3_x86_64] checking for langinfo.h... yes
[CentOS_6.3_x86_64] checking for nl_langinfo... yes
[CentOS_6.3_x86_64] checking termcap support using ncurses and ... no
[CentOS_6.3_x86_64] checking termcap support using ncurses and -ltermcap... yes
[CentOS_6.3_x86_64] checking whether diff accepts -u... yes
[CentOS_6.3_x86_64] checking whether diff accepts -w... yes
[CentOS_6.3_x86_64] checking time.h usability... yes
[CentOS_6.3_x86_64] checking time.h presence... yes
[CentOS_6.3_x86_64] checking for time.h... yes
[CentOS_6.3_x86_64] checking for clock_gettime... no
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] ###
[CentOS_6.3_x86_64] ### Configuring hwloc tests
[CentOS_6.3_x86_64] ###
[CentOS_6.3_x86_64] checking for pthread_self in -lpthread... yes
[CentOS_6.3_x86_64] checking for numa_available in -lnuma... (cached) yes
[CentOS_6.3_x86_64] checking whether numa_bitmask_alloc is declared... yes
[CentOS_6.3_x86_64] checking for stdlib.h... (cached) yes
[CentOS_6.3_x86_64] checking for mkstemp... yes
[CentOS_6.3_x86_64] checking infiniband/verbs.h usability... no
[CentOS_6.3_x86_64] checking infiniband/verbs.h presence... no
[CentOS_6.3_x86_64] checking for infiniband/verbs.h... no
[CentOS_6.3_x86_64] checking myriexpress.h usability... no
[CentOS_6.3_x86_64] checking myriexpress.h presence... no
[CentOS_6.3_x86_64] checking for myriexpress.h... no
[CentOS_6.3_x86_64] checking for xmllint... xmllint
[CentOS_6.3_x86_64] checking for bunzip2... bunzip2
[CentOS_6.3_x86_64] checking if CXX works... yes
[CentOS_6.3_x86_64] checking whether diff accepts -u... yes
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] ###
[CentOS_6.3_x86_64] ### Performing final hwloc configuration
[CentOS_6.3_x86_64] ###
[CentOS_6.3_x86_64] checking how to print strings... printf
[CentOS_6.3_x86_64] checking for a sed that does not truncate output... (cached) /builds/local/bin/sed
[CentOS_6.3_x86_64] checking for fgrep... /bin/grep -F
[CentOS_6.3_x86_64] checking for ld used by gcc... /usr/bin/ld
[CentOS_6.3_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[CentOS_6.3_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[CentOS_6.3_x86_64] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[CentOS_6.3_x86_64] checking whether ln -s works... yes
[CentOS_6.3_x86_64] checking the maximum length of command line arguments... 1966080
[CentOS_6.3_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[CentOS_6.3_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
[CentOS_6.3_x86_64] checking for /usr/bin/ld option to reload object files... -r
[CentOS_6.3_x86_64] checking for objdump... objdump
[CentOS_6.3_x86_64] checking how to recognize dependent libraries... pass_all
[CentOS_6.3_x86_64] checking for dlltool... no
[CentOS_6.3_x86_64] checking how to associate runtime and link libraries... printf %s\n
[CentOS_6.3_x86_64] checking for archiver @FILE support... @
[CentOS_6.3_x86_64] checking for strip... strip
[CentOS_6.3_x86_64] checking for ranlib... ranlib
[CentOS_6.3_x86_64] checking command to parse /usr/bin/nm -B output from gcc object... ok
[CentOS_6.3_x86_64] checking for sysroot... no
[CentOS_6.3_x86_64] checking for a working dd... /bin/dd
[CentOS_6.3_x86_64] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[CentOS_6.3_x86_64] checking for mt... no
[CentOS_6.3_x86_64] checking if : is a manifest tool... no
[CentOS_6.3_x86_64] checking for dlfcn.h... yes
[CentOS_6.3_x86_64] checking for objdir... .libs
[CentOS_6.3_x86_64] checking if gcc supports -fno-rtti -fno-exceptions... no
[CentOS_6.3_x86_64] checking for gcc option to produce PIC... -fPIC -DPIC
[CentOS_6.3_x86_64] checking if gcc PIC flag -fPIC -DPIC works... yes
[CentOS_6.3_x86_64] checking if gcc static flag -static works... no
[CentOS_6.3_x86_64] checking if gcc supports -c -o file.o... yes
[CentOS_6.3_x86_64] checking if gcc supports -c -o file.o... (cached) yes
[CentOS_6.3_x86_64] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[CentOS_6.3_x86_64] checking whether -lc should be explicitly linked in... no
[CentOS_7.2_x86_64] checking for library containing pthread_getthrds_np... no
[CentOS_7.2_x86_64] checking for cpuset_setid... no
[CentOS_7.2_x86_64] checking numaif.h usability... no
[CentOS_7.2_x86_64] checking numaif.h presence... no
[CentOS_7.2_x86_64] checking for numaif.h... no
[CentOS_7.2_x86_64] checking libudev.h usability... no
[CentOS_7.2_x86_64] checking libudev.h presence... no
[CentOS_7.2_x86_64] checking for libudev.h... no
[CentOS_7.2_x86_64] checking for PCIACCESS... no
[CentOS_7.2_x86_64] checking pciaccess.h usability... no
[CentOS_7.2_x86_64] checking pciaccess.h presence... no
[CentOS_7.2_x86_64] checking for pciaccess.h... no
[CentOS_7.2_x86_64] checking CL/cl_ext.h usability... no
[CentOS_7.2_x86_64] checking CL/cl_ext.h presence... no
[CentOS_7.2_x86_64] checking for CL/cl_ext.h... no
[CentOS_7.2_x86_64] checking cuda.h usability... no
[CentOS_7.2_x86_64] checking cuda.h presence... no
[CentOS_7.2_x86_64] checking for cuda.h... no
[CentOS_7.2_x86_64] checking cuda_runtime_api.h usability... no
[CentOS_7.2_x86_64] checking cuda_runtime_api.h presence... no
[CentOS_7.2_x86_64] checking for cuda_runtime_api.h... no
[CentOS_7.2_x86_64] checking nvml.h usability... no
[CentOS_7.2_x86_64] checking nvml.h presence... no
[CentOS_7.2_x86_64] checking for nvml.h... no
[CentOS_7.2_x86_64] checking for gethostbyname... yes
[CentOS_7.2_x86_64] checking for connect... yes
[CentOS_7.2_x86_64] checking for remove... yes
[CentOS_7.2_x86_64] checking for shmat... yes
[CentOS_7.2_x86_64] checking for IceConnectionNumber in -lICE... no
[CentOS_7.2_x86_64] checking X11/Xlib.h usability... yes
[CentOS_7.2_x86_64] checking X11/Xlib.h presence... yes
[CentOS_7.2_x86_64] checking for X11/Xlib.h... yes
[CentOS_7.2_x86_64] checking for XOpenDisplay in -lX11... yes
[CentOS_7.2_x86_64] checking for X11/Xutil.h... yes
[Debian_5_x86_64] checking for remove... yes
[Debian_5_x86_64] checking for shmat... yes
[Debian_5_x86_64] checking for IceConnectionNumber in -lICE... yes
[Debian_5_x86_64] checking X11/Xlib.h usability... yes
[Debian_5_x86_64] checking X11/Xlib.h presence... yes
[Debian_5_x86_64] checking for X11/Xlib.h... yes
[Debian_5_x86_64] checking for XOpenDisplay in -lX11... yes
[Debian_5_x86_64] checking for X11/Xutil.h... yes
[Debian_5_x86_64] checking X11/keysym.h usability... yes
[Debian_5_x86_64] checking X11/keysym.h presence... yes
[Debian_5_x86_64] checking for X11/keysym.h... yes
[Debian_5_x86_64] checking NVCtrl/NVCtrl.h usability... no
[Debian_5_x86_64] checking NVCtrl/NVCtrl.h presence... no
[Debian_5_x86_64] checking for NVCtrl/NVCtrl.h... no
[Debian_5_x86_64] checking for LIBXML2... yes
[Debian_5_x86_64] checking libxml/parser.h usability... yes
[Debian_5_x86_64] checking libxml/parser.h presence... yes
[Debian_5_x86_64] checking for libxml/parser.h... yes
[Debian_5_x86_64] checking for xmlNewDoc... yes
[Debian_5_x86_64] checking for final LIBXML2 support... yes
[Debian_5_x86_64] checking for x86 cpuid... yes
[Debian_5_x86_64] checking for pthread_mutex_lock... yes
[Debian_5_x86_64] checking if plugin support is enabled... yes
[Debian_5_x86_64] checking ltdl.h usability... yes
[Debian_5_x86_64] checking ltdl.h presence... yes
[Debian_5_x86_64] checking for ltdl.h... yes
[Debian_5_x86_64] checking for lt_dlopenext in -lltdl... yes
[Debian_5_x86_64] checking for shl_load... no
[Debian_5_x86_64] checking for shl_load in -ldld... no
[Debian_5_x86_64] checking for dlopen... no
[Debian_5_x86_64] checking for dlopen in -ldl... yes
[Debian_5_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[Debian_5_x86_64] checking components to build as plugins...  pci xml_libxml
[Debian_5_x86_64] checking for a sed that does not truncate output... /bin/sed
[Debian_5_x86_64] 
[Debian_5_x86_64] ###
[Debian_5_x86_64] ### Configuring hwloc documentation
[Debian_5_x86_64] ###
[Debian_5_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[Debian_5_x86_64] checking for doxygen... no
[Debian_5_x86_64] checking for pdflatex... no
[Debian_5_x86_64] checking for makeindex... no
[Debian_5_x86_64] checking for fig2dev... no
[Debian_5_x86_64] checking for gs... no
[Debian_5_x86_64] checking for epstopdf... no
[Debian_5_x86_64] checking if can build doxygen docs... no
[Debian_5_x86_64] checking for w3m... /usr/bin/w3m
[Debian_5_x86_64] checking for lynx... no
[Debian_5_x86_64] checking if can build top-level README... yes
[Debian_5_x86_64] checking if will build doxygen docs... no
[Debian_5_x86_64] checking if will install doxygen docs... yes
[Debian_5_x86_64] checking whether to enable "picky" compiler mode... no (default)
[Debian_5_x86_64] 
[Debian_5_x86_64] ###
[Debian_5_x86_64] ### Configuring hwloc command line utilities
[Debian_5_x86_64] ###
[Debian_5_x86_64] checking for CAIRO... yes
[Debian_5_x86_64] checking cairo.h usability... yes
[Debian_5_x86_64] checking cairo.h presence... yes
[Debian_5_x86_64] checking for cairo.h... yes
[Debian_5_x86_64] checking for cairo_fill... yes
[Debian_5_x86_64] checking for final CAIRO support... yes
[Debian_5_x86_64] checking for wchar_t... yes
[Debian_5_x86_64] checking for putwc... yes
[Debian_5_x86_64] checking locale.h usability... yes
[Debian_5_x86_64] checking locale.h presence... yes
[Debian_5_x86_64] checking for locale.h... yes
[Debian_5_x86_64] checking for setlocale... (cached) yes
[Debian_5_x86_64] checking for uselocale... yes
[Debian_6_x86_32] checking for remove... yes
[Debian_6_x86_32] checking for shmat... yes
[Debian_6_x86_32] checking for IceConnectionNumber in -lICE... yes
[Debian_6_x86_32] checking X11/Xlib.h usability... yes
[Debian_6_x86_32] checking X11/Xlib.h presence... yes
[Debian_6_x86_32] checking for X11/Xlib.h... yes
[Debian_6_x86_32] checking for XOpenDisplay in -lX11... yes
[Debian_6_x86_32] checking for X11/Xutil.h... yes
[Debian_6_x86_32] checking X11/keysym.h usability... yes
[Debian_6_x86_32] checking X11/keysym.h presence... yes
[Debian_6_x86_32] checking for X11/keysym.h... yes
[Debian_6_x86_32] checking NVCtrl/NVCtrl.h usability... no
[Debian_6_x86_32] checking NVCtrl/NVCtrl.h presence... no
[Debian_6_x86_32] checking for NVCtrl/NVCtrl.h... no
[Debian_6_x86_32] checking for LIBXML2... yes
[Debian_6_x86_32] checking libxml/parser.h usability... yes
[Debian_6_x86_32] checking libxml/parser.h presence... yes
[Debian_6_x86_32] checking for libxml/parser.h... yes
[Debian_6_x86_32] checking for xmlNewDoc... yes
[Debian_6_x86_32] checking for final LIBXML2 support... yes
[Debian_6_x86_32] checking for x86 cpuid... yes
[Debian_6_x86_32] checking for pthread_mutex_lock... yes
[Debian_6_x86_32] checking if plugin support is enabled... yes
[Debian_6_x86_32] checking ltdl.h usability... yes
[Debian_6_x86_32] checking ltdl.h presence... yes
[Debian_6_x86_32] checking for ltdl.h... yes
[Debian_6_x86_32] checking for lt_dlopenext in -lltdl... yes
[Debian_6_x86_32] checking for shl_load... no
[Debian_6_x86_32] checking for shl_load in -ldld... no
[Debian_6_x86_32] checking for dlopen... no
[Debian_6_x86_32] checking for dlopen in -ldl... yes
[Debian_6_x86_32] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[Debian_6_x86_32] checking components to build as plugins...  xml_libxml
[Debian_6_x86_32] checking for a sed that does not truncate output... /bin/sed
[Debian_6_x86_32] 
[Debian_6_x86_32] ###
[Debian_6_x86_32] ### Configuring hwloc documentation
[Debian_6_x86_32] ###
[Debian_6_x86_32] checking if this is a developer build... no (doxygen generation is optional)
[Debian_6_x86_32] checking for doxygen... /usr/bin/doxygen
[Debian_6_x86_32] checking for pdflatex... /usr/bin/pdflatex
[Debian_6_x86_32] checking for makeindex... /usr/bin/makeindex
[Debian_6_x86_32] checking for fig2dev... /usr/bin/fig2dev
[Debian_6_x86_32] checking for gs... /usr/bin/gs
[Debian_6_x86_32] checking for epstopdf... /usr/bin/epstopdf
[Debian_6_x86_32] checking if can build doxygen docs... yes
[Debian_6_x86_32] checking for w3m... /usr/bin/w3m
[Debian_6_x86_32] checking for lynx... no
[Debian_6_x86_32] checking if can build top-level README... yes
[Debian_6_x86_32] checking if will build doxygen docs... no
[Debian_6_x86_32] checking if will install doxygen docs... yes
[Debian_6_x86_32] checking whether to enable "picky" compiler mode... no (default)
[Debian_6_x86_32] 
[Debian_6_x86_32] ###
[Debian_6_x86_32] ### Configuring hwloc command line utilities
[Debian_6_x86_32] ###
[Debian_6_x86_32] checking for CAIRO... yes
[Debian_6_x86_32] checking cairo.h usability... yes
[Debian_6_x86_32] checking cairo.h presence... yes
[Debian_6_x86_32] checking for cairo.h... yes
[Debian_6_x86_32] checking for cairo_fill... yes
[Debian_6_x86_32] checking for final CAIRO support... yes
[Debian_6_x86_32] checking for wchar_t... yes
[Debian_6_x86_32] checking for putwc... yes
[Debian_6_x86_32] checking locale.h usability... yes
[Debian_6_x86_32] checking locale.h presence... yes
[Debian_6_x86_32] checking for locale.h... yes
[Debian_6_x86_32] checking for setlocale... (cached) yes
[Debian_6_x86_32] checking for uselocale... yes
[Debian_6_x86_32] checking xlocale.h usability... yes
[Debian_6_x86_32] checking xlocale.h presence... yes
[Debian_6_x86_32] checking for xlocale.h... yes
[Debian_6_x86_32] checking for setlocale... (cached) yes
[Debian_6_x86_32] checking for uselocale... (cached) yes
[Debian_6_x86_32] checking langinfo.h usability... yes
[Debian_6_x86_32] checking langinfo.h presence... yes
[Debian_6_x86_32] checking for langinfo.h... yes
[Debian_7_x86_64] checking for ffsl... yes
[Debian_7_x86_64] checking whether ffsl is declared... yes
[Debian_7_x86_64] checking whether function ffsl has a complete prototype... yes
[Debian_7_x86_64] checking for fls... no
[Debian_7_x86_64] checking for flsl... no
[Debian_7_x86_64] checking for clz... no
[Debian_7_x86_64] checking for clzl... no
[Debian_7_x86_64] checking for openat... yes
[Debian_7_x86_64] checking malloc.h usability... yes
[Debian_7_x86_64] checking malloc.h presence... yes
[Debian_7_x86_64] checking for malloc.h... yes
[Debian_7_x86_64] checking for getpagesize... yes
[Debian_7_x86_64] checking for memalign... yes
[Debian_7_x86_64] checking for posix_memalign... yes
[Debian_7_x86_64] checking sys/utsname.h usability... yes
[Debian_7_x86_64] checking sys/utsname.h presence... yes
[Debian_7_x86_64] checking for sys/utsname.h... yes
[Debian_7_x86_64] checking for uname... yes
[Debian_7_x86_64] checking valgrind/valgrind.h usability... no
[Debian_7_x86_64] checking valgrind/valgrind.h presence... no
[Debian_7_x86_64] checking for valgrind/valgrind.h... no
[Debian_7_x86_64] checking whether RUNNING_ON_VALGRIND is declared... no
[Debian_7_x86_64] checking pthread_np.h usability... no
[Debian_7_x86_64] checking pthread_np.h presence... no
[Debian_7_x86_64] checking for pthread_np.h... no
[Debian_7_x86_64] checking whether pthread_setaffinity_np is declared... yes
[Debian_7_x86_64] checking whether pthread_getaffinity_np is declared... yes
[Debian_7_x86_64] checking for sched_setaffinity... yes
[Debian_7_x86_64] checking for sys/cpuset.h... no
[Debian_7_x86_64] checking for cpuset_setaffinity... no
[Debian_8_x86_64] checking mach/mach_host.h usability... no
[Debian_8_x86_64] checking mach/mach_host.h presence... no
[Debian_8_x86_64] checking for mach/mach_host.h... no
[Debian_8_x86_64] checking mach/mach_init.h usability... no
[Debian_8_x86_64] checking mach/mach_init.h presence... no
[Debian_8_x86_64] checking for mach/mach_init.h... no
[Debian_8_x86_64] checking sys/param.h usability... yes
[Debian_8_x86_64] checking sys/param.h presence... yes
[Debian_8_x86_64] checking for sys/param.h... yes
[Debian_8_x86_64] checking for sys/sysctl.h... yes
[Debian_8_x86_64] checking whether CTL_HW is declared... no
[Debian_8_x86_64] checking whether HW_NCPU is declared... no
[Debian_8_x86_64] checking whether strtoull is declared... yes
[Debian_8_x86_64] checking for ssize_t... yes
[Debian_8_x86_64] checking whether snprintf is declared... yes
[Debian_8_x86_64] checking whether _strdup is declared... no
[Debian_8_x86_64] checking whether _putenv is declared... no
[Debian_8_x86_64] checking whether getprogname is declared... no
[Debian_8_x86_64] checking whether getexecname is declared... no
[Debian_8_x86_64] checking whether GetModuleFileName is declared... no
[Debian_8_x86_64] checking for program_invocation_name... yes
[Debian_8_x86_64] checking for __progname... yes
[Debian_9_x86_64] checking CL/cl_ext.h usability... yes
[Debian_9_x86_64] checking CL/cl_ext.h presence... yes
[Debian_9_x86_64] checking for CL/cl_ext.h... yes
[Debian_9_x86_64] checking for clGetDeviceIDs in -lOpenCL... yes
[Debian_9_x86_64] checking whether CL_DEVICE_TOPOLOGY_AMD is declared... yes
[Debian_9_x86_64] checking cuda.h usability... no
[Debian_9_x86_64] checking cuda.h presence... no
[Debian_9_x86_64] checking for cuda.h... no
[Debian_9_x86_64] checking cuda_runtime_api.h usability... no
[Debian_9_x86_64] checking cuda_runtime_api.h presence... no
[Debian_9_x86_64] checking for cuda_runtime_api.h... no
[Debian_9_x86_64] checking nvml.h usability... no
[Debian_9_x86_64] checking nvml.h presence... no
[Debian_9_x86_64] checking for nvml.h... no
[Debian_9_x86_64] checking for gethostbyname... yes
[Debian_9_x86_64] checking for connect... yes
[Debian_9_x86_64] checking for remove... yes
[Debian_9_x86_64] checking for shmat... yes
[Debian_9_x86_64] checking for IceConnectionNumber in -lICE... yes
[Debian_9_x86_64] checking X11/Xlib.h usability... yes
[Debian_9_x86_64] checking X11/Xlib.h presence... yes
[Debian_9_x86_64] checking for X11/Xlib.h... yes
[Debian_9_x86_64] checking for XOpenDisplay in -lX11... yes
[Debian_9_x86_64] checking for X11/Xutil.h... yes
[Debian_9_x86_64] checking X11/keysym.h usability... yes
[Debian_9_x86_64] checking X11/keysym.h presence... yes
[Debian_9_x86_64] checking for X11/keysym.h... yes
[Debian_9_x86_64] checking NVCtrl/NVCtrl.h usability... no
[Debian_9_x86_64] checking NVCtrl/NVCtrl.h presence... no
[Debian_9_x86_64] checking for NVCtrl/NVCtrl.h... no
[Debian_9_x86_64] checking for LIBXML2... yes
[Debian_9_x86_64] checking libxml/parser.h usability... yes
[Debian_9_x86_64] checking libxml/parser.h presence... yes
[Debian_9_x86_64] checking for libxml/parser.h... yes
[Debian_9_x86_64] checking for xmlNewDoc... yes
[Debian_9_x86_64] checking for final LIBXML2 support... yes
[Debian_9_x86_64] checking for x86 cpuid... yes
[Debian_9_x86_64] checking for pthread_mutex_lock... yes
[Debian_9_x86_64] checking if plugin support is enabled... yes
[Debian_9_x86_64] checking ltdl.h usability... yes
[Debian_9_x86_64] checking ltdl.h presence... yes
[Debian_9_x86_64] checking for ltdl.h... yes
[Debian_9_x86_64] checking for lt_dlopenext in -lltdl... yes
[Debian_9_x86_64] checking for shl_load... no
[Debian_9_x86_64] checking for shl_load in -ldld... no
[Debian_9_x86_64] checking for dlopen... no
[Debian_9_x86_64_-m32] checking for shl_load... no
[Debian_9_x86_64_-m32] checking for shl_load in -ldld... no
[Debian_9_x86_64_-m32] checking for dlopen... no
[Debian_9_x86_64_-m32] checking for dlopen in -ldl... yes
[Debian_9_x86_64_-m32] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[Debian_9_x86_64_-m32] checking components to build as plugins...  pci
[Debian_9_x86_64_-m32] checking for a sed that does not truncate output... /bin/sed
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] ###
[Debian_9_x86_64_-m32] ### Configuring hwloc documentation
[Debian_9_x86_64_-m32] ###
[Debian_9_x86_64_-m32] checking if this is a developer build... no (doxygen generation is optional)
[Debian_9_x86_64_-m32] checking for doxygen... /usr/bin/doxygen
[Debian_9_x86_64_-m32] checking for pdflatex... /usr/bin/pdflatex
[Debian_9_x86_64_-m32] checking for makeindex... /usr/bin/makeindex
[Debian_9_x86_64_-m32] checking for fig2dev... /usr/bin/fig2dev
[Debian_9_x86_64_-m32] checking for gs... /usr/bin/gs
[Debian_9_x86_64_-m32] checking for epstopdf... /usr/bin/epstopdf
[Debian_9_x86_64_-m32] checking if can build doxygen docs... yes
[Debian_9_x86_64_-m32] checking for w3m... no
[Debian_9_x86_64_-m32] checking for lynx... no
[Debian_9_x86_64_-m32] checking if can build top-level README... no
[Debian_9_x86_64_-m32] checking if will build doxygen docs... no
[Debian_9_x86_64_-m32] checking if will install doxygen docs... yes
[Debian_9_x86_64_-m32] checking whether to enable "picky" compiler mode... no (default)
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] ###
[Debian_9_x86_64_-m32] ### Configuring hwloc command line utilities
[Debian_9_x86_64_-m32] ###
[Debian_9_x86_64_-m32] checking for CAIRO... yes
[Debian_9_x86_64_-m32] checking cairo.h usability... yes
[Debian_9_x86_64_-m32] checking cairo.h presence... yes
[Debian_9_x86_64_-m32] checking for cairo.h... yes
[Debian_9_x86_64_-m32] checking for cairo_fill... no
[Debian_9_x86_64_-m32] checking for final CAIRO support... no
[Debian_9_x86_64_-m32] checking for wchar_t... yes
[Debian_9_x86_64_-m32] checking for putwc... yes
[Debian_9_x86_64_-m32] checking locale.h usability... yes
[Debian_9_x86_64_-m32] checking locale.h presence... yes
[Debian_9_x86_64_-m32] checking for locale.h... yes
[Debian_9_x86_64_-m32] checking for setlocale... (cached) yes
[Debian_9_x86_64_-m32] checking for uselocale... yes
[Debian_9_x86_64_-m32] checking xlocale.h usability... yes
[Debian_9_x86_64_-m32] checking xlocale.h presence... yes
[Debian_9_x86_64_-m32] checking for xlocale.h... yes
[Debian_9_x86_64_-m32] checking for setlocale... (cached) yes
[Debian_9_x86_64_-m32] checking for uselocale... (cached) yes
[Debian_9_x86_64_-m32] checking langinfo.h usability... yes
[Debian_9_x86_64_-m32] checking langinfo.h presence... yes
[Debian_9_x86_64_-m32] checking for langinfo.h... yes
[Debian_9_x86_64_-m32] checking for nl_langinfo... yes
[Debian_9_x86_64_-m32] checking termcap support using ncurses and ... no
[Debian_9_x86_64_-m32] checking termcap support using ncurses and -ltermcap... no
[Debian_9_x86_64_-m32] checking termcap support using ncurses and -lncursesw... no
[Debian_9_x86_64_-m32] checking termcap support using ncurses and -lncurses... no
[Debian_9_x86_64_-m32] checking termcap support using curses and ... no
[Debian_9_x86_64_-m32] checking termcap support using curses and -ltermcap... no
[Debian_9_x86_64_-m32] checking termcap support using curses and -lcursesw... no
[Debian_9_x86_64_-m32] checking termcap support using curses and -lcurses... no
[Debian_9_x86_64_-m32] checking whether diff accepts -u... yes
[Debian_9_x86_64_-m32] checking whether diff accepts -w... yes
[Debian_9_x86_64_-m32] checking time.h usability... yes
[Debian_9_x86_64_-m32] checking time.h presence... yes
[Debian_9_x86_64_-m32] checking for time.h... yes
[Debian_9_x86_64_-m32] checking for clock_gettime... yes
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] ###
[Debian_9_x86_64_-m32] ### Configuring hwloc tests
[Debian_9_x86_64_-m32] ###
[Debian_9_x86_64_-m32] checking for pthread_self in -lpthread... yes
[Debian_9_x86_64_-m32] checking for numa_available in -lnuma... (cached) yes
[Debian_9_x86_64_-m32] checking whether numa_bitmask_alloc is declared... yes
[Debian_9_x86_64_-m32] checking for stdlib.h... (cached) yes
[Debian_9_x86_64_-m32] checking for mkstemp... yes
[Debian_9_x86_64_-m32] checking infiniband/verbs.h usability... yes
[Debian_9_x86_64_-m32] checking infiniband/verbs.h presence... yes
[Debian_9_x86_64_-m32] checking for infiniband/verbs.h... yes
[Debian_9_x86_64_-m32] checking for ibv_open_device in -libverbs... no
[Debian_9_x86_64_-m32] checking myriexpress.h usability... no
[Debian_9_x86_64_-m32] checking myriexpress.h presence... no
[Debian_9_x86_64_-m32] checking for myriexpress.h... no
[Debian_9_x86_64_-m32] checking for xmllint... xmllint
[Debian_9_x86_64_-m32] checking for bunzip2... bunzip2
[Fedora_25_x86_64] checking X11/Xlib.h presence... yes
[Fedora_25_x86_64] checking for X11/Xlib.h... yes
[Fedora_25_x86_64] checking for XOpenDisplay in -lX11... yes
[Fedora_25_x86_64] checking for X11/Xutil.h... yes
[Fedora_25_x86_64] checking X11/keysym.h usability... yes
[Fedora_25_x86_64] checking X11/keysym.h presence... yes
[Fedora_25_x86_64] checking for X11/keysym.h... yes
[Fedora_25_x86_64] checking NVCtrl/NVCtrl.h usability... no
[Fedora_25_x86_64] checking NVCtrl/NVCtrl.h presence... no
[Fedora_25_x86_64] checking for NVCtrl/NVCtrl.h... no
[Fedora_25_x86_64] checking for LIBXML2... yes
[Fedora_25_x86_64] checking libxml/parser.h usability... yes
[Fedora_25_x86_64] checking libxml/parser.h presence... yes
[Fedora_25_x86_64] checking for libxml/parser.h... yes
[Fedora_25_x86_64] checking for xmlNewDoc... yes
[Fedora_25_x86_64] checking for final LIBXML2 support... yes
[Fedora_25_x86_64] checking for x86 cpuid... yes
[Fedora_25_x86_64] checking for pthread_mutex_lock... yes
[Fedora_25_x86_64] checking if plugin support is enabled... yes
[Fedora_25_x86_64] checking ltdl.h usability... yes
[Fedora_25_x86_64] checking ltdl.h presence... yes
[Fedora_25_x86_64] checking for ltdl.h... yes
[Fedora_25_x86_64] checking for lt_dlopenext in -lltdl... yes
[Fedora_25_x86_64] checking for shl_load... no
[Fedora_25_x86_64] checking for shl_load in -ldld... no
[Fedora_25_x86_64] checking for dlopen... no
[Fedora_25_x86_64] checking for dlopen in -ldl... yes
[Fedora_25_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[Fedora_25_x86_64] checking components to build as plugins...  pci xml_libxml
[Fedora_25_x86_64] checking for a sed that does not truncate output... /usr/bin/sed
[Fedora_25_x86_64] 
[Fedora_25_x86_64] ###
[Fedora_25_x86_64] ### Configuring hwloc documentation
[Fedora_25_x86_64] ###
[Fedora_25_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[Fedora_25_x86_64] checking for doxygen... no
[Fedora_25_x86_64] checking for pdflatex... no
[Fedora_25_x86_64] checking for makeindex... no
[Fedora_25_x86_64] checking for fig2dev... no
[Fedora_25_x86_64] checking for gs... no
[Fedora_25_x86_64] checking for epstopdf... no
[Fedora_25_x86_64] checking if can build doxygen docs... no
[Fedora_25_x86_64] checking for w3m... no
[Fedora_25_x86_64] checking for lynx... no
[Fedora_25_x86_64] checking if can build top-level README... no
[Fedora_25_x86_64] checking if will build doxygen docs... no
[Fedora_25_x86_64] checking if will install doxygen docs... yes
[Fedora_25_x86_64] checking whether to enable "picky" compiler mode... no (default)
[Fedora_25_x86_64] 
[Fedora_25_x86_64] ###
[Fedora_25_x86_64] ### Configuring hwloc command line utilities
[Fedora_25_x86_64] ###
[Fedora_25_x86_64] checking for CAIRO... yes
[Fedora_25_x86_64] checking cairo.h usability... yes
[Fedora_25_x86_64] checking cairo.h presence... yes
[Fedora_25_x86_64] checking for cairo.h... yes
[Fedora_25_x86_64] checking for cairo_fill... yes
[Fedora_25_x86_64] checking for final CAIRO support... yes
[Fedora_25_x86_64] checking for wchar_t... yes
[Fedora_25_x86_64] checking for putwc... yes
[Fedora_25_x86_64] checking locale.h usability... yes
[Fedora_25_x86_64] checking locale.h presence... yes
[Fedora_25_x86_64] checking for locale.h... yes
[Fedora_25_x86_64] checking for setlocale... (cached) yes
[Fedora_25_x86_64] checking for uselocale... yes
[Fedora_25_x86_64] checking xlocale.h usability... yes
[Fedora_25_x86_64] checking xlocale.h presence... yes
[Fedora_25_x86_64] checking for xlocale.h... yes
[Fedora_25_x86_64] checking for setlocale... (cached) yes
[Fedora_25_x86_64] checking for uselocale... (cached) yes
[Fedora_25_x86_64] checking langinfo.h usability... yes
[Fedora_25_x86_64] checking langinfo.h presence... yes
[Fedora_25_x86_64] checking for langinfo.h... yes
[Fedora_25_x86_64] checking for nl_langinfo... yes
[Fedora_25_x86_64] checking termcap support using ncurses and ... no
[Fedora_25_x86_64] checking termcap support using ncurses and -ltermcap... yes
[Fedora_25_x86_64] checking whether diff accepts -u... yes
[Fedora_25_x86_64] checking whether diff accepts -w... yes
[Fedora_25_x86_64] checking time.h usability... yes
[Fedora_25_x86_64] checking time.h presence... yes
[Fedora_25_x86_64] checking for time.h... yes
[Fedora_25_x86_64] checking for clock_gettime... yes
[Fedora_25_x86_64] 
[Fedora_25_x86_64] ###
[Fedora_25_x86_64] ### Configuring hwloc tests
[Fedora_25_x86_64] ###
[FreeBSD_11.1_x86_64] checking pciaccess.h usability... no
[FreeBSD_11.1_x86_64] checking pciaccess.h presence... no
[FreeBSD_11.1_x86_64] checking for pciaccess.h... no
[FreeBSD_11.1_x86_64] checking CL/cl_ext.h usability... no
[FreeBSD_11.1_x86_64] checking CL/cl_ext.h presence... no
[FreeBSD_11.1_x86_64] checking for CL/cl_ext.h... no
[FreeBSD_11.1_x86_64] checking cuda.h usability... no
[FreeBSD_11.1_x86_64] checking cuda.h presence... no
[FreeBSD_11.1_x86_64] checking for cuda.h... no
[FreeBSD_11.1_x86_64] checking cuda_runtime_api.h usability... no
[FreeBSD_11.1_x86_64] checking cuda_runtime_api.h presence... no
[FreeBSD_11.1_x86_64] checking for cuda_runtime_api.h... no
[FreeBSD_11.1_x86_64] checking nvml.h usability... no
[FreeBSD_11.1_x86_64] checking nvml.h presence... no
[FreeBSD_11.1_x86_64] checking for nvml.h... no
[FreeBSD_11.1_x86_64] checking for gethostbyname... yes
[FreeBSD_11.1_x86_64] checking for connect... yes
[FreeBSD_11.1_x86_64] checking for remove... yes
[FreeBSD_11.1_x86_64] checking for shmat... yes
[FreeBSD_11.1_x86_64] checking for IceConnectionNumber in -lICE... yes
[FreeBSD_11.1_x86_64] checking X11/Xlib.h usability... yes
[FreeBSD_11.1_x86_64] checking X11/Xlib.h presence... yes
[FreeBSD_11.1_x86_64] checking for X11/Xlib.h... yes
[FreeBSD_11.1_x86_64] checking for XOpenDisplay in -lX11... yes
[FreeBSD_11.1_x86_64] checking for X11/Xutil.h... yes
[FreeBSD_11.1_x86_64] checking X11/keysym.h usability... yes
[FreeBSD_11.1_x86_64] checking X11/keysym.h presence... yes
[FreeBSD_11.1_x86_64] checking for X11/keysym.h... yes
[FreeBSD_11.1_x86_64] checking NVCtrl/NVCtrl.h usability... no
[FreeBSD_11.1_x86_64] checking NVCtrl/NVCtrl.h presence... no
[FreeBSD_11.1_x86_64] checking for NVCtrl/NVCtrl.h... no
[FreeBSD_11.1_x86_64] checking for LIBXML2... cannot check without pkg-config
[FreeBSD_11.1_x86_64] checking for x86 cpuid... yes
[FreeBSD_11.1_x86_64] checking for pthread_mutex_lock... yes
[FreeBSD_11.1_x86_64] checking if plugin support is enabled... yes
[FreeBSD_11.1_x86_64] checking ltdl.h usability... yes
[FreeBSD_11.1_x86_64] checking ltdl.h presence... yes
[FreeBSD_11.1_x86_64] checking for ltdl.h... yes
[FreeBSD_11.1_x86_64] checking for lt_dlopenext in -lltdl... yes
[FreeBSD_11.1_x86_64] checking for shl_load... no
[FreeBSD_11.1_x86_64] checking for shl_load in -ldld... no
[NetBSD_7.1_x86_64] checking for grep that handles long lines and -e... /usr/bin/grep
[NetBSD_7.1_x86_64] checking for egrep... /usr/bin/grep -E
[NetBSD_7.1_x86_64] checking for ANSI C header files... yes
[NetBSD_7.1_x86_64] checking for sys/types.h... yes
[NetBSD_7.1_x86_64] checking for sys/stat.h... yes
[NetBSD_7.1_x86_64] checking for stdlib.h... yes
[NetBSD_7.1_x86_64] checking for string.h... yes
[NetBSD_7.1_x86_64] checking for memory.h... yes
[NetBSD_7.1_x86_64] checking for strings.h... yes
[NetBSD_7.1_x86_64] checking for inttypes.h... yes
[NetBSD_7.1_x86_64] checking for stdint.h... yes
[NetBSD_7.1_x86_64] checking for unistd.h... yes
[NetBSD_7.1_x86_64] checking minix/config.h usability... no
[NetBSD_7.1_x86_64] checking minix/config.h presence... no
[NetBSD_7.1_x86_64] checking for minix/config.h... no
[NetBSD_7.1_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[NetBSD_7.1_x86_64] checking for gcc... (cached) gcc
[NetBSD_7.1_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[NetBSD_7.1_x86_64] checking whether gcc accepts -g... (cached) yes
[NetBSD_7.1_x86_64] checking for gcc option to accept ISO C89... (cached) none needed
[NetBSD_7.1_x86_64] checking whether gcc understands -c and -o together... (cached) yes
[NetBSD_7.1_x86_64] checking dependency style of gcc... (cached) gcc3
[NetBSD_7.1_x86_64] checking for g++... g++
[NetBSD_7.1_x86_64] checking whether we are using the GNU C++ compiler... yes
[NetBSD_7.1_x86_64] checking whether g++ accepts -g... yes
[NetBSD_7.1_x86_64] checking dependency style of g++... gcc3
[NetBSD_7.1_x86_64] checking for ar... ar
[NetBSD_7.1_x86_64] checking the archiver (ar) interface... ar
[NetBSD_7.1_x86_64] checking for pkg-config... no
[NetBSD_7.1_x86_64] checking for X... no
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] ###
[NetBSD_7.1_x86_64] ### Configuring hwloc core
[NetBSD_7.1_x86_64] ###
[NetBSD_7.1_x86_64] checking hwloc building mode... standalone
[NetBSD_7.1_x86_64] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[NetBSD_7.1_x86_64] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[NetBSD_7.1_x86_64] configure: Detected VPATH build
[NetBSD_7.1_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[NetBSD_7.1_x86_64] checking if want hwloc maintainer support... enabled
[NetBSD_7.1_x86_64] checking for hwloc directory prefix... (none)
[NetBSD_7.1_x86_64] checking for hwloc symbol prefix... hwloc_
[OS_X_12] checking size of void *... 8
[OS_X_12] checking which OS support to include... Darwin
[OS_X_12] checking which CPU support to include... x86_64
[OS_X_12] checking size of unsigned long... 8
[OS_X_12] checking size of unsigned int... 4
[OS_X_12] checking for the C compiler vendor... gnu
[OS_X_12] checking for __attribute__... yes
[OS_X_12] checking for __attribute__(aligned)... yes
[OS_X_12] checking for __attribute__(always_inline)... yes
[OS_X_12] checking for __attribute__(cold)... yes
[OS_X_12] checking for __attribute__(const)... yes
[OS_X_12] checking for __attribute__(deprecated)... yes
[OS_X_12] checking for __attribute__(format)... yes
[OS_X_9] checking for __attribute__(warn_unused_result)... yes
[OS_X_9] checking for __attribute__(weak_alias)... no
[OS_X_9] checking if gcc supports -fvisibility=hidden... yes
[OS_X_9] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[OS_X_9] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[OS_X_9] checking whether the C compiler rejects function calls with too many arguments... yes
[OS_X_9] checking whether the C compiler rejects function calls with too few arguments... yes
[OS_X_9] checking for unistd.h... (cached) yes
[OS_X_9] checking dirent.h usability... yes
[OS_X_9] checking dirent.h presence... yes
[OS_X_9] checking for dirent.h... yes
[OS_X_9] checking for strings.h... (cached) yes
[OS_X_9] checking ctype.h usability... yes
[OS_X_9] checking ctype.h presence... yes
[OS_X_9] checking for ctype.h... yes
[OS_X_9] checking for strcasecmp... yes
[OS_X_9] checking whether strcasecmp is declared... yes
[OS_X_9] checking whether function strcasecmp has a complete prototype... yes
[OS_X_9] checking for strncasecmp... yes
[OS_X_9] checking whether strncasecmp is declared... yes
[OS_X_9] checking whether function strncasecmp has a complete prototype... yes
[OS_X_9] checking for strftime... yes
[OS_X_9] checking for setlocale... yes
[OS_X_9] checking for stdint.h... (cached) yes
[OS_X_9] checking sys/mman.h usability... yes
[OS_X_9] checking sys/mman.h presence... yes
[OS_X_9] checking for sys/mman.h... yes
[OS_X_9] checking for KAFFINITY... no
[OS_X_9] checking for PROCESSOR_CACHE_TYPE... no
[OS_X_9] checking for CACHE_DESCRIPTOR... no
[OpenBSD_5.9_x86_64] checking for unistd.h... yes
[OpenBSD_5.9_x86_64] checking minix/config.h usability... no
[OpenBSD_5.9_x86_64] checking minix/config.h presence... no
[OpenBSD_5.9_x86_64] checking for minix/config.h... no
[OpenBSD_5.9_x86_64] checking whether it is safe to define __EXTENSIONS__... yes
[OpenBSD_5.9_x86_64] checking for gcc... (cached) gcc
[OpenBSD_5.9_x86_64] checking whether we are using the GNU C compiler... (cached) yes
[OpenBSD_5.9_x86_64] checking whether gcc accepts -g... (cached) yes
[OpenBSD_5.9_x86_64] checking for gcc option to accept ISO C89... (cached) none needed
[OpenBSD_5.9_x86_64] checking whether gcc understands -c and -o together... (cached) yes
[OpenBSD_5.9_x86_64] checking dependency style of gcc... (cached) gcc3
[OpenBSD_5.9_x86_64] checking for g++... g++
[OpenBSD_5.9_x86_64] checking whether we are using the GNU C++ compiler... yes
[OpenBSD_5.9_x86_64] checking whether g++ accepts -g... yes
[OpenBSD_5.9_x86_64] checking dependency style of g++... gcc3
[OpenBSD_5.9_x86_64] checking for ar... ar
[OpenBSD_5.9_x86_64] checking the archiver (ar) interface... ar
[OpenBSD_5.9_x86_64] checking for pkg-config... /usr/bin/pkg-config
[OpenBSD_5.9_x86_64] checking pkg-config is at least version 0.9.0... yes
[OpenBSD_5.9_x86_64] checking for X... no
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] ###
[OpenBSD_5.9_x86_64] ### Configuring hwloc core
[OpenBSD_5.9_x86_64] ###
[OpenBSD_5.9_x86_64] checking hwloc building mode... standalone
[OpenBSD_5.9_x86_64] configure: hwloc builddir: /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug
[OpenBSD_5.9_x86_64] configure: hwloc srcdir: /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be
[OpenBSD_5.9_x86_64] configure: Detected VPATH build
[OpenBSD_5.9_x86_64] checking for hwloc version... v1.11-20190314.0500.git550b2be
[OpenBSD_5.9_x86_64] checking if want hwloc maintainer support... enabled
[OpenBSD_5.9_x86_64] checking for hwloc directory prefix... (none)
[OpenBSD_5.9_x86_64] checking for hwloc symbol prefix... hwloc_
[OpenBSD_5.9_x86_64] checking size of void *... 8
[OpenBSD_5.9_x86_64] checking which OS support to include... Unsupported! (x86_64-unknown-openbsd5.9)
[OpenBSD_5.9_x86_64] configure: WARNING: ***********************************************************
[OpenBSD_5.9_x86_64] configure: WARNING: *** hwloc does not support this system.
[OpenBSD_5.9_x86_64] configure: WARNING: *** hwloc will *attempt* to build (but it may not work).
[OpenBSD_5.9_x86_64] configure: WARNING: *** hwloc run-time results may be reduced to showing just one processor,
[OpenBSD_5.9_x86_64] configure: WARNING: *** and binding will likely not be supported.
[OpenBSD_5.9_x86_64] configure: WARNING: *** You have been warned.
[OpenBSD_5.9_x86_64] configure: WARNING: *** Pausing to give you time to read this message...
[OpenBSD_5.9_x86_64] configure: WARNING: ***********************************************************
[OpenIndiana_x86_64] checking whether _strdup is declared... no
[OpenIndiana_x86_64] checking whether _putenv is declared... no
[OpenIndiana_x86_64] checking for sysctl... no
[OpenIndiana_x86_64] checking for sysctlbyname... no
[OpenIndiana_x86_64] checking whether getprogname is declared... yes
[OpenIndiana_x86_64] checking whether getexecname is declared... yes
[OpenIndiana_x86_64] checking whether GetModuleFileName is declared... no
[OpenIndiana_x86_64] checking for program_invocation_name... no
[OpenIndiana_x86_64] checking for __progname... yes
[OpenIndiana_x86_64] checking for pthread_t... yes
[OpenIndiana_x86_64] checking whether sched_getcpu is declared... no
[OpenIndiana_x86_64] checking whether sched_setaffinity is declared... no
[OpenIndiana_x86_64] checking for working CPU_SET... no
[OpenIndiana_x86_64] checking for working CPU_SET_S... no
[OpenIndiana_x86_64] checking for working syscall... yes
[OpenIndiana_x86_64] checking for KERRIGHED... cannot check without pkg-config
[OpenIndiana_x86_64] checking for lib... no
[OpenIndiana_x86_64] checking for bash... /usr/bin/bash
[OpenIndiana_x86_64] checking for ffs... yes
[OpenIndiana_x86_64] checking whether ffs is declared... yes
[OpenIndiana_x86_64] checking whether function ffs has a complete prototype... yes
[OpenIndiana_x86_64] checking for ffsl... yes
[OpenIndiana_x86_64] checking whether ffsl is declared... yes
[OpenIndiana_x86_64] checking whether function ffsl has a complete prototype... yes
[OpenIndiana_x86_64] checking for fls... yes
[OpenIndiana_x86_64] checking whether fls is declared... yes
[OpenIndiana_x86_64] checking whether function fls has a complete prototype... yes
[OpenIndiana_x86_64] checking for flsl... yes
[Ubuntu_12.04_x86_64] checking for sys/sysctl.h... yes
[Ubuntu_12.04_x86_64] checking whether CTL_HW is declared... no
[Ubuntu_12.04_x86_64] checking whether HW_NCPU is declared... no
[Ubuntu_12.04_x86_64] checking whether strtoull is declared... yes
[Ubuntu_12.04_x86_64] checking for ssize_t... yes
[Ubuntu_12.04_x86_64] checking whether snprintf is declared... yes
[Ubuntu_12.04_x86_64] checking whether _strdup is declared... no
[Ubuntu_12.04_x86_64] checking whether _putenv is declared... no
[Ubuntu_12.04_x86_64] checking whether getprogname is declared... no
[Ubuntu_12.04_x86_64] checking whether getexecname is declared... no
[Ubuntu_12.04_x86_64] checking whether GetModuleFileName is declared... no
[Ubuntu_12.04_x86_64] checking for program_invocation_name... yes
[Ubuntu_12.04_x86_64] checking for __progname... yes
[Ubuntu_12.04_x86_64] checking for pthread_t... yes
[Ubuntu_12.04_x86_64] checking whether sched_getcpu is declared... yes
[Ubuntu_12.04_x86_64] checking whether sched_setaffinity is declared... yes
[Ubuntu_12.04_x86_64] checking whether function sched_setaffinity has a complete prototype... yes
[Ubuntu_12.04_x86_64] checking for old prototype of sched_setaffinity... no
[Ubuntu_12.04_x86_64] checking for working CPU_SET... yes
[Ubuntu_12.04_x86_64] checking for working CPU_SET_S... yes
[Ubuntu_12.04_x86_64] checking for working syscall... yes
[Ubuntu_12.04_x86_64] checking for KERRIGHED... no
[Ubuntu_12.04_x86_64] checking for lib... no
[Ubuntu_12.04_x86_64] checking for bash... /bin/bash
[Ubuntu_12.04_x86_64] checking for ffs... yes
[Ubuntu_12.04_x86_64] checking whether ffs is declared... yes
[Ubuntu_12.04_x86_64] checking whether function ffs has a complete prototype... yes
[Ubuntu_12.04_x86_64] checking for ffsl... yes
[Ubuntu_14.04_x86_64] checking for working CPU_SET... yes
[Ubuntu_14.04_x86_64] checking for working CPU_SET_S... yes
[Ubuntu_14.04_x86_64] checking for working syscall... yes
[Ubuntu_14.04_x86_64] checking for KERRIGHED... no
[Ubuntu_14.04_x86_64] checking for lib... no
[Ubuntu_14.04_x86_64] checking for bash... /bin/bash
[Ubuntu_14.04_x86_64] checking for ffs... yes
[Ubuntu_14.04_x86_64] checking whether ffs is declared... yes
[Ubuntu_14.04_x86_64] checking whether function ffs has a complete prototype... yes
[Ubuntu_14.04_x86_64] checking for ffsl... yes
[Ubuntu_14.04_x86_64] checking whether ffsl is declared... yes
[Ubuntu_14.04_x86_64] checking whether function ffsl has a complete prototype... yes
[Ubuntu_14.04_x86_64] checking for fls... no
[Ubuntu_14.04_x86_64] checking for flsl... no
[Ubuntu_14.04_x86_64] checking for clz... no
[Ubuntu_14.04_x86_64] checking for clzl... no
[Ubuntu_14.04_x86_64] checking for openat... yes
[Ubuntu_14.04_x86_64] checking malloc.h usability... yes
[Ubuntu_14.04_x86_64] checking malloc.h presence... yes
[Ubuntu_14.04_x86_64] checking for malloc.h... yes
[Ubuntu_14.04_x86_64] checking for getpagesize... yes
[Ubuntu_14.04_x86_64] checking for memalign... yes
[Ubuntu_14.04_x86_64] checking for posix_memalign... yes
[Ubuntu_14.04_x86_64] checking sys/utsname.h usability... yes
[Ubuntu_14.04_x86_64] checking sys/utsname.h presence... yes
[Ubuntu_14.04_x86_64] checking for sys/utsname.h... yes
[Ubuntu_14.04_x86_64] checking for uname... yes
[Ubuntu_14.04_x86_64] checking valgrind/valgrind.h usability... yes
[Ubuntu_14.04_x86_64] checking valgrind/valgrind.h presence... yes
[Ubuntu_14.04_x86_64] checking for valgrind/valgrind.h... yes
[Ubuntu_14.04_x86_64] checking whether RUNNING_ON_VALGRIND is declared... yes
[Ubuntu_14.04_x86_64] checking pthread_np.h usability... no
[Ubuntu_14.04_x86_64] checking pthread_np.h presence... no
[Ubuntu_14.04_x86_64] checking for pthread_np.h... no
[Ubuntu_14.04_x86_64] checking whether pthread_setaffinity_np is declared... yes
[Ubuntu_14.04_x86_64] checking whether pthread_getaffinity_np is declared... yes
[Ubuntu_14.04_x86_64] checking for sched_setaffinity... yes
[Ubuntu_16.04_x86_32] checking for posix_memalign... yes
[Ubuntu_16.04_x86_32] checking sys/utsname.h usability... yes
[Ubuntu_16.04_x86_32] checking sys/utsname.h presence... yes
[Ubuntu_16.04_x86_32] checking for sys/utsname.h... yes
[Ubuntu_16.04_x86_32] checking for uname... yes
[Ubuntu_16.04_x86_32] checking valgrind/valgrind.h usability... no
[Ubuntu_16.04_x86_32] checking valgrind/valgrind.h presence... no
[Ubuntu_16.04_x86_32] checking for valgrind/valgrind.h... no
[Ubuntu_16.04_x86_32] checking whether RUNNING_ON_VALGRIND is declared... no
[Ubuntu_16.04_x86_32] checking pthread_np.h usability... no
[Ubuntu_16.04_x86_32] checking pthread_np.h presence... no
[Ubuntu_16.04_x86_32] checking for pthread_np.h... no
[Ubuntu_16.04_x86_32] checking whether pthread_setaffinity_np is declared... yes
[Ubuntu_16.04_x86_32] checking whether pthread_getaffinity_np is declared... yes
[Ubuntu_16.04_x86_32] checking for sched_setaffinity... yes
[Ubuntu_16.04_x86_32] checking for sys/cpuset.h... no
[Ubuntu_16.04_x86_32] checking for cpuset_setaffinity... no
[Ubuntu_16.04_x86_32] checking for library containing pthread_getthrds_np... no
[Ubuntu_16.04_x86_32] checking for cpuset_setid... no
[Ubuntu_16.04_x86_32] checking numaif.h usability... yes
[Ubuntu_16.04_x86_32] checking numaif.h presence... yes
[Ubuntu_16.04_x86_32] checking for numaif.h... yes
[Ubuntu_16.04_x86_32] checking for numa_available in -lnuma... yes
[Ubuntu_16.04_x86_32] checking for set_mempolicy in -lnuma... yes
[Ubuntu_16.04_x86_32] checking for mbind in -lnuma... yes
[Ubuntu_16.04_x86_32] checking for migrate_pages in -lnuma... yes
[Ubuntu_16.04_x86_32] checking for move_pages in -lnuma... yes
[Ubuntu_16.04_x86_32] checking libudev.h usability... no
[Ubuntu_16.04_x86_32] checking libudev.h presence... no
[Ubuntu_16.04_x86_32] checking for libudev.h... no
[Ubuntu_16.04_x86_32] checking for PCIACCESS... yes
[Ubuntu_16.04_x86_32] checking pciaccess.h usability... yes
[Ubuntu_16.04_x86_32] checking pciaccess.h presence... yes
[Ubuntu_16.04_x86_32] checking for pciaccess.h... yes
[Ubuntu_16.04_x86_32] checking for pci_slot_match_iterator_create... yes
[Ubuntu_16.04_x86_32] checking for final PCIACCESS support... yes
[Ubuntu_16.04_x86_32] checking CL/cl_ext.h usability... yes
[Ubuntu_16.04_x86_32] checking CL/cl_ext.h presence... yes
[Ubuntu_16.04_x86_32] checking for CL/cl_ext.h... yes
[Ubuntu_16.04_x86_32] checking for clGetDeviceIDs in -lOpenCL... yes
[Ubuntu_16.04_x86_32] checking whether CL_DEVICE_TOPOLOGY_AMD is declared... yes
[Ubuntu_16.04_x86_32] checking cuda.h usability... no
[Ubuntu_16.04_x86_32] checking cuda.h presence... no
[Ubuntu_16.04_x86_32] checking for cuda.h... no
[Ubuntu_16.04_x86_32] checking cuda_runtime_api.h usability... no
[Ubuntu_16.04_x86_64] checking for posix_memalign... yes
[Ubuntu_16.04_x86_64] checking sys/utsname.h usability... yes
[Ubuntu_16.04_x86_64] checking sys/utsname.h presence... yes
[Ubuntu_16.04_x86_64] checking for sys/utsname.h... yes
[Ubuntu_16.04_x86_64] checking for uname... yes
[Ubuntu_16.04_x86_64] checking valgrind/valgrind.h usability... no
[Ubuntu_16.04_x86_64] checking valgrind/valgrind.h presence... no
[Ubuntu_16.04_x86_64] checking for valgrind/valgrind.h... no
[Ubuntu_16.04_x86_64] checking whether RUNNING_ON_VALGRIND is declared... no
[Ubuntu_16.04_x86_64] checking pthread_np.h usability... no
[Ubuntu_16.04_x86_64] checking pthread_np.h presence... no
[Ubuntu_16.04_x86_64] checking for pthread_np.h... no
[Ubuntu_16.04_x86_64] checking whether pthread_setaffinity_np is declared... yes
[Ubuntu_16.04_x86_64] checking whether pthread_getaffinity_np is declared... yes
[Ubuntu_16.04_x86_64] checking for sched_setaffinity... yes
[Ubuntu_16.04_x86_64] checking for sys/cpuset.h... no
[Ubuntu_16.04_x86_64] checking for cpuset_setaffinity... no
[Ubuntu_16.04_x86_64] checking for library containing pthread_getthrds_np... no
[Ubuntu_16.04_x86_64] checking for cpuset_setid... no
[Ubuntu_16.04_x86_64] checking numaif.h usability... yes
[Ubuntu_16.04_x86_64] checking numaif.h presence... yes
[Ubuntu_16.04_x86_64] checking for numaif.h... yes
[Ubuntu_16.04_x86_64] checking for numa_available in -lnuma... yes
[Ubuntu_16.04_x86_64] checking for set_mempolicy in -lnuma... yes
[Ubuntu_16.04_x86_64] checking for mbind in -lnuma... yes
[Ubuntu_16.04_x86_64] checking for migrate_pages in -lnuma... yes
[Ubuntu_16.04_x86_64] checking for move_pages in -lnuma... yes
[Ubuntu_16.04_x86_64] checking libudev.h usability... no
[Ubuntu_16.04_x86_64] checking libudev.h presence... no
[Ubuntu_16.04_x86_64] checking for libudev.h... no
[Ubuntu_16.04_x86_64] checking for PCIACCESS... yes
[Ubuntu_16.04_x86_64] checking pciaccess.h usability... yes
[Ubuntu_16.04_x86_64] checking pciaccess.h presence... yes
[Ubuntu_16.04_x86_64] checking for pciaccess.h... yes
[Ubuntu_16.04_x86_64] checking for pci_slot_match_iterator_create... yes
[Ubuntu_16.04_x86_64] checking for final PCIACCESS support... yes
[Ubuntu_16.04_x86_64] checking CL/cl_ext.h usability... no
[Ubuntu_16.04_x86_64] checking CL/cl_ext.h presence... no
[Ubuntu_16.04_x86_64] checking for CL/cl_ext.h... no
[Ubuntu_16.04_x86_64] checking cuda.h usability... no
[Ubuntu_16.04_x86_64] checking cuda.h presence... no
[Ubuntu_16.04_x86_64] checking for cuda.h... no
[Ubuntu_16.04_x86_64] checking cuda_runtime_api.h usability... no
[Ubuntu_16.04_x86_64] checking cuda_runtime_api.h presence... no
[Ubuntu_16.04_x86_64] checking for cuda_runtime_api.h... no
[Ubuntu_16.04_x86_64] checking nvml.h usability... no
[Ubuntu_16.04_x86_64] checking nvml.h presence... no
[Ubuntu_16.04_x86_64] checking for nvml.h... no
[Ubuntu_18.04_x86_64] checking for working syscall... yes
[Ubuntu_18.04_x86_64] checking for KERRIGHED... no
[Ubuntu_18.04_x86_64] checking for lib... no
[Ubuntu_18.04_x86_64] checking for bash... /bin/bash
[Ubuntu_18.04_x86_64] checking for ffs... yes
[Ubuntu_18.04_x86_64] checking whether ffs is declared... yes
[Ubuntu_18.04_x86_64] checking whether function ffs has a complete prototype... yes
[Ubuntu_18.04_x86_64] checking for ffsl... yes
[Ubuntu_18.04_x86_64] checking whether ffsl is declared... yes
[Ubuntu_18.04_x86_64] checking whether function ffsl has a complete prototype... yes
[Ubuntu_18.04_x86_64] checking for fls... no
[Ubuntu_18.04_x86_64] checking for flsl... no
[Ubuntu_18.04_x86_64] checking for clz... no
[Ubuntu_18.04_x86_64] checking for clzl... no
[Ubuntu_18.04_x86_64] checking for openat... yes
[Ubuntu_18.04_x86_64] checking malloc.h usability... yes
[Ubuntu_18.04_x86_64] checking malloc.h presence... yes
[Ubuntu_18.04_x86_64] checking for malloc.h... yes
[Ubuntu_18.04_x86_64] checking for getpagesize... yes
[Ubuntu_18.04_x86_64] checking for memalign... yes
[Ubuntu_18.04_x86_64] checking for posix_memalign... yes
[Ubuntu_18.04_x86_64] checking sys/utsname.h usability... yes
[Ubuntu_18.04_x86_64] checking sys/utsname.h presence... yes
[Ubuntu_18.04_x86_64] checking for sys/utsname.h... yes
[Ubuntu_18.04_x86_64] checking for uname... yes
[Ubuntu_18.04_x86_64] checking valgrind/valgrind.h usability... yes
[Ubuntu_18.04_x86_64] checking valgrind/valgrind.h presence... yes
[Ubuntu_18.04_x86_64] checking for valgrind/valgrind.h... yes
[Ubuntu_18.04_x86_64] checking whether RUNNING_ON_VALGRIND is declared... yes
[Ubuntu_18.04_x86_64] checking pthread_np.h usability... no
[Ubuntu_18.04_x86_64] checking pthread_np.h presence... no
[Ubuntu_18.04_x86_64] checking for pthread_np.h... no
[Ubuntu_18.04_x86_64] checking whether pthread_setaffinity_np is declared... yes
[Ubuntu_18.04_x86_64] checking whether pthread_getaffinity_np is declared... yes
[MinGW] checking dependency style of gcc -static-libgcc... gcc3
[MinGW] checking how to run the C preprocessor... gcc -static-libgcc -E
[MinGW] checking for grep that handles long lines and -e... /usr/bin/grep
[MinGW] checking for egrep... /usr/bin/grep -E
[MinGW] checking for ANSI C header files... yes
[Embedded] Still waiting to schedule task
[Embedded] Waiting for next available executor on ‘autotools’
[CentOS_6.3_x86_32] checking if g++ PIC flag -fPIC -DPIC works... yes
[CentOS_6.3_x86_32] checking if g++ static flag -static works... no
[CentOS_6.3_x86_32] checking if g++ supports -c -o file.o... yes
[CentOS_6.3_x86_32] checking if g++ supports -c -o file.o... (cached) yes
[CentOS_6.3_x86_32] checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
[CentOS_6.3_x86_32] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[CentOS_6.3_x86_32] checking how to hardcode library paths into programs... immediate
[CentOS_6.3_x86_32] checking that generated files are newer than configure... done
[CentOS_6.3_x86_32] configure: creating ./config.status
[CentOS_6.3_x86_32] config.status: creating Makefile
[CentOS_6.3_x86_32] config.status: creating include/Makefile
[CentOS_6.3_x86_32] config.status: creating src/Makefile
[CentOS_6.3_x86_32] config.status: creating doc/Makefile
[CentOS_6.3_x86_32] config.status: creating doc/examples/Makefile
[CentOS_6.3_x86_32] config.status: creating doc/doxygen-config.cfg
[CentOS_6.3_x86_32] config.status: creating utils/Makefile
[CentOS_6.3_x86_32] config.status: creating utils/hwloc/Makefile
[CentOS_6.3_x86_32] config.status: creating utils/lstopo/Makefile
[CentOS_6.3_x86_32] config.status: creating hwloc.pc
[CentOS_6.3_x86_32] config.status: creating tests/Makefile
[CentOS_6.3_x86_32] config.status: creating tests/linux/Makefile
[CentOS_6.3_x86_32] config.status: creating tests/linux/allowed/Makefile
[CentOS_6.3_x86_32] config.status: creating tests/linux/gather/Makefile
[CentOS_6.3_x86_32] config.status: creating tests/xml/Makefile
[CentOS_6.3_x86_32] config.status: creating tests/ports/Makefile
[CentOS_6.3_x86_32] config.status: creating tests/rename/Makefile
[CentOS_6.3_x86_32] config.status: creating tests/linux/allowed/test-topology.sh
[CentOS_6.3_x86_32] config.status: creating tests/linux/gather/test-gather-topology.sh
[CentOS_6.3_x86_32] config.status: creating tests/linux/test-topology.sh
[CentOS_6.3_x86_32] config.status: creating tests/xml/test-topology.sh
[CentOS_6.3_x86_32] config.status: creating tests/wrapper.sh
[CentOS_6.3_x86_32] config.status: creating utils/hwloc/hwloc-assembler-remote
[CentOS_6.3_x86_32] config.status: creating utils/hwloc/hwloc-compress-dir
[CentOS_6.3_x86_32] config.status: creating utils/hwloc/hwloc-gather-topology
[CentOS_6.3_x86_32] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[CentOS_6.3_x86_32] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[CentOS_6.3_x86_32] config.status: creating utils/hwloc/test-hwloc-calc.sh
[CentOS_6.3_x86_32] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[CentOS_6.3_x86_32] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[CentOS_6.3_x86_32] config.status: creating utils/hwloc/test-hwloc-distances.sh
[CentOS_6.3_x86_32] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[CentOS_6.3_x86_32] config.status: creating utils/hwloc/test-hwloc-info.sh
[CentOS_6.3_x86_32] config.status: creating utils/hwloc/test-fake-plugin.sh
[CentOS_6.3_x86_32] config.status: creating utils/lstopo/test-hwloc-ls.sh
[CentOS_6.3_x86_32] config.status: creating contrib/systemd/Makefile
[CentOS_6.3_x86_32] config.status: creating include/private/autogen/config.h
[CentOS_6.3_x86_32] config.status: creating include/hwloc/autogen/config.h
[CentOS_6.3_x86_32] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[CentOS_6.3_x86_32] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[CentOS_6.3_x86_32] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[CentOS_6.3_x86_32] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[CentOS_6.3_x86_32] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[CentOS_6.3_x86_32] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[CentOS_6.3_x86_32] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[CentOS_6.3_x86_32] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[CentOS_6.3_x86_32] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[CentOS_6.3_x86_32] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[CentOS_6.3_x86_32] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[CentOS_6.3_x86_32] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[CentOS_6.3_x86_32] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[CentOS_6.3_x86_32] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[CentOS_6.3_x86_32] config.status: executing depfiles commands
[CentOS_6.3_x86_64] checking dynamic linker characteristics... GNU/Linux ld.so
[CentOS_6.3_x86_64] checking how to hardcode library paths into programs... immediate
[CentOS_6.3_x86_64] checking for shl_load... (cached) no
[CentOS_6.3_x86_64] checking for shl_load in -ldld... (cached) no
[CentOS_6.3_x86_64] checking for dlopen... (cached) no
[CentOS_6.3_x86_64] checking for dlopen in -ldl... (cached) yes
[CentOS_6.3_x86_64] checking whether a program can dlopen itself... (cached) 
[CentOS_6.3_x86_64] checking whether stripping libraries is possible... yes
[CentOS_6.3_x86_64] checking if libtool supports shared libraries... yes
[CentOS_6.3_x86_64] checking whether to build shared libraries... yes
[CentOS_6.3_x86_64] checking whether to build static libraries... no
[CentOS_6.3_x86_64] checking how to run the C++ preprocessor... g++ -E
[CentOS_6.3_x86_64] checking for ld used by g++... /usr/bin/ld -m elf_x86_64
[CentOS_6.3_x86_64] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
[CentOS_6.3_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[CentOS_6.3_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[CentOS_6.3_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[CentOS_6.3_x86_64] checking if g++ static flag -static works... no
[CentOS_6.3_x86_64] checking if g++ supports -c -o file.o... yes
[CentOS_6.3_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[CentOS_6.3_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[CentOS_6.3_x86_64] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[CentOS_6.3_x86_64] checking how to hardcode library paths into programs... immediate
[CentOS_6.3_x86_64] checking that generated files are newer than configure... done
[CentOS_6.3_x86_64] configure: creating ./config.status
[CentOS_6.3_x86_64] config.status: creating Makefile
[CentOS_6.3_x86_64] config.status: creating include/Makefile
[CentOS_6.3_x86_64] config.status: creating src/Makefile
[CentOS_6.3_x86_64] config.status: creating doc/Makefile
[CentOS_6.3_x86_64] config.status: creating doc/examples/Makefile
[CentOS_6.3_x86_64] config.status: creating doc/doxygen-config.cfg
[CentOS_6.3_x86_64] config.status: creating utils/Makefile
[CentOS_6.3_x86_64] config.status: creating utils/hwloc/Makefile
[CentOS_6.3_x86_64] config.status: creating utils/lstopo/Makefile
[CentOS_6.3_x86_64] config.status: creating hwloc.pc
[CentOS_6.3_x86_64] config.status: creating tests/Makefile
[CentOS_6.3_x86_64] config.status: creating tests/linux/Makefile
[CentOS_6.3_x86_64] config.status: creating tests/linux/allowed/Makefile
[CentOS_6.3_x86_64] config.status: creating tests/linux/gather/Makefile
[CentOS_6.3_x86_64] config.status: creating tests/xml/Makefile
[CentOS_6.3_x86_64] config.status: creating tests/ports/Makefile
[CentOS_6.3_x86_64] config.status: creating tests/rename/Makefile
[CentOS_6.3_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[CentOS_6.3_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[CentOS_6.3_x86_64] config.status: creating tests/linux/test-topology.sh
[CentOS_6.3_x86_64] config.status: creating tests/xml/test-topology.sh
[CentOS_6.3_x86_64] config.status: creating tests/wrapper.sh
[CentOS_7.2_x86_64] checking X11/keysym.h usability... yes
[CentOS_7.2_x86_64] checking X11/keysym.h presence... yes
[CentOS_7.2_x86_64] checking for X11/keysym.h... yes
[CentOS_7.2_x86_64] checking NVCtrl/NVCtrl.h usability... no
[CentOS_7.2_x86_64] checking NVCtrl/NVCtrl.h presence... no
[CentOS_7.2_x86_64] checking for NVCtrl/NVCtrl.h... no
[CentOS_7.2_x86_64] checking for LIBXML2... yes
[CentOS_7.2_x86_64] checking libxml/parser.h usability... yes
[CentOS_7.2_x86_64] checking libxml/parser.h presence... yes
[CentOS_7.2_x86_64] checking for libxml/parser.h... yes
[CentOS_7.2_x86_64] checking for xmlNewDoc... yes
[CentOS_7.2_x86_64] checking for final LIBXML2 support... yes
[CentOS_7.2_x86_64] checking for x86 cpuid... yes
[CentOS_7.2_x86_64] checking for pthread_mutex_lock... yes
[CentOS_7.2_x86_64] checking if plugin support is enabled... yes
[CentOS_7.2_x86_64] checking ltdl.h usability... yes
[CentOS_7.2_x86_64] checking ltdl.h presence... yes
[CentOS_7.2_x86_64] checking for ltdl.h... yes
[CentOS_7.2_x86_64] checking for lt_dlopenext in -lltdl... yes
[CentOS_7.2_x86_64] checking for shl_load... no
[CentOS_7.2_x86_64] checking for shl_load in -ldld... no
[CentOS_7.2_x86_64] checking for dlopen... no
[CentOS_7.2_x86_64] checking for dlopen in -ldl... yes
[CentOS_7.2_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[CentOS_7.2_x86_64] checking components to build as plugins...  xml_libxml
[CentOS_7.2_x86_64] checking for a sed that does not truncate output... /usr/bin/sed
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] ###
[CentOS_7.2_x86_64] ### Configuring hwloc documentation
[CentOS_7.2_x86_64] ###
[CentOS_7.2_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[CentOS_7.2_x86_64] checking for doxygen... no
[CentOS_7.2_x86_64] checking for pdflatex... no
[CentOS_7.2_x86_64] checking for makeindex... no
[CentOS_7.2_x86_64] checking for fig2dev... no
[CentOS_7.2_x86_64] checking for gs... no
[CentOS_7.2_x86_64] checking for epstopdf... no
[CentOS_7.2_x86_64] checking if can build doxygen docs... no
[CentOS_7.2_x86_64] checking for w3m... no
[CentOS_7.2_x86_64] checking for lynx... no
[CentOS_7.2_x86_64] checking if can build top-level README... no
[CentOS_7.2_x86_64] checking if will build doxygen docs... no
[CentOS_7.2_x86_64] checking if will install doxygen docs... yes
[CentOS_7.2_x86_64] checking whether to enable "picky" compiler mode... no (default)
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] ###
[CentOS_7.2_x86_64] ### Configuring hwloc command line utilities
[CentOS_7.2_x86_64] ###
[CentOS_7.2_x86_64] checking for CAIRO... yes
[CentOS_7.2_x86_64] checking cairo.h usability... yes
[CentOS_7.2_x86_64] checking cairo.h presence... yes
[CentOS_7.2_x86_64] checking for cairo.h... yes
[CentOS_7.2_x86_64] checking for cairo_fill... yes
[CentOS_7.2_x86_64] checking for final CAIRO support... yes
[CentOS_7.2_x86_64] checking for wchar_t... yes
[CentOS_7.2_x86_64] checking for putwc... yes
[CentOS_7.2_x86_64] checking locale.h usability... yes
[CentOS_7.2_x86_64] checking locale.h presence... yes
[CentOS_7.2_x86_64] checking for locale.h... yes
[CentOS_7.2_x86_64] checking for setlocale... (cached) yes
[CentOS_7.2_x86_64] checking for uselocale... yes
[CentOS_7.2_x86_64] checking xlocale.h usability... yes
[CentOS_7.2_x86_64] checking xlocale.h presence... yes
[CentOS_7.2_x86_64] checking for xlocale.h... yes
[CentOS_7.2_x86_64] checking for setlocale... (cached) yes
[CentOS_7.2_x86_64] checking for uselocale... (cached) yes
[CentOS_7.2_x86_64] checking langinfo.h usability... yes
[CentOS_7.2_x86_64] checking langinfo.h presence... yes
[CentOS_7.2_x86_64] checking for langinfo.h... yes
[CentOS_7.2_x86_64] checking for nl_langinfo... yes
[CentOS_7.2_x86_64] checking termcap support using ncurses and ... no
[CentOS_7.2_x86_64] checking termcap support using ncurses and -ltermcap... yes
[CentOS_7.2_x86_64] checking whether diff accepts -u... yes
[CentOS_7.2_x86_64] checking whether diff accepts -w... yes
[CentOS_7.2_x86_64] checking time.h usability... yes
[CentOS_7.2_x86_64] checking time.h presence... yes
[CentOS_7.2_x86_64] checking for time.h... yes
[Debian_5_x86_64] checking xlocale.h usability... yes
[Debian_5_x86_64] checking xlocale.h presence... yes
[Debian_5_x86_64] checking for xlocale.h... yes
[Debian_5_x86_64] checking for setlocale... (cached) yes
[Debian_5_x86_64] checking for uselocale... (cached) yes
[Debian_5_x86_64] checking langinfo.h usability... yes
[Debian_5_x86_64] checking langinfo.h presence... yes
[Debian_5_x86_64] checking for langinfo.h... yes
[Debian_5_x86_64] checking for nl_langinfo... yes
[Debian_5_x86_64] checking termcap support using ncurses and ... no
[Debian_5_x86_64] checking termcap support using ncurses and -ltermcap... no
[Debian_5_x86_64] checking termcap support using ncurses and -lncursesw... no
[Debian_5_x86_64] checking termcap support using ncurses and -lncurses... no
[Debian_5_x86_64] checking termcap support using curses and ... no
[Debian_5_x86_64] checking termcap support using curses and -ltermcap... no
[Debian_5_x86_64] checking termcap support using curses and -lcursesw... no
[Debian_5_x86_64] checking termcap support using curses and -lcurses... no
[Debian_5_x86_64] checking whether diff accepts -u... yes
[Debian_5_x86_64] checking whether diff accepts -w... yes
[Debian_5_x86_64] checking time.h usability... yes
[Debian_5_x86_64] checking time.h presence... yes
[Debian_5_x86_64] checking for time.h... yes
[Debian_5_x86_64] checking for clock_gettime... no
[Debian_5_x86_64] 
[Debian_5_x86_64] ###
[Debian_5_x86_64] ### Configuring hwloc tests
[Debian_5_x86_64] ###
[Debian_5_x86_64] checking for pthread_self in -lpthread... yes
[Debian_5_x86_64] checking for numa_available in -lnuma... (cached) yes
[Debian_5_x86_64] checking whether numa_bitmask_alloc is declared... yes
[Debian_5_x86_64] checking for stdlib.h... (cached) yes
[Debian_5_x86_64] checking for mkstemp... yes
[Debian_5_x86_64] checking infiniband/verbs.h usability... no
[Debian_5_x86_64] checking infiniband/verbs.h presence... no
[Debian_5_x86_64] checking for infiniband/verbs.h... no
[Debian_5_x86_64] checking myriexpress.h usability... no
[Debian_5_x86_64] checking myriexpress.h presence... no
[Debian_5_x86_64] checking for myriexpress.h... no
[Debian_5_x86_64] checking for xmllint... no
[Debian_5_x86_64] checking for bunzip2... bunzip2
[Debian_5_x86_64] checking if CXX works... yes
[Debian_5_x86_64] checking whether diff accepts -u... yes
[Debian_5_x86_64] 
[Debian_5_x86_64] ###
[Debian_5_x86_64] ### Performing final hwloc configuration
[Debian_5_x86_64] ###
[Debian_5_x86_64] checking how to print strings... printf
[Debian_5_x86_64] checking for a sed that does not truncate output... (cached) /bin/sed
[Debian_5_x86_64] checking for fgrep... /bin/grep -F
[Debian_5_x86_64] checking for ld used by gcc-4.2... /usr/bin/ld
[Debian_5_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Debian_5_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Debian_5_x86_64] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Debian_5_x86_64] checking whether ln -s works... yes
[Debian_5_x86_64] checking the maximum length of command line arguments... 98304
[Debian_5_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[Debian_5_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
[Debian_5_x86_64] checking for /usr/bin/ld option to reload object files... -r
[Debian_5_x86_64] checking for objdump... objdump
[Debian_5_x86_64] checking how to recognize dependent libraries... pass_all
[Debian_5_x86_64] checking for dlltool... no
[Debian_5_x86_64] checking how to associate runtime and link libraries... printf %s\n
[Debian_5_x86_64] checking for archiver @FILE support... @
[Debian_5_x86_64] checking for strip... strip
[Debian_5_x86_64] checking for ranlib... ranlib
[Debian_5_x86_64] checking command to parse /usr/bin/nm -B output from gcc-4.2 object... ok
[Debian_5_x86_64] checking for sysroot... no
[Debian_5_x86_64] checking for a working dd... /bin/dd
[Debian_5_x86_64] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[Debian_5_x86_64] checking for mt... mt
[Debian_5_x86_64] checking if mt is a manifest tool... no
[Debian_5_x86_64] checking for dlfcn.h... yes
[Debian_5_x86_64] checking for objdir... .libs
[Debian_5_x86_64] checking if gcc-4.2 supports -fno-rtti -fno-exceptions... no
[Debian_5_x86_64] checking for gcc-4.2 option to produce PIC... -fPIC -DPIC
[Debian_5_x86_64] checking if gcc-4.2 PIC flag -fPIC -DPIC works... yes
[Debian_5_x86_64] checking if gcc-4.2 static flag -static works... yes
[Debian_5_x86_64] checking if gcc-4.2 supports -c -o file.o... yes
[Debian_5_x86_64] checking if gcc-4.2 supports -c -o file.o... (cached) yes
[Debian_5_x86_64] checking whether the gcc-4.2 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Debian_5_x86_64] checking whether -lc should be explicitly linked in... no
[Debian_5_x86_64] checking dynamic linker characteristics... GNU/Linux ld.so
[Debian_5_x86_64] checking how to hardcode library paths into programs... immediate
[Debian_5_x86_64] checking for shl_load... (cached) no
[Debian_5_x86_64] checking for shl_load in -ldld... (cached) no
[Debian_5_x86_64] checking for dlopen... (cached) no
[Debian_5_x86_64] checking for dlopen in -ldl... (cached) yes
[Debian_5_x86_64] checking whether a program can dlopen itself... (cached) 
[Debian_5_x86_64] checking whether stripping libraries is possible... yes
[Debian_5_x86_64] checking if libtool supports shared libraries... yes
[Debian_5_x86_64] checking whether to build shared libraries... yes
[Debian_5_x86_64] checking whether to build static libraries... no
[Debian_5_x86_64] checking how to run the C++ preprocessor... g++ -E
[Debian_5_x86_64] checking for ld used by g++... /usr/bin/ld -m elf_x86_64
[Debian_5_x86_64] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
[Debian_5_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Debian_6_x86_32] checking for nl_langinfo... yes
[Debian_6_x86_32] checking termcap support using ncurses and ... no
[Debian_6_x86_32] checking termcap support using ncurses and -ltermcap... yes
[Debian_6_x86_32] checking whether diff accepts -u... yes
[Debian_6_x86_32] checking whether diff accepts -w... yes
[Debian_6_x86_32] checking time.h usability... yes
[Debian_6_x86_32] checking time.h presence... yes
[Debian_6_x86_32] checking for time.h... yes
[Debian_6_x86_32] checking for clock_gettime... no
[Debian_6_x86_32] 
[Debian_6_x86_32] ###
[Debian_6_x86_32] ### Configuring hwloc tests
[Debian_6_x86_32] ###
[Debian_6_x86_32] checking for pthread_self in -lpthread... yes
[Debian_6_x86_32] checking for numa_available in -lnuma... (cached) yes
[Debian_6_x86_32] checking whether numa_bitmask_alloc is declared... yes
[Debian_6_x86_32] checking for stdlib.h... (cached) yes
[Debian_6_x86_32] checking for mkstemp... yes
[Debian_6_x86_32] checking infiniband/verbs.h usability... yes
[Debian_6_x86_32] checking infiniband/verbs.h presence... yes
[Debian_6_x86_32] checking for infiniband/verbs.h... yes
[Debian_6_x86_32] checking for ibv_open_device in -libverbs... yes
[Debian_6_x86_32] checking myriexpress.h usability... no
[Debian_6_x86_32] checking myriexpress.h presence... no
[Debian_6_x86_32] checking for myriexpress.h... no
[Debian_6_x86_32] checking for xmllint... xmllint
[Debian_6_x86_32] checking for bunzip2... bunzip2
[Debian_6_x86_32] checking if CXX works... yes
[Debian_6_x86_32] checking whether diff accepts -u... yes
[Debian_6_x86_32] 
[Debian_6_x86_32] ###
[Debian_6_x86_32] ### Performing final hwloc configuration
[Debian_6_x86_32] ###
[Debian_6_x86_32] checking how to print strings... printf
[Debian_6_x86_32] checking for a sed that does not truncate output... (cached) /bin/sed
[Debian_6_x86_32] checking for fgrep... /bin/grep -F
[Debian_6_x86_32] checking for ld used by gcc... /usr/bin/ld
[Debian_6_x86_32] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Debian_6_x86_32] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Debian_6_x86_32] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Debian_6_x86_32] checking whether ln -s works... yes
[Debian_6_x86_32] checking the maximum length of command line arguments... 1572864
[Debian_6_x86_32] checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
[Debian_6_x86_32] checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
[Debian_6_x86_32] checking for /usr/bin/ld option to reload object files... -r
[Debian_6_x86_32] checking for objdump... objdump
[Debian_6_x86_32] checking how to recognize dependent libraries... pass_all
[Debian_6_x86_32] checking for dlltool... no
[Debian_6_x86_32] checking how to associate runtime and link libraries... printf %s\n
[Debian_6_x86_32] checking for archiver @FILE support... @
[Debian_6_x86_32] checking for strip... strip
[Debian_6_x86_32] checking for ranlib... ranlib
[Debian_6_x86_32] checking command to parse /usr/bin/nm -B output from gcc object... ok
[Debian_6_x86_32] checking for sysroot... no
[Debian_6_x86_32] checking for a working dd... /bin/dd
[Debian_6_x86_32] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[Debian_6_x86_32] checking for mt... mt
[Debian_6_x86_32] checking if mt is a manifest tool... no
[Debian_6_x86_32] checking for dlfcn.h... yes
[Debian_6_x86_32] checking for objdir... .libs
[Debian_6_x86_32] checking if gcc supports -fno-rtti -fno-exceptions... no
[Debian_6_x86_32] checking for gcc option to produce PIC... -fPIC -DPIC
[Debian_6_x86_32] checking if gcc PIC flag -fPIC -DPIC works... yes
[Debian_6_x86_32] checking if gcc static flag -static works... yes
[Debian_6_x86_32] checking if gcc supports -c -o file.o... yes
[Debian_6_x86_32] checking if gcc supports -c -o file.o... (cached) yes
[Debian_6_x86_32] checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
[Debian_6_x86_32] checking whether -lc should be explicitly linked in... no
[Debian_6_x86_32] checking dynamic linker characteristics... GNU/Linux ld.so
[Debian_6_x86_32] checking how to hardcode library paths into programs... immediate
[Debian_6_x86_32] checking for shl_load... (cached) no
[Debian_6_x86_32] checking for shl_load in -ldld... (cached) no
[Debian_6_x86_32] checking for dlopen... (cached) no
[Debian_6_x86_32] checking for dlopen in -ldl... (cached) yes
[Debian_6_x86_32] checking whether a program can dlopen itself... (cached) 
[Debian_6_x86_32] checking whether stripping libraries is possible... yes
[Debian_6_x86_32] checking if libtool supports shared libraries... yes
[Debian_6_x86_32] checking whether to build shared libraries... yes
[Debian_6_x86_32] checking whether to build static libraries... no
[Debian_7_x86_64] checking for library containing pthread_getthrds_np... no
[Debian_7_x86_64] checking for cpuset_setid... no
[Debian_7_x86_64] checking numaif.h usability... yes
[Debian_7_x86_64] checking numaif.h presence... yes
[Debian_7_x86_64] checking for numaif.h... yes
[Debian_7_x86_64] checking for numa_available in -lnuma... yes
[Debian_7_x86_64] checking for set_mempolicy in -lnuma... yes
[Debian_7_x86_64] checking for mbind in -lnuma... yes
[Debian_7_x86_64] checking for migrate_pages in -lnuma... yes
[Debian_7_x86_64] checking for move_pages in -lnuma... yes
[Debian_7_x86_64] checking libudev.h usability... no
[Debian_7_x86_64] checking libudev.h presence... no
[Debian_7_x86_64] checking for libudev.h... no
[Debian_7_x86_64] checking for PCIACCESS... yes
[Debian_7_x86_64] checking pciaccess.h usability... yes
[Debian_7_x86_64] checking pciaccess.h presence... yes
[Debian_7_x86_64] checking for pciaccess.h... yes
[Debian_7_x86_64] checking for pci_slot_match_iterator_create... yes
[Debian_7_x86_64] checking for final PCIACCESS support... yes
[Debian_7_x86_64] checking CL/cl_ext.h usability... no
[Debian_7_x86_64] checking CL/cl_ext.h presence... no
[Debian_7_x86_64] checking for CL/cl_ext.h... no
[Debian_7_x86_64] checking cuda.h usability... no
[Debian_7_x86_64] checking cuda.h presence... no
[Debian_7_x86_64] checking for cuda.h... no
[Debian_7_x86_64] checking cuda_runtime_api.h usability... no
[Debian_7_x86_64] checking cuda_runtime_api.h presence... no
[Debian_7_x86_64] checking for cuda_runtime_api.h... no
[Debian_7_x86_64] checking nvml.h usability... no
[Debian_7_x86_64] checking nvml.h presence... no
[Debian_7_x86_64] checking for nvml.h... no
[Debian_8_x86_64] checking for pthread_t... yes
[Debian_8_x86_64] checking whether sched_getcpu is declared... yes
[Debian_8_x86_64] checking whether sched_setaffinity is declared... yes
[Debian_8_x86_64] checking whether function sched_setaffinity has a complete prototype... yes
[Debian_8_x86_64] checking for old prototype of sched_setaffinity... no
[Debian_8_x86_64] checking for working CPU_SET... yes
[Debian_8_x86_64] checking for working CPU_SET_S... yes
[Debian_8_x86_64] checking for working syscall... yes
[Debian_8_x86_64] checking for KERRIGHED... no
[Debian_8_x86_64] checking for lib... no
[Debian_8_x86_64] checking for bash... /bin/bash
[Debian_8_x86_64] checking for ffs... yes
[Debian_8_x86_64] checking whether ffs is declared... yes
[Debian_8_x86_64] checking whether function ffs has a complete prototype... yes
[Debian_8_x86_64] checking for ffsl... yes
[Debian_8_x86_64] checking whether ffsl is declared... yes
[Debian_8_x86_64] checking whether function ffsl has a complete prototype... yes
[Debian_8_x86_64] checking for fls... no
[Debian_8_x86_64] checking for flsl... no
[Debian_8_x86_64] checking for clz... no
[Debian_8_x86_64] checking for clzl... no
[Debian_8_x86_64] checking for openat... yes
[Debian_8_x86_64] checking malloc.h usability... yes
[Debian_8_x86_64] checking malloc.h presence... yes
[Debian_8_x86_64] checking for malloc.h... yes
[Debian_9_x86_64] checking for dlopen in -ldl... yes
[Debian_9_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[Debian_9_x86_64] checking components to build as plugins...  pci opencl xml_libxml
[Debian_9_x86_64] checking for a sed that does not truncate output... /bin/sed
[Debian_9_x86_64] 
[Debian_9_x86_64] ###
[Debian_9_x86_64] ### Configuring hwloc documentation
[Debian_9_x86_64] ###
[Debian_9_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[Debian_9_x86_64] checking for doxygen... /usr/bin/doxygen
[Debian_9_x86_64] checking for pdflatex... /usr/bin/pdflatex
[Debian_9_x86_64] checking for makeindex... /usr/bin/makeindex
[Debian_9_x86_64] checking for fig2dev... /usr/bin/fig2dev
[Debian_9_x86_64] checking for gs... /usr/bin/gs
[Debian_9_x86_64] checking for epstopdf... /usr/bin/epstopdf
[Debian_9_x86_64] checking if can build doxygen docs... yes
[Debian_9_x86_64] checking for w3m... no
[Debian_9_x86_64] checking for lynx... no
[Debian_9_x86_64] checking if can build top-level README... no
[Debian_9_x86_64] checking if will build doxygen docs... no
[Debian_9_x86_64] checking if will install doxygen docs... yes
[Debian_9_x86_64] checking whether to enable "picky" compiler mode... no (default)
[Debian_9_x86_64] 
[Debian_9_x86_64] ###
[Debian_9_x86_64] ### Configuring hwloc command line utilities
[Debian_9_x86_64] ###
[Debian_9_x86_64] checking for CAIRO... yes
[Debian_9_x86_64] checking cairo.h usability... yes
[Debian_9_x86_64] checking cairo.h presence... yes
[Debian_9_x86_64] checking for cairo.h... yes
[Debian_9_x86_64] checking for cairo_fill... yes
[Debian_9_x86_64] checking for final CAIRO support... yes
[Debian_9_x86_64] checking for wchar_t... yes
[Debian_9_x86_64] checking for putwc... yes
[Debian_9_x86_64] checking locale.h usability... yes
[Debian_9_x86_64] checking locale.h presence... yes
[Debian_9_x86_64] checking for locale.h... yes
[Debian_9_x86_64] checking for setlocale... (cached) yes
[Debian_9_x86_64] checking for uselocale... yes
[Debian_9_x86_64] checking xlocale.h usability... yes
[Debian_9_x86_64] checking xlocale.h presence... yes
[Debian_9_x86_64] checking for xlocale.h... yes
[Debian_9_x86_64] checking for setlocale... (cached) yes
[Debian_9_x86_64] checking for uselocale... (cached) yes
[Debian_9_x86_64] checking langinfo.h usability... yes
[Debian_9_x86_64] checking langinfo.h presence... yes
[Debian_9_x86_64] checking for langinfo.h... yes
[Debian_9_x86_64] checking for nl_langinfo... yes
[Debian_9_x86_64] checking termcap support using ncurses and ... no
[Debian_9_x86_64] checking termcap support using ncurses and -ltermcap... yes
[Debian_9_x86_64] checking whether diff accepts -u... yes
[Debian_9_x86_64] checking whether diff accepts -w... yes
[Debian_9_x86_64] checking time.h usability... yes
[Debian_9_x86_64] checking time.h presence... yes
[Debian_9_x86_64] checking for time.h... yes
[Debian_9_x86_64] checking for clock_gettime... yes
[Debian_9_x86_64] 
[Debian_9_x86_64] ###
[Debian_9_x86_64] ### Configuring hwloc tests
[Debian_9_x86_64] ###
[Debian_9_x86_64] checking for pthread_self in -lpthread... yes
[Debian_9_x86_64] checking for numa_available in -lnuma... (cached) yes
[Debian_9_x86_64] checking whether numa_bitmask_alloc is declared... yes
[Debian_9_x86_64] checking for stdlib.h... (cached) yes
[Debian_9_x86_64] checking for mkstemp... yes
[Debian_9_x86_64] checking infiniband/verbs.h usability... yes
[Debian_9_x86_64] checking infiniband/verbs.h presence... yes
[Debian_9_x86_64] checking for infiniband/verbs.h... yes
[Debian_9_x86_64] checking for ibv_open_device in -libverbs... yes
[Debian_9_x86_64] checking myriexpress.h usability... no
[Debian_9_x86_64] checking myriexpress.h presence... no
[Debian_9_x86_64] checking for myriexpress.h... no
[Debian_9_x86_64] checking for xmllint... xmllint
[Debian_9_x86_64] checking for bunzip2... bunzip2
[Debian_9_x86_64_-m32] checking if CXX works... yes
[Debian_9_x86_64_-m32] checking whether diff accepts -u... yes
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] ###
[Debian_9_x86_64_-m32] ### Performing final hwloc configuration
[Debian_9_x86_64_-m32] ###
[Debian_9_x86_64_-m32] checking how to print strings... printf
[Debian_9_x86_64_-m32] checking for a sed that does not truncate output... (cached) /bin/sed
[Debian_9_x86_64_-m32] checking for fgrep... /bin/grep -F
[Debian_9_x86_64_-m32] checking for ld used by gcc... /usr/bin/ld
[Debian_9_x86_64_-m32] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Debian_9_x86_64_-m32] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Debian_9_x86_64_-m32] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Debian_9_x86_64_-m32] checking whether ln -s works... yes
[Debian_9_x86_64_-m32] checking the maximum length of command line arguments... 1572864
[Debian_9_x86_64_-m32] checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[Debian_9_x86_64_-m32] checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
[Debian_9_x86_64_-m32] checking for /usr/bin/ld option to reload object files... -r
[Debian_9_x86_64_-m32] checking for objdump... objdump
[Debian_9_x86_64_-m32] checking how to recognize dependent libraries... pass_all
[Debian_9_x86_64_-m32] checking for dlltool... no
[Debian_9_x86_64_-m32] checking how to associate runtime and link libraries... printf %s\n
[Debian_9_x86_64_-m32] checking for archiver @FILE support... @
[Debian_9_x86_64_-m32] checking for strip... strip
[Debian_9_x86_64_-m32] checking for ranlib... ranlib
[Debian_9_x86_64_-m32] checking command to parse /usr/bin/nm -B output from gcc object... ok
[Debian_9_x86_64_-m32] checking for sysroot... no
[Debian_9_x86_64_-m32] checking for a working dd... /bin/dd
[Debian_9_x86_64_-m32] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[Debian_9_x86_64_-m32] checking for mt... mt
[Debian_9_x86_64_-m32] checking if mt is a manifest tool... no
[Debian_9_x86_64_-m32] checking for dlfcn.h... yes
[Debian_9_x86_64_-m32] checking for objdir... .libs
[Debian_9_x86_64_-m32] checking if gcc supports -fno-rtti -fno-exceptions... no
[Debian_9_x86_64_-m32] checking for gcc option to produce PIC... -fPIC -DPIC
[Debian_9_x86_64_-m32] checking if gcc PIC flag -fPIC -DPIC works... yes
[Debian_9_x86_64_-m32] checking if gcc static flag -static works... yes
[Debian_9_x86_64_-m32] checking if gcc supports -c -o file.o... yes
[Debian_9_x86_64_-m32] checking if gcc supports -c -o file.o... (cached) yes
[Debian_9_x86_64_-m32] checking whether the gcc linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
[Debian_9_x86_64_-m32] checking whether -lc should be explicitly linked in... no
[Debian_9_x86_64_-m32] checking dynamic linker characteristics... GNU/Linux ld.so
[Debian_9_x86_64_-m32] checking how to hardcode library paths into programs... immediate
[Debian_9_x86_64_-m32] checking for shl_load... (cached) no
[Debian_9_x86_64_-m32] checking for shl_load in -ldld... (cached) no
[Debian_9_x86_64_-m32] checking for dlopen... (cached) no
[Debian_9_x86_64_-m32] checking for dlopen in -ldl... (cached) yes
[Debian_9_x86_64_-m32] checking whether a program can dlopen itself... (cached) 
[Debian_9_x86_64_-m32] checking whether stripping libraries is possible... yes
[Debian_9_x86_64_-m32] checking if libtool supports shared libraries... yes
[Debian_9_x86_64_-m32] checking whether to build shared libraries... yes
[Debian_9_x86_64_-m32] checking whether to build static libraries... no
[Debian_9_x86_64_-m32] checking how to run the C++ preprocessor... g++ -E
[Debian_9_x86_64_-m32] checking for ld used by g++... /usr/bin/ld -m elf_i386
[Debian_9_x86_64_-m32] checking if the linker (/usr/bin/ld -m elf_i386) is GNU ld... yes
[Debian_9_x86_64_-m32] checking whether the g++ linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
[Debian_9_x86_64_-m32] checking for g++ option to produce PIC... -fPIC -DPIC
[Debian_9_x86_64_-m32] checking if g++ PIC flag -fPIC -DPIC works... yes
[Debian_9_x86_64_-m32] checking if g++ static flag -static works... yes
[Debian_9_x86_64_-m32] checking if g++ supports -c -o file.o... yes
[Debian_9_x86_64_-m32] checking if g++ supports -c -o file.o... (cached) yes
[Debian_9_x86_64_-m32] checking whether the g++ linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
[Debian_9_x86_64_-m32] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[Debian_9_x86_64_-m32] checking how to hardcode library paths into programs... immediate
[Debian_9_x86_64_-m32] checking that generated files are newer than configure... done
[Debian_9_x86_64_-m32] configure: creating ./config.status
[Fedora_25_x86_64] checking for pthread_self in -lpthread... yes
[Fedora_25_x86_64] checking for numa_available in -lnuma... no
[Fedora_25_x86_64] checking for stdlib.h... (cached) yes
[Fedora_25_x86_64] checking for mkstemp... yes
[Fedora_25_x86_64] checking infiniband/verbs.h usability... no
[Fedora_25_x86_64] checking infiniband/verbs.h presence... no
[Fedora_25_x86_64] checking for infiniband/verbs.h... no
[Fedora_25_x86_64] checking myriexpress.h usability... no
[Fedora_25_x86_64] checking myriexpress.h presence... no
[Fedora_25_x86_64] checking for myriexpress.h... no
[Fedora_25_x86_64] checking for xmllint... xmllint
[Fedora_25_x86_64] checking for bunzip2... no
[Fedora_25_x86_64] checking if CXX works... yes
[Fedora_25_x86_64] checking whether diff accepts -u... yes
[Fedora_25_x86_64] 
[Fedora_25_x86_64] ###
[Fedora_25_x86_64] ### Performing final hwloc configuration
[Fedora_25_x86_64] ###
[Fedora_25_x86_64] checking how to print strings... printf
[Fedora_25_x86_64] checking for a sed that does not truncate output... (cached) /usr/bin/sed
[Fedora_25_x86_64] checking for fgrep... /usr/bin/grep -F
[Fedora_25_x86_64] checking for ld used by gcc... /usr/bin/ld
[Fedora_25_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Fedora_25_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Fedora_25_x86_64] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Fedora_25_x86_64] checking whether ln -s works... yes
[Fedora_25_x86_64] checking the maximum length of command line arguments... 1572864
[Fedora_25_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[Fedora_25_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
[Fedora_25_x86_64] checking for /usr/bin/ld option to reload object files... -r
[Fedora_25_x86_64] checking for objdump... objdump
[Fedora_25_x86_64] checking how to recognize dependent libraries... pass_all
[Fedora_25_x86_64] checking for dlltool... no
[Fedora_25_x86_64] checking how to associate runtime and link libraries... printf %s\n
[Fedora_25_x86_64] checking for archiver @FILE support... @
[Fedora_25_x86_64] checking for strip... strip
[Fedora_25_x86_64] checking for ranlib... ranlib
[Fedora_25_x86_64] checking command to parse /usr/bin/nm -B output from gcc object... ok
[Fedora_25_x86_64] checking for sysroot... no
[Fedora_25_x86_64] checking for a working dd... /usr/bin/dd
[Fedora_25_x86_64] checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
[Fedora_25_x86_64] checking for mt... no
[Fedora_25_x86_64] checking if : is a manifest tool... no
[Fedora_25_x86_64] checking for dlfcn.h... yes
[Fedora_25_x86_64] checking for objdir... .libs
[Fedora_25_x86_64] checking if gcc supports -fno-rtti -fno-exceptions... no
[Fedora_25_x86_64] checking for gcc option to produce PIC... -fPIC -DPIC
[Fedora_25_x86_64] checking if gcc PIC flag -fPIC -DPIC works... yes
[Fedora_25_x86_64] checking if gcc static flag -static works... no
[Fedora_25_x86_64] checking if gcc supports -c -o file.o... yes
[Fedora_25_x86_64] checking if gcc supports -c -o file.o... (cached) yes
[Fedora_25_x86_64] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Fedora_25_x86_64] checking whether -lc should be explicitly linked in... no
[Fedora_25_x86_64] checking dynamic linker characteristics... GNU/Linux ld.so
[Fedora_25_x86_64] checking how to hardcode library paths into programs... immediate
[Fedora_25_x86_64] checking for shl_load... (cached) no
[Fedora_25_x86_64] checking for shl_load in -ldld... (cached) no
[Fedora_25_x86_64] checking for dlopen... (cached) no
[Fedora_25_x86_64] checking for dlopen in -ldl... (cached) yes
[Fedora_25_x86_64] checking whether a program can dlopen itself... (cached) 
[Fedora_25_x86_64] checking whether stripping libraries is possible... yes
[Fedora_25_x86_64] checking if libtool supports shared libraries... yes
[Fedora_25_x86_64] checking whether to build shared libraries... yes
[Fedora_25_x86_64] checking whether to build static libraries... no
[Fedora_25_x86_64] checking how to run the C++ preprocessor... g++ -E
[Fedora_25_x86_64] checking for ld used by g++... /usr/bin/ld -m elf_x86_64
[Fedora_25_x86_64] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
[Fedora_25_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Fedora_25_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[Fedora_25_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[Fedora_25_x86_64] checking if g++ static flag -static works... no
[Fedora_25_x86_64] checking if g++ supports -c -o file.o... yes
[Fedora_25_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[Fedora_25_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Fedora_25_x86_64] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[Fedora_25_x86_64] checking how to hardcode library paths into programs... immediate
[FreeBSD_11.1_x86_64] checking for dlopen... yes
[FreeBSD_11.1_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml freebsd x86
[FreeBSD_11.1_x86_64] checking components to build as plugins... 
[FreeBSD_11.1_x86_64] checking for a sed that does not truncate output... /usr/bin/sed
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] ###
[FreeBSD_11.1_x86_64] ### Configuring hwloc documentation
[FreeBSD_11.1_x86_64] ###
[FreeBSD_11.1_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[FreeBSD_11.1_x86_64] checking for doxygen... no
[FreeBSD_11.1_x86_64] checking for pdflatex... no
[FreeBSD_11.1_x86_64] checking for makeindex... no
[FreeBSD_11.1_x86_64] checking for fig2dev... no
[FreeBSD_11.1_x86_64] checking for gs... no
[FreeBSD_11.1_x86_64] checking for epstopdf... no
[FreeBSD_11.1_x86_64] checking if can build doxygen docs... no
[FreeBSD_11.1_x86_64] checking for w3m... no
[FreeBSD_11.1_x86_64] checking for lynx... no
[FreeBSD_11.1_x86_64] checking if can build top-level README... no
[FreeBSD_11.1_x86_64] checking if will build doxygen docs... no
[FreeBSD_11.1_x86_64] checking if will install doxygen docs... yes
[FreeBSD_11.1_x86_64] checking whether to enable "picky" compiler mode... no (default)
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] ###
[FreeBSD_11.1_x86_64] ### Configuring hwloc command line utilities
[FreeBSD_11.1_x86_64] ###
[FreeBSD_11.1_x86_64] checking for CAIRO... cannot check without pkg-config
[FreeBSD_11.1_x86_64] checking for wchar_t... yes
[FreeBSD_11.1_x86_64] checking for putwc... yes
[FreeBSD_11.1_x86_64] checking locale.h usability... yes
[FreeBSD_11.1_x86_64] checking locale.h presence... yes
[FreeBSD_11.1_x86_64] checking for locale.h... yes
[FreeBSD_11.1_x86_64] checking for setlocale... (cached) yes
[FreeBSD_11.1_x86_64] checking for uselocale... yes
[FreeBSD_11.1_x86_64] checking xlocale.h usability... yes
[FreeBSD_11.1_x86_64] checking xlocale.h presence... yes
[FreeBSD_11.1_x86_64] checking for xlocale.h... yes
[FreeBSD_11.1_x86_64] checking for setlocale... (cached) yes
[FreeBSD_11.1_x86_64] checking for uselocale... (cached) yes
[FreeBSD_11.1_x86_64] checking langinfo.h usability... yes
[FreeBSD_11.1_x86_64] checking langinfo.h presence... yes
[FreeBSD_11.1_x86_64] checking for langinfo.h... yes
[FreeBSD_11.1_x86_64] checking for nl_langinfo... yes
[FreeBSD_11.1_x86_64] checking termcap support using ncurses and ... no
[FreeBSD_11.1_x86_64] checking termcap support using ncurses and -ltermcap... yes
[FreeBSD_11.1_x86_64] checking whether diff accepts -u... yes
[FreeBSD_11.1_x86_64] checking whether diff accepts -w... yes
[FreeBSD_11.1_x86_64] checking time.h usability... yes
[FreeBSD_11.1_x86_64] checking time.h presence... yes
[FreeBSD_11.1_x86_64] checking for time.h... yes
[FreeBSD_11.1_x86_64] checking for clock_gettime... yes
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] ###
[FreeBSD_11.1_x86_64] ### Configuring hwloc tests
[FreeBSD_11.1_x86_64] ###
[FreeBSD_11.1_x86_64] checking for pthread_self in -lpthread... yes
[FreeBSD_11.1_x86_64] checking for numa_available in -lnuma... no
[FreeBSD_11.1_x86_64] checking for stdlib.h... (cached) yes
[FreeBSD_11.1_x86_64] checking for mkstemp... yes
[FreeBSD_11.1_x86_64] checking infiniband/verbs.h usability... no
[FreeBSD_11.1_x86_64] checking infiniband/verbs.h presence... no
[FreeBSD_11.1_x86_64] checking for infiniband/verbs.h... no
[FreeBSD_11.1_x86_64] checking myriexpress.h usability... no
[FreeBSD_11.1_x86_64] checking myriexpress.h presence... no
[FreeBSD_11.1_x86_64] checking for myriexpress.h... no
[FreeBSD_11.1_x86_64] checking for xmllint... xmllint
[FreeBSD_11.1_x86_64] checking for bunzip2... bunzip2
[FreeBSD_11.1_x86_64] checking if CXX works... yes
[FreeBSD_11.1_x86_64] checking whether diff accepts -u... yes
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] ###
[FreeBSD_11.1_x86_64] ### Performing final hwloc configuration
[FreeBSD_11.1_x86_64] ###
[FreeBSD_11.1_x86_64] checking how to print strings... printf
[FreeBSD_11.1_x86_64] checking for a sed that does not truncate output... (cached) /usr/bin/sed
[FreeBSD_11.1_x86_64] checking for fgrep... /usr/bin/grep -F
[FreeBSD_11.1_x86_64] checking for ld used by gcc... /usr/local/bin/ld
[FreeBSD_11.1_x86_64] checking if the linker (/usr/local/bin/ld) is GNU ld... yes
[FreeBSD_11.1_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/local/bin/nm -B
[FreeBSD_11.1_x86_64] checking the name lister (/usr/local/bin/nm -B) interface... BSD nm
[FreeBSD_11.1_x86_64] checking whether ln -s works... yes
[FreeBSD_11.1_x86_64] checking the maximum length of command line arguments... 196608
[FreeBSD_11.1_x86_64] checking how to convert x86_64-unknown-freebsd11.1 file names to x86_64-unknown-freebsd11.1 format... func_convert_file_noop
[FreeBSD_11.1_x86_64] checking how to convert x86_64-unknown-freebsd11.1 file names to toolchain format... func_convert_file_noop
[FreeBSD_11.1_x86_64] checking for /usr/local/bin/ld option to reload object files... -r
[FreeBSD_11.1_x86_64] checking for objdump... objdump
[FreeBSD_11.1_x86_64] checking how to recognize dependent libraries... pass_all
[FreeBSD_11.1_x86_64] checking for dlltool... no
[FreeBSD_11.1_x86_64] checking how to associate runtime and link libraries... printf %s\n
[NetBSD_7.1_x86_64] checking size of void *... 8
[NetBSD_7.1_x86_64] checking which OS support to include... NetBSD
[NetBSD_7.1_x86_64] checking which CPU support to include... x86_64
[NetBSD_7.1_x86_64] checking size of unsigned long... 8
[NetBSD_7.1_x86_64] checking size of unsigned int... 4
[NetBSD_7.1_x86_64] checking for the C compiler vendor... gnu
[NetBSD_7.1_x86_64] checking for __attribute__... yes
[NetBSD_7.1_x86_64] checking for __attribute__(aligned)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(always_inline)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(cold)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(const)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(deprecated)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(format)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(hot)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(malloc)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(may_alias)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(no_instrument_function)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(nonnull)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(noreturn)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(packed)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(pure)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(sentinel)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(unused)... yes
[OS_X_12] checking for __attribute__(hot)... yes
[OS_X_12] checking for __attribute__(malloc)... yes
[OS_X_12] checking for __attribute__(may_alias)... yes
[OS_X_12] checking for __attribute__(no_instrument_function)... yes
[OS_X_12] checking for __attribute__(nonnull)... yes
[OS_X_12] checking for __attribute__(noreturn)... yes
[OS_X_12] checking for __attribute__(packed)... yes
[OS_X_12] checking for __attribute__(pure)... yes
[OS_X_12] checking for __attribute__(sentinel)... yes
[OS_X_12] checking for __attribute__(unused)... yes
[OS_X_12] checking for __attribute__(warn_unused_result)... yes
[OS_X_12] checking for __attribute__(weak_alias)... no
[OS_X_12] checking if gcc supports -fvisibility=hidden... yes
[OS_X_12] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[OS_X_12] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[OS_X_12] checking whether the C compiler rejects function calls with too many arguments... yes
[OS_X_9] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[OS_X_9] checking for RelationProcessorPackage... no
[OS_X_9] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[OS_X_9] checking for GROUP_AFFINITY... no
[OS_X_9] checking for PROCESSOR_RELATIONSHIP... no
[OS_X_9] checking for NUMA_NODE_RELATIONSHIP... no
[OS_X_9] checking for CACHE_RELATIONSHIP... no
[OS_X_9] checking for PROCESSOR_GROUP_INFO... no
[OS_X_9] checking for GROUP_RELATIONSHIP... no
[OS_X_9] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[OS_X_9] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[OS_X_9] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[OS_X_9] checking for PROCESSOR_NUMBER... no
[OS_X_9] checking for main in -lgdi32... no
[OS_X_9] checking for PostQuitMessage in -luser32... no
[OS_X_9] checking windows.h usability... no
[OS_X_9] checking windows.h presence... no
[OS_X_9] checking for windows.h... no
[OS_X_9] checking sys/lgrp_user.h usability... no
[OS_X_9] checking sys/lgrp_user.h presence... no
[OS_X_9] checking for sys/lgrp_user.h... no
[OS_X_9] checking kstat.h usability... no
[OS_X_9] checking kstat.h presence... no
[OS_X_9] checking for kstat.h... no
[OS_X_9] checking whether fabsf is declared... yes
[OS_X_9] checking for fabsf in -lm... yes
[OS_X_9] checking whether modff is declared... yes
[OS_X_9] checking for modff in -lm... yes
[OS_X_9] checking picl.h usability... no
[OpenIndiana_x86_64] checking whether flsl is declared... yes
[OpenIndiana_x86_64] checking whether function flsl has a complete prototype... yes
[OpenIndiana_x86_64] checking for clz... no
[OpenIndiana_x86_64] checking for clzl... no
[OpenIndiana_x86_64] checking for openat... yes
[OpenIndiana_x86_64] checking malloc.h usability... yes
[OpenIndiana_x86_64] checking malloc.h presence... yes
[OpenIndiana_x86_64] checking for malloc.h... yes
[OpenIndiana_x86_64] checking for getpagesize... yes
[OpenIndiana_x86_64] checking for memalign... yes
[OpenIndiana_x86_64] checking for posix_memalign... yes
[OpenIndiana_x86_64] checking sys/utsname.h usability... yes
[OpenIndiana_x86_64] checking sys/utsname.h presence... yes
[OpenIndiana_x86_64] checking for sys/utsname.h... yes
[OpenIndiana_x86_64] checking for uname... yes
[OpenIndiana_x86_64] checking valgrind/valgrind.h usability... no
[OpenIndiana_x86_64] checking valgrind/valgrind.h presence... no
[OpenIndiana_x86_64] checking for valgrind/valgrind.h... no
[OpenIndiana_x86_64] checking whether RUNNING_ON_VALGRIND is declared... no
[OpenIndiana_x86_64] checking pthread_np.h usability... no
[OpenIndiana_x86_64] checking pthread_np.h presence... no
[OpenIndiana_x86_64] checking for pthread_np.h... no
[OpenIndiana_x86_64] checking whether pthread_setaffinity_np is declared... no
[OpenIndiana_x86_64] checking whether pthread_getaffinity_np is declared... no
[OpenIndiana_x86_64] checking for sched_setaffinity... no
[OpenIndiana_x86_64] checking for sys/cpuset.h... no
[OpenIndiana_x86_64] checking for cpuset_setaffinity... no
[OpenIndiana_x86_64] checking for library containing pthread_getthrds_np... no
[OpenIndiana_x86_64] checking for cpuset_setid... no
[OpenIndiana_x86_64] checking numaif.h usability... no
[OpenIndiana_x86_64] checking numaif.h presence... no
[OpenIndiana_x86_64] checking for numaif.h... no
[OpenIndiana_x86_64] checking libudev.h usability... no
[OpenIndiana_x86_64] checking libudev.h presence... no
[OpenIndiana_x86_64] checking for libudev.h... no
[OpenIndiana_x86_64] checking for PCIACCESS... cannot check without pkg-config
[Ubuntu_12.04_x86_64] checking whether ffsl is declared... yes
[Ubuntu_12.04_x86_64] checking whether function ffsl has a complete prototype... yes
[Ubuntu_12.04_x86_64] checking for fls... no
[Ubuntu_12.04_x86_64] checking for flsl... no
[Ubuntu_12.04_x86_64] checking for clz... no
[Ubuntu_12.04_x86_64] checking for clzl... no
[Ubuntu_12.04_x86_64] checking for openat... yes
[Ubuntu_12.04_x86_64] checking malloc.h usability... yes
[Ubuntu_12.04_x86_64] checking malloc.h presence... yes
[Ubuntu_12.04_x86_64] checking for malloc.h... yes
[Ubuntu_12.04_x86_64] checking for getpagesize... yes
[Ubuntu_12.04_x86_64] checking for memalign... yes
[Ubuntu_12.04_x86_64] checking for posix_memalign... yes
[Ubuntu_12.04_x86_64] checking sys/utsname.h usability... yes
[Ubuntu_12.04_x86_64] checking sys/utsname.h presence... yes
[Ubuntu_12.04_x86_64] checking for sys/utsname.h... yes
[Ubuntu_12.04_x86_64] checking for uname... yes
[Ubuntu_12.04_x86_64] checking valgrind/valgrind.h usability... no
[Ubuntu_12.04_x86_64] checking valgrind/valgrind.h presence... no
[Ubuntu_12.04_x86_64] checking for valgrind/valgrind.h... no
[Ubuntu_12.04_x86_64] checking whether RUNNING_ON_VALGRIND is declared... no
[Ubuntu_12.04_x86_64] checking pthread_np.h usability... no
[Ubuntu_12.04_x86_64] checking pthread_np.h presence... no
[Ubuntu_12.04_x86_64] checking for pthread_np.h... no
[Ubuntu_12.04_x86_64] checking whether pthread_setaffinity_np is declared... yes
[Ubuntu_12.04_x86_64] checking whether pthread_getaffinity_np is declared... yes
[Ubuntu_12.04_x86_64] checking for sched_setaffinity... yes
[Ubuntu_12.04_x86_64] checking for sys/cpuset.h... no
[Ubuntu_14.04_x86_64] checking for sys/cpuset.h... no
[Ubuntu_14.04_x86_64] checking for cpuset_setaffinity... no
[Ubuntu_14.04_x86_64] checking for library containing pthread_getthrds_np... no
[Ubuntu_14.04_x86_64] checking for cpuset_setid... no
[Ubuntu_14.04_x86_64] checking numaif.h usability... no
[Ubuntu_14.04_x86_64] checking numaif.h presence... no
[Ubuntu_14.04_x86_64] checking for numaif.h... no
[Ubuntu_14.04_x86_64] checking libudev.h usability... no
[Ubuntu_14.04_x86_64] checking libudev.h presence... no
[Ubuntu_14.04_x86_64] checking for libudev.h... no
[Ubuntu_14.04_x86_64] checking for PCIACCESS... yes
[Ubuntu_14.04_x86_64] checking pciaccess.h usability... yes
[Ubuntu_14.04_x86_64] checking pciaccess.h presence... yes
[Ubuntu_14.04_x86_64] checking for pciaccess.h... yes
[Ubuntu_14.04_x86_64] checking for pci_slot_match_iterator_create... yes
[Ubuntu_14.04_x86_64] checking for final PCIACCESS support... yes
[Ubuntu_14.04_x86_64] checking CL/cl_ext.h usability... no
[Ubuntu_14.04_x86_64] checking CL/cl_ext.h presence... no
[Ubuntu_14.04_x86_64] checking for CL/cl_ext.h... no
[Ubuntu_14.04_x86_64] checking cuda.h usability... no
[Ubuntu_14.04_x86_64] checking cuda.h presence... no
[Ubuntu_14.04_x86_64] checking for cuda.h... no
[Ubuntu_14.04_x86_64] checking cuda_runtime_api.h usability... no
[Ubuntu_14.04_x86_64] checking cuda_runtime_api.h presence... no
[Ubuntu_14.04_x86_64] checking for cuda_runtime_api.h... no
[Ubuntu_14.04_x86_64] checking nvml.h usability... no
[Ubuntu_14.04_x86_64] checking nvml.h presence... no
[Ubuntu_14.04_x86_64] checking for nvml.h... no
[Ubuntu_14.04_x86_64] checking for gethostbyname... yes
[Ubuntu_14.04_x86_64] checking for connect... yes
[Ubuntu_16.04_x86_32] checking cuda_runtime_api.h presence... no
[Ubuntu_16.04_x86_32] checking for cuda_runtime_api.h... no
[Ubuntu_16.04_x86_32] checking nvml.h usability... no
[Ubuntu_16.04_x86_32] checking nvml.h presence... no
[Ubuntu_16.04_x86_32] checking for nvml.h... no
[Ubuntu_16.04_x86_32] checking for gethostbyname... yes
[Ubuntu_16.04_x86_32] checking for connect... yes
[Ubuntu_16.04_x86_32] checking for remove... yes
[Ubuntu_16.04_x86_32] checking for shmat... yes
[Ubuntu_16.04_x86_32] checking for IceConnectionNumber in -lICE... yes
[Ubuntu_16.04_x86_32] checking X11/Xlib.h usability... yes
[Ubuntu_16.04_x86_32] checking X11/Xlib.h presence... yes
[Ubuntu_16.04_x86_32] checking for X11/Xlib.h... yes
[Ubuntu_16.04_x86_32] checking for XOpenDisplay in -lX11... yes
[Ubuntu_16.04_x86_32] checking for X11/Xutil.h... yes
[Ubuntu_16.04_x86_32] checking X11/keysym.h usability... yes
[Ubuntu_16.04_x86_32] checking X11/keysym.h presence... yes
[Ubuntu_16.04_x86_32] checking for X11/keysym.h... yes
[Ubuntu_16.04_x86_32] checking NVCtrl/NVCtrl.h usability... no
[Ubuntu_16.04_x86_32] checking NVCtrl/NVCtrl.h presence... no
[Ubuntu_16.04_x86_32] checking for NVCtrl/NVCtrl.h... no
[Ubuntu_16.04_x86_32] checking for LIBXML2... yes
[Ubuntu_16.04_x86_32] checking libxml/parser.h usability... yes
[Ubuntu_16.04_x86_32] checking libxml/parser.h presence... yes
[Ubuntu_16.04_x86_32] checking for libxml/parser.h... yes
[Ubuntu_16.04_x86_32] checking for xmlNewDoc... yes
[Ubuntu_16.04_x86_32] checking for final LIBXML2 support... yes
[Ubuntu_16.04_x86_32] checking for x86 cpuid... yes
[Ubuntu_16.04_x86_32] checking for pthread_mutex_lock... yes
[Ubuntu_16.04_x86_32] checking if plugin support is enabled... yes
[Ubuntu_16.04_x86_32] checking ltdl.h usability... yes
[Ubuntu_16.04_x86_32] checking ltdl.h presence... yes
[Ubuntu_16.04_x86_32] checking for ltdl.h... yes
[Ubuntu_16.04_x86_32] checking for lt_dlopenext in -lltdl... yes
[Ubuntu_16.04_x86_32] checking for shl_load... no
[Ubuntu_16.04_x86_32] checking for shl_load in -ldld... no
[Ubuntu_16.04_x86_32] checking for dlopen... no
[Ubuntu_16.04_x86_32] checking for dlopen in -ldl... yes
[Ubuntu_16.04_x86_32] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[Ubuntu_16.04_x86_32] checking components to build as plugins...  pci opencl xml_libxml
[Ubuntu_16.04_x86_32] checking for a sed that does not truncate output... /bin/sed
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] ###
[Ubuntu_16.04_x86_32] ### Configuring hwloc documentation
[Ubuntu_16.04_x86_32] ###
[Ubuntu_16.04_x86_32] checking if this is a developer build... no (doxygen generation is optional)
[Ubuntu_16.04_x86_32] checking for doxygen... /usr/bin/doxygen
[Ubuntu_16.04_x86_32] checking for pdflatex... /usr/bin/pdflatex
[Ubuntu_16.04_x86_32] checking for makeindex... /usr/bin/makeindex
[Ubuntu_16.04_x86_32] checking for fig2dev... /usr/bin/fig2dev
[Ubuntu_16.04_x86_32] checking for gs... /usr/bin/gs
[Ubuntu_16.04_x86_32] checking for epstopdf... /usr/bin/epstopdf
[Ubuntu_16.04_x86_32] checking if can build doxygen docs... yes
[Ubuntu_16.04_x86_32] checking for w3m... no
[Ubuntu_16.04_x86_32] checking for lynx... no
[Ubuntu_16.04_x86_32] checking if can build top-level README... no
[Ubuntu_16.04_x86_32] checking if will build doxygen docs... no
[Ubuntu_16.04_x86_32] checking if will install doxygen docs... yes
[Ubuntu_16.04_x86_32] checking whether to enable "picky" compiler mode... no (default)
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] ###
[Ubuntu_16.04_x86_32] ### Configuring hwloc command line utilities
[Ubuntu_16.04_x86_32] ###
[Ubuntu_16.04_x86_32] checking for CAIRO... yes
[Ubuntu_16.04_x86_64] checking for gethostbyname... yes
[Ubuntu_16.04_x86_64] checking for connect... yes
[Ubuntu_16.04_x86_64] checking for remove... yes
[Ubuntu_16.04_x86_64] checking for shmat... yes
[Ubuntu_16.04_x86_64] checking for IceConnectionNumber in -lICE... yes
[Ubuntu_16.04_x86_64] checking X11/Xlib.h usability... yes
[Ubuntu_16.04_x86_64] checking X11/Xlib.h presence... yes
[Ubuntu_16.04_x86_64] checking for X11/Xlib.h... yes
[Ubuntu_16.04_x86_64] checking for XOpenDisplay in -lX11... yes
[Ubuntu_16.04_x86_64] checking for X11/Xutil.h... yes
[Ubuntu_16.04_x86_64] checking X11/keysym.h usability... yes
[Ubuntu_16.04_x86_64] checking X11/keysym.h presence... yes
[Ubuntu_16.04_x86_64] checking for X11/keysym.h... yes
[Ubuntu_16.04_x86_64] checking NVCtrl/NVCtrl.h usability... no
[Ubuntu_16.04_x86_64] checking NVCtrl/NVCtrl.h presence... no
[Ubuntu_16.04_x86_64] checking for NVCtrl/NVCtrl.h... no
[Ubuntu_16.04_x86_64] checking for LIBXML2... yes
[Ubuntu_16.04_x86_64] checking libxml/parser.h usability... yes
[Ubuntu_16.04_x86_64] checking libxml/parser.h presence... yes
[Ubuntu_16.04_x86_64] checking for libxml/parser.h... yes
[Ubuntu_16.04_x86_64] checking for xmlNewDoc... yes
[Ubuntu_16.04_x86_64] checking for final LIBXML2 support... yes
[Ubuntu_16.04_x86_64] checking for x86 cpuid... yes
[Ubuntu_16.04_x86_64] checking for pthread_mutex_lock... yes
[Ubuntu_16.04_x86_64] checking if plugin support is enabled... yes
[Ubuntu_16.04_x86_64] checking ltdl.h usability... yes
[Ubuntu_16.04_x86_64] checking ltdl.h presence... yes
[Ubuntu_16.04_x86_64] checking for ltdl.h... yes
[Ubuntu_16.04_x86_64] checking for lt_dlopenext in -lltdl... yes
[Ubuntu_16.04_x86_64] checking for shl_load... no
[Ubuntu_16.04_x86_64] checking for shl_load in -ldld... no
[Ubuntu_16.04_x86_64] checking for dlopen... no
[Ubuntu_16.04_x86_64] checking for dlopen in -ldl... yes
[Ubuntu_16.04_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[Ubuntu_16.04_x86_64] checking components to build as plugins...  pci xml_libxml
[Ubuntu_16.04_x86_64] checking for a sed that does not truncate output... /bin/sed
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] ###
[Ubuntu_16.04_x86_64] ### Configuring hwloc documentation
[Ubuntu_16.04_x86_64] ###
[Ubuntu_16.04_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[Ubuntu_16.04_x86_64] checking for doxygen... no
[Ubuntu_16.04_x86_64] checking for pdflatex... no
[Ubuntu_16.04_x86_64] checking for makeindex... no
[Ubuntu_16.04_x86_64] checking for fig2dev... no
[Ubuntu_16.04_x86_64] checking for gs... no
[Ubuntu_16.04_x86_64] checking for epstopdf... no
[Ubuntu_16.04_x86_64] checking if can build doxygen docs... no
[Ubuntu_16.04_x86_64] checking for w3m... no
[Ubuntu_16.04_x86_64] checking for lynx... no
[Ubuntu_16.04_x86_64] checking if can build top-level README... no
[Ubuntu_16.04_x86_64] checking if will build doxygen docs... no
[Ubuntu_16.04_x86_64] checking if will install doxygen docs... yes
[Ubuntu_16.04_x86_64] checking whether to enable "picky" compiler mode... no (default)
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] ###
[Ubuntu_16.04_x86_64] ### Configuring hwloc command line utilities
[Ubuntu_16.04_x86_64] ###
[Ubuntu_16.04_x86_64] checking for CAIRO... yes
[Ubuntu_16.04_x86_64] checking cairo.h usability... yes
[Ubuntu_16.04_x86_64] checking cairo.h presence... yes
[Ubuntu_16.04_x86_64] checking for cairo.h... yes
[Ubuntu_16.04_x86_64] checking for cairo_fill... yes
[Ubuntu_16.04_x86_64] checking for final CAIRO support... yes
[Ubuntu_16.04_x86_64] checking for wchar_t... yes
[Ubuntu_18.04_x86_64] checking for sched_setaffinity... yes
[Ubuntu_18.04_x86_64] checking for sys/cpuset.h... no
[Ubuntu_18.04_x86_64] checking for cpuset_setaffinity... no
[Ubuntu_18.04_x86_64] checking for library containing pthread_getthrds_np... no
[Ubuntu_18.04_x86_64] checking for cpuset_setid... no
[Ubuntu_18.04_x86_64] checking numaif.h usability... yes
[Ubuntu_18.04_x86_64] checking numaif.h presence... yes
[Ubuntu_18.04_x86_64] checking for numaif.h... yes
[Ubuntu_18.04_x86_64] checking for numa_available in -lnuma... yes
[Ubuntu_18.04_x86_64] checking for set_mempolicy in -lnuma... yes
[Ubuntu_18.04_x86_64] checking for mbind in -lnuma... yes
[Ubuntu_18.04_x86_64] checking for migrate_pages in -lnuma... yes
[Ubuntu_18.04_x86_64] checking for move_pages in -lnuma... yes
[Ubuntu_18.04_x86_64] checking libudev.h usability... no
[Ubuntu_18.04_x86_64] checking libudev.h presence... no
[Ubuntu_18.04_x86_64] checking for libudev.h... no
[Ubuntu_18.04_x86_64] checking for PCIACCESS... yes
[Ubuntu_18.04_x86_64] checking pciaccess.h usability... yes
[Ubuntu_18.04_x86_64] checking pciaccess.h presence... yes
[Ubuntu_18.04_x86_64] checking for pciaccess.h... yes
[Ubuntu_18.04_x86_64] checking for pci_slot_match_iterator_create... yes
[Ubuntu_18.04_x86_64] checking for final PCIACCESS support... yes
[Ubuntu_18.04_x86_64] checking CL/cl_ext.h usability... yes
[Ubuntu_18.04_x86_64] checking CL/cl_ext.h presence... yes
[Ubuntu_18.04_x86_64] checking for CL/cl_ext.h... yes
[Ubuntu_18.04_x86_64] checking for clGetDeviceIDs in -lOpenCL... yes
[Ubuntu_18.04_x86_64] checking whether CL_DEVICE_TOPOLOGY_AMD is declared... yes
[Ubuntu_18.04_x86_64] checking cuda.h usability... no
[Ubuntu_18.04_x86_64] checking cuda.h presence... no
[Ubuntu_18.04_x86_64] checking for cuda.h... no
[Ubuntu_18.04_x86_64] checking cuda_runtime_api.h usability... no
[Ubuntu_18.04_x86_64] checking cuda_runtime_api.h presence... no
[Ubuntu_18.04_x86_64] checking for cuda_runtime_api.h... no
[Ubuntu_18.04_x86_64] checking nvml.h usability... no
[Ubuntu_18.04_x86_64] checking nvml.h presence... no
[Ubuntu_18.04_x86_64] checking for nvml.h... no
[Ubuntu_18.04_x86_64] checking for gethostbyname... yes
[Ubuntu_18.04_x86_64] checking for connect... yes
[MinGW] checking for sys/types.h... yes
[MinGW] checking for sys/stat.h... yes
[MinGW] checking for stdlib.h... yes
[MinGW] checking for string.h... yes
[CentOS_6.3_x86_32] config.status: executing chmoding-scripts commands
[CentOS_6.3_x86_32] config.status: executing libtool commands
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] -----------------------------------------------------------------------------
[CentOS_6.3_x86_32] Hwloc optional build support status (more details can be found above):
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] Probe / display I/O devices: PCI(linux)
[CentOS_6.3_x86_32] Graphical output (Cairo):    yes
[CentOS_6.3_x86_32] XML input / output:          full
[CentOS_6.3_x86_32] libnuma memory support:      no
[CentOS_6.3_x86_32] Plugin support:              yes (xml_libxml)
[CentOS_6.3_x86_32] -----------------------------------------------------------------------------
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] + make
[CentOS_6.3_x86_32] Making all in src
[CentOS_6.3_x86_32] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_6.3_x86_32]   CC       topology.lo
[CentOS_6.3_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[CentOS_6.3_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[CentOS_6.3_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[CentOS_6.3_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[CentOS_6.3_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[CentOS_6.3_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[CentOS_6.3_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[CentOS_6.3_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[CentOS_6.3_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[CentOS_6.3_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[CentOS_6.3_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[CentOS_6.3_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[CentOS_6.3_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[CentOS_6.3_x86_64] config.status: creating contrib/systemd/Makefile
[CentOS_6.3_x86_64] config.status: creating include/private/autogen/config.h
[CentOS_6.3_x86_64] config.status: creating include/hwloc/autogen/config.h
[CentOS_6.3_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[CentOS_6.3_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[CentOS_6.3_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[CentOS_6.3_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[CentOS_6.3_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[CentOS_6.3_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[CentOS_6.3_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[CentOS_6.3_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[CentOS_6.3_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[CentOS_6.3_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[CentOS_6.3_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[CentOS_6.3_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[CentOS_6.3_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[CentOS_6.3_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[CentOS_6.3_x86_64] config.status: executing depfiles commands
[CentOS_6.3_x86_64] config.status: executing chmoding-scripts commands
[CentOS_6.3_x86_64] config.status: executing libtool commands
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] -----------------------------------------------------------------------------
[CentOS_6.3_x86_64] Hwloc optional build support status (more details can be found above):
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] Probe / display I/O devices: PCI(linux)
[CentOS_6.3_x86_64] Graphical output (Cairo):    yes
[CentOS_6.3_x86_64] XML input / output:          full
[CentOS_6.3_x86_64] libnuma memory support:      yes
[CentOS_6.3_x86_64] Plugin support:              yes (xml_libxml)
[CentOS_6.3_x86_64] -----------------------------------------------------------------------------
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] + make
[CentOS_6.3_x86_64] Making all in src
[CentOS_6.3_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_6.3_x86_64]   CC       topology.lo
[CentOS_7.2_x86_64] checking for clock_gettime... yes
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] ###
[CentOS_7.2_x86_64] ### Configuring hwloc tests
[CentOS_7.2_x86_64] ###
[CentOS_7.2_x86_64] checking for pthread_self in -lpthread... yes
[CentOS_7.2_x86_64] checking for numa_available in -lnuma... no
[CentOS_7.2_x86_64] checking for stdlib.h... (cached) yes
[CentOS_7.2_x86_64] checking for mkstemp... yes
[CentOS_7.2_x86_64] checking infiniband/verbs.h usability... no
[CentOS_7.2_x86_64] checking infiniband/verbs.h presence... no
[CentOS_7.2_x86_64] checking for infiniband/verbs.h... no
[CentOS_7.2_x86_64] checking myriexpress.h usability... no
[CentOS_7.2_x86_64] checking myriexpress.h presence... no
[CentOS_7.2_x86_64] checking for myriexpress.h... no
[CentOS_7.2_x86_64] checking for xmllint... xmllint
[CentOS_7.2_x86_64] checking for bunzip2... bunzip2
[CentOS_7.2_x86_64] checking if CXX works... yes
[CentOS_7.2_x86_64] checking whether diff accepts -u... yes
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] ###
[CentOS_7.2_x86_64] ### Performing final hwloc configuration
[CentOS_7.2_x86_64] ###
[CentOS_7.2_x86_64] checking how to print strings... printf
[CentOS_7.2_x86_64] checking for a sed that does not truncate output... (cached) /usr/bin/sed
[CentOS_7.2_x86_64] checking for fgrep... /usr/bin/grep -F
[CentOS_7.2_x86_64] checking for ld used by gcc... /usr/bin/ld
[CentOS_7.2_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[CentOS_7.2_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[CentOS_7.2_x86_64] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[CentOS_7.2_x86_64] checking whether ln -s works... yes
[CentOS_7.2_x86_64] checking the maximum length of command line arguments... 1572864
[CentOS_7.2_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[CentOS_7.2_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
[CentOS_7.2_x86_64] checking for /usr/bin/ld option to reload object files... -r
[CentOS_7.2_x86_64] checking for objdump... objdump
[CentOS_7.2_x86_64] checking how to recognize dependent libraries... pass_all
[CentOS_7.2_x86_64] checking for dlltool... no
[CentOS_7.2_x86_64] checking how to associate runtime and link libraries... printf %s\n
[CentOS_7.2_x86_64] checking for archiver @FILE support... @
[CentOS_7.2_x86_64] checking for strip... strip
[CentOS_7.2_x86_64] checking for ranlib... ranlib
[CentOS_7.2_x86_64] checking command to parse /usr/bin/nm -B output from gcc object... ok
[CentOS_7.2_x86_64] checking for sysroot... no
[CentOS_7.2_x86_64] checking for a working dd... /usr/bin/dd
[CentOS_7.2_x86_64] checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
[CentOS_7.2_x86_64] checking for mt... no
[CentOS_7.2_x86_64] checking if : is a manifest tool... no
[CentOS_7.2_x86_64] checking for dlfcn.h... yes
[CentOS_7.2_x86_64] checking for objdir... .libs
[CentOS_7.2_x86_64] checking if gcc supports -fno-rtti -fno-exceptions... no
[CentOS_7.2_x86_64] checking for gcc option to produce PIC... -fPIC -DPIC
[CentOS_7.2_x86_64] checking if gcc PIC flag -fPIC -DPIC works... yes
[CentOS_7.2_x86_64] checking if gcc static flag -static works... no
[CentOS_7.2_x86_64] checking if gcc supports -c -o file.o... yes
[CentOS_7.2_x86_64] checking if gcc supports -c -o file.o... (cached) yes
[CentOS_7.2_x86_64] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[CentOS_7.2_x86_64] checking whether -lc should be explicitly linked in... no
[CentOS_7.2_x86_64] checking dynamic linker characteristics... GNU/Linux ld.so
[CentOS_7.2_x86_64] checking how to hardcode library paths into programs... immediate
[CentOS_7.2_x86_64] checking for shl_load... (cached) no
[CentOS_7.2_x86_64] checking for shl_load in -ldld... (cached) no
[CentOS_7.2_x86_64] checking for dlopen... (cached) no
[CentOS_7.2_x86_64] checking for dlopen in -ldl... (cached) yes
[CentOS_7.2_x86_64] checking whether a program can dlopen itself... (cached) 
[CentOS_7.2_x86_64] checking whether stripping libraries is possible... yes
[CentOS_7.2_x86_64] checking if libtool supports shared libraries... yes
[CentOS_7.2_x86_64] checking whether to build shared libraries... yes
[CentOS_7.2_x86_64] checking whether to build static libraries... no
[CentOS_7.2_x86_64] checking how to run the C++ preprocessor... g++ -E
[CentOS_7.2_x86_64] checking for ld used by g++... /usr/bin/ld -m elf_x86_64
[CentOS_7.2_x86_64] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
[CentOS_7.2_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[CentOS_7.2_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[Debian_5_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[Debian_5_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[Debian_5_x86_64] checking if g++ static flag -static works... yes
[Debian_5_x86_64] checking if g++ supports -c -o file.o... yes
[Debian_5_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[Debian_5_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Debian_5_x86_64] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[Debian_5_x86_64] checking how to hardcode library paths into programs... immediate
[Debian_5_x86_64] checking that generated files are newer than configure... done
[Debian_5_x86_64] configure: creating ./config.status
[Debian_5_x86_64] config.status: creating Makefile
[Debian_5_x86_64] config.status: creating include/Makefile
[Debian_5_x86_64] config.status: creating src/Makefile
[Debian_5_x86_64] config.status: creating doc/Makefile
[Debian_5_x86_64] config.status: creating doc/examples/Makefile
[Debian_5_x86_64] config.status: creating doc/doxygen-config.cfg
[Debian_5_x86_64] config.status: creating utils/Makefile
[Debian_5_x86_64] config.status: creating utils/hwloc/Makefile
[Debian_5_x86_64] config.status: creating utils/lstopo/Makefile
[Debian_5_x86_64] config.status: creating hwloc.pc
[Debian_5_x86_64] config.status: creating tests/Makefile
[Debian_5_x86_64] config.status: creating tests/linux/Makefile
[Debian_5_x86_64] config.status: creating tests/linux/allowed/Makefile
[Debian_5_x86_64] config.status: creating tests/linux/gather/Makefile
[Debian_5_x86_64] config.status: creating tests/xml/Makefile
[Debian_5_x86_64] config.status: creating tests/ports/Makefile
[Debian_5_x86_64] config.status: creating tests/rename/Makefile
[Debian_5_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[Debian_5_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[Debian_5_x86_64] config.status: creating tests/linux/test-topology.sh
[Debian_5_x86_64] config.status: creating tests/xml/test-topology.sh
[Debian_5_x86_64] config.status: creating tests/wrapper.sh
[Debian_5_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[Debian_5_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[Debian_5_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[Debian_5_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[Debian_5_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[Debian_5_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[Debian_5_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[Debian_5_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[Debian_5_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[Debian_5_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[Debian_5_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[Debian_5_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[Debian_5_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[Debian_5_x86_64] config.status: creating contrib/systemd/Makefile
[Debian_5_x86_64] config.status: creating include/private/autogen/config.h
[Debian_5_x86_64] config.status: creating include/hwloc/autogen/config.h
[Debian_5_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[Debian_5_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[Debian_5_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[Debian_5_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[Debian_5_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[Debian_5_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[Debian_5_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[Debian_5_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[Debian_5_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[Debian_5_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[Debian_5_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[Debian_5_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[Debian_5_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[Debian_5_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[Debian_5_x86_64] config.status: executing depfiles commands
[Debian_6_x86_32] checking how to run the C++ preprocessor... g++ -E
[Debian_6_x86_32] checking for ld used by g++... /usr/bin/ld
[Debian_6_x86_32] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Debian_6_x86_32] checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
[Debian_6_x86_32] checking for g++ option to produce PIC... -fPIC -DPIC
[Debian_6_x86_32] checking if g++ PIC flag -fPIC -DPIC works... yes
[Debian_6_x86_32] checking if g++ static flag -static works... yes
[Debian_6_x86_32] checking if g++ supports -c -o file.o... yes
[Debian_6_x86_32] checking if g++ supports -c -o file.o... (cached) yes
[Debian_6_x86_32] checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
[Debian_6_x86_32] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[Debian_6_x86_32] checking how to hardcode library paths into programs... immediate
[Debian_6_x86_32] checking that generated files are newer than configure... done
[Debian_6_x86_32] configure: creating ./config.status
[Debian_7_x86_64] checking for gethostbyname... yes
[Debian_7_x86_64] checking for connect... yes
[Debian_7_x86_64] checking for remove... yes
[Debian_7_x86_64] checking for shmat... yes
[Debian_7_x86_64] checking for IceConnectionNumber in -lICE... yes
[Debian_7_x86_64] checking X11/Xlib.h usability... yes
[Debian_7_x86_64] checking X11/Xlib.h presence... yes
[Debian_7_x86_64] checking for X11/Xlib.h... yes
[Debian_7_x86_64] checking for XOpenDisplay in -lX11... yes
[Debian_7_x86_64] checking for X11/Xutil.h... yes
[Debian_7_x86_64] checking X11/keysym.h usability... yes
[Debian_7_x86_64] checking X11/keysym.h presence... yes
[Debian_7_x86_64] checking for X11/keysym.h... yes
[Debian_7_x86_64] checking NVCtrl/NVCtrl.h usability... no
[Debian_7_x86_64] checking NVCtrl/NVCtrl.h presence... no
[Debian_7_x86_64] checking for NVCtrl/NVCtrl.h... no
[Debian_7_x86_64] checking for LIBXML2... yes
[Debian_7_x86_64] checking libxml/parser.h usability... yes
[Debian_7_x86_64] checking libxml/parser.h presence... yes
[Debian_7_x86_64] checking for libxml/parser.h... yes
[Debian_7_x86_64] checking for xmlNewDoc... yes
[Debian_7_x86_64] checking for final LIBXML2 support... yes
[Debian_7_x86_64] checking for x86 cpuid... yes
[Debian_7_x86_64] checking for pthread_mutex_lock... yes
[Debian_7_x86_64] checking if plugin support is enabled... yes
[Debian_7_x86_64] checking ltdl.h usability... yes
[Debian_7_x86_64] checking ltdl.h presence... yes
[Debian_7_x86_64] checking for ltdl.h... yes
[Debian_7_x86_64] checking for lt_dlopenext in -lltdl... yes
[Debian_8_x86_64] checking for getpagesize... yes
[Debian_8_x86_64] checking for memalign... yes
[Debian_8_x86_64] checking for posix_memalign... yes
[Debian_8_x86_64] checking sys/utsname.h usability... yes
[Debian_8_x86_64] checking sys/utsname.h presence... yes
[Debian_8_x86_64] checking for sys/utsname.h... yes
[Debian_8_x86_64] checking for uname... yes
[Debian_8_x86_64] checking valgrind/valgrind.h usability... no
[Debian_8_x86_64] checking valgrind/valgrind.h presence... no
[Debian_8_x86_64] checking for valgrind/valgrind.h... no
[Debian_8_x86_64] checking whether RUNNING_ON_VALGRIND is declared... no
[Debian_8_x86_64] checking pthread_np.h usability... no
[Debian_8_x86_64] checking pthread_np.h presence... no
[Debian_8_x86_64] checking for pthread_np.h... no
[Debian_8_x86_64] checking whether pthread_setaffinity_np is declared... yes
[Debian_8_x86_64] checking whether pthread_getaffinity_np is declared... yes
[Debian_8_x86_64] checking for sched_setaffinity... yes
[Debian_8_x86_64] checking for sys/cpuset.h... no
[Debian_9_x86_64] checking if CXX works... yes
[Debian_9_x86_64] checking whether diff accepts -u... yes
[Debian_9_x86_64] 
[Debian_9_x86_64] ###
[Debian_9_x86_64] ### Performing final hwloc configuration
[Debian_9_x86_64] ###
[Debian_9_x86_64] checking how to print strings... printf
[Debian_9_x86_64] checking for a sed that does not truncate output... (cached) /bin/sed
[Debian_9_x86_64] checking for fgrep... /bin/grep -F
[Debian_9_x86_64] checking for ld used by gcc... /usr/bin/ld
[Debian_9_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Debian_9_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Debian_9_x86_64] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Debian_9_x86_64] checking whether ln -s works... yes
[Debian_9_x86_64] checking the maximum length of command line arguments... 1572864
[Debian_9_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[Debian_9_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
[Debian_9_x86_64] checking for /usr/bin/ld option to reload object files... -r
[Debian_9_x86_64] checking for objdump... objdump
[Debian_9_x86_64] checking how to recognize dependent libraries... pass_all
[Debian_9_x86_64] checking for dlltool... no
[Debian_9_x86_64] checking how to associate runtime and link libraries... printf %s\n
[Debian_9_x86_64] checking for archiver @FILE support... @
[Debian_9_x86_64] checking for strip... strip
[Debian_9_x86_64] checking for ranlib... ranlib
[Debian_9_x86_64] checking command to parse /usr/bin/nm -B output from gcc object... ok
[Debian_9_x86_64] checking for sysroot... no
[Debian_9_x86_64] checking for a working dd... /bin/dd
[Debian_9_x86_64] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[Debian_9_x86_64] checking for mt... mt
[Debian_9_x86_64] checking if mt is a manifest tool... no
[Debian_9_x86_64] checking for dlfcn.h... yes
[Debian_9_x86_64] checking for objdir... .libs
[Debian_9_x86_64] checking if gcc supports -fno-rtti -fno-exceptions... no
[Debian_9_x86_64] checking for gcc option to produce PIC... -fPIC -DPIC
[Debian_9_x86_64] checking if gcc PIC flag -fPIC -DPIC works... yes
[Debian_9_x86_64] checking if gcc static flag -static works... yes
[Debian_9_x86_64] checking if gcc supports -c -o file.o... yes
[Debian_9_x86_64] checking if gcc supports -c -o file.o... (cached) yes
[Debian_9_x86_64] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Debian_9_x86_64] checking whether -lc should be explicitly linked in... no
[Debian_9_x86_64] checking dynamic linker characteristics... GNU/Linux ld.so
[Debian_9_x86_64] checking how to hardcode library paths into programs... immediate
[Debian_9_x86_64] checking for shl_load... (cached) no
[Debian_9_x86_64] checking for shl_load in -ldld... (cached) no
[Debian_9_x86_64] checking for dlopen... (cached) no
[Debian_9_x86_64] checking for dlopen in -ldl... (cached) yes
[Debian_9_x86_64] checking whether a program can dlopen itself... (cached) 
[Debian_9_x86_64] checking whether stripping libraries is possible... yes
[Debian_9_x86_64] checking if libtool supports shared libraries... yes
[Debian_9_x86_64] checking whether to build shared libraries... yes
[Debian_9_x86_64] checking whether to build static libraries... no
[Debian_9_x86_64] checking how to run the C++ preprocessor... g++ -E
[Debian_9_x86_64] checking for ld used by g++... /usr/bin/ld -m elf_x86_64
[Debian_9_x86_64] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
[Debian_9_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Debian_9_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[Debian_9_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[Debian_9_x86_64] checking if g++ static flag -static works... yes
[Debian_9_x86_64] checking if g++ supports -c -o file.o... yes
[Debian_9_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[Debian_9_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Debian_9_x86_64] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[Debian_9_x86_64] checking how to hardcode library paths into programs... immediate
[Debian_9_x86_64] checking that generated files are newer than configure... done
[Debian_9_x86_64] configure: creating ./config.status
[Debian_9_x86_64_-m32] config.status: creating Makefile
[Debian_9_x86_64_-m32] config.status: creating include/Makefile
[Debian_9_x86_64_-m32] config.status: creating src/Makefile
[Debian_9_x86_64_-m32] config.status: creating doc/Makefile
[Debian_9_x86_64_-m32] config.status: creating doc/examples/Makefile
[Debian_9_x86_64_-m32] config.status: creating doc/doxygen-config.cfg
[Debian_9_x86_64_-m32] config.status: creating utils/Makefile
[Debian_9_x86_64_-m32] config.status: creating utils/hwloc/Makefile
[Debian_9_x86_64_-m32] config.status: creating utils/lstopo/Makefile
[Debian_9_x86_64_-m32] config.status: creating hwloc.pc
[Debian_9_x86_64_-m32] config.status: creating tests/Makefile
[Debian_9_x86_64_-m32] config.status: creating tests/linux/Makefile
[Debian_9_x86_64_-m32] config.status: creating tests/linux/allowed/Makefile
[Debian_9_x86_64_-m32] config.status: creating tests/linux/gather/Makefile
[Debian_9_x86_64_-m32] config.status: creating tests/xml/Makefile
[Debian_9_x86_64_-m32] config.status: creating tests/ports/Makefile
[Debian_9_x86_64_-m32] config.status: creating tests/rename/Makefile
[Debian_9_x86_64_-m32] config.status: creating tests/linux/allowed/test-topology.sh
[Debian_9_x86_64_-m32] config.status: creating tests/linux/gather/test-gather-topology.sh
[Debian_9_x86_64_-m32] config.status: creating tests/linux/test-topology.sh
[Debian_9_x86_64_-m32] config.status: creating tests/xml/test-topology.sh
[Debian_9_x86_64_-m32] config.status: creating tests/wrapper.sh
[Debian_9_x86_64_-m32] config.status: creating utils/hwloc/hwloc-assembler-remote
[Debian_9_x86_64_-m32] config.status: creating utils/hwloc/hwloc-compress-dir
[Debian_9_x86_64_-m32] config.status: creating utils/hwloc/hwloc-gather-topology
[Debian_9_x86_64_-m32] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[Debian_9_x86_64_-m32] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[Debian_9_x86_64_-m32] config.status: creating utils/hwloc/test-hwloc-calc.sh
[Debian_9_x86_64_-m32] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[Debian_9_x86_64_-m32] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[Debian_9_x86_64_-m32] config.status: creating utils/hwloc/test-hwloc-distances.sh
[Debian_9_x86_64_-m32] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[Debian_9_x86_64_-m32] config.status: creating utils/hwloc/test-hwloc-info.sh
[Debian_9_x86_64_-m32] config.status: creating utils/hwloc/test-fake-plugin.sh
[Debian_9_x86_64_-m32] config.status: creating utils/lstopo/test-hwloc-ls.sh
[Debian_9_x86_64_-m32] config.status: creating contrib/systemd/Makefile
[Debian_9_x86_64_-m32] config.status: creating include/private/autogen/config.h
[Debian_9_x86_64_-m32] config.status: creating include/hwloc/autogen/config.h
[Debian_9_x86_64_-m32] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[Debian_9_x86_64_-m32] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[Debian_9_x86_64_-m32] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[Debian_9_x86_64_-m32] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[Debian_9_x86_64_-m32] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[Debian_9_x86_64_-m32] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[Debian_9_x86_64_-m32] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[Debian_9_x86_64_-m32] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[Debian_9_x86_64_-m32] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[Debian_9_x86_64_-m32] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[Debian_9_x86_64_-m32] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[Debian_9_x86_64_-m32] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[Debian_9_x86_64_-m32] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[Debian_9_x86_64_-m32] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[Debian_9_x86_64_-m32] config.status: executing depfiles commands
[Fedora_25_x86_64] checking that generated files are newer than configure... done
[Fedora_25_x86_64] configure: creating ./config.status
[Fedora_25_x86_64] config.status: creating Makefile
[Fedora_25_x86_64] config.status: creating include/Makefile
[Fedora_25_x86_64] config.status: creating src/Makefile
[Fedora_25_x86_64] config.status: creating doc/Makefile
[Fedora_25_x86_64] config.status: creating doc/examples/Makefile
[Fedora_25_x86_64] config.status: creating doc/doxygen-config.cfg
[Fedora_25_x86_64] config.status: creating utils/Makefile
[Fedora_25_x86_64] config.status: creating utils/hwloc/Makefile
[Fedora_25_x86_64] config.status: creating utils/lstopo/Makefile
[Fedora_25_x86_64] config.status: creating hwloc.pc
[Fedora_25_x86_64] config.status: creating tests/Makefile
[Fedora_25_x86_64] config.status: creating tests/linux/Makefile
[Fedora_25_x86_64] config.status: creating tests/linux/allowed/Makefile
[Fedora_25_x86_64] config.status: creating tests/linux/gather/Makefile
[Fedora_25_x86_64] config.status: creating tests/xml/Makefile
[Fedora_25_x86_64] config.status: creating tests/ports/Makefile
[Fedora_25_x86_64] config.status: creating tests/rename/Makefile
[Fedora_25_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[Fedora_25_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[Fedora_25_x86_64] config.status: creating tests/linux/test-topology.sh
[Fedora_25_x86_64] config.status: creating tests/xml/test-topology.sh
[Fedora_25_x86_64] config.status: creating tests/wrapper.sh
[Fedora_25_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[Fedora_25_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[Fedora_25_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[Fedora_25_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[Fedora_25_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[Fedora_25_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[Fedora_25_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[Fedora_25_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[Fedora_25_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[Fedora_25_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[Fedora_25_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[Fedora_25_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[Fedora_25_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[Fedora_25_x86_64] config.status: creating contrib/systemd/Makefile
[Fedora_25_x86_64] config.status: creating include/private/autogen/config.h
[Fedora_25_x86_64] config.status: creating include/hwloc/autogen/config.h
[Fedora_25_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[Fedora_25_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[Fedora_25_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[Fedora_25_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[Fedora_25_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[Fedora_25_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[Fedora_25_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[Fedora_25_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[Fedora_25_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[Fedora_25_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[Fedora_25_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[Fedora_25_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[Fedora_25_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[Fedora_25_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[Fedora_25_x86_64] config.status: executing depfiles commands
[FreeBSD_11.1_x86_64] checking for archiver @FILE support... no
[FreeBSD_11.1_x86_64] checking for strip... strip
[FreeBSD_11.1_x86_64] checking for ranlib... ranlib
[FreeBSD_11.1_x86_64] checking command to parse /usr/local/bin/nm -B output from gcc object... ok
[FreeBSD_11.1_x86_64] checking for sysroot... no
[FreeBSD_11.1_x86_64] checking for a working dd... /bin/dd
[FreeBSD_11.1_x86_64] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[FreeBSD_11.1_x86_64] checking for mt... mt
[FreeBSD_11.1_x86_64] checking if mt is a manifest tool... no
[FreeBSD_11.1_x86_64] checking for dlfcn.h... yes
[FreeBSD_11.1_x86_64] checking for objdir... .libs
[FreeBSD_11.1_x86_64] checking if gcc supports -fno-rtti -fno-exceptions... no
[FreeBSD_11.1_x86_64] checking for gcc option to produce PIC... -fPIC -DPIC
[FreeBSD_11.1_x86_64] checking if gcc PIC flag -fPIC -DPIC works... yes
[FreeBSD_11.1_x86_64] checking if gcc static flag -static works... yes
[FreeBSD_11.1_x86_64] checking if gcc supports -c -o file.o... yes
[FreeBSD_11.1_x86_64] checking if gcc supports -c -o file.o... (cached) yes
[FreeBSD_11.1_x86_64] checking whether the gcc linker (/usr/local/bin/ld) supports shared libraries... yes
[FreeBSD_11.1_x86_64] checking whether -lc should be explicitly linked in... no
[FreeBSD_11.1_x86_64] checking dynamic linker characteristics... freebsd11.1 ld.so
[FreeBSD_11.1_x86_64] checking how to hardcode library paths into programs... immediate
[FreeBSD_11.1_x86_64] checking for shl_load... (cached) no
[FreeBSD_11.1_x86_64] checking for shl_load in -ldld... (cached) no
[FreeBSD_11.1_x86_64] checking for dlopen... (cached) yes
[FreeBSD_11.1_x86_64] checking whether a program can dlopen itself... (cached) 
[FreeBSD_11.1_x86_64] checking whether stripping libraries is possible... no
[FreeBSD_11.1_x86_64] checking if libtool supports shared libraries... yes
[FreeBSD_11.1_x86_64] checking whether to build shared libraries... yes
[FreeBSD_11.1_x86_64] checking whether to build static libraries... no
[FreeBSD_11.1_x86_64] checking how to run the C++ preprocessor... g++ -E
[FreeBSD_11.1_x86_64] checking for ld used by g++... /usr/local/bin/ld
[FreeBSD_11.1_x86_64] checking if the linker (/usr/local/bin/ld) is GNU ld... yes
[FreeBSD_11.1_x86_64] checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries... yes
[FreeBSD_11.1_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[FreeBSD_11.1_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[FreeBSD_11.1_x86_64] checking if g++ static flag -static works... yes
[FreeBSD_11.1_x86_64] checking if g++ supports -c -o file.o... yes
[FreeBSD_11.1_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[FreeBSD_11.1_x86_64] checking whether the g++ linker (/usr/local/bin/ld) supports shared libraries... yes
[FreeBSD_11.1_x86_64] checking dynamic linker characteristics... freebsd11.1 ld.so
[FreeBSD_11.1_x86_64] checking how to hardcode library paths into programs... immediate
[FreeBSD_11.1_x86_64] checking that generated files are newer than configure... done
[FreeBSD_11.1_x86_64] configure: creating ./config.status
[NetBSD_7.1_x86_64] checking for __attribute__(warn_unused_result)... yes
[NetBSD_7.1_x86_64] checking for __attribute__(weak_alias)... yes
[NetBSD_7.1_x86_64] checking if gcc supports -fvisibility=hidden... yes
[NetBSD_7.1_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[NetBSD_7.1_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[NetBSD_7.1_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[NetBSD_7.1_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[NetBSD_7.1_x86_64] checking for unistd.h... (cached) yes
[NetBSD_7.1_x86_64] checking dirent.h usability... yes
[NetBSD_7.1_x86_64] checking dirent.h presence... yes
[NetBSD_7.1_x86_64] checking for dirent.h... yes
[NetBSD_7.1_x86_64] checking for strings.h... (cached) yes
[NetBSD_7.1_x86_64] checking ctype.h usability... yes
[NetBSD_7.1_x86_64] checking ctype.h presence... yes
[NetBSD_7.1_x86_64] checking for ctype.h... yes
[NetBSD_7.1_x86_64] checking for strcasecmp... yes
[NetBSD_7.1_x86_64] checking whether strcasecmp is declared... yes
[NetBSD_7.1_x86_64] checking whether function strcasecmp has a complete prototype... yes
[NetBSD_7.1_x86_64] checking for strncasecmp... yes
[NetBSD_7.1_x86_64] checking whether strncasecmp is declared... yes
[NetBSD_7.1_x86_64] checking whether function strncasecmp has a complete prototype... yes
[NetBSD_7.1_x86_64] checking for strftime... yes
[NetBSD_7.1_x86_64] checking for setlocale... yes
[NetBSD_7.1_x86_64] checking for stdint.h... (cached) yes
[NetBSD_7.1_x86_64] checking sys/mman.h usability... yes
[NetBSD_7.1_x86_64] checking sys/mman.h presence... yes
[NetBSD_7.1_x86_64] checking for sys/mman.h... yes
[NetBSD_7.1_x86_64] checking for KAFFINITY... no
[NetBSD_7.1_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[NetBSD_7.1_x86_64] checking for CACHE_DESCRIPTOR... no
[NetBSD_7.1_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[NetBSD_7.1_x86_64] checking for RelationProcessorPackage... no
[OS_X_12] checking whether the C compiler rejects function calls with too few arguments... yes
[OS_X_12] checking for unistd.h... (cached) yes
[OS_X_12] checking dirent.h usability... yes
[OS_X_12] checking dirent.h presence... yes
[OS_X_12] checking for dirent.h... yes
[OS_X_12] checking for strings.h... (cached) yes
[OS_X_12] checking ctype.h usability... yes
[OS_X_12] checking ctype.h presence... yes
[OS_X_12] checking for ctype.h... yes
[OS_X_12] checking for strcasecmp... yes
[OS_X_12] checking whether strcasecmp is declared... yes
[OS_X_12] checking whether function strcasecmp has a complete prototype... yes
[OS_X_12] checking for strncasecmp... yes
[OS_X_12] checking whether strncasecmp is declared... yes
[OS_X_12] checking whether function strncasecmp has a complete prototype... yes
[OS_X_12] checking for strftime... yes
[OS_X_12] checking for setlocale... yes
[OS_X_12] checking for stdint.h... (cached) yes
[OS_X_9] checking picl.h presence... no
[OS_X_9] checking for picl.h... no
[OS_X_9] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[OS_X_9] checking whether _SC_NPROCESSORS_CONF is declared... yes
[OS_X_9] checking whether _SC_NPROC_ONLN is declared... no
[OS_X_9] checking whether _SC_NPROC_CONF is declared... no
[OS_X_9] checking whether _SC_PAGESIZE is declared... yes
[OS_X_9] checking whether _SC_PAGE_SIZE is declared... yes
[OS_X_9] checking whether _SC_LARGE_PAGESIZE is declared... no
[OS_X_9] checking mach/mach_host.h usability... yes
[OS_X_9] checking mach/mach_host.h presence... yes
[OS_X_9] checking for mach/mach_host.h... yes
[OS_X_9] checking mach/mach_init.h usability... yes
[OS_X_9] checking mach/mach_init.h presence... yes
[OS_X_9] checking for mach/mach_init.h... yes
[OS_X_9] checking for host_info... yes
[OS_X_9] checking sys/param.h usability... yes
[OS_X_9] checking sys/param.h presence... yes
[OS_X_9] checking for sys/param.h... yes
[OS_X_9] checking for sys/sysctl.h... yes
[OS_X_9] checking whether CTL_HW is declared... yes
[OS_X_9] checking whether HW_NCPU is declared... yes
[OS_X_9] checking whether strtoull is declared... yes
[OS_X_9] checking for ssize_t... yes
[OpenIndiana_x86_64] checking pciaccess.h usability... yes
[OpenIndiana_x86_64] checking pciaccess.h presence... yes
[OpenIndiana_x86_64] checking for pciaccess.h... yes
[OpenIndiana_x86_64] checking for pci_slot_match_iterator_create in -lpciaccess... yes
[OpenIndiana_x86_64] checking CL/cl_ext.h usability... no
[OpenIndiana_x86_64] checking CL/cl_ext.h presence... no
[OpenIndiana_x86_64] checking for CL/cl_ext.h... no
[OpenIndiana_x86_64] checking cuda.h usability... no
[OpenIndiana_x86_64] checking cuda.h presence... no
[OpenIndiana_x86_64] checking for cuda.h... no
[OpenIndiana_x86_64] checking cuda_runtime_api.h usability... no
[OpenIndiana_x86_64] checking cuda_runtime_api.h presence... no
[OpenIndiana_x86_64] checking for cuda_runtime_api.h... no
[OpenIndiana_x86_64] checking nvml.h usability... no
[OpenIndiana_x86_64] checking nvml.h presence... no
[OpenIndiana_x86_64] checking for nvml.h... no
[OpenIndiana_x86_64] checking for gethostbyname... no
[OpenIndiana_x86_64] checking for gethostbyname in -lnsl... yes
[OpenIndiana_x86_64] checking for connect... no
[OpenIndiana_x86_64] checking for connect in -lsocket... yes
[OpenIndiana_x86_64] checking for remove... yes
[OpenIndiana_x86_64] checking for shmat... yes
[OpenIndiana_x86_64] checking for IceConnectionNumber in -lICE... yes
[OpenIndiana_x86_64] checking X11/Xlib.h usability... yes
[OpenIndiana_x86_64] checking X11/Xlib.h presence... yes
[OpenIndiana_x86_64] checking for X11/Xlib.h... yes
[OpenIndiana_x86_64] checking for XOpenDisplay in -lX11... yes
[Ubuntu_12.04_x86_64] checking for cpuset_setaffinity... no
[Ubuntu_12.04_x86_64] checking for library containing pthread_getthrds_np... no
[Ubuntu_12.04_x86_64] checking for cpuset_setid... no
[Ubuntu_12.04_x86_64] checking numaif.h usability... yes
[Ubuntu_12.04_x86_64] checking numaif.h presence... yes
[Ubuntu_12.04_x86_64] checking for numaif.h... yes
[Ubuntu_12.04_x86_64] checking for numa_available in -lnuma... yes
[Ubuntu_12.04_x86_64] checking for set_mempolicy in -lnuma... yes
[Ubuntu_12.04_x86_64] checking for mbind in -lnuma... yes
[Ubuntu_12.04_x86_64] checking for migrate_pages in -lnuma... yes
[Ubuntu_12.04_x86_64] checking for move_pages in -lnuma... yes
[Ubuntu_12.04_x86_64] checking libudev.h usability... yes
[Ubuntu_12.04_x86_64] checking libudev.h presence... yes
[Ubuntu_12.04_x86_64] checking for libudev.h... yes
[Ubuntu_12.04_x86_64] checking for udev_device_new_from_subsystem_sysname in -ludev... yes
[Ubuntu_12.04_x86_64] checking for PCIACCESS... yes
[Ubuntu_12.04_x86_64] checking pciaccess.h usability... yes
[Ubuntu_12.04_x86_64] checking pciaccess.h presence... yes
[Ubuntu_12.04_x86_64] checking for pciaccess.h... yes
[Ubuntu_12.04_x86_64] checking for pci_slot_match_iterator_create... yes
[Ubuntu_12.04_x86_64] checking for final PCIACCESS support... yes
[Ubuntu_12.04_x86_64] checking CL/cl_ext.h usability... no
[Ubuntu_12.04_x86_64] checking CL/cl_ext.h presence... no
[Ubuntu_12.04_x86_64] checking for CL/cl_ext.h... no
[Ubuntu_12.04_x86_64] checking cuda.h usability... no
[Ubuntu_12.04_x86_64] checking cuda.h presence... no
[Ubuntu_12.04_x86_64] checking for cuda.h... no
[Ubuntu_12.04_x86_64] checking cuda_runtime_api.h usability... no
[Ubuntu_12.04_x86_64] checking cuda_runtime_api.h presence... no
[Ubuntu_12.04_x86_64] checking for cuda_runtime_api.h... no
[Ubuntu_12.04_x86_64] checking nvml.h usability... no
[Ubuntu_12.04_x86_64] checking nvml.h presence... no
[Ubuntu_12.04_x86_64] checking for nvml.h... no
[Ubuntu_14.04_x86_64] checking for remove... yes
[Ubuntu_14.04_x86_64] checking for shmat... yes
[Ubuntu_14.04_x86_64] checking for IceConnectionNumber in -lICE... yes
[Ubuntu_14.04_x86_64] checking X11/Xlib.h usability... yes
[Ubuntu_14.04_x86_64] checking X11/Xlib.h presence... yes
[Ubuntu_14.04_x86_64] checking for X11/Xlib.h... yes
[Ubuntu_14.04_x86_64] checking for XOpenDisplay in -lX11... yes
[Ubuntu_14.04_x86_64] checking for X11/Xutil.h... yes
[Ubuntu_14.04_x86_64] checking X11/keysym.h usability... yes
[Ubuntu_14.04_x86_64] checking X11/keysym.h presence... yes
[Ubuntu_14.04_x86_64] checking for X11/keysym.h... yes
[Ubuntu_14.04_x86_64] checking NVCtrl/NVCtrl.h usability... no
[Ubuntu_14.04_x86_64] checking NVCtrl/NVCtrl.h presence... no
[Ubuntu_14.04_x86_64] checking for NVCtrl/NVCtrl.h... no
[Ubuntu_14.04_x86_64] checking for LIBXML2... yes
[Ubuntu_14.04_x86_64] checking libxml/parser.h usability... yes
[Ubuntu_14.04_x86_64] checking libxml/parser.h presence... yes
[Ubuntu_14.04_x86_64] checking for libxml/parser.h... yes
[Ubuntu_14.04_x86_64] checking for xmlNewDoc... yes
[Ubuntu_14.04_x86_64] checking for final LIBXML2 support... yes
[Ubuntu_14.04_x86_64] checking for x86 cpuid... yes
[Ubuntu_14.04_x86_64] checking for pthread_mutex_lock... yes
[Ubuntu_14.04_x86_64] checking if plugin support is enabled... yes
[Ubuntu_14.04_x86_64] checking ltdl.h usability... yes
[Ubuntu_14.04_x86_64] checking ltdl.h presence... yes
[Ubuntu_14.04_x86_64] checking for ltdl.h... yes
[Ubuntu_14.04_x86_64] checking for lt_dlopenext in -lltdl... yes
[Ubuntu_14.04_x86_64] checking for shl_load... no
[Ubuntu_14.04_x86_64] checking for shl_load in -ldld... no
[Ubuntu_14.04_x86_64] checking for dlopen... no
[Ubuntu_14.04_x86_64] checking for dlopen in -ldl... yes
[Ubuntu_14.04_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[Ubuntu_14.04_x86_64] checking components to build as plugins...  pci xml_libxml
[Ubuntu_14.04_x86_64] checking for a sed that does not truncate output... /bin/sed
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] ###
[Ubuntu_14.04_x86_64] ### Configuring hwloc documentation
[Ubuntu_14.04_x86_64] ###
[Ubuntu_14.04_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[Ubuntu_14.04_x86_64] checking for doxygen... /usr/bin/doxygen
[Ubuntu_14.04_x86_64] checking for pdflatex... no
[Ubuntu_14.04_x86_64] checking for makeindex... no
[Ubuntu_14.04_x86_64] checking for fig2dev... no
[Ubuntu_14.04_x86_64] checking for gs... no
[Ubuntu_14.04_x86_64] checking for epstopdf... no
[Ubuntu_14.04_x86_64] checking if can build doxygen docs... no
[Ubuntu_14.04_x86_64] checking for w3m... /usr/bin/w3m
[Ubuntu_14.04_x86_64] checking for lynx... no
[Ubuntu_14.04_x86_64] checking if can build top-level README... yes
[Ubuntu_14.04_x86_64] checking if will build doxygen docs... no
[Ubuntu_14.04_x86_64] checking if will install doxygen docs... yes
[Ubuntu_14.04_x86_64] checking whether to enable "picky" compiler mode... no (default)
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] ###
[Ubuntu_14.04_x86_64] ### Configuring hwloc command line utilities
[Ubuntu_14.04_x86_64] ###
[Ubuntu_14.04_x86_64] checking for CAIRO... no
[Ubuntu_14.04_x86_64] checking for wchar_t... yes
[Ubuntu_14.04_x86_64] checking for putwc... yes
[Ubuntu_14.04_x86_64] checking locale.h usability... yes
[Ubuntu_14.04_x86_64] checking locale.h presence... yes
[Ubuntu_14.04_x86_64] checking for locale.h... yes
[Ubuntu_14.04_x86_64] checking for setlocale... (cached) yes
[Ubuntu_14.04_x86_64] checking for uselocale... yes
[Ubuntu_14.04_x86_64] checking xlocale.h usability... yes
[Ubuntu_14.04_x86_64] checking xlocale.h presence... yes
[Ubuntu_14.04_x86_64] checking for xlocale.h... yes
[Ubuntu_14.04_x86_64] checking for setlocale... (cached) yes
[Ubuntu_14.04_x86_64] checking for uselocale... (cached) yes
[Ubuntu_14.04_x86_64] checking langinfo.h usability... yes
[Ubuntu_14.04_x86_64] checking langinfo.h presence... yes
[Ubuntu_14.04_x86_64] checking for langinfo.h... yes
[Ubuntu_14.04_x86_64] checking for nl_langinfo... yes
[Ubuntu_16.04_x86_32] checking cairo.h usability... yes
[Ubuntu_16.04_x86_32] checking cairo.h presence... yes
[Ubuntu_16.04_x86_32] checking for cairo.h... yes
[Ubuntu_16.04_x86_32] checking for cairo_fill... yes
[Ubuntu_16.04_x86_32] checking for final CAIRO support... yes
[Ubuntu_16.04_x86_32] checking for wchar_t... yes
[Ubuntu_16.04_x86_32] checking for putwc... yes
[Ubuntu_16.04_x86_32] checking locale.h usability... yes
[Ubuntu_16.04_x86_32] checking locale.h presence... yes
[Ubuntu_16.04_x86_32] checking for locale.h... yes
[Ubuntu_16.04_x86_32] checking for setlocale... (cached) yes
[Ubuntu_16.04_x86_32] checking for uselocale... yes
[Ubuntu_16.04_x86_32] checking xlocale.h usability... yes
[Ubuntu_16.04_x86_32] checking xlocale.h presence... yes
[Ubuntu_16.04_x86_32] checking for xlocale.h... yes
[Ubuntu_16.04_x86_32] checking for setlocale... (cached) yes
[Ubuntu_16.04_x86_32] checking for uselocale... (cached) yes
[Ubuntu_16.04_x86_32] checking langinfo.h usability... yes
[Ubuntu_16.04_x86_32] checking langinfo.h presence... yes
[Ubuntu_16.04_x86_32] checking for langinfo.h... yes
[Ubuntu_16.04_x86_32] checking for nl_langinfo... yes
[Ubuntu_16.04_x86_32] checking termcap support using ncurses and ... no
[Ubuntu_16.04_x86_32] checking termcap support using ncurses and -ltermcap... yes
[Ubuntu_16.04_x86_32] checking whether diff accepts -u... yes
[Ubuntu_16.04_x86_32] checking whether diff accepts -w... yes
[Ubuntu_16.04_x86_32] checking time.h usability... yes
[Ubuntu_16.04_x86_32] checking time.h presence... yes
[Ubuntu_16.04_x86_32] checking for time.h... yes
[Ubuntu_16.04_x86_32] checking for clock_gettime... yes
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] ###
[Ubuntu_16.04_x86_32] ### Configuring hwloc tests
[Ubuntu_16.04_x86_32] ###
[Ubuntu_16.04_x86_32] checking for pthread_self in -lpthread... yes
[Ubuntu_16.04_x86_32] checking for numa_available in -lnuma... (cached) yes
[Ubuntu_16.04_x86_32] checking whether numa_bitmask_alloc is declared... yes
[Ubuntu_16.04_x86_32] checking for stdlib.h... (cached) yes
[Ubuntu_16.04_x86_32] checking for mkstemp... yes
[Ubuntu_16.04_x86_32] checking infiniband/verbs.h usability... yes
[Ubuntu_16.04_x86_32] checking infiniband/verbs.h presence... yes
[Ubuntu_16.04_x86_32] checking for infiniband/verbs.h... yes
[Ubuntu_16.04_x86_32] checking for ibv_open_device in -libverbs... yes
[Ubuntu_16.04_x86_32] checking myriexpress.h usability... no
[Ubuntu_16.04_x86_32] checking myriexpress.h presence... no
[Ubuntu_16.04_x86_32] checking for myriexpress.h... no
[Ubuntu_16.04_x86_32] checking for xmllint... xmllint
[Ubuntu_16.04_x86_32] checking for bunzip2... bunzip2
[Ubuntu_16.04_x86_32] checking if CXX works... yes
[Ubuntu_16.04_x86_32] checking whether diff accepts -u... yes
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] ###
[Ubuntu_16.04_x86_32] ### Performing final hwloc configuration
[Ubuntu_16.04_x86_32] ###
[Ubuntu_16.04_x86_32] checking how to print strings... printf
[Ubuntu_16.04_x86_32] checking for a sed that does not truncate output... (cached) /bin/sed
[Ubuntu_16.04_x86_32] checking for fgrep... /bin/grep -F
[Ubuntu_16.04_x86_32] checking for ld used by gcc... /usr/bin/ld
[Ubuntu_16.04_x86_32] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Ubuntu_16.04_x86_32] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Ubuntu_16.04_x86_32] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Ubuntu_16.04_x86_32] checking whether ln -s works... yes
[Ubuntu_16.04_x86_32] checking the maximum length of command line arguments... 1572864
[Ubuntu_16.04_x86_32] checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
[Ubuntu_16.04_x86_32] checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
[Ubuntu_16.04_x86_32] checking for /usr/bin/ld option to reload object files... -r
[Ubuntu_16.04_x86_32] checking for objdump... objdump
[Ubuntu_16.04_x86_32] checking how to recognize dependent libraries... pass_all
[Ubuntu_16.04_x86_32] checking for dlltool... no
[Ubuntu_16.04_x86_32] checking how to associate runtime and link libraries... printf %s\n
[Ubuntu_16.04_x86_64] checking for putwc... yes
[Ubuntu_16.04_x86_64] checking locale.h usability... yes
[Ubuntu_16.04_x86_64] checking locale.h presence... yes
[Ubuntu_16.04_x86_64] checking for locale.h... yes
[Ubuntu_16.04_x86_64] checking for setlocale... (cached) yes
[Ubuntu_16.04_x86_64] checking for uselocale... yes
[Ubuntu_16.04_x86_64] checking xlocale.h usability... yes
[Ubuntu_16.04_x86_64] checking xlocale.h presence... yes
[Ubuntu_16.04_x86_64] checking for xlocale.h... yes
[Ubuntu_16.04_x86_64] checking for setlocale... (cached) yes
[Ubuntu_16.04_x86_64] checking for uselocale... (cached) yes
[Ubuntu_16.04_x86_64] checking langinfo.h usability... yes
[Ubuntu_16.04_x86_64] checking langinfo.h presence... yes
[Ubuntu_16.04_x86_64] checking for langinfo.h... yes
[Ubuntu_16.04_x86_64] checking for nl_langinfo... yes
[Ubuntu_16.04_x86_64] checking termcap support using ncurses and ... no
[Ubuntu_16.04_x86_64] checking termcap support using ncurses and -ltermcap... yes
[Ubuntu_16.04_x86_64] checking whether diff accepts -u... yes
[Ubuntu_16.04_x86_64] checking whether diff accepts -w... yes
[Ubuntu_16.04_x86_64] checking time.h usability... yes
[Ubuntu_16.04_x86_64] checking time.h presence... yes
[Ubuntu_16.04_x86_64] checking for time.h... yes
[Ubuntu_16.04_x86_64] checking for clock_gettime... yes
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] ###
[Ubuntu_16.04_x86_64] ### Configuring hwloc tests
[Ubuntu_16.04_x86_64] ###
[Ubuntu_16.04_x86_64] checking for pthread_self in -lpthread... yes
[Ubuntu_16.04_x86_64] checking for numa_available in -lnuma... (cached) yes
[Ubuntu_16.04_x86_64] checking whether numa_bitmask_alloc is declared... yes
[Ubuntu_16.04_x86_64] checking for stdlib.h... (cached) yes
[Ubuntu_16.04_x86_64] checking for mkstemp... yes
[Ubuntu_16.04_x86_64] checking infiniband/verbs.h usability... yes
[Ubuntu_16.04_x86_64] checking infiniband/verbs.h presence... yes
[Ubuntu_16.04_x86_64] checking for infiniband/verbs.h... yes
[Ubuntu_16.04_x86_64] checking for ibv_open_device in -libverbs... yes
[Ubuntu_16.04_x86_64] checking myriexpress.h usability... no
[Ubuntu_16.04_x86_64] checking myriexpress.h presence... no
[Ubuntu_16.04_x86_64] checking for myriexpress.h... no
[Ubuntu_16.04_x86_64] checking for xmllint... no
[Ubuntu_16.04_x86_64] checking for bunzip2... bunzip2
[Ubuntu_16.04_x86_64] checking if CXX works... yes
[Ubuntu_16.04_x86_64] checking whether diff accepts -u... yes
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] ###
[Ubuntu_16.04_x86_64] ### Performing final hwloc configuration
[Ubuntu_16.04_x86_64] ###
[Ubuntu_16.04_x86_64] checking how to print strings... printf
[Ubuntu_16.04_x86_64] checking for a sed that does not truncate output... (cached) /bin/sed
[Ubuntu_16.04_x86_64] checking for fgrep... /bin/grep -F
[Ubuntu_16.04_x86_64] checking for ld used by gcc... /usr/bin/ld
[Ubuntu_16.04_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Ubuntu_16.04_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Ubuntu_16.04_x86_64] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Ubuntu_16.04_x86_64] checking whether ln -s works... yes
[Ubuntu_16.04_x86_64] checking the maximum length of command line arguments... 1572864
[Ubuntu_16.04_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[Ubuntu_16.04_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
[Ubuntu_16.04_x86_64] checking for /usr/bin/ld option to reload object files... -r
[Ubuntu_16.04_x86_64] checking for objdump... objdump
[Ubuntu_16.04_x86_64] checking how to recognize dependent libraries... pass_all
[Ubuntu_16.04_x86_64] checking for dlltool... no
[Ubuntu_16.04_x86_64] checking how to associate runtime and link libraries... printf %s\n
[Ubuntu_16.04_x86_64] checking for archiver @FILE support... @
[Ubuntu_16.04_x86_64] checking for strip... strip
[Ubuntu_16.04_x86_64] checking for ranlib... ranlib
[Ubuntu_16.04_x86_64] checking command to parse /usr/bin/nm -B output from gcc object... ok
[Ubuntu_16.04_x86_64] checking for sysroot... no
[Ubuntu_16.04_x86_64] checking for a working dd... /bin/dd
[Ubuntu_16.04_x86_64] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[Ubuntu_16.04_x86_64] checking for mt... mt
[Ubuntu_16.04_x86_64] checking if mt is a manifest tool... no
[Ubuntu_16.04_x86_64] checking for dlfcn.h... yes
[Ubuntu_16.04_x86_64] checking for objdir... .libs
[Ubuntu_18.04_x86_64] checking for remove... yes
[Ubuntu_18.04_x86_64] checking for shmat... yes
[Ubuntu_18.04_x86_64] checking for IceConnectionNumber in -lICE... yes
[Ubuntu_18.04_x86_64] checking X11/Xlib.h usability... yes
[Ubuntu_18.04_x86_64] checking X11/Xlib.h presence... yes
[Ubuntu_18.04_x86_64] checking for X11/Xlib.h... yes
[Ubuntu_18.04_x86_64] checking for XOpenDisplay in -lX11... yes
[Ubuntu_18.04_x86_64] checking for X11/Xutil.h... yes
[Ubuntu_18.04_x86_64] checking X11/keysym.h usability... yes
[Ubuntu_18.04_x86_64] checking X11/keysym.h presence... yes
[Ubuntu_18.04_x86_64] checking for X11/keysym.h... yes
[Ubuntu_18.04_x86_64] checking NVCtrl/NVCtrl.h usability... no
[Ubuntu_18.04_x86_64] checking NVCtrl/NVCtrl.h presence... no
[Ubuntu_18.04_x86_64] checking for NVCtrl/NVCtrl.h... no
[Ubuntu_18.04_x86_64] checking for LIBXML2... yes
[Ubuntu_18.04_x86_64] checking libxml/parser.h usability... yes
[Ubuntu_18.04_x86_64] checking libxml/parser.h presence... yes
[Ubuntu_18.04_x86_64] checking for libxml/parser.h... yes
[Ubuntu_18.04_x86_64] checking for xmlNewDoc... yes
[Ubuntu_18.04_x86_64] checking for final LIBXML2 support... yes
[Ubuntu_18.04_x86_64] checking for x86 cpuid... yes
[Ubuntu_18.04_x86_64] checking for pthread_mutex_lock... yes
[Ubuntu_18.04_x86_64] checking if plugin support is enabled... yes
[Ubuntu_18.04_x86_64] checking ltdl.h usability... yes
[Ubuntu_18.04_x86_64] checking ltdl.h presence... yes
[Ubuntu_18.04_x86_64] checking for ltdl.h... yes
[Ubuntu_18.04_x86_64] checking for lt_dlopenext in -lltdl... yes
[Ubuntu_18.04_x86_64] checking for shl_load... no
[Ubuntu_18.04_x86_64] checking for shl_load in -ldld... no
[Ubuntu_18.04_x86_64] checking for dlopen... no
[Ubuntu_18.04_x86_64] checking for dlopen in -ldl... yes
[Ubuntu_18.04_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[Ubuntu_18.04_x86_64] checking components to build as plugins...  pci opencl xml_libxml
[Ubuntu_18.04_x86_64] checking for a sed that does not truncate output... /bin/sed
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] ###
[Ubuntu_18.04_x86_64] ### Configuring hwloc documentation
[Ubuntu_18.04_x86_64] ###
[Ubuntu_18.04_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[Ubuntu_18.04_x86_64] checking for doxygen... /usr/bin/doxygen
[Ubuntu_18.04_x86_64] checking for pdflatex... /usr/bin/pdflatex
[Ubuntu_18.04_x86_64] checking for makeindex... /usr/bin/makeindex
[Ubuntu_18.04_x86_64] checking for fig2dev... /usr/bin/fig2dev
[Ubuntu_18.04_x86_64] checking for gs... /usr/bin/gs
[Ubuntu_18.04_x86_64] checking for epstopdf... /usr/bin/epstopdf
[Ubuntu_18.04_x86_64] checking if can build doxygen docs... yes
[Ubuntu_18.04_x86_64] checking for w3m... no
[Ubuntu_18.04_x86_64] checking for lynx... no
[Ubuntu_18.04_x86_64] checking if can build top-level README... no
[Ubuntu_18.04_x86_64] checking if will build doxygen docs... no
[Ubuntu_18.04_x86_64] checking if will install doxygen docs... yes
[Ubuntu_18.04_x86_64] checking whether to enable "picky" compiler mode... no (default)
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] ###
[Ubuntu_18.04_x86_64] ### Configuring hwloc command line utilities
[Ubuntu_18.04_x86_64] ###
[Ubuntu_18.04_x86_64] checking for CAIRO... yes
[Ubuntu_18.04_x86_64] checking cairo.h usability... yes
[Ubuntu_18.04_x86_64] checking cairo.h presence... yes
[Ubuntu_18.04_x86_64] checking for cairo.h... yes
[Ubuntu_18.04_x86_64] checking for cairo_fill... yes
[Ubuntu_18.04_x86_64] checking for final CAIRO support... yes
[Ubuntu_18.04_x86_64] checking for wchar_t... yes
[MinGW] checking for memory.h... yes
[MinGW] checking for strings.h... yes
[MinGW] checking for inttypes.h... yes
[MinGW] checking for stdint.h... yes
[MinGW] checking for unistd.h... yes
[MinGW] checking minix/config.h usability... no
[CentOS_6.3_x86_32]   CC       traversal.lo
[CentOS_6.3_x86_32]   CC       distances.lo
[CentOS_6.3_x86_32]   CC       components.lo
[CentOS_6.3_x86_64]   CC       traversal.lo
[CentOS_6.3_x86_64]   CC       distances.lo
[CentOS_7.2_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[CentOS_7.2_x86_64] checking if g++ static flag -static works... no
[CentOS_7.2_x86_64] checking if g++ supports -c -o file.o... yes
[CentOS_7.2_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[CentOS_7.2_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[CentOS_7.2_x86_64] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[CentOS_7.2_x86_64] checking how to hardcode library paths into programs... immediate
[CentOS_7.2_x86_64] checking that generated files are newer than configure... done
[CentOS_7.2_x86_64] configure: creating ./config.status
[CentOS_7.2_x86_64] config.status: creating Makefile
[CentOS_7.2_x86_64] config.status: creating include/Makefile
[CentOS_7.2_x86_64] config.status: creating src/Makefile
[CentOS_7.2_x86_64] config.status: creating doc/Makefile
[CentOS_7.2_x86_64] config.status: creating doc/examples/Makefile
[CentOS_7.2_x86_64] config.status: creating doc/doxygen-config.cfg
[CentOS_7.2_x86_64] config.status: creating utils/Makefile
[CentOS_7.2_x86_64] config.status: creating utils/hwloc/Makefile
[CentOS_7.2_x86_64] config.status: creating utils/lstopo/Makefile
[CentOS_7.2_x86_64] config.status: creating hwloc.pc
[CentOS_7.2_x86_64] config.status: creating tests/Makefile
[CentOS_7.2_x86_64] config.status: creating tests/linux/Makefile
[CentOS_7.2_x86_64] config.status: creating tests/linux/allowed/Makefile
[CentOS_7.2_x86_64] config.status: creating tests/linux/gather/Makefile
[CentOS_7.2_x86_64] config.status: creating tests/xml/Makefile
[CentOS_7.2_x86_64] config.status: creating tests/ports/Makefile
[CentOS_7.2_x86_64] config.status: creating tests/rename/Makefile
[CentOS_7.2_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[CentOS_7.2_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[CentOS_7.2_x86_64] config.status: creating tests/linux/test-topology.sh
[CentOS_7.2_x86_64] config.status: creating tests/xml/test-topology.sh
[CentOS_7.2_x86_64] config.status: creating tests/wrapper.sh
[CentOS_7.2_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[CentOS_7.2_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[CentOS_7.2_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[CentOS_7.2_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[CentOS_7.2_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[CentOS_7.2_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[CentOS_7.2_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[CentOS_7.2_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[CentOS_7.2_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[CentOS_7.2_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[CentOS_7.2_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[CentOS_7.2_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[CentOS_7.2_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[CentOS_7.2_x86_64] config.status: creating contrib/systemd/Makefile
[CentOS_7.2_x86_64] config.status: creating include/private/autogen/config.h
[CentOS_7.2_x86_64] config.status: creating include/hwloc/autogen/config.h
[CentOS_7.2_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[CentOS_7.2_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[CentOS_7.2_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[CentOS_7.2_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[CentOS_7.2_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[CentOS_7.2_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[Debian_5_x86_64] config.status: executing chmoding-scripts commands
[Debian_5_x86_64] config.status: executing libtool commands
[Debian_5_x86_64] 
[Debian_5_x86_64] -----------------------------------------------------------------------------
[Debian_5_x86_64] Hwloc optional build support status (more details can be found above):
[Debian_5_x86_64] 
[Debian_5_x86_64] Probe / display I/O devices: PCI(pciaccess+linux)
[Debian_5_x86_64] Graphical output (Cairo):    yes
[Debian_5_x86_64] XML input / output:          full
[Debian_5_x86_64] libnuma memory support:      yes
[Debian_5_x86_64] Plugin support:              yes (pci xml_libxml)
[Debian_5_x86_64] -----------------------------------------------------------------------------
[Debian_5_x86_64] 
[Debian_5_x86_64] + make
[Debian_5_x86_64] Making all in src
[Debian_5_x86_64] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src »
[Debian_5_x86_64]   CC       topology.lo
[Debian_5_x86_64]   CC       traversal.lo
[Debian_6_x86_32] config.status: creating Makefile
[Debian_6_x86_32] config.status: creating include/Makefile
[Debian_6_x86_32] config.status: creating src/Makefile
[Debian_6_x86_32] config.status: creating doc/Makefile
[Debian_6_x86_32] config.status: creating doc/examples/Makefile
[Debian_6_x86_32] config.status: creating doc/doxygen-config.cfg
[Debian_6_x86_32] config.status: creating utils/Makefile
[Debian_6_x86_32] config.status: creating utils/hwloc/Makefile
[Debian_6_x86_32] config.status: creating utils/lstopo/Makefile
[Debian_6_x86_32] config.status: creating hwloc.pc
[Debian_6_x86_32] config.status: creating tests/Makefile
[Debian_6_x86_32] config.status: creating tests/linux/Makefile
[Debian_6_x86_32] config.status: creating tests/linux/allowed/Makefile
[Debian_6_x86_32] config.status: creating tests/linux/gather/Makefile
[Debian_6_x86_32] config.status: creating tests/xml/Makefile
[Debian_6_x86_32] config.status: creating tests/ports/Makefile
[Debian_6_x86_32] config.status: creating tests/rename/Makefile
[Debian_6_x86_32] config.status: creating tests/linux/allowed/test-topology.sh
[Debian_6_x86_32] config.status: creating tests/linux/gather/test-gather-topology.sh
[Debian_6_x86_32] config.status: creating tests/linux/test-topology.sh
[Debian_6_x86_32] config.status: creating tests/xml/test-topology.sh
[Debian_6_x86_32] config.status: creating tests/wrapper.sh
[Debian_6_x86_32] config.status: creating utils/hwloc/hwloc-assembler-remote
[Debian_6_x86_32] config.status: creating utils/hwloc/hwloc-compress-dir
[Debian_6_x86_32] config.status: creating utils/hwloc/hwloc-gather-topology
[Debian_6_x86_32] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[Debian_6_x86_32] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[Debian_6_x86_32] config.status: creating utils/hwloc/test-hwloc-calc.sh
[Debian_6_x86_32] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[Debian_6_x86_32] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[Debian_6_x86_32] config.status: creating utils/hwloc/test-hwloc-distances.sh
[Debian_6_x86_32] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[Debian_6_x86_32] config.status: creating utils/hwloc/test-hwloc-info.sh
[Debian_6_x86_32] config.status: creating utils/hwloc/test-fake-plugin.sh
[Debian_6_x86_32] config.status: creating utils/lstopo/test-hwloc-ls.sh
[Debian_6_x86_32] config.status: creating contrib/systemd/Makefile
[Debian_6_x86_32] config.status: creating include/private/autogen/config.h
[Debian_6_x86_32] config.status: creating include/hwloc/autogen/config.h
[Debian_6_x86_32] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[Debian_6_x86_32] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[Debian_6_x86_32] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[Debian_6_x86_32] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[Debian_6_x86_32] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[Debian_6_x86_32] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[Debian_6_x86_32] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[Debian_6_x86_32] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[Debian_6_x86_32] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[Debian_6_x86_32] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[Debian_6_x86_32] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[Debian_6_x86_32] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[Debian_6_x86_32] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[Debian_6_x86_32] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[Debian_6_x86_32] config.status: executing depfiles commands
[Debian_6_x86_32] config.status: executing chmoding-scripts commands
[Debian_6_x86_32] config.status: executing libtool commands
[Debian_6_x86_32] 
[Debian_6_x86_32] -----------------------------------------------------------------------------
[Debian_6_x86_32] Hwloc optional build support status (more details can be found above):
[Debian_6_x86_32] 
[Debian_6_x86_32] Probe / display I/O devices: PCI(linux)
[Debian_6_x86_32] Graphical output (Cairo):    yes
[Debian_6_x86_32] XML input / output:          full
[Debian_6_x86_32] libnuma memory support:      yes
[Debian_6_x86_32] Plugin support:              yes (xml_libxml)
[Debian_7_x86_64] checking for shl_load... no
[Debian_7_x86_64] checking for shl_load in -ldld... no
[Debian_7_x86_64] checking for dlopen... no
[Debian_7_x86_64] checking for dlopen in -ldl... yes
[Debian_7_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[Debian_7_x86_64] checking components to build as plugins...  pci xml_libxml
[Debian_7_x86_64] checking for a sed that does not truncate output... /bin/sed
[Debian_7_x86_64] 
[Debian_7_x86_64] ###
[Debian_7_x86_64] ### Configuring hwloc documentation
[Debian_7_x86_64] ###
[Debian_7_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[Debian_7_x86_64] checking for doxygen... /usr/bin/doxygen
[Debian_7_x86_64] checking for pdflatex... /usr/bin/pdflatex
[Debian_7_x86_64] checking for makeindex... /usr/bin/makeindex
[Debian_7_x86_64] checking for fig2dev... /usr/bin/fig2dev
[Debian_7_x86_64] checking for gs... /usr/bin/gs
[Debian_7_x86_64] checking for epstopdf... /usr/bin/epstopdf
[Debian_7_x86_64] checking if can build doxygen docs... yes
[Debian_7_x86_64] checking for w3m... /usr/bin/w3m
[Debian_7_x86_64] checking for lynx... no
[Debian_7_x86_64] checking if can build top-level README... yes
[Debian_7_x86_64] checking if will build doxygen docs... no
[Debian_7_x86_64] checking if will install doxygen docs... yes
[Debian_7_x86_64] checking whether to enable "picky" compiler mode... no (default)
[Debian_7_x86_64] 
[Debian_7_x86_64] ###
[Debian_7_x86_64] ### Configuring hwloc command line utilities
[Debian_7_x86_64] ###
[Debian_7_x86_64] checking for CAIRO... yes
[Debian_7_x86_64] checking cairo.h usability... yes
[Debian_7_x86_64] checking cairo.h presence... yes
[Debian_7_x86_64] checking for cairo.h... yes
[Debian_7_x86_64] checking for cairo_fill... yes
[Debian_7_x86_64] checking for final CAIRO support... yes
[Debian_7_x86_64] checking for wchar_t... yes
[Debian_7_x86_64] checking for putwc... yes
[Debian_7_x86_64] checking locale.h usability... yes
[Debian_7_x86_64] checking locale.h presence... yes
[Debian_7_x86_64] checking for locale.h... yes
[Debian_7_x86_64] checking for setlocale... (cached) yes
[Debian_7_x86_64] checking for uselocale... yes
[Debian_7_x86_64] checking xlocale.h usability... yes
[Debian_7_x86_64] checking xlocale.h presence... yes
[Debian_7_x86_64] checking for xlocale.h... yes
[Debian_7_x86_64] checking for setlocale... (cached) yes
[Debian_7_x86_64] checking for uselocale... (cached) yes
[Debian_7_x86_64] checking langinfo.h usability... yes
[Debian_7_x86_64] checking langinfo.h presence... yes
[Debian_7_x86_64] checking for langinfo.h... yes
[Debian_7_x86_64] checking for nl_langinfo... yes
[Debian_7_x86_64] checking termcap support using ncurses and ... no
[Debian_7_x86_64] checking termcap support using ncurses and -ltermcap... yes
[Debian_7_x86_64] checking whether diff accepts -u... yes
[Debian_7_x86_64] checking whether diff accepts -w... yes
[Debian_7_x86_64] checking time.h usability... yes
[Debian_7_x86_64] checking time.h presence... yes
[Debian_7_x86_64] checking for time.h... yes
[Debian_7_x86_64] checking for clock_gettime... no
[Debian_7_x86_64] 
[Debian_7_x86_64] ###
[Debian_7_x86_64] ### Configuring hwloc tests
[Debian_7_x86_64] ###
[Debian_7_x86_64] checking for pthread_self in -lpthread... yes
[Debian_7_x86_64] checking for numa_available in -lnuma... (cached) yes
[Debian_7_x86_64] checking whether numa_bitmask_alloc is declared... yes
[Debian_7_x86_64] checking for stdlib.h... (cached) yes
[Debian_7_x86_64] checking for mkstemp... yes
[Debian_7_x86_64] checking infiniband/verbs.h usability... yes
[Debian_7_x86_64] checking infiniband/verbs.h presence... yes
[Debian_7_x86_64] checking for infiniband/verbs.h... yes
[Debian_8_x86_64] checking for cpuset_setaffinity... no
[Debian_8_x86_64] checking for library containing pthread_getthrds_np... no
[Debian_8_x86_64] checking for cpuset_setid... no
[Debian_8_x86_64] checking numaif.h usability... yes
[Debian_8_x86_64] checking numaif.h presence... yes
[Debian_8_x86_64] checking for numaif.h... yes
[Debian_8_x86_64] checking for numa_available in -lnuma... yes
[Debian_8_x86_64] checking for set_mempolicy in -lnuma... yes
[Debian_8_x86_64] checking for mbind in -lnuma... yes
[Debian_8_x86_64] checking for migrate_pages in -lnuma... yes
[Debian_8_x86_64] checking for move_pages in -lnuma... yes
[Debian_8_x86_64] checking libudev.h usability... no
[Debian_8_x86_64] checking libudev.h presence... no
[Debian_8_x86_64] checking for libudev.h... no
[Debian_8_x86_64] checking for PCIACCESS... yes
[Debian_8_x86_64] checking pciaccess.h usability... yes
[Debian_8_x86_64] checking pciaccess.h presence... yes
[Debian_8_x86_64] checking for pciaccess.h... yes
[Debian_8_x86_64] checking for pci_slot_match_iterator_create... yes
[Debian_8_x86_64] checking for final PCIACCESS support... yes
[Debian_8_x86_64] checking CL/cl_ext.h usability... yes
[Debian_8_x86_64] checking CL/cl_ext.h presence... yes
[Debian_8_x86_64] checking for CL/cl_ext.h... yes
[Debian_8_x86_64] checking for clGetDeviceIDs in -lOpenCL... yes
[Debian_8_x86_64] checking whether CL_DEVICE_TOPOLOGY_AMD is declared... yes
[Debian_9_x86_64] config.status: creating Makefile
[Debian_9_x86_64] config.status: creating include/Makefile
[Debian_9_x86_64] config.status: creating src/Makefile
[Debian_9_x86_64] config.status: creating doc/Makefile
[Debian_9_x86_64] config.status: creating doc/examples/Makefile
[Debian_9_x86_64] config.status: creating doc/doxygen-config.cfg
[Debian_9_x86_64] config.status: creating utils/Makefile
[Debian_9_x86_64] config.status: creating utils/hwloc/Makefile
[Debian_9_x86_64] config.status: creating utils/lstopo/Makefile
[Debian_9_x86_64] config.status: creating hwloc.pc
[Debian_9_x86_64] config.status: creating tests/Makefile
[Debian_9_x86_64] config.status: creating tests/linux/Makefile
[Debian_9_x86_64] config.status: creating tests/linux/allowed/Makefile
[Debian_9_x86_64] config.status: creating tests/linux/gather/Makefile
[Debian_9_x86_64] config.status: creating tests/xml/Makefile
[Debian_9_x86_64] config.status: creating tests/ports/Makefile
[Debian_9_x86_64] config.status: creating tests/rename/Makefile
[Debian_9_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[Debian_9_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[Debian_9_x86_64] config.status: creating tests/linux/test-topology.sh
[Debian_9_x86_64] config.status: creating tests/xml/test-topology.sh
[Debian_9_x86_64] config.status: creating tests/wrapper.sh
[Debian_9_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[Debian_9_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[Debian_9_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[Debian_9_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[Debian_9_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[Debian_9_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[Debian_9_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[Debian_9_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[Debian_9_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[Debian_9_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[Debian_9_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[Debian_9_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[Debian_9_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[Debian_9_x86_64] config.status: creating contrib/systemd/Makefile
[Debian_9_x86_64] config.status: creating include/private/autogen/config.h
[Debian_9_x86_64] config.status: creating include/hwloc/autogen/config.h
[Debian_9_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[Debian_9_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[Debian_9_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[Debian_9_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[Debian_9_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[Debian_9_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[Debian_9_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[Debian_9_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[Debian_9_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[Debian_9_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[Debian_9_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[Debian_9_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[Debian_9_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[Debian_9_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[Debian_9_x86_64] config.status: executing depfiles commands
[Debian_9_x86_64_-m32] config.status: executing chmoding-scripts commands
[Debian_9_x86_64_-m32] config.status: executing libtool commands
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] -----------------------------------------------------------------------------
[Debian_9_x86_64_-m32] Hwloc optional build support status (more details can be found above):
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Probe / display I/O devices: PCI(pciaccess+linux)
[Debian_9_x86_64_-m32] Graphical output (Cairo):    no
[Debian_9_x86_64_-m32] XML input / output:          basic
[Debian_9_x86_64_-m32] libnuma memory support:      yes
[Debian_9_x86_64_-m32] Plugin support:              yes (pci)
[Debian_9_x86_64_-m32] -----------------------------------------------------------------------------
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] + make
[Debian_9_x86_64_-m32] Making all in src
[Debian_9_x86_64_-m32] make[1]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_9_x86_64_-m32]   CC       topology.lo
[Debian_9_x86_64_-m32]   CC       traversal.lo
[Debian_9_x86_64_-m32]   CC       distances.lo
[Fedora_25_x86_64] config.status: executing chmoding-scripts commands
[Fedora_25_x86_64] config.status: executing libtool commands
[Fedora_25_x86_64] 
[Fedora_25_x86_64] -----------------------------------------------------------------------------
[Fedora_25_x86_64] Hwloc optional build support status (more details can be found above):
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Probe / display I/O devices: PCI(pciaccess+linux)
[Fedora_25_x86_64] Graphical output (Cairo):    yes
[Fedora_25_x86_64] XML input / output:          full
[Fedora_25_x86_64] libnuma memory support:      no
[Fedora_25_x86_64] Plugin support:              yes (pci xml_libxml)
[Fedora_25_x86_64] -----------------------------------------------------------------------------
[Fedora_25_x86_64] 
[Fedora_25_x86_64] + make
[Fedora_25_x86_64] Making all in src
[Fedora_25_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Fedora_25_x86_64]   CC       topology.lo
[FreeBSD_11.1_x86_64] config.status: creating Makefile
[FreeBSD_11.1_x86_64] config.status: creating include/Makefile
[FreeBSD_11.1_x86_64] config.status: creating src/Makefile
[FreeBSD_11.1_x86_64] config.status: creating doc/Makefile
[FreeBSD_11.1_x86_64] config.status: creating doc/examples/Makefile
[FreeBSD_11.1_x86_64] config.status: creating doc/doxygen-config.cfg
[FreeBSD_11.1_x86_64] config.status: creating utils/Makefile
[FreeBSD_11.1_x86_64] config.status: creating utils/hwloc/Makefile
[FreeBSD_11.1_x86_64] config.status: creating utils/lstopo/Makefile
[FreeBSD_11.1_x86_64] config.status: creating hwloc.pc
[FreeBSD_11.1_x86_64] config.status: creating tests/Makefile
[FreeBSD_11.1_x86_64] config.status: creating tests/linux/Makefile
[FreeBSD_11.1_x86_64] config.status: creating tests/linux/allowed/Makefile
[FreeBSD_11.1_x86_64] config.status: creating tests/linux/gather/Makefile
[FreeBSD_11.1_x86_64] config.status: creating tests/xml/Makefile
[FreeBSD_11.1_x86_64] config.status: creating tests/ports/Makefile
[FreeBSD_11.1_x86_64] config.status: creating tests/rename/Makefile
[FreeBSD_11.1_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[FreeBSD_11.1_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[FreeBSD_11.1_x86_64] config.status: creating tests/linux/test-topology.sh
[FreeBSD_11.1_x86_64] config.status: creating tests/xml/test-topology.sh
[FreeBSD_11.1_x86_64] config.status: creating tests/wrapper.sh
[FreeBSD_11.1_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[FreeBSD_11.1_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[FreeBSD_11.1_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[FreeBSD_11.1_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[FreeBSD_11.1_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[FreeBSD_11.1_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[FreeBSD_11.1_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[FreeBSD_11.1_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[FreeBSD_11.1_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[FreeBSD_11.1_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[FreeBSD_11.1_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[FreeBSD_11.1_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[FreeBSD_11.1_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[FreeBSD_11.1_x86_64] config.status: creating contrib/systemd/Makefile
[FreeBSD_11.1_x86_64] config.status: creating include/private/autogen/config.h
[FreeBSD_11.1_x86_64] config.status: creating include/hwloc/autogen/config.h
[FreeBSD_11.1_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[FreeBSD_11.1_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[FreeBSD_11.1_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[FreeBSD_11.1_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[FreeBSD_11.1_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[FreeBSD_11.1_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[FreeBSD_11.1_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[FreeBSD_11.1_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[FreeBSD_11.1_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[FreeBSD_11.1_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[FreeBSD_11.1_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[FreeBSD_11.1_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[FreeBSD_11.1_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[FreeBSD_11.1_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[FreeBSD_11.1_x86_64] config.status: executing depfiles commands
[NetBSD_7.1_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[NetBSD_7.1_x86_64] checking for GROUP_AFFINITY... no
[NetBSD_7.1_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[NetBSD_7.1_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[NetBSD_7.1_x86_64] checking for CACHE_RELATIONSHIP... no
[NetBSD_7.1_x86_64] checking for PROCESSOR_GROUP_INFO... no
[NetBSD_7.1_x86_64] checking for GROUP_RELATIONSHIP... no
[NetBSD_7.1_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[NetBSD_7.1_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[NetBSD_7.1_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[NetBSD_7.1_x86_64] checking for PROCESSOR_NUMBER... no
[NetBSD_7.1_x86_64] checking for main in -lgdi32... no
[NetBSD_7.1_x86_64] checking for PostQuitMessage in -luser32... no
[NetBSD_7.1_x86_64] checking windows.h usability... no
[NetBSD_7.1_x86_64] checking windows.h presence... no
[NetBSD_7.1_x86_64] checking for windows.h... no
[NetBSD_7.1_x86_64] checking sys/lgrp_user.h usability... no
[NetBSD_7.1_x86_64] checking sys/lgrp_user.h presence... no
[NetBSD_7.1_x86_64] checking for sys/lgrp_user.h... no
[NetBSD_7.1_x86_64] checking kstat.h usability... no
[NetBSD_7.1_x86_64] checking kstat.h presence... no
[NetBSD_7.1_x86_64] checking for kstat.h... no
[NetBSD_7.1_x86_64] checking whether fabsf is declared... yes
[NetBSD_7.1_x86_64] checking for fabsf in -lm... yes
[NetBSD_7.1_x86_64] checking whether modff is declared... yes
[NetBSD_7.1_x86_64] checking for modff in -lm... yes
[NetBSD_7.1_x86_64] checking picl.h usability... no
[NetBSD_7.1_x86_64] checking picl.h presence... no
[NetBSD_7.1_x86_64] checking for picl.h... no
[NetBSD_7.1_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[NetBSD_7.1_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[NetBSD_7.1_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[NetBSD_7.1_x86_64] checking whether _SC_NPROC_CONF is declared... no
[OS_X_12] checking sys/mman.h usability... yes
[OS_X_12] checking sys/mman.h presence... yes
[OS_X_12] checking for sys/mman.h... yes
[OS_X_12] checking for KAFFINITY... no
[OS_X_12] checking for PROCESSOR_CACHE_TYPE... no
[OS_X_12] checking for CACHE_DESCRIPTOR... no
[OS_X_12] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[OS_X_12] checking for RelationProcessorPackage... no
[OS_X_12] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[OS_X_12] checking for GROUP_AFFINITY... no
[OS_X_12] checking for PROCESSOR_RELATIONSHIP... no
[OS_X_12] checking for NUMA_NODE_RELATIONSHIP... no
[OS_X_12] checking for CACHE_RELATIONSHIP... no
[OS_X_12] checking for PROCESSOR_GROUP_INFO... no
[OS_X_12] checking for GROUP_RELATIONSHIP... no
[OS_X_12] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[OS_X_12] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[OS_X_12] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[OS_X_9] checking whether snprintf is declared... yes
[OS_X_9] checking whether _strdup is declared... no
[OS_X_9] checking whether _putenv is declared... no
[OS_X_9] checking for sysctl... yes
[OS_X_9] checking for sysctlbyname... yes
[OS_X_9] checking whether getprogname is declared... yes
[OS_X_9] checking whether getexecname is declared... no
[OS_X_9] checking whether GetModuleFileName is declared... no
[OS_X_9] checking for program_invocation_name... no
[OS_X_9] checking for __progname... yes
[OS_X_9] checking for pthread_t... yes
[OS_X_9] checking whether sched_getcpu is declared... no
[OS_X_9] checking whether sched_setaffinity is declared... no
[OS_X_9] checking for working CPU_SET... no
[OpenIndiana_x86_64] checking for X11/Xutil.h... yes
[OpenIndiana_x86_64] checking X11/keysym.h usability... yes
[OpenIndiana_x86_64] checking X11/keysym.h presence... yes
[OpenIndiana_x86_64] checking for X11/keysym.h... yes
[OpenIndiana_x86_64] checking NVCtrl/NVCtrl.h usability... no
[OpenIndiana_x86_64] checking NVCtrl/NVCtrl.h presence... no
[OpenIndiana_x86_64] checking for NVCtrl/NVCtrl.h... no
[OpenIndiana_x86_64] checking for LIBXML2... cannot check without pkg-config
[OpenIndiana_x86_64] checking for x86 cpuid... yes
[OpenIndiana_x86_64] checking for pthread_mutex_lock... yes
[OpenIndiana_x86_64] checking if plugin support is enabled... yes
[OpenIndiana_x86_64] checking ltdl.h usability... yes
[OpenIndiana_x86_64] checking ltdl.h presence... yes
[OpenIndiana_x86_64] checking for ltdl.h... yes
[OpenIndiana_x86_64] checking for lt_dlopenext in -lltdl... yes
[OpenIndiana_x86_64] checking for shl_load... no
[OpenIndiana_x86_64] checking for shl_load in -ldld... no
[OpenIndiana_x86_64] checking for dlopen... yes
[OpenIndiana_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml solaris x86
[OpenIndiana_x86_64] checking components to build as plugins...  pci
[OpenIndiana_x86_64] checking for a sed that does not truncate output... /builds/local/bin/sed
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] ###
[OpenIndiana_x86_64] ### Configuring hwloc documentation
[OpenIndiana_x86_64] ###
[OpenIndiana_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[OpenIndiana_x86_64] checking for doxygen... no
[OpenIndiana_x86_64] checking for pdflatex... no
[OpenIndiana_x86_64] checking for makeindex... no
[OpenIndiana_x86_64] checking for fig2dev... no
[OpenIndiana_x86_64] checking for gs... /usr/bin/gs
[OpenIndiana_x86_64] checking for epstopdf... no
[OpenIndiana_x86_64] checking if can build doxygen docs... no
[OpenIndiana_x86_64] checking for w3m... no
[OpenIndiana_x86_64] checking for lynx... no
[OpenIndiana_x86_64] checking if can build top-level README... no
[OpenIndiana_x86_64] checking if will build doxygen docs... no
[OpenIndiana_x86_64] checking if will install doxygen docs... yes
[OpenIndiana_x86_64] checking whether to enable "picky" compiler mode... no (default)
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] ###
[OpenIndiana_x86_64] ### Configuring hwloc command line utilities
[OpenIndiana_x86_64] ###
[OpenIndiana_x86_64] checking for CAIRO... cannot check without pkg-config
[OpenIndiana_x86_64] checking for wchar_t... yes
[OpenIndiana_x86_64] checking for putwc... yes
[OpenIndiana_x86_64] checking locale.h usability... yes
[OpenIndiana_x86_64] checking locale.h presence... yes
[OpenIndiana_x86_64] checking for locale.h... yes
[OpenIndiana_x86_64] checking for setlocale... (cached) yes
[OpenIndiana_x86_64] checking for uselocale... yes
[OpenIndiana_x86_64] checking xlocale.h usability... yes
[OpenIndiana_x86_64] checking xlocale.h presence... yes
[OpenIndiana_x86_64] checking for xlocale.h... yes
[OpenIndiana_x86_64] checking for setlocale... (cached) yes
[OpenIndiana_x86_64] checking for uselocale... (cached) yes
[OpenIndiana_x86_64] checking langinfo.h usability... yes
[OpenIndiana_x86_64] checking langinfo.h presence... yes
[OpenIndiana_x86_64] checking for langinfo.h... yes
[OpenIndiana_x86_64] checking for nl_langinfo... yes
[OpenIndiana_x86_64] checking termcap support using ncurses and ... no
[OpenIndiana_x86_64] checking termcap support using ncurses and -ltermcap... no
[OpenIndiana_x86_64] checking termcap support using ncurses and -lncursesw... no
[OpenIndiana_x86_64] checking termcap support using ncurses and -lncurses... no
[OpenIndiana_x86_64] checking termcap support using curses and ... no
[Ubuntu_12.04_x86_64] checking for gethostbyname... yes
[Ubuntu_12.04_x86_64] checking for connect... yes
[Ubuntu_12.04_x86_64] checking for remove... yes
[Ubuntu_12.04_x86_64] checking for shmat... yes
[Ubuntu_12.04_x86_64] checking for IceConnectionNumber in -lICE... yes
[Ubuntu_12.04_x86_64] checking X11/Xlib.h usability... yes
[Ubuntu_12.04_x86_64] checking X11/Xlib.h presence... yes
[Ubuntu_12.04_x86_64] checking for X11/Xlib.h... yes
[Ubuntu_12.04_x86_64] checking for XOpenDisplay in -lX11... yes
[Ubuntu_12.04_x86_64] checking for X11/Xutil.h... yes
[Ubuntu_12.04_x86_64] checking X11/keysym.h usability... yes
[Ubuntu_12.04_x86_64] checking X11/keysym.h presence... yes
[Ubuntu_12.04_x86_64] checking for X11/keysym.h... yes
[Ubuntu_12.04_x86_64] checking NVCtrl/NVCtrl.h usability... no
[Ubuntu_12.04_x86_64] checking NVCtrl/NVCtrl.h presence... no
[Ubuntu_12.04_x86_64] checking for NVCtrl/NVCtrl.h... no
[Ubuntu_12.04_x86_64] checking for LIBXML2... yes
[Ubuntu_12.04_x86_64] checking libxml/parser.h usability... yes
[Ubuntu_12.04_x86_64] checking libxml/parser.h presence... yes
[Ubuntu_12.04_x86_64] checking for libxml/parser.h... yes
[Ubuntu_12.04_x86_64] checking for xmlNewDoc... yes
[Ubuntu_12.04_x86_64] checking for final LIBXML2 support... yes
[Ubuntu_12.04_x86_64] checking for x86 cpuid... yes
[Ubuntu_12.04_x86_64] checking for pthread_mutex_lock... yes
[Ubuntu_12.04_x86_64] checking if plugin support is enabled... yes
[Ubuntu_12.04_x86_64] checking ltdl.h usability... yes
[Ubuntu_12.04_x86_64] checking ltdl.h presence... yes
[Ubuntu_12.04_x86_64] checking for ltdl.h... yes
[Ubuntu_12.04_x86_64] checking for lt_dlopenext in -lltdl... yes
[Ubuntu_12.04_x86_64] checking for shl_load... no
[Ubuntu_12.04_x86_64] checking for shl_load in -ldld... no
[Ubuntu_12.04_x86_64] checking for dlopen... no
[Ubuntu_12.04_x86_64] checking for dlopen in -ldl... yes
[Ubuntu_12.04_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[Ubuntu_12.04_x86_64] checking components to build as plugins...  pci xml_libxml
[Ubuntu_14.04_x86_64] checking termcap support using ncurses and ... no
[Ubuntu_14.04_x86_64] checking termcap support using ncurses and -ltermcap... yes
[Ubuntu_14.04_x86_64] checking whether diff accepts -u... yes
[Ubuntu_14.04_x86_64] checking whether diff accepts -w... yes
[Ubuntu_14.04_x86_64] checking time.h usability... yes
[Ubuntu_14.04_x86_64] checking time.h presence... yes
[Ubuntu_14.04_x86_64] checking for time.h... yes
[Ubuntu_14.04_x86_64] checking for clock_gettime... yes
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] ###
[Ubuntu_14.04_x86_64] ### Configuring hwloc tests
[Ubuntu_14.04_x86_64] ###
[Ubuntu_14.04_x86_64] checking for pthread_self in -lpthread... yes
[Ubuntu_14.04_x86_64] checking for numa_available in -lnuma... no
[Ubuntu_14.04_x86_64] checking for stdlib.h... (cached) yes
[Ubuntu_14.04_x86_64] checking for mkstemp... yes
[Ubuntu_14.04_x86_64] checking infiniband/verbs.h usability... no
[Ubuntu_14.04_x86_64] checking infiniband/verbs.h presence... no
[Ubuntu_14.04_x86_64] checking for infiniband/verbs.h... no
[Ubuntu_14.04_x86_64] checking myriexpress.h usability... no
[Ubuntu_14.04_x86_64] checking myriexpress.h presence... no
[Ubuntu_14.04_x86_64] checking for myriexpress.h... no
[Ubuntu_14.04_x86_64] checking for xmllint... no
[Ubuntu_14.04_x86_64] checking for bunzip2... bunzip2
[Ubuntu_14.04_x86_64] checking if CXX works... yes
[Ubuntu_14.04_x86_64] checking whether diff accepts -u... yes
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] ###
[Ubuntu_14.04_x86_64] ### Performing final hwloc configuration
[Ubuntu_14.04_x86_64] ###
[Ubuntu_14.04_x86_64] checking how to print strings... printf
[Ubuntu_14.04_x86_64] checking for a sed that does not truncate output... (cached) /bin/sed
[Ubuntu_14.04_x86_64] checking for fgrep... /bin/grep -F
[Ubuntu_14.04_x86_64] checking for ld used by gcc... /usr/bin/ld
[Ubuntu_14.04_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Ubuntu_14.04_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Ubuntu_14.04_x86_64] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Ubuntu_14.04_x86_64] checking whether ln -s works... yes
[Ubuntu_14.04_x86_64] checking the maximum length of command line arguments... 1572864
[Ubuntu_14.04_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[Ubuntu_14.04_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
[Ubuntu_14.04_x86_64] checking for /usr/bin/ld option to reload object files... -r
[Ubuntu_14.04_x86_64] checking for objdump... objdump
[Ubuntu_14.04_x86_64] checking how to recognize dependent libraries... pass_all
[Ubuntu_14.04_x86_64] checking for dlltool... no
[Ubuntu_14.04_x86_64] checking how to associate runtime and link libraries... printf %s\n
[Ubuntu_14.04_x86_64] checking for archiver @FILE support... @
[Ubuntu_14.04_x86_64] checking for strip... strip
[Ubuntu_14.04_x86_64] checking for ranlib... ranlib
[Ubuntu_14.04_x86_64] checking command to parse /usr/bin/nm -B output from gcc object... ok
[Ubuntu_14.04_x86_64] checking for sysroot... no
[Ubuntu_14.04_x86_64] checking for a working dd... /bin/dd
[Ubuntu_14.04_x86_64] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[Ubuntu_14.04_x86_64] checking for mt... mt
[Ubuntu_14.04_x86_64] checking if mt is a manifest tool... no
[Ubuntu_14.04_x86_64] checking for dlfcn.h... yes
[Ubuntu_14.04_x86_64] checking for objdir... .libs
[Ubuntu_14.04_x86_64] checking if gcc supports -fno-rtti -fno-exceptions... no
[Ubuntu_14.04_x86_64] checking for gcc option to produce PIC... -fPIC -DPIC
[Ubuntu_14.04_x86_64] checking if gcc PIC flag -fPIC -DPIC works... yes
[Ubuntu_14.04_x86_64] checking if gcc static flag -static works... yes
[Ubuntu_14.04_x86_64] checking if gcc supports -c -o file.o... yes
[Ubuntu_14.04_x86_64] checking if gcc supports -c -o file.o... (cached) yes
[Ubuntu_14.04_x86_64] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Ubuntu_14.04_x86_64] checking whether -lc should be explicitly linked in... no
[Ubuntu_16.04_x86_32] checking for archiver @FILE support... @
[Ubuntu_16.04_x86_32] checking for strip... strip
[Ubuntu_16.04_x86_32] checking for ranlib... ranlib
[Ubuntu_16.04_x86_32] checking command to parse /usr/bin/nm -B output from gcc object... ok
[Ubuntu_16.04_x86_32] checking for sysroot... no
[Ubuntu_16.04_x86_32] checking for a working dd... /bin/dd
[Ubuntu_16.04_x86_32] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[Ubuntu_16.04_x86_32] checking for mt... mt
[Ubuntu_16.04_x86_32] checking if mt is a manifest tool... no
[Ubuntu_16.04_x86_32] checking for dlfcn.h... yes
[Ubuntu_16.04_x86_32] checking for objdir... .libs
[Ubuntu_16.04_x86_32] checking if gcc supports -fno-rtti -fno-exceptions... no
[Ubuntu_16.04_x86_32] checking for gcc option to produce PIC... -fPIC -DPIC
[Ubuntu_16.04_x86_32] checking if gcc PIC flag -fPIC -DPIC works... yes
[Ubuntu_16.04_x86_32] checking if gcc static flag -static works... yes
[Ubuntu_16.04_x86_32] checking if gcc supports -c -o file.o... yes
[Ubuntu_16.04_x86_32] checking if gcc supports -c -o file.o... (cached) yes
[Ubuntu_16.04_x86_32] checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
[Ubuntu_16.04_x86_32] checking whether -lc should be explicitly linked in... no
[Ubuntu_16.04_x86_32] checking dynamic linker characteristics... GNU/Linux ld.so
[Ubuntu_16.04_x86_32] checking how to hardcode library paths into programs... immediate
[Ubuntu_16.04_x86_32] checking for shl_load... (cached) no
[Ubuntu_16.04_x86_32] checking for shl_load in -ldld... (cached) no
[Ubuntu_16.04_x86_32] checking for dlopen... (cached) no
[Ubuntu_16.04_x86_32] checking for dlopen in -ldl... (cached) yes
[Ubuntu_16.04_x86_32] checking whether a program can dlopen itself... (cached) 
[Ubuntu_16.04_x86_32] checking whether stripping libraries is possible... yes
[Ubuntu_16.04_x86_32] checking if libtool supports shared libraries... yes
[Ubuntu_16.04_x86_32] checking whether to build shared libraries... yes
[Ubuntu_16.04_x86_32] checking whether to build static libraries... no
[Ubuntu_16.04_x86_32] checking how to run the C++ preprocessor... g++ -E
[Ubuntu_16.04_x86_32] checking for ld used by g++... /usr/bin/ld
[Ubuntu_16.04_x86_32] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Ubuntu_16.04_x86_32] checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
[Ubuntu_16.04_x86_32] checking for g++ option to produce PIC... -fPIC -DPIC
[Ubuntu_16.04_x86_32] checking if g++ PIC flag -fPIC -DPIC works... yes
[Ubuntu_16.04_x86_32] checking if g++ static flag -static works... yes
[Ubuntu_16.04_x86_32] checking if g++ supports -c -o file.o... yes
[Ubuntu_16.04_x86_32] checking if g++ supports -c -o file.o... (cached) yes
[Ubuntu_16.04_x86_32] checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
[Ubuntu_16.04_x86_32] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[Ubuntu_16.04_x86_32] checking how to hardcode library paths into programs... immediate
[Ubuntu_16.04_x86_32] checking that generated files are newer than configure... done
[Ubuntu_16.04_x86_32] configure: creating ./config.status
[Ubuntu_16.04_x86_64] checking if gcc supports -fno-rtti -fno-exceptions... no
[Ubuntu_16.04_x86_64] checking for gcc option to produce PIC... -fPIC -DPIC
[Ubuntu_16.04_x86_64] checking if gcc PIC flag -fPIC -DPIC works... yes
[Ubuntu_16.04_x86_64] checking if gcc static flag -static works... yes
[Ubuntu_16.04_x86_64] checking if gcc supports -c -o file.o... yes
[Ubuntu_16.04_x86_64] checking if gcc supports -c -o file.o... (cached) yes
[Ubuntu_16.04_x86_64] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Ubuntu_16.04_x86_64] checking whether -lc should be explicitly linked in... no
[Ubuntu_16.04_x86_64] checking dynamic linker characteristics... GNU/Linux ld.so
[Ubuntu_16.04_x86_64] checking how to hardcode library paths into programs... immediate
[Ubuntu_16.04_x86_64] checking for shl_load... (cached) no
[Ubuntu_16.04_x86_64] checking for shl_load in -ldld... (cached) no
[Ubuntu_16.04_x86_64] checking for dlopen... (cached) no
[Ubuntu_16.04_x86_64] checking for dlopen in -ldl... (cached) yes
[Ubuntu_16.04_x86_64] checking whether a program can dlopen itself... (cached) 
[Ubuntu_16.04_x86_64] checking whether stripping libraries is possible... yes
[Ubuntu_16.04_x86_64] checking if libtool supports shared libraries... yes
[Ubuntu_16.04_x86_64] checking whether to build shared libraries... yes
[Ubuntu_16.04_x86_64] checking whether to build static libraries... no
[Ubuntu_16.04_x86_64] checking how to run the C++ preprocessor... g++ -E
[Ubuntu_16.04_x86_64] checking for ld used by g++... /usr/bin/ld -m elf_x86_64
[Ubuntu_16.04_x86_64] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
[Ubuntu_16.04_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Ubuntu_16.04_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[Ubuntu_16.04_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[Ubuntu_16.04_x86_64] checking if g++ static flag -static works... yes
[Ubuntu_16.04_x86_64] checking if g++ supports -c -o file.o... yes
[Ubuntu_16.04_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[Ubuntu_16.04_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Ubuntu_16.04_x86_64] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[Ubuntu_16.04_x86_64] checking how to hardcode library paths into programs... immediate
[Ubuntu_16.04_x86_64] checking that generated files are newer than configure... done
[Ubuntu_16.04_x86_64] configure: creating ./config.status
[Ubuntu_18.04_x86_64] checking for putwc... yes
[Ubuntu_18.04_x86_64] checking locale.h usability... yes
[Ubuntu_18.04_x86_64] checking locale.h presence... yes
[Ubuntu_18.04_x86_64] checking for locale.h... yes
[Ubuntu_18.04_x86_64] checking for setlocale... (cached) yes
[Ubuntu_18.04_x86_64] checking for uselocale... yes
[Ubuntu_18.04_x86_64] checking xlocale.h usability... no
[Ubuntu_18.04_x86_64] checking xlocale.h presence... no
[Ubuntu_18.04_x86_64] checking for xlocale.h... no
[Ubuntu_18.04_x86_64] checking langinfo.h usability... yes
[Ubuntu_18.04_x86_64] checking langinfo.h presence... yes
[Ubuntu_18.04_x86_64] checking for langinfo.h... yes
[Ubuntu_18.04_x86_64] checking for nl_langinfo... yes
[Ubuntu_18.04_x86_64] checking termcap support using ncurses and ... no
[Ubuntu_18.04_x86_64] checking termcap support using ncurses and -ltermcap... yes
[Ubuntu_18.04_x86_64] checking whether diff accepts -u... yes
[Ubuntu_18.04_x86_64] checking whether diff accepts -w... yes
[Ubuntu_18.04_x86_64] checking time.h usability... yes
[Ubuntu_18.04_x86_64] checking time.h presence... yes
[Ubuntu_18.04_x86_64] checking for time.h... yes
[Ubuntu_18.04_x86_64] checking for clock_gettime... yes
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] ###
[Ubuntu_18.04_x86_64] ### Configuring hwloc tests
[Ubuntu_18.04_x86_64] ###
[Ubuntu_18.04_x86_64] checking for pthread_self in -lpthread... yes
[Ubuntu_18.04_x86_64] checking for numa_available in -lnuma... (cached) yes
[Ubuntu_18.04_x86_64] checking whether numa_bitmask_alloc is declared... yes
[Ubuntu_18.04_x86_64] checking for stdlib.h... (cached) yes
[Ubuntu_18.04_x86_64] checking for mkstemp... yes
[Ubuntu_18.04_x86_64] checking infiniband/verbs.h usability... yes
[Ubuntu_18.04_x86_64] checking infiniband/verbs.h presence... yes
[Ubuntu_18.04_x86_64] checking for infiniband/verbs.h... yes
[Ubuntu_18.04_x86_64] checking for ibv_open_device in -libverbs... yes
[Ubuntu_18.04_x86_64] checking myriexpress.h usability... no
[Ubuntu_18.04_x86_64] checking myriexpress.h presence... no
[Ubuntu_18.04_x86_64] checking for myriexpress.h... no
[Ubuntu_18.04_x86_64] checking for xmllint... xmllint
[Ubuntu_18.04_x86_64] checking for bunzip2... bunzip2
[MinGW] checking minix/config.h presence... no
[MinGW] checking for minix/config.h... no
[MinGW] checking whether it is safe to define __EXTENSIONS__... yes
[MinGW] checking for gcc... (cached) gcc -static-libgcc
[MinGW] checking whether we are using the GNU C compiler... (cached) yes
[MinGW] checking whether gcc -static-libgcc accepts -g... (cached) yes
[MinGW] checking for gcc -static-libgcc option to accept ISO C89... (cached) none needed
[MinGW] checking whether gcc -static-libgcc understands -c and -o together... (cached) yes
[MinGW] checking dependency style of gcc -static-libgcc... (cached) gcc3
[MinGW] checking for g++... g++
[MinGW] checking whether we are using the GNU C++ compiler... yes
[MinGW] checking whether g++ accepts -g... yes
[CentOS_6.3_x86_32] ../../src/components.c: In function ‘hwloc_plugins_init’:
[CentOS_6.3_x86_32] ../../src/components.c:216: warning: assignment discards qualifiers from pointer target type
[CentOS_6.3_x86_32]   CC       bind.lo
[CentOS_6.3_x86_32]   CC       bitmap.lo
[CentOS_6.3_x86_64]   CC       components.lo
[CentOS_6.3_x86_64] ../../src/components.c: In function ‘hwloc_plugins_init’:
[CentOS_6.3_x86_64] ../../src/components.c:216: warning: assignment discards qualifiers from pointer target type
[CentOS_6.3_x86_64]   CC       bind.lo
[CentOS_6.3_x86_64]   CC       bitmap.lo
[CentOS_7.2_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[CentOS_7.2_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[CentOS_7.2_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[CentOS_7.2_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[CentOS_7.2_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[CentOS_7.2_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[CentOS_7.2_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[CentOS_7.2_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[CentOS_7.2_x86_64] config.status: executing depfiles commands
[CentOS_7.2_x86_64] config.status: executing chmoding-scripts commands
[CentOS_7.2_x86_64] config.status: executing libtool commands
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] -----------------------------------------------------------------------------
[CentOS_7.2_x86_64] Hwloc optional build support status (more details can be found above):
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] Probe / display I/O devices: PCI(linux)
[CentOS_7.2_x86_64] Graphical output (Cairo):    yes
[CentOS_7.2_x86_64] XML input / output:          full
[CentOS_7.2_x86_64] libnuma memory support:      no
[CentOS_7.2_x86_64] Plugin support:              yes (xml_libxml)
[CentOS_7.2_x86_64] -----------------------------------------------------------------------------
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] + make
[CentOS_7.2_x86_64] Making all in src
[CentOS_7.2_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_7.2_x86_64]   CC       topology.lo
[Debian_5_x86_64]   CC       distances.lo
[Debian_5_x86_64]   CC       components.lo
[Debian_5_x86_64] ../../src/components.c: In function ‘hwloc_plugins_init’:
[Debian_5_x86_64] ../../src/components.c:216: warning: assignment discards qualifiers from pointer target type
[Debian_6_x86_32] -----------------------------------------------------------------------------
[Debian_6_x86_32] 
[Debian_6_x86_32] + make
[Debian_6_x86_32] Making all in src
[Debian_6_x86_32] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src »
[Debian_6_x86_32]   CC       topology.lo
[Debian_7_x86_64] checking for ibv_open_device in -libverbs... yes
[Debian_7_x86_64] checking myriexpress.h usability... no
[Debian_7_x86_64] checking myriexpress.h presence... no
[Debian_7_x86_64] checking for myriexpress.h... no
[Debian_7_x86_64] checking for xmllint... xmllint
[Debian_7_x86_64] checking for bunzip2... bunzip2
[Debian_7_x86_64] checking if CXX works... yes
[Debian_7_x86_64] checking whether diff accepts -u... yes
[Debian_7_x86_64] 
[Debian_7_x86_64] ###
[Debian_7_x86_64] ### Performing final hwloc configuration
[Debian_7_x86_64] ###
[Debian_7_x86_64] checking how to print strings... printf
[Debian_7_x86_64] checking for a sed that does not truncate output... (cached) /bin/sed
[Debian_7_x86_64] checking for fgrep... /bin/grep -F
[Debian_7_x86_64] checking for ld used by gcc... /usr/bin/ld
[Debian_7_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Debian_7_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Debian_7_x86_64] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Debian_7_x86_64] checking whether ln -s works... yes
[Debian_7_x86_64] checking the maximum length of command line arguments... 1572864
[Debian_7_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[Debian_7_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
[Debian_7_x86_64] checking for /usr/bin/ld option to reload object files... -r
[Debian_7_x86_64] checking for objdump... objdump
[Debian_7_x86_64] checking how to recognize dependent libraries... pass_all
[Debian_7_x86_64] checking for dlltool... no
[Debian_7_x86_64] checking how to associate runtime and link libraries... printf %s\n
[Debian_7_x86_64] checking for archiver @FILE support... @
[Debian_7_x86_64] checking for strip... strip
[Debian_7_x86_64] checking for ranlib... ranlib
[Debian_7_x86_64] checking command to parse /usr/bin/nm -B output from gcc object... ok
[Debian_7_x86_64] checking for sysroot... no
[Debian_7_x86_64] checking for a working dd... /bin/dd
[Debian_7_x86_64] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[Debian_7_x86_64] checking for mt... mt
[Debian_7_x86_64] checking if mt is a manifest tool... no
[Debian_7_x86_64] checking for dlfcn.h... yes
[Debian_7_x86_64] checking for objdir... .libs
[Debian_7_x86_64] checking if gcc supports -fno-rtti -fno-exceptions... no
[Debian_7_x86_64] checking for gcc option to produce PIC... -fPIC -DPIC
[Debian_7_x86_64] checking if gcc PIC flag -fPIC -DPIC works... yes
[Debian_7_x86_64] checking if gcc static flag -static works... yes
[Debian_7_x86_64] checking if gcc supports -c -o file.o... yes
[Debian_7_x86_64] checking if gcc supports -c -o file.o... (cached) yes
[Debian_7_x86_64] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Debian_7_x86_64] checking whether -lc should be explicitly linked in... no
[Debian_7_x86_64] checking dynamic linker characteristics... GNU/Linux ld.so
[Debian_7_x86_64] checking how to hardcode library paths into programs... immediate
[Debian_7_x86_64] checking for shl_load... (cached) no
[Debian_7_x86_64] checking for shl_load in -ldld... (cached) no
[Debian_7_x86_64] checking for dlopen... (cached) no
[Debian_7_x86_64] checking for dlopen in -ldl... (cached) yes
[Debian_7_x86_64] checking whether a program can dlopen itself... (cached) 
[Debian_7_x86_64] checking whether stripping libraries is possible... yes
[Debian_7_x86_64] checking if libtool supports shared libraries... yes
[Debian_7_x86_64] checking whether to build shared libraries... yes
[Debian_7_x86_64] checking whether to build static libraries... no
[Debian_7_x86_64] checking how to run the C++ preprocessor... g++ -E
[Debian_7_x86_64] checking for ld used by g++... /usr/bin/ld -m elf_x86_64
[Debian_7_x86_64] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
[Debian_7_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Debian_8_x86_64] checking cuda.h usability... no
[Debian_8_x86_64] checking cuda.h presence... no
[Debian_8_x86_64] checking for cuda.h... no
[Debian_8_x86_64] checking cuda_runtime_api.h usability... no
[Debian_8_x86_64] checking cuda_runtime_api.h presence... no
[Debian_8_x86_64] checking for cuda_runtime_api.h... no
[Debian_8_x86_64] checking nvml.h usability... no
[Debian_8_x86_64] checking nvml.h presence... no
[Debian_8_x86_64] checking for nvml.h... no
[Debian_8_x86_64] checking for gethostbyname... yes
[Debian_8_x86_64] checking for connect... yes
[Debian_8_x86_64] checking for remove... yes
[Debian_8_x86_64] checking for shmat... yes
[Debian_8_x86_64] checking for IceConnectionNumber in -lICE... yes
[Debian_8_x86_64] checking X11/Xlib.h usability... yes
[Debian_8_x86_64] checking X11/Xlib.h presence... yes
[Debian_8_x86_64] checking for X11/Xlib.h... yes
[Debian_8_x86_64] checking for XOpenDisplay in -lX11... yes
[Debian_8_x86_64] checking for X11/Xutil.h... yes
[Debian_8_x86_64] checking X11/keysym.h usability... yes
[Debian_8_x86_64] checking X11/keysym.h presence... yes
[Debian_8_x86_64] checking for X11/keysym.h... yes
[Debian_8_x86_64] checking NVCtrl/NVCtrl.h usability... no
[Debian_8_x86_64] checking NVCtrl/NVCtrl.h presence... no
[Debian_8_x86_64] checking for NVCtrl/NVCtrl.h... no
[Debian_8_x86_64] checking for LIBXML2... yes
[Debian_8_x86_64] checking libxml/parser.h usability... yes
[Debian_8_x86_64] checking libxml/parser.h presence... yes
[Debian_8_x86_64] checking for libxml/parser.h... yes
[Debian_9_x86_64] config.status: executing chmoding-scripts commands
[Debian_9_x86_64] config.status: executing libtool commands
[Debian_9_x86_64] 
[Debian_9_x86_64] -----------------------------------------------------------------------------
[Debian_9_x86_64] Hwloc optional build support status (more details can be found above):
[Debian_9_x86_64] 
[Debian_9_x86_64] Probe / display I/O devices: PCI(pciaccess+linux) OpenCL
[Debian_9_x86_64] Graphical output (Cairo):    yes
[Debian_9_x86_64] XML input / output:          full
[Debian_9_x86_64] libnuma memory support:      yes
[Debian_9_x86_64] Plugin support:              yes (pci opencl xml_libxml)
[Debian_9_x86_64] -----------------------------------------------------------------------------
[Debian_9_x86_64] 
[Debian_9_x86_64] + make
[Debian_9_x86_64] Making all in src
[Debian_9_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_9_x86_64]   CC       topology.lo
[Debian_9_x86_64_-m32]   CC       components.lo
[Debian_9_x86_64_-m32] ../../src/components.c: In function ‘hwloc_plugins_init’:
[Debian_9_x86_64_-m32] ../../src/components.c:216:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
[Debian_9_x86_64_-m32]      path = env;
[Debian_9_x86_64_-m32]           ^
[Debian_9_x86_64_-m32]   CC       bind.lo
[Debian_9_x86_64_-m32]   CC       bitmap.lo
[Debian_9_x86_64_-m32]   CC       pci-common.lo
[Fedora_25_x86_64]   CC       traversal.lo
[Fedora_25_x86_64]   CC       distances.lo
[FreeBSD_11.1_x86_64] config.status: executing chmoding-scripts commands
[FreeBSD_11.1_x86_64] config.status: executing libtool commands
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] ************************************************************************
[FreeBSD_11.1_x86_64] Could not detect/enable some features such as libxml2 and Cairo support
[FreeBSD_11.1_x86_64] because pkg-config isn't available.
[FreeBSD_11.1_x86_64] ************************************************************************
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] -----------------------------------------------------------------------------
[FreeBSD_11.1_x86_64] Hwloc optional build support status (more details can be found above):
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] Probe / display I/O devices: no
[FreeBSD_11.1_x86_64] Graphical output (Cairo):    no
[FreeBSD_11.1_x86_64] XML input / output:          basic
[FreeBSD_11.1_x86_64] Plugin support:              yes
[FreeBSD_11.1_x86_64] -----------------------------------------------------------------------------
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] + make
[FreeBSD_11.1_x86_64] Making all in src
[FreeBSD_11.1_x86_64]   CC       topology.lo
[NetBSD_7.1_x86_64] checking whether _SC_PAGESIZE is declared... yes
[NetBSD_7.1_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[NetBSD_7.1_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[NetBSD_7.1_x86_64] checking mach/mach_host.h usability... no
[NetBSD_7.1_x86_64] checking mach/mach_host.h presence... no
[NetBSD_7.1_x86_64] checking for mach/mach_host.h... no
[NetBSD_7.1_x86_64] checking mach/mach_init.h usability... no
[NetBSD_7.1_x86_64] checking mach/mach_init.h presence... no
[NetBSD_7.1_x86_64] checking for mach/mach_init.h... no
[NetBSD_7.1_x86_64] checking sys/param.h usability... yes
[NetBSD_7.1_x86_64] checking sys/param.h presence... yes
[NetBSD_7.1_x86_64] checking for sys/param.h... yes
[NetBSD_7.1_x86_64] checking for sys/sysctl.h... yes
[NetBSD_7.1_x86_64] checking whether CTL_HW is declared... yes
[NetBSD_7.1_x86_64] checking whether HW_NCPU is declared... yes
[NetBSD_7.1_x86_64] checking whether strtoull is declared... yes
[NetBSD_7.1_x86_64] checking for ssize_t... yes
[NetBSD_7.1_x86_64] checking whether snprintf is declared... yes
[NetBSD_7.1_x86_64] checking whether _strdup is declared... no
[NetBSD_7.1_x86_64] checking whether _putenv is declared... no
[NetBSD_7.1_x86_64] checking for sysctl... yes
[NetBSD_7.1_x86_64] checking for sysctlbyname... yes
[NetBSD_7.1_x86_64] checking whether getprogname is declared... yes
[NetBSD_7.1_x86_64] checking whether getexecname is declared... no
[NetBSD_7.1_x86_64] checking whether GetModuleFileName is declared... no
[NetBSD_7.1_x86_64] checking for program_invocation_name... no
[OS_X_12] checking for PROCESSOR_NUMBER... no
[OS_X_12] checking for main in -lgdi32... no
[OS_X_12] checking for PostQuitMessage in -luser32... no
[OS_X_12] checking windows.h usability... no
[OS_X_12] checking windows.h presence... no
[OS_X_12] checking for windows.h... no
[OS_X_12] checking sys/lgrp_user.h usability... no
[OS_X_12] checking sys/lgrp_user.h presence... no
[OS_X_12] checking for sys/lgrp_user.h... no
[OS_X_12] checking kstat.h usability... no
[OS_X_12] checking kstat.h presence... no
[OS_X_12] checking for kstat.h... no
[OS_X_12] checking whether fabsf is declared... yes
[OS_X_9] checking for working CPU_SET_S... no
[OS_X_9] checking for working syscall... yes
[OS_X_9] checking for KERRIGHED... no
[OS_X_9] checking for lib... no
[OS_X_9] checking for bash... /bin/sh
[OS_X_9] checking for ffs... yes
[OS_X_9] checking whether ffs is declared... yes
[OS_X_9] checking whether function ffs has a complete prototype... yes
[OS_X_9] checking for ffsl... yes
[OS_X_9] checking whether ffsl is declared... yes
[OS_X_9] checking whether function ffsl has a complete prototype... yes
[OS_X_9] checking for fls... yes
[OS_X_9] checking whether fls is declared... yes
[OS_X_9] checking whether function fls has a complete prototype... yes
[OS_X_9] checking for flsl... yes
[OpenIndiana_x86_64] checking termcap support using curses and -ltermcap... no
[OpenIndiana_x86_64] checking termcap support using curses and -lcursesw... no
[OpenIndiana_x86_64] checking termcap support using curses and -lcurses... yes
[OpenIndiana_x86_64] checking whether diff accepts -u... No differences encountered
[OpenIndiana_x86_64] yes
[OpenIndiana_x86_64] checking whether diff accepts -w... yes
[OpenIndiana_x86_64] checking time.h usability... yes
[OpenIndiana_x86_64] checking time.h presence... yes
[OpenIndiana_x86_64] checking for time.h... yes
[OpenIndiana_x86_64] checking for clock_gettime... yes
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] ###
[OpenIndiana_x86_64] ### Configuring hwloc tests
[OpenIndiana_x86_64] ###
[OpenIndiana_x86_64] checking for pthread_self in -lpthread... yes
[OpenIndiana_x86_64] checking for numa_available in -lnuma... no
[OpenIndiana_x86_64] checking for stdlib.h... (cached) yes
[OpenIndiana_x86_64] checking for mkstemp... yes
[OpenIndiana_x86_64] checking infiniband/verbs.h usability... no
[OpenIndiana_x86_64] checking infiniband/verbs.h presence... no
[OpenIndiana_x86_64] checking for infiniband/verbs.h... no
[OpenIndiana_x86_64] checking myriexpress.h usability... no
[OpenIndiana_x86_64] checking myriexpress.h presence... no
[OpenIndiana_x86_64] checking for myriexpress.h... no
[OpenIndiana_x86_64] checking for xmllint... xmllint
[OpenIndiana_x86_64] checking for bunzip2... bunzip2
[OpenIndiana_x86_64] checking if CXX works... yes
[OpenIndiana_x86_64] checking whether diff accepts -u... No differences encountered
[OpenIndiana_x86_64] yes
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] ###
[OpenIndiana_x86_64] ### Performing final hwloc configuration
[OpenIndiana_x86_64] ###
[OpenIndiana_x86_64] checking how to print strings... print -r
[OpenIndiana_x86_64] checking for a sed that does not truncate output... (cached) /builds/local/bin/sed
[OpenIndiana_x86_64] checking for fgrep... /usr/bin/ggrep -F
[OpenIndiana_x86_64] checking for ld used by gcc... /usr/bin/ld
[OpenIndiana_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... no
[OpenIndiana_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -p
[OpenIndiana_x86_64] checking the name lister (/usr/bin/nm -p) interface... BSD nm
[OpenIndiana_x86_64] checking whether ln -s works... yes
[OpenIndiana_x86_64] checking the maximum length of command line arguments... 786240
[OpenIndiana_x86_64] checking how to convert i386-pc-solaris2.11 file names to i386-pc-solaris2.11 format... func_convert_file_noop
[OpenIndiana_x86_64] checking how to convert i386-pc-solaris2.11 file names to toolchain format... func_convert_file_noop
[OpenIndiana_x86_64] checking for /usr/bin/ld option to reload object files... -r
[OpenIndiana_x86_64] checking for objdump... objdump
[OpenIndiana_x86_64] checking how to recognize dependent libraries... pass_all
[OpenIndiana_x86_64] checking for dlltool... no
[OpenIndiana_x86_64] checking how to associate runtime and link libraries... print -r --
[OpenIndiana_x86_64] checking for archiver @FILE support... no
[OpenIndiana_x86_64] checking for strip... strip
[OpenIndiana_x86_64] checking for ranlib... ranlib
[OpenIndiana_x86_64] checking command to parse /usr/bin/nm -p output from gcc object... ok
[OpenIndiana_x86_64] checking for sysroot... no
[OpenIndiana_x86_64] checking for a working dd... /usr/bin/dd
[Ubuntu_12.04_x86_64] checking for a sed that does not truncate output... /builds/local/bin/sed
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] ###
[Ubuntu_12.04_x86_64] ### Configuring hwloc documentation
[Ubuntu_12.04_x86_64] ###
[Ubuntu_12.04_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[Ubuntu_12.04_x86_64] checking for doxygen... /usr/bin/doxygen
[Ubuntu_12.04_x86_64] checking for pdflatex... /usr/bin/pdflatex
[Ubuntu_12.04_x86_64] checking for makeindex... /usr/bin/makeindex
[Ubuntu_12.04_x86_64] checking for fig2dev... /usr/bin/fig2dev
[Ubuntu_12.04_x86_64] checking for gs... /usr/bin/gs
[Ubuntu_12.04_x86_64] checking for epstopdf... /usr/bin/epstopdf
[Ubuntu_12.04_x86_64] checking if can build doxygen docs... yes
[Ubuntu_12.04_x86_64] checking for w3m... /usr/bin/w3m
[Ubuntu_12.04_x86_64] checking for lynx... no
[Ubuntu_12.04_x86_64] checking if can build top-level README... yes
[Ubuntu_12.04_x86_64] checking if will build doxygen docs... no
[Ubuntu_12.04_x86_64] checking if will install doxygen docs... yes
[Ubuntu_12.04_x86_64] checking whether to enable "picky" compiler mode... no (default)
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] ###
[Ubuntu_12.04_x86_64] ### Configuring hwloc command line utilities
[Ubuntu_12.04_x86_64] ###
[Ubuntu_12.04_x86_64] checking for CAIRO... yes
[Ubuntu_12.04_x86_64] checking cairo.h usability... yes
[Ubuntu_12.04_x86_64] checking cairo.h presence... yes
[Ubuntu_12.04_x86_64] checking for cairo.h... yes
[Ubuntu_12.04_x86_64] checking for cairo_fill... yes
[Ubuntu_12.04_x86_64] checking for final CAIRO support... yes
[Ubuntu_12.04_x86_64] checking for wchar_t... yes
[Ubuntu_12.04_x86_64] checking for putwc... yes
[Ubuntu_12.04_x86_64] checking locale.h usability... yes
[Ubuntu_12.04_x86_64] checking locale.h presence... yes
[Ubuntu_12.04_x86_64] checking for locale.h... yes
[Ubuntu_12.04_x86_64] checking for setlocale... (cached) yes
[Ubuntu_12.04_x86_64] checking for uselocale... yes
[Ubuntu_12.04_x86_64] checking xlocale.h usability... yes
[Ubuntu_12.04_x86_64] checking xlocale.h presence... yes
[Ubuntu_12.04_x86_64] checking for xlocale.h... yes
[Ubuntu_12.04_x86_64] checking for setlocale... (cached) yes
[Ubuntu_12.04_x86_64] checking for uselocale... (cached) yes
[Ubuntu_12.04_x86_64] checking langinfo.h usability... yes
[Ubuntu_12.04_x86_64] checking langinfo.h presence... yes
[Ubuntu_12.04_x86_64] checking for langinfo.h... yes
[Ubuntu_12.04_x86_64] checking for nl_langinfo... yes
[Ubuntu_12.04_x86_64] checking termcap support using ncurses and ... no
[Ubuntu_12.04_x86_64] checking termcap support using ncurses and -ltermcap... yes
[Ubuntu_12.04_x86_64] checking whether diff accepts -u... yes
[Ubuntu_12.04_x86_64] checking whether diff accepts -w... yes
[Ubuntu_12.04_x86_64] checking time.h usability... yes
[Ubuntu_12.04_x86_64] checking time.h presence... yes
[Ubuntu_12.04_x86_64] checking for time.h... yes
[Ubuntu_12.04_x86_64] checking for clock_gettime... no
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] ###
[Ubuntu_12.04_x86_64] ### Configuring hwloc tests
[Ubuntu_12.04_x86_64] ###
[Ubuntu_12.04_x86_64] checking for pthread_self in -lpthread... yes
[Ubuntu_12.04_x86_64] checking for numa_available in -lnuma... (cached) yes
[Ubuntu_12.04_x86_64] checking whether numa_bitmask_alloc is declared... yes
[Ubuntu_12.04_x86_64] checking for stdlib.h... (cached) yes
[Ubuntu_12.04_x86_64] checking for mkstemp... yes
[Ubuntu_12.04_x86_64] checking infiniband/verbs.h usability... yes
[Ubuntu_12.04_x86_64] checking infiniband/verbs.h presence... yes
[Ubuntu_12.04_x86_64] checking for infiniband/verbs.h... yes
[Ubuntu_12.04_x86_64] checking for ibv_open_device in -libverbs... yes
[Ubuntu_12.04_x86_64] checking myriexpress.h usability... no
[Ubuntu_12.04_x86_64] checking myriexpress.h presence... no
[Ubuntu_12.04_x86_64] checking for myriexpress.h... no
[Ubuntu_12.04_x86_64] checking for xmllint... xmllint
[Ubuntu_12.04_x86_64] checking for bunzip2... bunzip2
[Ubuntu_14.04_x86_64] checking dynamic linker characteristics... GNU/Linux ld.so
[Ubuntu_14.04_x86_64] checking how to hardcode library paths into programs... immediate
[Ubuntu_14.04_x86_64] checking for shl_load... (cached) no
[Ubuntu_14.04_x86_64] checking for shl_load in -ldld... (cached) no
[Ubuntu_14.04_x86_64] checking for dlopen... (cached) no
[Ubuntu_14.04_x86_64] checking for dlopen in -ldl... (cached) yes
[Ubuntu_14.04_x86_64] checking whether a program can dlopen itself... (cached) 
[Ubuntu_14.04_x86_64] checking whether stripping libraries is possible... yes
[Ubuntu_14.04_x86_64] checking if libtool supports shared libraries... yes
[Ubuntu_14.04_x86_64] checking whether to build shared libraries... yes
[Ubuntu_14.04_x86_64] checking whether to build static libraries... no
[Ubuntu_14.04_x86_64] checking how to run the C++ preprocessor... g++ -E
[Ubuntu_14.04_x86_64] checking for ld used by g++... /usr/bin/ld -m elf_x86_64
[Ubuntu_14.04_x86_64] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
[Ubuntu_14.04_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Ubuntu_14.04_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[Ubuntu_14.04_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[Ubuntu_14.04_x86_64] checking if g++ static flag -static works... yes
[Ubuntu_14.04_x86_64] checking if g++ supports -c -o file.o... yes
[Ubuntu_14.04_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[Ubuntu_14.04_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Ubuntu_14.04_x86_64] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[Ubuntu_14.04_x86_64] checking how to hardcode library paths into programs... immediate
[Ubuntu_14.04_x86_64] checking that generated files are newer than configure... done
[Ubuntu_14.04_x86_64] configure: creating ./config.status
[Ubuntu_14.04_x86_64] config.status: creating Makefile
[Ubuntu_14.04_x86_64] config.status: creating include/Makefile
[Ubuntu_14.04_x86_64] config.status: creating src/Makefile
[Ubuntu_14.04_x86_64] config.status: creating doc/Makefile
[Ubuntu_14.04_x86_64] config.status: creating doc/examples/Makefile
[Ubuntu_14.04_x86_64] config.status: creating doc/doxygen-config.cfg
[Ubuntu_14.04_x86_64] config.status: creating utils/Makefile
[Ubuntu_14.04_x86_64] config.status: creating utils/hwloc/Makefile
[Ubuntu_14.04_x86_64] config.status: creating utils/lstopo/Makefile
[Ubuntu_14.04_x86_64] config.status: creating hwloc.pc
[Ubuntu_14.04_x86_64] config.status: creating tests/Makefile
[Ubuntu_14.04_x86_64] config.status: creating tests/linux/Makefile
[Ubuntu_14.04_x86_64] config.status: creating tests/linux/allowed/Makefile
[Ubuntu_14.04_x86_64] config.status: creating tests/linux/gather/Makefile
[Ubuntu_14.04_x86_64] config.status: creating tests/xml/Makefile
[Ubuntu_14.04_x86_64] config.status: creating tests/ports/Makefile
[Ubuntu_14.04_x86_64] config.status: creating tests/rename/Makefile
[Ubuntu_14.04_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[Ubuntu_14.04_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[Ubuntu_14.04_x86_64] config.status: creating tests/linux/test-topology.sh
[Ubuntu_16.04_x86_32] config.status: creating Makefile
[Ubuntu_16.04_x86_32] config.status: creating include/Makefile
[Ubuntu_16.04_x86_32] config.status: creating src/Makefile
[Ubuntu_16.04_x86_32] config.status: creating doc/Makefile
[Ubuntu_16.04_x86_32] config.status: creating doc/examples/Makefile
[Ubuntu_16.04_x86_32] config.status: creating doc/doxygen-config.cfg
[Ubuntu_16.04_x86_32] config.status: creating utils/Makefile
[Ubuntu_16.04_x86_32] config.status: creating utils/hwloc/Makefile
[Ubuntu_16.04_x86_32] config.status: creating utils/lstopo/Makefile
[Ubuntu_16.04_x86_32] config.status: creating hwloc.pc
[Ubuntu_16.04_x86_32] config.status: creating tests/Makefile
[Ubuntu_16.04_x86_32] config.status: creating tests/linux/Makefile
[Ubuntu_16.04_x86_32] config.status: creating tests/linux/allowed/Makefile
[Ubuntu_16.04_x86_32] config.status: creating tests/linux/gather/Makefile
[Ubuntu_16.04_x86_32] config.status: creating tests/xml/Makefile
[Ubuntu_16.04_x86_32] config.status: creating tests/ports/Makefile
[Ubuntu_16.04_x86_32] config.status: creating tests/rename/Makefile
[Ubuntu_16.04_x86_32] config.status: creating tests/linux/allowed/test-topology.sh
[Ubuntu_16.04_x86_32] config.status: creating tests/linux/gather/test-gather-topology.sh
[Ubuntu_16.04_x86_32] config.status: creating tests/linux/test-topology.sh
[Ubuntu_16.04_x86_32] config.status: creating tests/xml/test-topology.sh
[Ubuntu_16.04_x86_32] config.status: creating tests/wrapper.sh
[Ubuntu_16.04_x86_32] config.status: creating utils/hwloc/hwloc-assembler-remote
[Ubuntu_16.04_x86_32] config.status: creating utils/hwloc/hwloc-compress-dir
[Ubuntu_16.04_x86_32] config.status: creating utils/hwloc/hwloc-gather-topology
[Ubuntu_16.04_x86_32] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[Ubuntu_16.04_x86_32] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[Ubuntu_16.04_x86_32] config.status: creating utils/hwloc/test-hwloc-calc.sh
[Ubuntu_16.04_x86_32] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[Ubuntu_16.04_x86_32] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[Ubuntu_16.04_x86_32] config.status: creating utils/hwloc/test-hwloc-distances.sh
[Ubuntu_16.04_x86_32] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[Ubuntu_16.04_x86_32] config.status: creating utils/hwloc/test-hwloc-info.sh
[Ubuntu_16.04_x86_32] config.status: creating utils/hwloc/test-fake-plugin.sh
[Ubuntu_16.04_x86_32] config.status: creating utils/lstopo/test-hwloc-ls.sh
[Ubuntu_16.04_x86_32] config.status: creating contrib/systemd/Makefile
[Ubuntu_16.04_x86_32] config.status: creating include/private/autogen/config.h
[Ubuntu_16.04_x86_32] config.status: creating include/hwloc/autogen/config.h
[Ubuntu_16.04_x86_32] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[Ubuntu_16.04_x86_32] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[Ubuntu_16.04_x86_32] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[Ubuntu_16.04_x86_32] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[Ubuntu_16.04_x86_32] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[Ubuntu_16.04_x86_32] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[Ubuntu_16.04_x86_32] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[Ubuntu_16.04_x86_32] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[Ubuntu_16.04_x86_32] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[Ubuntu_16.04_x86_32] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[Ubuntu_16.04_x86_32] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[Ubuntu_16.04_x86_32] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[Ubuntu_16.04_x86_32] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[Ubuntu_16.04_x86_32] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[Ubuntu_16.04_x86_32] config.status: executing depfiles commands
[Ubuntu_16.04_x86_64] config.status: creating Makefile
[Ubuntu_16.04_x86_64] config.status: creating include/Makefile
[Ubuntu_16.04_x86_64] config.status: creating src/Makefile
[Ubuntu_16.04_x86_64] config.status: creating doc/Makefile
[Ubuntu_16.04_x86_64] config.status: creating doc/examples/Makefile
[Ubuntu_16.04_x86_64] config.status: creating doc/doxygen-config.cfg
[Ubuntu_16.04_x86_64] config.status: creating utils/Makefile
[Ubuntu_16.04_x86_64] config.status: creating utils/hwloc/Makefile
[Ubuntu_16.04_x86_64] config.status: creating utils/lstopo/Makefile
[Ubuntu_16.04_x86_64] config.status: creating hwloc.pc
[Ubuntu_16.04_x86_64] config.status: creating tests/Makefile
[Ubuntu_16.04_x86_64] config.status: creating tests/linux/Makefile
[Ubuntu_16.04_x86_64] config.status: creating tests/linux/allowed/Makefile
[Ubuntu_16.04_x86_64] config.status: creating tests/linux/gather/Makefile
[Ubuntu_16.04_x86_64] config.status: creating tests/xml/Makefile
[Ubuntu_16.04_x86_64] config.status: creating tests/ports/Makefile
[Ubuntu_16.04_x86_64] config.status: creating tests/rename/Makefile
[Ubuntu_16.04_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[Ubuntu_16.04_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[Ubuntu_16.04_x86_64] config.status: creating tests/linux/test-topology.sh
[Ubuntu_16.04_x86_64] config.status: creating tests/xml/test-topology.sh
[Ubuntu_16.04_x86_64] config.status: creating tests/wrapper.sh
[Ubuntu_16.04_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[Ubuntu_16.04_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[Ubuntu_16.04_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[Ubuntu_16.04_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[Ubuntu_16.04_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[Ubuntu_16.04_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[Ubuntu_16.04_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[Ubuntu_16.04_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[Ubuntu_16.04_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[Ubuntu_16.04_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[Ubuntu_16.04_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[Ubuntu_16.04_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[Ubuntu_16.04_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[Ubuntu_16.04_x86_64] config.status: creating contrib/systemd/Makefile
[Ubuntu_16.04_x86_64] config.status: creating include/private/autogen/config.h
[Ubuntu_16.04_x86_64] config.status: creating include/hwloc/autogen/config.h
[Ubuntu_16.04_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[Ubuntu_16.04_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[Ubuntu_16.04_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[Ubuntu_16.04_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[Ubuntu_16.04_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[Ubuntu_16.04_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[Ubuntu_16.04_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[Ubuntu_16.04_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[Ubuntu_16.04_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[Ubuntu_16.04_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[Ubuntu_16.04_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[Ubuntu_16.04_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[Ubuntu_16.04_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[Ubuntu_16.04_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[Ubuntu_16.04_x86_64] config.status: executing depfiles commands
[Ubuntu_18.04_x86_64] checking if CXX works... yes
[Ubuntu_18.04_x86_64] checking whether diff accepts -u... yes
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] ###
[Ubuntu_18.04_x86_64] ### Performing final hwloc configuration
[Ubuntu_18.04_x86_64] ###
[Ubuntu_18.04_x86_64] checking how to print strings... printf
[Ubuntu_18.04_x86_64] checking for a sed that does not truncate output... (cached) /bin/sed
[Ubuntu_18.04_x86_64] checking for fgrep... /bin/grep -F
[Ubuntu_18.04_x86_64] checking for ld used by gcc... /usr/bin/ld
[Ubuntu_18.04_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Ubuntu_18.04_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Ubuntu_18.04_x86_64] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Ubuntu_18.04_x86_64] checking whether ln -s works... yes
[Ubuntu_18.04_x86_64] checking the maximum length of command line arguments... 1572864
[Ubuntu_18.04_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[Ubuntu_18.04_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
[Ubuntu_18.04_x86_64] checking for /usr/bin/ld option to reload object files... -r
[Ubuntu_18.04_x86_64] checking for objdump... objdump
[Ubuntu_18.04_x86_64] checking how to recognize dependent libraries... pass_all
[Ubuntu_18.04_x86_64] checking for dlltool... no
[Ubuntu_18.04_x86_64] checking how to associate runtime and link libraries... printf %s\n
[Ubuntu_18.04_x86_64] checking for archiver @FILE support... @
[Ubuntu_18.04_x86_64] checking for strip... strip
[Ubuntu_18.04_x86_64] checking for ranlib... ranlib
[Ubuntu_18.04_x86_64] checking command to parse /usr/bin/nm -B output from gcc object... ok
[Ubuntu_18.04_x86_64] checking for sysroot... no
[Ubuntu_18.04_x86_64] checking for a working dd... /bin/dd
[Ubuntu_18.04_x86_64] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[Ubuntu_18.04_x86_64] checking for mt... mt
[Ubuntu_18.04_x86_64] checking if mt is a manifest tool... no
[Ubuntu_18.04_x86_64] checking for dlfcn.h... yes
[Ubuntu_18.04_x86_64] checking for objdir... .libs
[Ubuntu_18.04_x86_64] checking if gcc supports -fno-rtti -fno-exceptions... no
[Ubuntu_18.04_x86_64] checking for gcc option to produce PIC... -fPIC -DPIC
[Ubuntu_18.04_x86_64] checking if gcc PIC flag -fPIC -DPIC works... yes
[Ubuntu_18.04_x86_64] checking if gcc static flag -static works... yes
[Ubuntu_18.04_x86_64] checking if gcc supports -c -o file.o... yes
[Ubuntu_18.04_x86_64] checking if gcc supports -c -o file.o... (cached) yes
[Ubuntu_18.04_x86_64] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Ubuntu_18.04_x86_64] checking whether -lc should be explicitly linked in... no
[Ubuntu_18.04_x86_64] checking dynamic linker characteristics... GNU/Linux ld.so
[Ubuntu_18.04_x86_64] checking how to hardcode library paths into programs... immediate
[Ubuntu_18.04_x86_64] checking for shl_load... (cached) no
[Ubuntu_18.04_x86_64] checking for shl_load in -ldld... (cached) no
[Ubuntu_18.04_x86_64] checking for dlopen... (cached) no
[Ubuntu_18.04_x86_64] checking for dlopen in -ldl... (cached) yes
[Ubuntu_18.04_x86_64] checking whether a program can dlopen itself... (cached) 
[Ubuntu_18.04_x86_64] checking whether stripping libraries is possible... yes
[Ubuntu_18.04_x86_64] checking if libtool supports shared libraries... yes
[Ubuntu_18.04_x86_64] checking whether to build shared libraries... yes
[Ubuntu_18.04_x86_64] checking whether to build static libraries... no
[Ubuntu_18.04_x86_64] checking how to run the C++ preprocessor... g++ -E
[Ubuntu_18.04_x86_64] checking for ld used by g++... /usr/bin/ld -m elf_x86_64
[Ubuntu_18.04_x86_64] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
[Ubuntu_18.04_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Ubuntu_18.04_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[Ubuntu_18.04_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[Ubuntu_18.04_x86_64] checking if g++ static flag -static works... yes
[MinGW] checking dependency style of g++... gcc3
[MinGW] checking for ar... ar
[MinGW] checking the archiver (ar) interface... ar
[MinGW] checking for pkg-config... no
[MinGW] checking for X... no
[MinGW] 
[MinGW] ###
[MinGW] ### Configuring hwloc core
[MinGW] ###
[MinGW] checking hwloc building mode... standalone
[MinGW] configure: hwloc builddir: /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32
[MinGW] configure: hwloc srcdir: /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be
[MinGW] configure: Detected VPATH build
[MinGW] checking for hwloc version... v1.11-20190314.0500.git550b2be
[MinGW] checking if want hwloc maintainer support... disabled
[MinGW] checking for hwloc directory prefix... (none)
[MinGW] checking for hwloc symbol prefix... hwloc_
[CentOS_6.3_x86_32]   CC       pci-common.lo
[CentOS_6.3_x86_32]   CC       diff.lo
[CentOS_6.3_x86_32]   CC       misc.lo
[CentOS_6.3_x86_32]   CC       base64.lo
[CentOS_6.3_x86_64]   CC       pci-common.lo
[CentOS_6.3_x86_64]   CC       diff.lo
[CentOS_6.3_x86_64]   CC       misc.lo
[CentOS_6.3_x86_64]   CC       base64.lo
[CentOS_7.2_x86_64]   CC       traversal.lo
[CentOS_7.2_x86_64]   CC       distances.lo
[Debian_5_x86_64]   CC       bind.lo
[Debian_5_x86_64]   CC       bitmap.lo
[Debian_5_x86_64]   CC       pci-common.lo
[Debian_6_x86_32]   CC       traversal.lo
[Debian_6_x86_32]   CC       distances.lo
[Debian_6_x86_32]   CC       components.lo
[Debian_6_x86_32] ../../src/components.c: In function ‘hwloc_plugins_init’:
[Debian_6_x86_32] ../../src/components.c:216: warning: assignment discards qualifiers from pointer target type
[Debian_7_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[Debian_7_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[Debian_7_x86_64] checking if g++ static flag -static works... yes
[Debian_7_x86_64] checking if g++ supports -c -o file.o... yes
[Debian_7_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[Debian_7_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Debian_7_x86_64] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[Debian_7_x86_64] checking how to hardcode library paths into programs... immediate
[Debian_7_x86_64] checking that generated files are newer than configure... done
[Debian_7_x86_64] configure: creating ./config.status
[Debian_7_x86_64] config.status: creating Makefile
[Debian_7_x86_64] config.status: creating include/Makefile
[Debian_7_x86_64] config.status: creating src/Makefile
[Debian_7_x86_64] config.status: creating doc/Makefile
[Debian_7_x86_64] config.status: creating doc/examples/Makefile
[Debian_7_x86_64] config.status: creating doc/doxygen-config.cfg
[Debian_7_x86_64] config.status: creating utils/Makefile
[Debian_7_x86_64] config.status: creating utils/hwloc/Makefile
[Debian_7_x86_64] config.status: creating utils/lstopo/Makefile
[Debian_7_x86_64] config.status: creating hwloc.pc
[Debian_7_x86_64] config.status: creating tests/Makefile
[Debian_7_x86_64] config.status: creating tests/linux/Makefile
[Debian_7_x86_64] config.status: creating tests/linux/allowed/Makefile
[Debian_7_x86_64] config.status: creating tests/linux/gather/Makefile
[Debian_7_x86_64] config.status: creating tests/xml/Makefile
[Debian_7_x86_64] config.status: creating tests/ports/Makefile
[Debian_7_x86_64] config.status: creating tests/rename/Makefile
[Debian_7_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[Debian_7_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[Debian_7_x86_64] config.status: creating tests/linux/test-topology.sh
[Debian_7_x86_64] config.status: creating tests/xml/test-topology.sh
[Debian_7_x86_64] config.status: creating tests/wrapper.sh
[Debian_7_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[Debian_7_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[Debian_7_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[Debian_7_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[Debian_7_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[Debian_7_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[Debian_7_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[Debian_7_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[Debian_7_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[Debian_7_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[Debian_7_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[Debian_7_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[Debian_7_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[Debian_7_x86_64] config.status: creating contrib/systemd/Makefile
[Debian_7_x86_64] config.status: creating include/private/autogen/config.h
[Debian_7_x86_64] config.status: creating include/hwloc/autogen/config.h
[Debian_7_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[Debian_7_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[Debian_7_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[Debian_7_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[Debian_7_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[Debian_7_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[Debian_7_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[Debian_7_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[Debian_7_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[Debian_7_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[Debian_7_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[Debian_8_x86_64] checking for xmlNewDoc... yes
[Debian_8_x86_64] checking for final LIBXML2 support... yes
[Debian_8_x86_64] checking for x86 cpuid... yes
[Debian_8_x86_64] checking for pthread_mutex_lock... yes
[Debian_8_x86_64] checking if plugin support is enabled... yes
[Debian_8_x86_64] checking ltdl.h usability... yes
[Debian_8_x86_64] checking ltdl.h presence... yes
[Debian_8_x86_64] checking for ltdl.h... yes
[Debian_8_x86_64] checking for lt_dlopenext in -lltdl... yes
[Debian_8_x86_64] checking for shl_load... no
[Debian_8_x86_64] checking for shl_load in -ldld... no
[Debian_8_x86_64] checking for dlopen... no
[Debian_8_x86_64] checking for dlopen in -ldl... yes
[Debian_8_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
[Debian_8_x86_64] checking components to build as plugins...  pci opencl xml_libxml
[Debian_8_x86_64] checking for a sed that does not truncate output... /bin/sed
[Debian_8_x86_64] 
[Debian_8_x86_64] ###
[Debian_8_x86_64] ### Configuring hwloc documentation
[Debian_8_x86_64] ###
[Debian_8_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[Debian_8_x86_64] checking for doxygen... /usr/bin/doxygen
[Debian_8_x86_64] checking for pdflatex... /usr/bin/pdflatex
[Debian_8_x86_64] checking for makeindex... /usr/bin/makeindex
[Debian_8_x86_64] checking for fig2dev... /usr/bin/fig2dev
[Debian_8_x86_64] checking for gs... /usr/bin/gs
[Debian_8_x86_64] checking for epstopdf... /usr/bin/epstopdf
[Debian_8_x86_64] checking if can build doxygen docs... yes
[Debian_8_x86_64] checking for w3m... /usr/bin/w3m
[Debian_8_x86_64] checking for lynx... no
[Debian_8_x86_64] checking if can build top-level README... yes
[Debian_8_x86_64] checking if will build doxygen docs... no
[Debian_8_x86_64] checking if will install doxygen docs... yes
[Debian_8_x86_64] checking whether to enable "picky" compiler mode... no (default)
[Debian_8_x86_64] 
[Debian_8_x86_64] ###
[Debian_8_x86_64] ### Configuring hwloc command line utilities
[Debian_8_x86_64] ###
[Debian_8_x86_64] checking for CAIRO... yes
[Debian_8_x86_64] checking cairo.h usability... yes
[Debian_8_x86_64] checking cairo.h presence... yes
[Debian_8_x86_64] checking for cairo.h... yes
[Debian_8_x86_64] checking for cairo_fill... yes
[Debian_8_x86_64] checking for final CAIRO support... yes
[Debian_8_x86_64] checking for wchar_t... yes
[Debian_8_x86_64] checking for putwc... yes
[Debian_8_x86_64] checking locale.h usability... yes
[Debian_8_x86_64] checking locale.h presence... yes
[Debian_8_x86_64] checking for locale.h... yes
[Debian_8_x86_64] checking for setlocale... (cached) yes
[Debian_8_x86_64] checking for uselocale... yes
[Debian_8_x86_64] checking xlocale.h usability... yes
[Debian_8_x86_64] checking xlocale.h presence... yes
[Debian_8_x86_64] checking for xlocale.h... yes
[Debian_8_x86_64] checking for setlocale... (cached) yes
[Debian_8_x86_64] checking for uselocale... (cached) yes
[Debian_8_x86_64] checking langinfo.h usability... yes
[Debian_8_x86_64] checking langinfo.h presence... yes
[Debian_8_x86_64] checking for langinfo.h... yes
[Debian_9_x86_64]   CC       traversal.lo
[Debian_9_x86_64]   CC       distances.lo
[Debian_9_x86_64_-m32]   CC       diff.lo
[Debian_9_x86_64_-m32]   CC       misc.lo
[Debian_9_x86_64_-m32]   CC       base64.lo
[Debian_9_x86_64_-m32]   CC       topology-noos.lo
[Debian_9_x86_64_-m32]   CC       topology-synthetic.lo
[Debian_9_x86_64_-m32]   CC       topology-custom.lo
[Debian_9_x86_64_-m32]   CC       topology-xml.lo
[Debian_9_x86_64_-m32]   CC       topology-xml-nolibxml.lo
[Fedora_25_x86_64]   CC       components.lo
[Fedora_25_x86_64] ../../src/components.c: In function ‘hwloc_plugins_init’:
[Fedora_25_x86_64] ../../src/components.c:216:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
[Fedora_25_x86_64]      path = env;
[Fedora_25_x86_64]           ^
[Fedora_25_x86_64]   CC       bind.lo
[Fedora_25_x86_64]   CC       bitmap.lo
[FreeBSD_11.1_x86_64]   CC       traversal.lo
[FreeBSD_11.1_x86_64]   CC       distances.lo
[FreeBSD_11.1_x86_64]   CC       components.lo
[FreeBSD_11.1_x86_64] ../../src/components.c: In function 'hwloc_plugins_init':
[FreeBSD_11.1_x86_64] ../../src/components.c:216:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[FreeBSD_11.1_x86_64]      path = env;
[FreeBSD_11.1_x86_64]           ^
[FreeBSD_11.1_x86_64]   CC       bind.lo
[NetBSD_7.1_x86_64] checking for __progname... yes
[NetBSD_7.1_x86_64] checking for pthread_t... yes
[NetBSD_7.1_x86_64] checking whether sched_getcpu is declared... no
[NetBSD_7.1_x86_64] checking whether sched_setaffinity is declared... no
[NetBSD_7.1_x86_64] checking for working CPU_SET... no
[NetBSD_7.1_x86_64] checking for working CPU_SET_S... no
[NetBSD_7.1_x86_64] checking for working syscall... yes
[NetBSD_7.1_x86_64] checking for KERRIGHED... cannot check without pkg-config
[NetBSD_7.1_x86_64] checking for lib... no
[NetBSD_7.1_x86_64] checking for bash... /usr/pkg/bin/bash
[NetBSD_7.1_x86_64] checking for ffs... yes
[NetBSD_7.1_x86_64] checking whether ffs is declared... yes
[NetBSD_7.1_x86_64] checking whether function ffs has a complete prototype... yes
[NetBSD_7.1_x86_64] checking for ffsl... no
[NetBSD_7.1_x86_64] checking for fls... no
[NetBSD_7.1_x86_64] checking for flsl... no
[NetBSD_7.1_x86_64] checking for clz... no
[NetBSD_7.1_x86_64] checking for clzl... no
[NetBSD_7.1_x86_64] checking for openat... yes
[NetBSD_7.1_x86_64] checking malloc.h usability... yes
[NetBSD_7.1_x86_64] checking malloc.h presence... yes
[NetBSD_7.1_x86_64] checking for malloc.h... yes
[NetBSD_7.1_x86_64] checking for getpagesize... yes
[NetBSD_7.1_x86_64] checking for memalign... no
[NetBSD_7.1_x86_64] checking for posix_memalign... yes
[OS_X_12] checking for fabsf in -lm... yes
[OS_X_12] checking whether modff is declared... yes
[OS_X_12] checking for modff in -lm... yes
[OS_X_12] checking picl.h usability... no
[OS_X_12] checking picl.h presence... no
[OS_X_12] checking for picl.h... no
[OS_X_12] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[OS_X_12] checking whether _SC_NPROCESSORS_CONF is declared... yes
[OS_X_12] checking whether _SC_NPROC_ONLN is declared... no
[OS_X_12] checking whether _SC_NPROC_CONF is declared... no
[OS_X_12] checking whether _SC_PAGESIZE is declared... yes
[OS_X_12] checking whether _SC_PAGE_SIZE is declared... yes
[OS_X_12] checking whether _SC_LARGE_PAGESIZE is declared... no
[OS_X_12] checking mach/mach_host.h usability... yes
[OS_X_12] checking mach/mach_host.h presence... yes
[OS_X_12] checking for mach/mach_host.h... yes
[OS_X_12] checking mach/mach_init.h usability... yes
[OS_X_12] checking mach/mach_init.h presence... yes
[OS_X_12] checking for mach/mach_init.h... yes
[OS_X_9] checking whether flsl is declared... yes
[OS_X_9] checking whether function flsl has a complete prototype... yes
[OS_X_9] checking for clz... no
[OS_X_9] checking for clzl... no
[OS_X_9] checking for openat... no
[OS_X_9] checking malloc.h usability... no
[OS_X_9] checking malloc.h presence... no
[OS_X_9] checking for malloc.h... no
[OS_X_9] checking for getpagesize... yes
[OS_X_9] checking for memalign... no
[OS_X_9] checking for posix_memalign... yes
[OS_X_9] checking sys/utsname.h usability... yes
[OS_X_9] checking sys/utsname.h presence... yes
[OS_X_9] checking for sys/utsname.h... yes
[OS_X_9] checking for uname... yes
[OS_X_9] checking valgrind/valgrind.h usability... no
[OS_X_9] checking valgrind/valgrind.h presence... no
[OS_X_9] checking for valgrind/valgrind.h... no
[OS_X_9] checking whether RUNNING_ON_VALGRIND is declared... no
[OS_X_9] checking pthread_np.h usability... no
[OS_X_9] checking pthread_np.h presence... no
[OS_X_9] checking for pthread_np.h... no
[OS_X_9] checking whether pthread_setaffinity_np is declared... no
[OS_X_9] checking whether pthread_getaffinity_np is declared... no
[OS_X_9] checking for sched_setaffinity... no
[OpenIndiana_x86_64] checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
[OpenIndiana_x86_64] checking for mt... mt
[OpenIndiana_x86_64] checking if mt is a manifest tool... no
[OpenIndiana_x86_64] checking for dlfcn.h... yes
[OpenIndiana_x86_64] checking for objdir... .libs
[OpenIndiana_x86_64] checking if gcc supports -fno-rtti -fno-exceptions... no
[OpenIndiana_x86_64] checking for gcc option to produce PIC... -fPIC -DPIC
[OpenIndiana_x86_64] checking if gcc PIC flag -fPIC -DPIC works... yes
[OpenIndiana_x86_64] checking if gcc static flag -static works... no
[OpenIndiana_x86_64] checking if gcc supports -c -o file.o... yes
[OpenIndiana_x86_64] checking if gcc supports -c -o file.o... (cached) yes
[OpenIndiana_x86_64] checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
[OpenIndiana_x86_64] checking whether -lc should be explicitly linked in... no
[OpenIndiana_x86_64] checking dynamic linker characteristics... solaris2.11 ld.so
[OpenIndiana_x86_64] checking how to hardcode library paths into programs... immediate
[OpenIndiana_x86_64] checking for shl_load... (cached) no
[OpenIndiana_x86_64] checking for shl_load in -ldld... (cached) no
[OpenIndiana_x86_64] checking for dlopen... (cached) yes
[OpenIndiana_x86_64] checking whether a program can dlopen itself... (cached) 
[OpenIndiana_x86_64] checking whether stripping libraries is possible... no
[OpenIndiana_x86_64] checking if libtool supports shared libraries... yes
[OpenIndiana_x86_64] checking whether to build shared libraries... yes
[OpenIndiana_x86_64] checking whether to build static libraries... no
[OpenIndiana_x86_64] checking how to run the C++ preprocessor... g++ -E
[OpenIndiana_x86_64] checking for ld used by g++... /usr/bin/ld
[OpenIndiana_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... no
[OpenIndiana_x86_64] checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
[OpenIndiana_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[OpenIndiana_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[OpenIndiana_x86_64] checking if g++ static flag -static works... no
[OpenIndiana_x86_64] checking if g++ supports -c -o file.o... yes
[OpenIndiana_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[OpenIndiana_x86_64] checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
[OpenIndiana_x86_64] checking dynamic linker characteristics... solaris2.11 ld.so
[OpenIndiana_x86_64] checking how to hardcode library paths into programs... immediate
[OpenIndiana_x86_64] checking that generated files are newer than configure... done
[OpenIndiana_x86_64] configure: creating ./config.status
[Ubuntu_12.04_x86_64] checking if CXX works... yes
[Ubuntu_12.04_x86_64] checking whether diff accepts -u... yes
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] ###
[Ubuntu_12.04_x86_64] ### Performing final hwloc configuration
[Ubuntu_12.04_x86_64] ###
[Ubuntu_12.04_x86_64] checking how to print strings... printf
[Ubuntu_12.04_x86_64] checking for a sed that does not truncate output... (cached) /builds/local/bin/sed
[Ubuntu_12.04_x86_64] checking for fgrep... /bin/grep -F
[Ubuntu_12.04_x86_64] checking for ld used by gcc... /usr/bin/ld
[Ubuntu_12.04_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Ubuntu_12.04_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Ubuntu_12.04_x86_64] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Ubuntu_12.04_x86_64] checking whether ln -s works... yes
[Ubuntu_12.04_x86_64] checking the maximum length of command line arguments... 1572864
[Ubuntu_12.04_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[Ubuntu_12.04_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
[Ubuntu_12.04_x86_64] checking for /usr/bin/ld option to reload object files... -r
[Ubuntu_12.04_x86_64] checking for objdump... objdump
[Ubuntu_12.04_x86_64] checking how to recognize dependent libraries... pass_all
[Ubuntu_12.04_x86_64] checking for dlltool... no
[Ubuntu_12.04_x86_64] checking how to associate runtime and link libraries... printf %s\n
[Ubuntu_12.04_x86_64] checking for archiver @FILE support... @
[Ubuntu_12.04_x86_64] checking for strip... strip
[Ubuntu_12.04_x86_64] checking for ranlib... ranlib
[Ubuntu_12.04_x86_64] checking command to parse /usr/bin/nm -B output from gcc object... ok
[Ubuntu_12.04_x86_64] checking for sysroot... no
[Ubuntu_12.04_x86_64] checking for a working dd... /bin/dd
[Ubuntu_12.04_x86_64] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[Ubuntu_12.04_x86_64] checking for mt... mt
[Ubuntu_12.04_x86_64] checking if mt is a manifest tool... no
[Ubuntu_12.04_x86_64] checking for dlfcn.h... yes
[Ubuntu_12.04_x86_64] checking for objdir... .libs
[Ubuntu_12.04_x86_64] checking if gcc supports -fno-rtti -fno-exceptions... no
[Ubuntu_12.04_x86_64] checking for gcc option to produce PIC... -fPIC -DPIC
[Ubuntu_12.04_x86_64] checking if gcc PIC flag -fPIC -DPIC works... yes
[Ubuntu_12.04_x86_64] checking if gcc static flag -static works... yes
[Ubuntu_12.04_x86_64] checking if gcc supports -c -o file.o... yes
[Ubuntu_12.04_x86_64] checking if gcc supports -c -o file.o... (cached) yes
[Ubuntu_12.04_x86_64] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Ubuntu_12.04_x86_64] checking whether -lc should be explicitly linked in... no
[Ubuntu_12.04_x86_64] checking dynamic linker characteristics... GNU/Linux ld.so
[Ubuntu_12.04_x86_64] checking how to hardcode library paths into programs... immediate
[Ubuntu_12.04_x86_64] checking for shl_load... (cached) no
[Ubuntu_12.04_x86_64] checking for shl_load in -ldld... (cached) no
[Ubuntu_12.04_x86_64] checking for dlopen... (cached) no
[Ubuntu_12.04_x86_64] checking for dlopen in -ldl... (cached) yes
[Ubuntu_12.04_x86_64] checking whether a program can dlopen itself... (cached) 
[Ubuntu_12.04_x86_64] checking whether stripping libraries is possible... yes
[Ubuntu_12.04_x86_64] checking if libtool supports shared libraries... yes
[Ubuntu_12.04_x86_64] checking whether to build shared libraries... yes
[Ubuntu_12.04_x86_64] checking whether to build static libraries... no
[Ubuntu_12.04_x86_64] checking how to run the C++ preprocessor... g++ -E
[Ubuntu_12.04_x86_64] checking for ld used by g++... /usr/bin/ld -m elf_x86_64
[Ubuntu_12.04_x86_64] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
[Ubuntu_12.04_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Ubuntu_12.04_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[Ubuntu_14.04_x86_64] config.status: creating tests/xml/test-topology.sh
[Ubuntu_14.04_x86_64] config.status: creating tests/wrapper.sh
[Ubuntu_14.04_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[Ubuntu_14.04_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[Ubuntu_14.04_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[Ubuntu_14.04_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[Ubuntu_14.04_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[Ubuntu_14.04_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[Ubuntu_14.04_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[Ubuntu_14.04_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[Ubuntu_14.04_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[Ubuntu_14.04_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[Ubuntu_14.04_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[Ubuntu_14.04_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[Ubuntu_14.04_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[Ubuntu_14.04_x86_64] config.status: creating contrib/systemd/Makefile
[Ubuntu_14.04_x86_64] config.status: creating include/private/autogen/config.h
[Ubuntu_14.04_x86_64] config.status: creating include/hwloc/autogen/config.h
[Ubuntu_14.04_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[Ubuntu_14.04_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[Ubuntu_14.04_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[Ubuntu_14.04_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[Ubuntu_14.04_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[Ubuntu_14.04_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[Ubuntu_14.04_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[Ubuntu_14.04_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[Ubuntu_14.04_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[Ubuntu_14.04_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[Ubuntu_14.04_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[Ubuntu_14.04_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[Ubuntu_14.04_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[Ubuntu_14.04_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[Ubuntu_14.04_x86_64] config.status: executing depfiles commands
[Ubuntu_14.04_x86_64] config.status: executing chmoding-scripts commands
[Ubuntu_14.04_x86_64] config.status: executing libtool commands
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] -----------------------------------------------------------------------------
[Ubuntu_14.04_x86_64] Hwloc optional build support status (more details can be found above):
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Probe / display I/O devices: PCI(pciaccess+linux)
[Ubuntu_14.04_x86_64] Graphical output (Cairo):    no
[Ubuntu_14.04_x86_64] XML input / output:          full
[Ubuntu_14.04_x86_64] libnuma memory support:      no
[Ubuntu_14.04_x86_64] Plugin support:              yes (pci xml_libxml)
[Ubuntu_14.04_x86_64] -----------------------------------------------------------------------------
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] + make
[Ubuntu_14.04_x86_64] Making all in src
[Ubuntu_14.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_14.04_x86_64]   CC       topology.lo
[Ubuntu_16.04_x86_32] config.status: executing chmoding-scripts commands
[Ubuntu_16.04_x86_32] config.status: executing libtool commands
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] -----------------------------------------------------------------------------
[Ubuntu_16.04_x86_32] Hwloc optional build support status (more details can be found above):
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Probe / display I/O devices: PCI(pciaccess+linux) OpenCL
[Ubuntu_16.04_x86_32] Graphical output (Cairo):    yes
[Ubuntu_16.04_x86_32] XML input / output:          full
[Ubuntu_16.04_x86_32] libnuma memory support:      yes
[Ubuntu_16.04_x86_32] Plugin support:              yes (pci opencl xml_libxml)
[Ubuntu_16.04_x86_32] -----------------------------------------------------------------------------
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] + make
[Ubuntu_16.04_x86_32] Making all in src
[Ubuntu_16.04_x86_32] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_16.04_x86_32]   CC       topology.lo
[Ubuntu_16.04_x86_64] config.status: executing chmoding-scripts commands
[Ubuntu_16.04_x86_64] config.status: executing libtool commands
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] -----------------------------------------------------------------------------
[Ubuntu_16.04_x86_64] Hwloc optional build support status (more details can be found above):
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Probe / display I/O devices: PCI(pciaccess+linux)
[Ubuntu_16.04_x86_64] Graphical output (Cairo):    yes
[Ubuntu_16.04_x86_64] XML input / output:          full
[Ubuntu_16.04_x86_64] libnuma memory support:      yes
[Ubuntu_16.04_x86_64] Plugin support:              yes (pci xml_libxml)
[Ubuntu_16.04_x86_64] -----------------------------------------------------------------------------
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] + make
[Ubuntu_16.04_x86_64] Making all in src
[Ubuntu_16.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_16.04_x86_64]   CC       topology.lo
[Ubuntu_18.04_x86_64] checking if g++ supports -c -o file.o... yes
[Ubuntu_18.04_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[Ubuntu_18.04_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Ubuntu_18.04_x86_64] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[Ubuntu_18.04_x86_64] checking how to hardcode library paths into programs... immediate
[Ubuntu_18.04_x86_64] checking that generated files are newer than configure... done
[Ubuntu_18.04_x86_64] configure: creating ./config.status
[Ubuntu_18.04_x86_64] config.status: creating Makefile
[Ubuntu_18.04_x86_64] config.status: creating include/Makefile
[Ubuntu_18.04_x86_64] config.status: creating src/Makefile
[Ubuntu_18.04_x86_64] config.status: creating doc/Makefile
[Ubuntu_18.04_x86_64] config.status: creating doc/examples/Makefile
[Ubuntu_18.04_x86_64] config.status: creating doc/doxygen-config.cfg
[Ubuntu_18.04_x86_64] config.status: creating utils/Makefile
[Ubuntu_18.04_x86_64] config.status: creating utils/hwloc/Makefile
[Ubuntu_18.04_x86_64] config.status: creating utils/lstopo/Makefile
[Ubuntu_18.04_x86_64] config.status: creating hwloc.pc
[Ubuntu_18.04_x86_64] config.status: creating tests/Makefile
[Ubuntu_18.04_x86_64] config.status: creating tests/linux/Makefile
[Ubuntu_18.04_x86_64] config.status: creating tests/linux/allowed/Makefile
[Ubuntu_18.04_x86_64] config.status: creating tests/linux/gather/Makefile
[Ubuntu_18.04_x86_64] config.status: creating tests/xml/Makefile
[Ubuntu_18.04_x86_64] config.status: creating tests/ports/Makefile
[Ubuntu_18.04_x86_64] config.status: creating tests/rename/Makefile
[Ubuntu_18.04_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[Ubuntu_18.04_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[Ubuntu_18.04_x86_64] config.status: creating tests/linux/test-topology.sh
[Ubuntu_18.04_x86_64] config.status: creating tests/xml/test-topology.sh
[Ubuntu_18.04_x86_64] config.status: creating tests/wrapper.sh
[Ubuntu_18.04_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[Ubuntu_18.04_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[Ubuntu_18.04_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[Ubuntu_18.04_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[Ubuntu_18.04_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[Ubuntu_18.04_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[Ubuntu_18.04_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[Ubuntu_18.04_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[Ubuntu_18.04_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[Ubuntu_18.04_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[Ubuntu_18.04_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[MinGW] checking size of void *... 4
[MinGW] checking which OS support to include... Windows
[MinGW] checking which CPU support to include... x86_32
[MinGW] checking size of unsigned long... 4
[MinGW] checking size of unsigned int... 4
[CentOS_6.3_x86_32]   CC       topology-noos.lo
[CentOS_6.3_x86_32]   CC       topology-synthetic.lo
[CentOS_6.3_x86_32]   CC       topology-custom.lo
[CentOS_6.3_x86_32]   CC       topology-xml.lo
[CentOS_6.3_x86_64]   CC       topology-noos.lo
[CentOS_6.3_x86_64]   CC       topology-synthetic.lo
[CentOS_6.3_x86_64]   CC       topology-custom.lo
[CentOS_6.3_x86_64]   CC       topology-xml.lo
[CentOS_7.2_x86_64]   CC       components.lo
[CentOS_7.2_x86_64] ../../src/components.c: In function ‘hwloc_plugins_init’:
[CentOS_7.2_x86_64] ../../src/components.c:216:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
[CentOS_7.2_x86_64]      path = env;
[CentOS_7.2_x86_64]           ^
[CentOS_7.2_x86_64]   CC       bind.lo
[CentOS_7.2_x86_64]   CC       bitmap.lo
[Debian_5_x86_64]   CC       diff.lo
[Debian_5_x86_64]   CC       misc.lo
[Debian_5_x86_64]   CC       base64.lo
[Debian_5_x86_64]   CC       topology-noos.lo
[Debian_5_x86_64]   CC       topology-synthetic.lo
[Debian_6_x86_32]   CC       bind.lo
[Debian_6_x86_32]   CC       bitmap.lo
[Debian_6_x86_32]   CC       pci-common.lo
[Debian_7_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[Debian_7_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[Debian_7_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[Debian_7_x86_64] config.status: executing depfiles commands
[Debian_7_x86_64] config.status: executing chmoding-scripts commands
[Debian_7_x86_64] config.status: executing libtool commands
[Debian_7_x86_64] 
[Debian_7_x86_64] -----------------------------------------------------------------------------
[Debian_7_x86_64] Hwloc optional build support status (more details can be found above):
[Debian_7_x86_64] 
[Debian_7_x86_64] Probe / display I/O devices: PCI(pciaccess+linux)
[Debian_7_x86_64] Graphical output (Cairo):    yes
[Debian_7_x86_64] XML input / output:          full
[Debian_7_x86_64] libnuma memory support:      yes
[Debian_7_x86_64] Plugin support:              yes (pci xml_libxml)
[Debian_7_x86_64] -----------------------------------------------------------------------------
[Debian_7_x86_64] 
[Debian_7_x86_64] + make
[Debian_7_x86_64] Making all in src
[Debian_7_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_7_x86_64]   CC       topology.lo
[Debian_8_x86_64] checking for nl_langinfo... yes
[Debian_8_x86_64] checking termcap support using ncurses and ... no
[Debian_8_x86_64] checking termcap support using ncurses and -ltermcap... yes
[Debian_8_x86_64] checking whether diff accepts -u... yes
[Debian_8_x86_64] checking whether diff accepts -w... yes
[Debian_8_x86_64] checking time.h usability... yes
[Debian_8_x86_64] checking time.h presence... yes
[Debian_8_x86_64] checking for time.h... yes
[Debian_8_x86_64] checking for clock_gettime... yes
[Debian_8_x86_64] 
[Debian_8_x86_64] ###
[Debian_8_x86_64] ### Configuring hwloc tests
[Debian_8_x86_64] ###
[Debian_8_x86_64] checking for pthread_self in -lpthread... yes
[Debian_8_x86_64] checking for numa_available in -lnuma... (cached) yes
[Debian_8_x86_64] checking whether numa_bitmask_alloc is declared... yes
[Debian_8_x86_64] checking for stdlib.h... (cached) yes
[Debian_8_x86_64] checking for mkstemp... yes
[Debian_8_x86_64] checking infiniband/verbs.h usability... yes
[Debian_8_x86_64] checking infiniband/verbs.h presence... yes
[Debian_8_x86_64] checking for infiniband/verbs.h... yes
[Debian_8_x86_64] checking for ibv_open_device in -libverbs... yes
[Debian_8_x86_64] checking myriexpress.h usability... no
[Debian_8_x86_64] checking myriexpress.h presence... no
[Debian_8_x86_64] checking for myriexpress.h... no
[Debian_8_x86_64] checking for xmllint... xmllint
[Debian_8_x86_64] checking for bunzip2... bunzip2
[Debian_8_x86_64] checking if CXX works... yes
[Debian_8_x86_64] checking whether diff accepts -u... yes
[Debian_8_x86_64] 
[Debian_8_x86_64] ###
[Debian_8_x86_64] ### Performing final hwloc configuration
[Debian_8_x86_64] ###
[Debian_8_x86_64] checking how to print strings... printf
[Debian_8_x86_64] checking for a sed that does not truncate output... (cached) /bin/sed
[Debian_8_x86_64] checking for fgrep... /bin/grep -F
[Debian_8_x86_64] checking for ld used by gcc... /usr/bin/ld
[Debian_8_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Debian_8_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Debian_8_x86_64] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Debian_8_x86_64] checking whether ln -s works... yes
[Debian_8_x86_64] checking the maximum length of command line arguments... 1572864
[Debian_8_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[Debian_8_x86_64] checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
[Debian_8_x86_64] checking for /usr/bin/ld option to reload object files... -r
[Debian_8_x86_64] checking for objdump... objdump
[Debian_8_x86_64] checking how to recognize dependent libraries... pass_all
[Debian_8_x86_64] checking for dlltool... no
[Debian_8_x86_64] checking how to associate runtime and link libraries... printf %s\n
[Debian_8_x86_64] checking for archiver @FILE support... @
[Debian_8_x86_64] checking for strip... strip
[Debian_8_x86_64] checking for ranlib... ranlib
[Debian_9_x86_64]   CC       components.lo
[Debian_9_x86_64] ../../src/components.c: In function ‘hwloc_plugins_init’:
[Debian_9_x86_64] ../../src/components.c:216:10: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
[Debian_9_x86_64]      path = env;
[Debian_9_x86_64]           ^
[Debian_9_x86_64]   CC       bind.lo
[Debian_9_x86_64]   CC       bitmap.lo
[Debian_9_x86_64_-m32]   CC       topology-linux.lo
[Debian_9_x86_64_-m32]   CC       topology-hardwired.lo
[Debian_9_x86_64_-m32]   CC       topology-x86.lo
[Fedora_25_x86_64]   CC       pci-common.lo
[Fedora_25_x86_64]   CC       diff.lo
[Fedora_25_x86_64]   CC       misc.lo
[FreeBSD_11.1_x86_64]   CC       bitmap.lo
[FreeBSD_11.1_x86_64]   CC       pci-common.lo
[NetBSD_7.1_x86_64] checking sys/utsname.h usability... yes
[NetBSD_7.1_x86_64] checking sys/utsname.h presence... yes
[NetBSD_7.1_x86_64] checking for sys/utsname.h... yes
[NetBSD_7.1_x86_64] checking for uname... yes
[NetBSD_7.1_x86_64] checking valgrind/valgrind.h usability... no
[NetBSD_7.1_x86_64] checking valgrind/valgrind.h presence... no
[NetBSD_7.1_x86_64] checking for valgrind/valgrind.h... no
[NetBSD_7.1_x86_64] checking whether RUNNING_ON_VALGRIND is declared... no
[NetBSD_7.1_x86_64] checking pthread_np.h usability... no
[NetBSD_7.1_x86_64] checking pthread_np.h presence... no
[NetBSD_7.1_x86_64] checking for pthread_np.h... no
[NetBSD_7.1_x86_64] checking whether pthread_setaffinity_np is declared... yes
[NetBSD_7.1_x86_64] checking whether pthread_getaffinity_np is declared... yes
[NetBSD_7.1_x86_64] checking for sched_setaffinity... no
[NetBSD_7.1_x86_64] checking for sys/cpuset.h... no
[NetBSD_7.1_x86_64] checking for cpuset_setaffinity... no
[NetBSD_7.1_x86_64] checking for library containing pthread_getthrds_np... no
[NetBSD_7.1_x86_64] checking for cpuset_setid... no
[NetBSD_7.1_x86_64] checking numaif.h usability... no
[NetBSD_7.1_x86_64] checking numaif.h presence... no
[NetBSD_7.1_x86_64] checking for numaif.h... no
[OS_X_12] checking for host_info... yes
[OS_X_12] checking sys/param.h usability... yes
[OS_X_12] checking sys/param.h presence... yes
[OS_X_12] checking for sys/param.h... yes
[OS_X_12] checking for sys/sysctl.h... yes
[OS_X_12] checking whether CTL_HW is declared... yes
[OS_X_12] checking whether HW_NCPU is declared... yes
[OS_X_12] checking whether strtoull is declared... yes
[OS_X_12] checking for ssize_t... yes
[OS_X_9] checking for sys/cpuset.h... no
[OS_X_9] checking for cpuset_setaffinity... no
[OS_X_9] checking for library containing pthread_getthrds_np... no
[OS_X_9] checking for cpuset_setid... no
[OS_X_9] checking numaif.h usability... no
[OS_X_9] checking numaif.h presence... no
[OS_X_9] checking for numaif.h... no
[OS_X_9] checking libudev.h usability... no
[OS_X_9] checking libudev.h presence... no
[OS_X_9] checking for libudev.h... no
[OS_X_9] checking for PCIACCESS... no
[OS_X_9] checking pciaccess.h usability... no
[OS_X_9] checking pciaccess.h presence... no
[OS_X_9] checking for pciaccess.h... no
[OS_X_9] checking OpenCL/cl_ext.h usability... yes
[OS_X_9] checking OpenCL/cl_ext.h presence... yes
[OS_X_9] checking for OpenCL/cl_ext.h... yes
[OS_X_9] checking for the OpenCL framework... yes
[OS_X_9] checking whether CL_DEVICE_TOPOLOGY_AMD is declared... no
[OS_X_9] checking cuda.h usability... no
[OS_X_9] checking cuda.h presence... no
[OS_X_9] checking for cuda.h... no
[OS_X_9] checking cuda_runtime_api.h usability... no
[OS_X_9] checking cuda_runtime_api.h presence... no
[OS_X_9] checking for cuda_runtime_api.h... no
[OS_X_9] checking nvml.h usability... no
[OS_X_9] checking nvml.h presence... no
[OS_X_9] checking for nvml.h... no
[OpenIndiana_x86_64] config.status: creating Makefile
[OpenIndiana_x86_64] config.status: creating include/Makefile
[OpenIndiana_x86_64] config.status: creating src/Makefile
[OpenIndiana_x86_64] config.status: creating doc/Makefile
[OpenIndiana_x86_64] config.status: creating doc/examples/Makefile
[OpenIndiana_x86_64] config.status: creating doc/doxygen-config.cfg
[OpenIndiana_x86_64] config.status: creating utils/Makefile
[OpenIndiana_x86_64] config.status: creating utils/hwloc/Makefile
[OpenIndiana_x86_64] config.status: creating utils/lstopo/Makefile
[OpenIndiana_x86_64] config.status: creating hwloc.pc
[OpenIndiana_x86_64] config.status: creating tests/Makefile
[OpenIndiana_x86_64] config.status: creating tests/linux/Makefile
[OpenIndiana_x86_64] config.status: creating tests/linux/allowed/Makefile
[OpenIndiana_x86_64] config.status: creating tests/linux/gather/Makefile
[OpenIndiana_x86_64] config.status: creating tests/xml/Makefile
[OpenIndiana_x86_64] config.status: creating tests/ports/Makefile
[OpenIndiana_x86_64] config.status: creating tests/rename/Makefile
[OpenIndiana_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[OpenIndiana_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[OpenIndiana_x86_64] config.status: creating tests/linux/test-topology.sh
[OpenIndiana_x86_64] config.status: creating tests/xml/test-topology.sh
[OpenIndiana_x86_64] config.status: creating tests/wrapper.sh
[OpenIndiana_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[OpenIndiana_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[OpenIndiana_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[OpenIndiana_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[OpenIndiana_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[Ubuntu_12.04_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[Ubuntu_12.04_x86_64] checking if g++ static flag -static works... yes
[Ubuntu_12.04_x86_64] checking if g++ supports -c -o file.o... yes
[Ubuntu_12.04_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[Ubuntu_12.04_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Ubuntu_12.04_x86_64] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[Ubuntu_12.04_x86_64] checking how to hardcode library paths into programs... immediate
[Ubuntu_12.04_x86_64] checking that generated files are newer than configure... done
[Ubuntu_12.04_x86_64] configure: creating ./config.status
[Ubuntu_12.04_x86_64] config.status: creating Makefile
[Ubuntu_12.04_x86_64] config.status: creating include/Makefile
[Ubuntu_12.04_x86_64] config.status: creating src/Makefile
[Ubuntu_12.04_x86_64] config.status: creating doc/Makefile
[Ubuntu_12.04_x86_64] config.status: creating doc/examples/Makefile
[Ubuntu_12.04_x86_64] config.status: creating doc/doxygen-config.cfg
[Ubuntu_12.04_x86_64] config.status: creating utils/Makefile
[Ubuntu_12.04_x86_64] config.status: creating utils/hwloc/Makefile
[Ubuntu_12.04_x86_64] config.status: creating utils/lstopo/Makefile
[Ubuntu_12.04_x86_64] config.status: creating hwloc.pc
[Ubuntu_12.04_x86_64] config.status: creating tests/Makefile
[Ubuntu_12.04_x86_64] config.status: creating tests/linux/Makefile
[Ubuntu_12.04_x86_64] config.status: creating tests/linux/allowed/Makefile
[Ubuntu_12.04_x86_64] config.status: creating tests/linux/gather/Makefile
[Ubuntu_12.04_x86_64] config.status: creating tests/xml/Makefile
[Ubuntu_12.04_x86_64] config.status: creating tests/ports/Makefile
[Ubuntu_12.04_x86_64] config.status: creating tests/rename/Makefile
[Ubuntu_12.04_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[Ubuntu_12.04_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[Ubuntu_12.04_x86_64] config.status: creating tests/linux/test-topology.sh
[Ubuntu_12.04_x86_64] config.status: creating tests/xml/test-topology.sh
[Ubuntu_12.04_x86_64] config.status: creating tests/wrapper.sh
[Ubuntu_12.04_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[Ubuntu_12.04_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[Ubuntu_12.04_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[Ubuntu_12.04_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[Ubuntu_12.04_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[Ubuntu_12.04_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[Ubuntu_12.04_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[Ubuntu_12.04_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[Ubuntu_12.04_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[Ubuntu_12.04_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[Ubuntu_12.04_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[Ubuntu_12.04_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[Ubuntu_12.04_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[Ubuntu_12.04_x86_64] config.status: creating contrib/systemd/Makefile
[Ubuntu_14.04_x86_64]   CC       traversal.lo
[Ubuntu_14.04_x86_64]   CC       distances.lo
[Ubuntu_16.04_x86_32]   CC       traversal.lo
[Ubuntu_16.04_x86_32]   CC       distances.lo
[Ubuntu_16.04_x86_64]   CC       traversal.lo
[Ubuntu_16.04_x86_64]   CC       distances.lo
[Ubuntu_18.04_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[Ubuntu_18.04_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[Ubuntu_18.04_x86_64] config.status: creating contrib/systemd/Makefile
[Ubuntu_18.04_x86_64] config.status: creating include/private/autogen/config.h
[Ubuntu_18.04_x86_64] config.status: creating include/hwloc/autogen/config.h
[Ubuntu_18.04_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[Ubuntu_18.04_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[Ubuntu_18.04_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[Ubuntu_18.04_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[Ubuntu_18.04_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[Ubuntu_18.04_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[Ubuntu_18.04_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[Ubuntu_18.04_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[Ubuntu_18.04_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[Ubuntu_18.04_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[Ubuntu_18.04_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[Ubuntu_18.04_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[Ubuntu_18.04_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[Ubuntu_18.04_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[Ubuntu_18.04_x86_64] config.status: executing depfiles commands
[Ubuntu_18.04_x86_64] config.status: executing chmoding-scripts commands
[Ubuntu_18.04_x86_64] config.status: executing libtool commands
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] -----------------------------------------------------------------------------
[Ubuntu_18.04_x86_64] Hwloc optional build support status (more details can be found above):
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Probe / display I/O devices: PCI(pciaccess+linux) OpenCL
[Ubuntu_18.04_x86_64] Graphical output (Cairo):    yes
[Ubuntu_18.04_x86_64] XML input / output:          full
[Ubuntu_18.04_x86_64] libnuma memory support:      yes
[Ubuntu_18.04_x86_64] Plugin support:              yes (pci opencl xml_libxml)
[Ubuntu_18.04_x86_64] -----------------------------------------------------------------------------
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] + make
[Ubuntu_18.04_x86_64] Making all in src
[Ubuntu_18.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_18.04_x86_64]   CC       topology.lo
[MinGW] checking for the C compiler vendor... gnu
[MinGW] checking for __attribute__... yes
[MinGW] checking for __attribute__(aligned)... yes
[MinGW] checking for __attribute__(always_inline)... yes
[MinGW] checking for __attribute__(cold)... yes
[MinGW] checking for __attribute__(const)... yes
[MinGW] checking for __attribute__(deprecated)... yes
[CentOS_6.3_x86_32]   CC       topology-xml-nolibxml.lo
[CentOS_6.3_x86_32]   CC       topology-linux.lo
[CentOS_6.3_x86_64]   CC       topology-xml-nolibxml.lo
[CentOS_6.3_x86_64]   CC       topology-linux.lo
[CentOS_7.2_x86_64]   CC       pci-common.lo
[CentOS_7.2_x86_64]   CC       diff.lo
[CentOS_7.2_x86_64]   CC       misc.lo
[Debian_5_x86_64]   CC       topology-custom.lo
[Debian_5_x86_64]   CC       topology-xml.lo
[Debian_5_x86_64]   CC       topology-xml-nolibxml.lo
[Debian_5_x86_64]   CC       topology-linux.lo
[Debian_6_x86_32]   CC       diff.lo
[Debian_6_x86_32]   CC       misc.lo
[Debian_6_x86_32]   CC       base64.lo
[Debian_6_x86_32]   CC       topology-noos.lo
[Debian_7_x86_64]   CC       traversal.lo
[Debian_7_x86_64]   CC       distances.lo
[Debian_8_x86_64] checking command to parse /usr/bin/nm -B output from gcc object... ok
[Debian_8_x86_64] checking for sysroot... no
[Debian_8_x86_64] checking for a working dd... /bin/dd
[Debian_8_x86_64] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[Debian_8_x86_64] checking for mt... mt
[Debian_8_x86_64] checking if mt is a manifest tool... no
[Debian_8_x86_64] checking for dlfcn.h... yes
[Debian_8_x86_64] checking for objdir... .libs
[Debian_8_x86_64] checking if gcc supports -fno-rtti -fno-exceptions... no
[Debian_8_x86_64] checking for gcc option to produce PIC... -fPIC -DPIC
[Debian_8_x86_64] checking if gcc PIC flag -fPIC -DPIC works... yes
[Debian_8_x86_64] checking if gcc static flag -static works... yes
[Debian_8_x86_64] checking if gcc supports -c -o file.o... yes
[Debian_8_x86_64] checking if gcc supports -c -o file.o... (cached) yes
[Debian_8_x86_64] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Debian_8_x86_64] checking whether -lc should be explicitly linked in... no
[Debian_8_x86_64] checking dynamic linker characteristics... GNU/Linux ld.so
[Debian_8_x86_64] checking how to hardcode library paths into programs... immediate
[Debian_8_x86_64] checking for shl_load... (cached) no
[Debian_8_x86_64] checking for shl_load in -ldld... (cached) no
[Debian_8_x86_64] checking for dlopen... (cached) no
[Debian_8_x86_64] checking for dlopen in -ldl... (cached) yes
[Debian_8_x86_64] checking whether a program can dlopen itself... (cached) 
[Debian_8_x86_64] checking whether stripping libraries is possible... yes
[Debian_8_x86_64] checking if libtool supports shared libraries... yes
[Debian_8_x86_64] checking whether to build shared libraries... yes
[Debian_8_x86_64] checking whether to build static libraries... no
[Debian_8_x86_64] checking how to run the C++ preprocessor... g++ -E
[Debian_8_x86_64] checking for ld used by g++... /usr/bin/ld -m elf_x86_64
[Debian_8_x86_64] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
[Debian_8_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Debian_8_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[Debian_8_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[Debian_9_x86_64]   CC       pci-common.lo
[Debian_9_x86_64]   CC       diff.lo
[Debian_9_x86_64]   CC       misc.lo
[Debian_9_x86_64_-m32]   CCLD     libhwloc.la
[Debian_9_x86_64_-m32]   CC       hwloc_pci_la-topology-pci.lo
[Debian_9_x86_64_-m32]   CCLD     hwloc_pci.la
[Debian_9_x86_64_-m32] make[1]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_9_x86_64_-m32] Making all in include
[Debian_9_x86_64_-m32] make[1]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_9_x86_64_-m32] make[1]: Nothing to be done for 'all'.
[Debian_9_x86_64_-m32] make[1]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_9_x86_64_-m32] Making all in utils
[Debian_9_x86_64_-m32] make[1]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64_-m32] Making all in hwloc
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64_-m32]   CC       hwloc-annotate.o
[Debian_9_x86_64_-m32]   CCLD     hwloc-annotate
[Debian_9_x86_64_-m32]   CC       hwloc-assembler.o
[Debian_9_x86_64_-m32]   CCLD     hwloc-assembler
[Debian_9_x86_64_-m32]   CC       hwloc-bind.o
[Debian_9_x86_64_-m32]   CCLD     hwloc-bind
[Debian_9_x86_64_-m32]   CC       hwloc-calc.o
[Debian_9_x86_64_-m32]   CCLD     hwloc-calc
[Debian_9_x86_64_-m32]   CC       hwloc-diff.o
[Fedora_25_x86_64]   CC       base64.lo
[Fedora_25_x86_64]   CC       topology-noos.lo
[Fedora_25_x86_64]   CC       topology-synthetic.lo
[Fedora_25_x86_64]   CC       topology-custom.lo
[Fedora_25_x86_64]   CC       topology-xml.lo
[FreeBSD_11.1_x86_64]   CC       diff.lo
[FreeBSD_11.1_x86_64]   CC       misc.lo
[FreeBSD_11.1_x86_64]   CC       base64.lo
[FreeBSD_11.1_x86_64]   CC       topology-noos.lo
[FreeBSD_11.1_x86_64]   CC       topology-synthetic.lo
[NetBSD_7.1_x86_64] checking libudev.h usability... no
[NetBSD_7.1_x86_64] checking libudev.h presence... no
[NetBSD_7.1_x86_64] checking for libudev.h... no
[NetBSD_7.1_x86_64] checking for PCIACCESS... cannot check without pkg-config
[NetBSD_7.1_x86_64] checking pciaccess.h usability... no
[NetBSD_7.1_x86_64] checking pciaccess.h presence... no
[NetBSD_7.1_x86_64] checking for pciaccess.h... no
[NetBSD_7.1_x86_64] checking CL/cl_ext.h usability... no
[NetBSD_7.1_x86_64] checking CL/cl_ext.h presence... no
[NetBSD_7.1_x86_64] checking for CL/cl_ext.h... no
[NetBSD_7.1_x86_64] checking cuda.h usability... no
[NetBSD_7.1_x86_64] checking cuda.h presence... no
[NetBSD_7.1_x86_64] checking for cuda.h... no
[NetBSD_7.1_x86_64] checking cuda_runtime_api.h usability... no
[NetBSD_7.1_x86_64] checking cuda_runtime_api.h presence... no
[NetBSD_7.1_x86_64] checking for cuda_runtime_api.h... no
[NetBSD_7.1_x86_64] checking nvml.h usability... no
[NetBSD_7.1_x86_64] checking nvml.h presence... no
[NetBSD_7.1_x86_64] checking for nvml.h... no
[NetBSD_7.1_x86_64] checking X11/Xlib.h usability... no
[NetBSD_7.1_x86_64] checking X11/Xlib.h presence... no
[NetBSD_7.1_x86_64] checking for X11/Xlib.h... no
[NetBSD_7.1_x86_64] configure: WARNING: X11 not found; GL disabled
[NetBSD_7.1_x86_64] checking NVCtrl/NVCtrl.h usability... no
[NetBSD_7.1_x86_64] checking NVCtrl/NVCtrl.h presence... no
[NetBSD_7.1_x86_64] checking for NVCtrl/NVCtrl.h... no
[NetBSD_7.1_x86_64] checking for LIBXML2... cannot check without pkg-config
[NetBSD_7.1_x86_64] checking for x86 cpuid... yes
[NetBSD_7.1_x86_64] checking for pthread_mutex_lock... no
[NetBSD_7.1_x86_64] checking for pthread_mutex_lock with -lpthread... yes
[NetBSD_7.1_x86_64] checking if plugin support is enabled... yes
[NetBSD_7.1_x86_64] checking ltdl.h usability... yes
[NetBSD_7.1_x86_64] checking ltdl.h presence... yes
[NetBSD_7.1_x86_64] checking for ltdl.h... yes
[NetBSD_7.1_x86_64] checking for lt_dlopenext in -lltdl... yes
[NetBSD_7.1_x86_64] checking for shl_load... no
[NetBSD_7.1_x86_64] checking for shl_load in -ldld... no
[NetBSD_7.1_x86_64] checking for dlopen... yes
[NetBSD_7.1_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml netbsd x86
[NetBSD_7.1_x86_64] checking components to build as plugins... 
[OS_X_12] checking whether snprintf is declared... yes
[OS_X_12] checking whether _strdup is declared... no
[OS_X_12] checking whether _putenv is declared... no
[OS_X_12] checking for sysctl... yes
[OS_X_12] checking for sysctlbyname... yes
[OS_X_12] checking whether getprogname is declared... yes
[OS_X_12] checking whether getexecname is declared... no
[OS_X_12] checking whether GetModuleFileName is declared... no
[OS_X_12] checking for program_invocation_name... no
[OS_X_12] checking for __progname... yes
[OS_X_12] checking for pthread_t... yes
[OS_X_12] checking whether sched_getcpu is declared... no
[OS_X_12] checking whether sched_setaffinity is declared... no
[OS_X_9] checking X11/Xlib.h usability... no
[OS_X_9] checking X11/Xlib.h presence... no
[OS_X_9] checking for X11/Xlib.h... no
[OS_X_9] configure: WARNING: X11 not found; GL disabled
[OS_X_9] checking NVCtrl/NVCtrl.h usability... no
[OS_X_9] checking NVCtrl/NVCtrl.h presence... no
[OS_X_9] checking for NVCtrl/NVCtrl.h... no
[OS_X_9] checking for LIBXML2... yes
[OS_X_9] checking libxml/parser.h usability... yes
[OS_X_9] checking libxml/parser.h presence... yes
[OS_X_9] checking for libxml/parser.h... yes
[OS_X_9] checking for xmlNewDoc... yes
[OS_X_9] checking for final LIBXML2 support... yes
[OS_X_9] checking for x86 cpuid... yes
[OS_X_9] checking for pthread_mutex_lock... yes
[OS_X_9] checking if plugin support is enabled... yes
[OS_X_9] checking ltdl.h usability... yes
[OS_X_9] checking ltdl.h presence... yes
[OS_X_9] checking for ltdl.h... yes
[OS_X_9] checking for lt_dlopenext in -lltdl... yes
[OS_X_9] checking for dlopen in -ldl... yes
[OS_X_9] checking components to build statically...  noos xml synthetic custom xml_nolibxml darwin x86
[OS_X_9] checking components to build as plugins...  xml_libxml
[OpenIndiana_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[OpenIndiana_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[OpenIndiana_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[OpenIndiana_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[OpenIndiana_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[OpenIndiana_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[OpenIndiana_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[OpenIndiana_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[OpenIndiana_x86_64] config.status: creating contrib/systemd/Makefile
[OpenIndiana_x86_64] config.status: creating include/private/autogen/config.h
[OpenIndiana_x86_64] config.status: creating include/hwloc/autogen/config.h
[OpenIndiana_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[OpenIndiana_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[OpenIndiana_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[OpenIndiana_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[OpenIndiana_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[OpenIndiana_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[OpenIndiana_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[OpenIndiana_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[OpenIndiana_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[OpenIndiana_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[OpenIndiana_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[OpenIndiana_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[OpenIndiana_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[OpenIndiana_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[OpenIndiana_x86_64] config.status: executing depfiles commands
[OpenIndiana_x86_64] config.status: executing chmoding-scripts commands
[OpenIndiana_x86_64] config.status: executing libtool commands
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] ************************************************************************
[OpenIndiana_x86_64] Could not detect/enable some features such as libxml2 and Cairo support
[OpenIndiana_x86_64] because pkg-config isn't available.
[OpenIndiana_x86_64] ************************************************************************
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] -----------------------------------------------------------------------------
[OpenIndiana_x86_64] Hwloc optional build support status (more details can be found above):
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] Probe / display I/O devices: PCI(pciaccess)
[OpenIndiana_x86_64] Graphical output (Cairo):    no
[OpenIndiana_x86_64] XML input / output:          basic
[OpenIndiana_x86_64] Plugin support:              yes (pci)
[OpenIndiana_x86_64] -----------------------------------------------------------------------------
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] + make
[OpenIndiana_x86_64] Making all in src
[OpenIndiana_x86_64]   CC       topology.lo
[Ubuntu_12.04_x86_64] config.status: creating include/private/autogen/config.h
[Ubuntu_12.04_x86_64] config.status: creating include/hwloc/autogen/config.h
[Ubuntu_12.04_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[Ubuntu_12.04_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[Ubuntu_12.04_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[Ubuntu_12.04_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[Ubuntu_12.04_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[Ubuntu_12.04_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[Ubuntu_12.04_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[Ubuntu_12.04_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[Ubuntu_12.04_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[Ubuntu_12.04_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[Ubuntu_12.04_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[Ubuntu_12.04_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[Ubuntu_12.04_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[Ubuntu_12.04_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[Ubuntu_12.04_x86_64] config.status: executing depfiles commands
[Ubuntu_12.04_x86_64] config.status: executing chmoding-scripts commands
[Ubuntu_12.04_x86_64] config.status: executing libtool commands
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] -----------------------------------------------------------------------------
[Ubuntu_12.04_x86_64] Hwloc optional build support status (more details can be found above):
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Probe / display I/O devices: PCI(pciaccess+linux)
[Ubuntu_12.04_x86_64] Graphical output (Cairo):    yes
[Ubuntu_12.04_x86_64] XML input / output:          full
[Ubuntu_12.04_x86_64] libnuma memory support:      yes
[Ubuntu_12.04_x86_64] Plugin support:              yes (pci xml_libxml)
[Ubuntu_12.04_x86_64] -----------------------------------------------------------------------------
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] + make
[Ubuntu_12.04_x86_64] Making all in src
[Ubuntu_12.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_12.04_x86_64]   CC       topology.lo
[Ubuntu_14.04_x86_64]   CC       components.lo
[Ubuntu_14.04_x86_64] ../../src/components.c: In function ‘hwloc_plugins_init’:
[Ubuntu_14.04_x86_64] ../../src/components.c:216:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
[Ubuntu_14.04_x86_64]      path = env;
[Ubuntu_14.04_x86_64]           ^
[Ubuntu_14.04_x86_64]   CC       bind.lo
[Ubuntu_16.04_x86_32]   CC       components.lo
[Ubuntu_16.04_x86_32] ../../src/components.c: In function 'hwloc_plugins_init':
[Ubuntu_16.04_x86_32] ../../src/components.c:216:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[Ubuntu_16.04_x86_32]      path = env;
[Ubuntu_16.04_x86_32]           ^
[Ubuntu_16.04_x86_32]   CC       bind.lo
[Ubuntu_16.04_x86_32]   CC       bitmap.lo
[Ubuntu_16.04_x86_64]   CC       components.lo
[Ubuntu_16.04_x86_64] ../../src/components.c: In function 'hwloc_plugins_init':
[Ubuntu_16.04_x86_64] ../../src/components.c:216:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[Ubuntu_16.04_x86_64]      path = env;
[Ubuntu_16.04_x86_64]           ^
[Ubuntu_16.04_x86_64]   CC       bind.lo
[Ubuntu_16.04_x86_64]   CC       bitmap.lo
[Ubuntu_18.04_x86_64]   CC       traversal.lo
[Ubuntu_18.04_x86_64]   CC       distances.lo
[MinGW] checking for __attribute__(format)... yes
[MinGW] checking for __attribute__(hot)... yes
[MinGW] checking for __attribute__(malloc)... yes
[MinGW] checking for __attribute__(may_alias)... yes
[MinGW] checking for __attribute__(no_instrument_function)... yes
[CentOS_7.2_x86_64]   CC       base64.lo
[CentOS_7.2_x86_64]   CC       topology-noos.lo
[CentOS_7.2_x86_64]   CC       topology-synthetic.lo
[CentOS_7.2_x86_64]   CC       topology-custom.lo
[CentOS_7.2_x86_64]   CC       topology-xml.lo
[Debian_6_x86_32]   CC       topology-synthetic.lo
[Debian_6_x86_32]   CC       topology-custom.lo
[Debian_6_x86_32]   CC       topology-xml.lo
[Debian_7_x86_64]   CC       components.lo
[Debian_7_x86_64] ../../src/components.c: In function ‘hwloc_plugins_init’:
[Debian_7_x86_64] ../../src/components.c:216:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
[Debian_7_x86_64]   CC       bind.lo
[Debian_7_x86_64]   CC       bitmap.lo
[Debian_8_x86_64] checking if g++ static flag -static works... yes
[Debian_8_x86_64] checking if g++ supports -c -o file.o... yes
[Debian_8_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[Debian_8_x86_64] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Debian_8_x86_64] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[Debian_8_x86_64] checking how to hardcode library paths into programs... immediate
[Debian_8_x86_64] checking that generated files are newer than configure... done
[Debian_8_x86_64] configure: creating ./config.status
[Debian_8_x86_64] config.status: creating Makefile
[Debian_8_x86_64] config.status: creating include/Makefile
[Debian_8_x86_64] config.status: creating src/Makefile
[Debian_8_x86_64] config.status: creating doc/Makefile
[Debian_8_x86_64] config.status: creating doc/examples/Makefile
[Debian_8_x86_64] config.status: creating doc/doxygen-config.cfg
[Debian_8_x86_64] config.status: creating utils/Makefile
[Debian_8_x86_64] config.status: creating utils/hwloc/Makefile
[Debian_8_x86_64] config.status: creating utils/lstopo/Makefile
[Debian_8_x86_64] config.status: creating hwloc.pc
[Debian_8_x86_64] config.status: creating tests/Makefile
[Debian_8_x86_64] config.status: creating tests/linux/Makefile
[Debian_8_x86_64] config.status: creating tests/linux/allowed/Makefile
[Debian_8_x86_64] config.status: creating tests/linux/gather/Makefile
[Debian_8_x86_64] config.status: creating tests/xml/Makefile
[Debian_8_x86_64] config.status: creating tests/ports/Makefile
[Debian_8_x86_64] config.status: creating tests/rename/Makefile
[Debian_8_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[Debian_8_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[Debian_8_x86_64] config.status: creating tests/linux/test-topology.sh
[Debian_8_x86_64] config.status: creating tests/xml/test-topology.sh
[Debian_8_x86_64] config.status: creating tests/wrapper.sh
[Debian_8_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[Debian_8_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[Debian_8_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[Debian_8_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[Debian_8_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[Debian_8_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[Debian_8_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[Debian_8_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[Debian_8_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[Debian_8_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[Debian_8_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[Debian_8_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[Debian_8_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[Debian_8_x86_64] config.status: creating contrib/systemd/Makefile
[Debian_8_x86_64] config.status: creating include/private/autogen/config.h
[Debian_8_x86_64] config.status: creating include/hwloc/autogen/config.h
[Debian_8_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[Debian_8_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[Debian_8_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[Debian_8_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[Debian_8_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[Debian_8_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[Debian_8_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[Debian_8_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[Debian_8_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[Debian_8_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[Debian_8_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[Debian_8_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[Debian_8_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[Debian_8_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[Debian_8_x86_64] config.status: executing depfiles commands
[Debian_9_x86_64]   CC       base64.lo
[Debian_9_x86_64]   CC       topology-noos.lo
[Debian_9_x86_64]   CC       topology-synthetic.lo
[Debian_9_x86_64]   CC       topology-custom.lo
[Debian_9_x86_64]   CC       topology-xml.lo
[Debian_9_x86_64_-m32]   CCLD     hwloc-diff
[Debian_9_x86_64_-m32]   CC       hwloc-distances.o
[Debian_9_x86_64_-m32]   CCLD     hwloc-distances
[Debian_9_x86_64_-m32]   CC       hwloc-distrib.o
[Debian_9_x86_64_-m32]   CCLD     hwloc-distrib
[Debian_9_x86_64_-m32]   CC       hwloc-info.o
[Debian_9_x86_64_-m32]   CCLD     hwloc-info
[Debian_9_x86_64_-m32]   CC       hwloc-patch.o
[Debian_9_x86_64_-m32]   CCLD     hwloc-patch
[Debian_9_x86_64_-m32]   CC       hwloc-ps.o
[Debian_9_x86_64_-m32]   CCLD     hwloc-ps
[Debian_9_x86_64_-m32]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[Debian_9_x86_64_-m32]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[Fedora_25_x86_64]   CC       topology-xml-nolibxml.lo
[FreeBSD_11.1_x86_64]   CC       topology-custom.lo
[FreeBSD_11.1_x86_64]   CC       topology-xml.lo
[FreeBSD_11.1_x86_64]   CC       topology-xml-nolibxml.lo
[NetBSD_7.1_x86_64] checking for a sed that does not truncate output... /usr/bin/sed
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] ###
[NetBSD_7.1_x86_64] ### Configuring hwloc documentation
[NetBSD_7.1_x86_64] ###
[NetBSD_7.1_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[NetBSD_7.1_x86_64] checking for doxygen... no
[NetBSD_7.1_x86_64] doxygen: not found
[NetBSD_7.1_x86_64] checking for pdflatex... no
[NetBSD_7.1_x86_64] checking for makeindex... no
[NetBSD_7.1_x86_64] checking for fig2dev... no
[NetBSD_7.1_x86_64] checking for gs... no
[NetBSD_7.1_x86_64] checking for epstopdf... no
[NetBSD_7.1_x86_64] checking if can build doxygen docs... no
[NetBSD_7.1_x86_64] checking for w3m... no
[NetBSD_7.1_x86_64] checking for lynx... no
[NetBSD_7.1_x86_64] checking if can build top-level README... no
[NetBSD_7.1_x86_64] checking if will build doxygen docs... no
[NetBSD_7.1_x86_64] checking if will install doxygen docs... yes
[NetBSD_7.1_x86_64] checking whether to enable "picky" compiler mode... no (default)
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] ###
[NetBSD_7.1_x86_64] ### Configuring hwloc command line utilities
[NetBSD_7.1_x86_64] ###
[NetBSD_7.1_x86_64] checking for CAIRO... cannot check without pkg-config
[NetBSD_7.1_x86_64] checking for wchar_t... yes
[NetBSD_7.1_x86_64] checking for putwc... yes
[NetBSD_7.1_x86_64] checking locale.h usability... yes
[NetBSD_7.1_x86_64] checking locale.h presence... yes
[NetBSD_7.1_x86_64] checking for locale.h... yes
[NetBSD_7.1_x86_64] checking for setlocale... (cached) yes
[NetBSD_7.1_x86_64] checking for uselocale... no
[NetBSD_7.1_x86_64] checking xlocale.h usability... no
[NetBSD_7.1_x86_64] checking xlocale.h presence... no
[NetBSD_7.1_x86_64] checking for xlocale.h... no
[NetBSD_7.1_x86_64] checking langinfo.h usability... yes
[NetBSD_7.1_x86_64] checking langinfo.h presence... yes
[NetBSD_7.1_x86_64] checking for langinfo.h... yes
[NetBSD_7.1_x86_64] checking for nl_langinfo... yes
[NetBSD_7.1_x86_64] checking termcap support using ncurses and ... no
[NetBSD_7.1_x86_64] checking termcap support using ncurses and -ltermcap... no
[NetBSD_7.1_x86_64] checking termcap support using ncurses and -lncursesw... no
[NetBSD_7.1_x86_64] checking termcap support using ncurses and -lncurses... no
[NetBSD_7.1_x86_64] checking termcap support using curses and ... no
[NetBSD_7.1_x86_64] checking termcap support using curses and -ltermcap... yes
[NetBSD_7.1_x86_64] checking whether diff accepts -u... yes
[NetBSD_7.1_x86_64] checking whether diff accepts -w... yes
[NetBSD_7.1_x86_64] checking time.h usability... yes
[NetBSD_7.1_x86_64] checking time.h presence... yes
[NetBSD_7.1_x86_64] checking for time.h... yes
[NetBSD_7.1_x86_64] checking for clock_gettime... yes
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] ###
[NetBSD_7.1_x86_64] ### Configuring hwloc tests
[NetBSD_7.1_x86_64] ###
[NetBSD_7.1_x86_64] checking for pthread_self in -lpthread... yes
[NetBSD_7.1_x86_64] checking for numa_available in -lnuma... no
[NetBSD_7.1_x86_64] checking for stdlib.h... (cached) yes
[NetBSD_7.1_x86_64] checking for mkstemp... yes
[NetBSD_7.1_x86_64] checking infiniband/verbs.h usability... no
[NetBSD_7.1_x86_64] checking infiniband/verbs.h presence... no
[NetBSD_7.1_x86_64] checking for infiniband/verbs.h... no
[NetBSD_7.1_x86_64] checking myriexpress.h usability... no
[OS_X_12] checking for working CPU_SET... no
[OS_X_12] checking for working CPU_SET_S... no
[OS_X_12] checking for working syscall... yes
[OS_X_12] checking for KERRIGHED... no
[OS_X_12] checking for lib... no
[OS_X_12] checking for bash... /bin/sh
[OS_X_12] checking for ffs... yes
[OS_X_12] checking whether ffs is declared... yes
[OS_X_12] checking whether function ffs has a complete prototype... yes
[OS_X_12] checking for ffsl... yes
[OS_X_12] checking whether ffsl is declared... yes
[OS_X_9] checking for a sed that does not truncate output... /usr/bin/sed
[OS_X_9] 
[OS_X_9] ###
[OS_X_9] ### Configuring hwloc documentation
[OS_X_9] ###
[OS_X_9] checking if this is a developer build... no (doxygen generation is optional)
[OS_X_9] checking for doxygen... no
[OS_X_9] checking for pdflatex... no
[OS_X_9] checking for makeindex... no
[OS_X_9] checking for fig2dev... no
[OS_X_9] checking for gs... no
[OS_X_9] checking for epstopdf... no
[OS_X_9] checking if can build doxygen docs... no
[OS_X_9] checking for w3m... no
[OS_X_9] checking for lynx... no
[OS_X_9] checking if can build top-level README... no
[OS_X_9] checking if will build doxygen docs... no
[OS_X_9] checking if will install doxygen docs... yes
[OS_X_9] checking whether to enable "picky" compiler mode... no (default)
[OS_X_9] 
[OS_X_9] ###
[OS_X_9] ### Configuring hwloc command line utilities
[OS_X_9] ###
[OS_X_9] checking for CAIRO... no
[OS_X_9] checking for wchar_t... yes
[OS_X_9] checking for putwc... yes
[OS_X_9] checking locale.h usability... yes
[OS_X_9] checking locale.h presence... yes
[OS_X_9] checking for locale.h... yes
[OS_X_9] checking for setlocale... (cached) yes
[OS_X_9] checking for uselocale... yes
[OS_X_9] checking xlocale.h usability... yes
[OS_X_9] checking xlocale.h presence... yes
[OS_X_9] checking for xlocale.h... yes
[OS_X_9] checking for setlocale... (cached) yes
[OS_X_9] checking for uselocale... (cached) yes
[OS_X_9] checking langinfo.h usability... yes
[OS_X_9] checking langinfo.h presence... yes
[OS_X_9] checking for langinfo.h... yes
[OS_X_9] checking for nl_langinfo... yes
[OS_X_9] checking termcap support using ncurses and ... no
[OpenIndiana_x86_64]   CC       traversal.lo
[Ubuntu_12.04_x86_64]   CC       traversal.lo
[Ubuntu_12.04_x86_64]   CC       distances.lo
[Ubuntu_14.04_x86_64]   CC       bitmap.lo
[Ubuntu_14.04_x86_64]   CC       pci-common.lo
[Ubuntu_14.04_x86_64]   CC       diff.lo
[Ubuntu_16.04_x86_32]   CC       pci-common.lo
[Ubuntu_16.04_x86_32]   CC       diff.lo
[Ubuntu_16.04_x86_32]   CC       misc.lo
[Ubuntu_16.04_x86_64]   CC       pci-common.lo
[Ubuntu_16.04_x86_64]   CC       diff.lo
[Ubuntu_16.04_x86_64]   CC       misc.lo
[Ubuntu_16.04_x86_64]   CC       base64.lo
[Ubuntu_18.04_x86_64]   CC       components.lo
[Ubuntu_18.04_x86_64] ../../src/components.c: In function 'hwloc_plugins_init':
[Ubuntu_18.04_x86_64] ../../src/components.c:216:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[Ubuntu_18.04_x86_64]      path = env;
[Ubuntu_18.04_x86_64]           ^
[Ubuntu_18.04_x86_64]   CC       bind.lo
[MinGW] checking for __attribute__(nonnull)... yes
[MinGW] checking for __attribute__(noreturn)... yes
[MinGW] checking for __attribute__(packed)... yes
[MinGW] checking for __attribute__(pure)... yes
[MinGW] checking for __attribute__(sentinel)... yes
[MinGW] checking for __attribute__(unused)... yes
[CentOS_6.3_x86_32]   CC       topology-hardwired.lo
[CentOS_6.3_x86_32]   CC       topology-x86.lo
[CentOS_6.3_x86_64]   CC       topology-hardwired.lo
[CentOS_6.3_x86_64]   CC       topology-x86.lo
[CentOS_7.2_x86_64]   CC       topology-xml-nolibxml.lo
[Debian_5_x86_64]   CC       topology-hardwired.lo
[Debian_5_x86_64]   CC       topology-x86.lo
[Debian_6_x86_32]   CC       topology-xml-nolibxml.lo
[Debian_6_x86_32]   CC       topology-linux.lo
[Debian_7_x86_64]   CC       pci-common.lo
[Debian_7_x86_64]   CC       diff.lo
[Debian_8_x86_64] config.status: executing chmoding-scripts commands
[Debian_8_x86_64] config.status: executing libtool commands
[Debian_8_x86_64] 
[Debian_8_x86_64] -----------------------------------------------------------------------------
[Debian_8_x86_64] Hwloc optional build support status (more details can be found above):
[Debian_8_x86_64] 
[Debian_8_x86_64] Probe / display I/O devices: PCI(pciaccess+linux) OpenCL
[Debian_8_x86_64] Graphical output (Cairo):    yes
[Debian_8_x86_64] XML input / output:          full
[Debian_8_x86_64] libnuma memory support:      yes
[Debian_8_x86_64] Plugin support:              yes (pci opencl xml_libxml)
[Debian_8_x86_64] -----------------------------------------------------------------------------
[Debian_8_x86_64] 
[Debian_8_x86_64] + make
[Debian_8_x86_64] Making all in src
[Debian_8_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_8_x86_64]   CC       topology.lo
[Debian_9_x86_64]   CC       topology-xml-nolibxml.lo
[Debian_9_x86_64_-m32]   CCLD     hwloc-dump-hwdata
[Debian_9_x86_64_-m32] Creating hwloc.7 man page...
[Debian_9_x86_64_-m32] Creating hwloc-annotate.1 man page...
[Debian_9_x86_64_-m32] Creating hwloc-assembler.1 man page...
[Debian_9_x86_64_-m32] Creating hwloc-assembler-remote.1 man page...
[Debian_9_x86_64_-m32] Creating hwloc-bind.1 man page...
[Debian_9_x86_64_-m32] Creating hwloc-calc.1 man page...
[Debian_9_x86_64_-m32] Creating hwloc-compress-dir.1 man page...
[Debian_9_x86_64_-m32] Creating hwloc-diff.1 man page...
[Debian_9_x86_64_-m32] Creating hwloc-distances.1 man page...
[Debian_9_x86_64_-m32] Creating hwloc-distrib.1 man page...
[Debian_9_x86_64_-m32] Creating hwloc-info.1 man page...
[Debian_9_x86_64_-m32] Creating hwloc-patch.1 man page...
[Debian_9_x86_64_-m32] Creating hwloc-gather-topology.1 man page...
[Debian_9_x86_64_-m32] Creating hwloc-ps.1 man page...
[Debian_9_x86_64_-m32] Creating hwloc-dump-hwdata.1 man page...
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64_-m32] Making all in lstopo
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64_-m32]   CC       lstopo_no_graphics-lstopo.o
[Debian_9_x86_64_-m32]   CC       lstopo_no_graphics-lstopo-color.o
[Debian_9_x86_64_-m32]   CC       lstopo_no_graphics-lstopo-draw.o
[Debian_9_x86_64_-m32]   CC       lstopo_no_graphics-lstopo-fig.o
[Debian_9_x86_64_-m32]   CC       lstopo_no_graphics-lstopo-ascii.o
[Fedora_25_x86_64]   CC       topology-linux.lo
[FreeBSD_11.1_x86_64]   CC       topology-freebsd.lo
[FreeBSD_11.1_x86_64]   CC       topology-x86.lo
[FreeBSD_11.1_x86_64]   CCLD     libhwloc.la
[FreeBSD_11.1_x86_64] Making all in include
[FreeBSD_11.1_x86_64] Making all in utils
[FreeBSD_11.1_x86_64] Making all in hwloc
[FreeBSD_11.1_x86_64]   CC       hwloc-annotate.o
[NetBSD_7.1_x86_64] checking myriexpress.h presence... no
[NetBSD_7.1_x86_64] checking for myriexpress.h... no
[NetBSD_7.1_x86_64] checking for xmllint... no
[NetBSD_7.1_x86_64] checking for bunzip2... bunzip2
[NetBSD_7.1_x86_64] checking if CXX works... yes
[NetBSD_7.1_x86_64] checking whether diff accepts -u... yes
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] ###
[NetBSD_7.1_x86_64] ### Performing final hwloc configuration
[NetBSD_7.1_x86_64] ###
[NetBSD_7.1_x86_64] checking how to print strings... printf
[NetBSD_7.1_x86_64] checking for a sed that does not truncate output... (cached) /usr/bin/sed
[NetBSD_7.1_x86_64] checking for fgrep... /usr/bin/grep -F
[NetBSD_7.1_x86_64] checking for ld used by gcc... /usr/bin/ld
[NetBSD_7.1_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[NetBSD_7.1_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[NetBSD_7.1_x86_64] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[NetBSD_7.1_x86_64] checking whether ln -s works... yes
[NetBSD_7.1_x86_64] checking the maximum length of command line arguments... 196608
[NetBSD_7.1_x86_64] checking how to convert x86_64-unknown-netbsd7.1 file names to x86_64-unknown-netbsd7.1 format... func_convert_file_noop
[NetBSD_7.1_x86_64] checking how to convert x86_64-unknown-netbsd7.1 file names to toolchain format... func_convert_file_noop
[NetBSD_7.1_x86_64] checking for /usr/bin/ld option to reload object files... -r
[NetBSD_7.1_x86_64] checking for objdump... objdump
[NetBSD_7.1_x86_64] checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$
[NetBSD_7.1_x86_64] checking for dlltool... no
[NetBSD_7.1_x86_64] checking how to associate runtime and link libraries... printf %s\n
[NetBSD_7.1_x86_64] checking for archiver @FILE support... @
[NetBSD_7.1_x86_64] checking for strip... strip
[NetBSD_7.1_x86_64] checking for ranlib... ranlib
[NetBSD_7.1_x86_64] checking command to parse /usr/bin/nm -B output from gcc object... ok
[NetBSD_7.1_x86_64] checking for sysroot... no
[NetBSD_7.1_x86_64] checking for a working dd... /bin/dd
[NetBSD_7.1_x86_64] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[NetBSD_7.1_x86_64] checking for mt... mt
[NetBSD_7.1_x86_64] checking if mt is a manifest tool... no
[NetBSD_7.1_x86_64] checking for dlfcn.h... yes
[NetBSD_7.1_x86_64] checking for objdir... .libs
[NetBSD_7.1_x86_64] checking if gcc supports -fno-rtti -fno-exceptions... no
[NetBSD_7.1_x86_64] checking for gcc option to produce PIC... -fPIC -DPIC
[NetBSD_7.1_x86_64] checking if gcc PIC flag -fPIC -DPIC works... yes
[NetBSD_7.1_x86_64] checking if gcc static flag -static works... yes
[NetBSD_7.1_x86_64] checking if gcc supports -c -o file.o... yes
[NetBSD_7.1_x86_64] checking if gcc supports -c -o file.o... (cached) yes
[NetBSD_7.1_x86_64] checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
[NetBSD_7.1_x86_64] checking whether -lc should be explicitly linked in... no
[NetBSD_7.1_x86_64] checking dynamic linker characteristics... NetBSD ld.elf_so
[NetBSD_7.1_x86_64] checking how to hardcode library paths into programs... immediate
[NetBSD_7.1_x86_64] checking for shl_load... (cached) no
[NetBSD_7.1_x86_64] checking for shl_load in -ldld... (cached) no
[NetBSD_7.1_x86_64] checking for dlopen... (cached) yes
[NetBSD_7.1_x86_64] checking whether a program can dlopen itself... (cached) 
[NetBSD_7.1_x86_64] checking whether stripping libraries is possible... yes
[NetBSD_7.1_x86_64] checking if libtool supports shared libraries... yes
[NetBSD_7.1_x86_64] checking whether to build shared libraries... yes
[NetBSD_7.1_x86_64] checking whether to build static libraries... no
[NetBSD_7.1_x86_64] checking how to run the C++ preprocessor... g++ -E
[NetBSD_7.1_x86_64] checking for ld used by g++... /usr/bin/ld
[NetBSD_7.1_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[NetBSD_7.1_x86_64] checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
[OS_X_12] checking whether function ffsl has a complete prototype... yes
[OS_X_12] checking for fls... yes
[OS_X_12] checking whether fls is declared... yes
[OS_X_12] checking whether function fls has a complete prototype... yes
[OS_X_12] checking for flsl... yes
[OS_X_12] checking whether flsl is declared... yes
[OS_X_12] checking whether function flsl has a complete prototype... yes
[OS_X_12] checking for clz... no
[OS_X_12] checking for clzl... no
[OS_X_12] checking for openat... yes
[OS_X_12] checking malloc.h usability... no
[OS_X_12] checking malloc.h presence... no
[OS_X_12] checking for malloc.h... no
[OS_X_9] checking termcap support using ncurses and -ltermcap... yes
[OS_X_9] checking whether diff accepts -u... yes
[OS_X_9] checking whether diff accepts -w... yes
[OS_X_9] checking time.h usability... yes
[OS_X_9] checking time.h presence... yes
[OS_X_9] checking for time.h... yes
[OS_X_9] checking for clock_gettime... no
[OS_X_9] 
[OS_X_9] ###
[OS_X_9] ### Configuring hwloc tests
[OS_X_9] ###
[OS_X_9] checking for pthread_self in -lpthread... yes
[OS_X_9] checking for numa_available in -lnuma... no
[OS_X_9] checking for stdlib.h... (cached) yes
[OS_X_9] checking for mkstemp... yes
[OS_X_9] checking infiniband/verbs.h usability... no
[OS_X_9] checking infiniband/verbs.h presence... no
[OS_X_9] checking for infiniband/verbs.h... no
[OS_X_9] checking myriexpress.h usability... no
[OS_X_9] checking myriexpress.h presence... no
[OS_X_9] checking for myriexpress.h... no
[OS_X_9] checking for xmllint... xmllint
[OS_X_9] checking for bunzip2... bunzip2
[OpenIndiana_x86_64]   CC       distances.lo
[Ubuntu_12.04_x86_64]   CC       components.lo
[Ubuntu_12.04_x86_64] ../../src/components.c: In function ‘hwloc_plugins_init’:
[Ubuntu_12.04_x86_64] ../../src/components.c:216:10: warning: assignment discards ‘const’ qualifier from pointer target type [enabled by default]
[Ubuntu_12.04_x86_64]   CC       bind.lo
[Ubuntu_14.04_x86_64]   CC       misc.lo
[Ubuntu_14.04_x86_64]   CC       base64.lo
[Ubuntu_14.04_x86_64]   CC       topology-noos.lo
[Ubuntu_14.04_x86_64]   CC       topology-synthetic.lo
[Ubuntu_14.04_x86_64]   CC       topology-custom.lo
[Ubuntu_16.04_x86_32]   CC       base64.lo
[Ubuntu_16.04_x86_32]   CC       topology-noos.lo
[Ubuntu_16.04_x86_32]   CC       topology-synthetic.lo
[Ubuntu_16.04_x86_64]   CC       topology-noos.lo
[Ubuntu_16.04_x86_64]   CC       topology-synthetic.lo
[Ubuntu_16.04_x86_64]   CC       topology-custom.lo
[Ubuntu_18.04_x86_64]   CC       bitmap.lo
[MinGW] checking for __attribute__(warn_unused_result)... yes
[MinGW] checking for __attribute__(weak_alias)... yes
[MinGW] checking whether to enable symbol visibility... no (disabled)
[MinGW] checking whether the C compiler rejects function calls with too many arguments... yes
[MinGW] checking whether the C compiler rejects function calls with too few arguments... yes
[MinGW] checking for unistd.h... (cached) yes
[MinGW] checking dirent.h usability... yes
[MinGW] checking dirent.h presence... yes
[MinGW] checking for dirent.h... yes
[MinGW] checking for strings.h... (cached) yes
[CentOS_6.3_x86_32]   CCLD     libhwloc.la
[CentOS_6.3_x86_32]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[CentOS_6.3_x86_32]   CCLD     hwloc_xml_libxml.la
[CentOS_6.3_x86_32] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_6.3_x86_32] Making all in include
[CentOS_6.3_x86_32] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[CentOS_6.3_x86_32] make[1]: Nothing to be done for `all'.
[CentOS_6.3_x86_32] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[CentOS_6.3_x86_32] Making all in utils
[CentOS_6.3_x86_32] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_32] Making all in hwloc
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_32]   CC       hwloc-annotate.o
[CentOS_6.3_x86_64]   CCLD     libhwloc.la
[CentOS_6.3_x86_64]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[CentOS_6.3_x86_64]   CCLD     hwloc_xml_libxml.la
[CentOS_6.3_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_6.3_x86_64] Making all in include
[CentOS_6.3_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[CentOS_6.3_x86_64] make[1]: Nothing to be done for `all'.
[CentOS_6.3_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[CentOS_6.3_x86_64] Making all in utils
[CentOS_6.3_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_64] Making all in hwloc
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_64]   CC       hwloc-annotate.o
[CentOS_6.3_x86_64]   CCLD     hwloc-annotate
[CentOS_6.3_x86_64]   CC       hwloc-assembler.o
[CentOS_7.2_x86_64]   CC       topology-linux.lo
[Debian_5_x86_64]   CCLD     libhwloc.la
[Debian_5_x86_64]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[Debian_5_x86_64]   CCLD     hwloc_xml_libxml.la
[Debian_5_x86_64]   CC       hwloc_pci_la-topology-pci.lo
[Debian_5_x86_64]   CCLD     hwloc_pci.la
[Debian_5_x86_64] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src »
[Debian_5_x86_64] Making all in include
[Debian_5_x86_64] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include »
[Debian_5_x86_64] make[1]: Rien à faire pour « all ».
[Debian_5_x86_64] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include »
[Debian_5_x86_64] Making all in utils
[Debian_5_x86_64] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_5_x86_64] Making all in hwloc
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_5_x86_64]   CC       hwloc-annotate.o
[Debian_5_x86_64]   CCLD     hwloc-annotate
[Debian_7_x86_64]   CC       misc.lo
[Debian_7_x86_64]   CC       base64.lo
[Debian_7_x86_64]   CC       topology-noos.lo
[Debian_7_x86_64]   CC       topology-synthetic.lo
[Debian_8_x86_64]   CC       traversal.lo
[Debian_8_x86_64]   CC       distances.lo
[Debian_9_x86_64]   CC       topology-linux.lo
[Debian_9_x86_64_-m32]   CC       lstopo_no_graphics-lstopo-text.o
[Debian_9_x86_64_-m32]   CC       lstopo_no_graphics-lstopo-xml.o
[Debian_9_x86_64_-m32]   CCLD     lstopo-no-graphics
[Debian_9_x86_64_-m32] Creating lstopo-no-graphics.1 man page...
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64_-m32] make[2]: Nothing to be done for 'all-am'.
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64_-m32] make[1]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64_-m32] Making all in tests
[Debian_9_x86_64_-m32] make[1]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64_-m32] Making all in .
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64_-m32] make[2]: Nothing to be done for 'all-am'.
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64_-m32] Making all in ports
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_9_x86_64_-m32] make[2]: Nothing to be done for 'all'.
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_9_x86_64_-m32] Making all in xml
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64_-m32] make[2]: Nothing to be done for 'all'.
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64_-m32] Making all in linux
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64_-m32] Making all in .
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64_-m32] make[3]: Nothing to be done for 'all-am'.
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64_-m32] Making all in allowed
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64_-m32] make[3]: Nothing to be done for 'all'.
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64_-m32] Making all in gather
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_9_x86_64_-m32] make[3]: Nothing to be done for 'all'.
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64_-m32] make[1]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64_-m32] Making all in contrib/systemd
[Debian_9_x86_64_-m32] make[1]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_9_x86_64_-m32] Creating hwloc-dump-hwdata.service...
[Debian_9_x86_64_-m32] make[1]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_9_x86_64_-m32] Making all in doc
[Debian_9_x86_64_-m32] make[1]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64_-m32] make  all-recursive
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64_-m32] Making all in examples
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64_-m32] make[3]: Nothing to be done for 'all'.
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64_-m32] make[3]: Nothing to be done for 'all-am'.
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64_-m32] make[1]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64_-m32] make[1]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_9_x86_64_-m32] make[1]: Nothing to be done for 'all-am'.
[Debian_9_x86_64_-m32] make[1]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_9_x86_64_-m32] + make check
[Debian_9_x86_64_-m32] Making check in src
[Debian_9_x86_64_-m32] make[1]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_9_x86_64_-m32] make  hwloc_fake.la
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_9_x86_64_-m32]   CC       topology-fake.lo
[Debian_9_x86_64_-m32]   CCLD     hwloc_fake.la
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_9_x86_64_-m32] make[1]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_9_x86_64_-m32] Making check in include
[Debian_9_x86_64_-m32] make[1]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_9_x86_64_-m32] make[1]: Nothing to be done for 'check'.
[Debian_9_x86_64_-m32] make[1]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_9_x86_64_-m32] Making check in utils
[Debian_9_x86_64_-m32] make[1]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64_-m32] Making check in hwloc
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64_-m32] make  check-TESTS
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64_-m32] make[4]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64_-m32] PASS: test-hwloc-annotate.sh
[Debian_9_x86_64_-m32] PASS: test-hwloc-assembler.sh
[Fedora_25_x86_64]   CC       topology-hardwired.lo
[Fedora_25_x86_64]   CC       topology-x86.lo
[FreeBSD_11.1_x86_64]   CCLD     hwloc-annotate
[FreeBSD_11.1_x86_64]   CC       hwloc-assembler.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc-assembler
[FreeBSD_11.1_x86_64]   CC       hwloc-bind.o
[NetBSD_7.1_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[NetBSD_7.1_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[NetBSD_7.1_x86_64] checking if g++ static flag -static works... yes
[NetBSD_7.1_x86_64] checking if g++ supports -c -o file.o... yes
[NetBSD_7.1_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[NetBSD_7.1_x86_64] checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
[NetBSD_7.1_x86_64] checking dynamic linker characteristics... NetBSD ld.elf_so
[NetBSD_7.1_x86_64] checking how to hardcode library paths into programs... immediate
[NetBSD_7.1_x86_64] checking that generated files are newer than configure... done
[NetBSD_7.1_x86_64] configure: creating ./config.status
[NetBSD_7.1_x86_64] config.status: creating Makefile
[NetBSD_7.1_x86_64] config.status: creating include/Makefile
[NetBSD_7.1_x86_64] config.status: creating src/Makefile
[NetBSD_7.1_x86_64] config.status: creating doc/Makefile
[NetBSD_7.1_x86_64] config.status: creating doc/examples/Makefile
[NetBSD_7.1_x86_64] config.status: creating doc/doxygen-config.cfg
[NetBSD_7.1_x86_64] config.status: creating utils/Makefile
[NetBSD_7.1_x86_64] config.status: creating utils/hwloc/Makefile
[NetBSD_7.1_x86_64] config.status: creating utils/lstopo/Makefile
[NetBSD_7.1_x86_64] config.status: creating hwloc.pc
[NetBSD_7.1_x86_64] config.status: creating tests/Makefile
[NetBSD_7.1_x86_64] config.status: creating tests/linux/Makefile
[NetBSD_7.1_x86_64] config.status: creating tests/linux/allowed/Makefile
[NetBSD_7.1_x86_64] config.status: creating tests/linux/gather/Makefile
[NetBSD_7.1_x86_64] config.status: creating tests/xml/Makefile
[NetBSD_7.1_x86_64] config.status: creating tests/ports/Makefile
[NetBSD_7.1_x86_64] config.status: creating tests/rename/Makefile
[NetBSD_7.1_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[NetBSD_7.1_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[NetBSD_7.1_x86_64] config.status: creating tests/linux/test-topology.sh
[NetBSD_7.1_x86_64] config.status: creating tests/xml/test-topology.sh
[NetBSD_7.1_x86_64] config.status: creating tests/wrapper.sh
[NetBSD_7.1_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[NetBSD_7.1_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[NetBSD_7.1_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[NetBSD_7.1_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[NetBSD_7.1_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[NetBSD_7.1_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[NetBSD_7.1_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[OS_X_12] checking for getpagesize... yes
[OS_X_12] checking for memalign... no
[OS_X_12] checking for posix_memalign... yes
[OS_X_12] checking sys/utsname.h usability... yes
[OS_X_12] checking sys/utsname.h presence... yes
[OS_X_12] checking for sys/utsname.h... yes
[OS_X_12] checking for uname... yes
[OS_X_12] checking valgrind/valgrind.h usability... no
[OS_X_12] checking valgrind/valgrind.h presence... no
[OS_X_12] checking for valgrind/valgrind.h... no
[OS_X_12] checking whether RUNNING_ON_VALGRIND is declared... no
[OS_X_12] checking pthread_np.h usability... no
[OS_X_12] checking pthread_np.h presence... no
[OS_X_12] checking for pthread_np.h... no
[OS_X_12] checking whether pthread_setaffinity_np is declared... no
[OS_X_9] checking if CXX works... yes
[OS_X_9] checking whether diff accepts -u... yes
[OS_X_9] 
[OS_X_9] ###
[OS_X_9] ### Performing final hwloc configuration
[OS_X_9] ###
[OS_X_9] checking how to print strings... printf
[OS_X_9] checking for a sed that does not truncate output... (cached) /usr/bin/sed
[OS_X_9] checking for fgrep... /usr/bin/grep -F
[OS_X_9] checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
[OS_X_9] checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
[OS_X_9] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
[OS_X_9] checking the name lister (/usr/bin/nm) interface... BSD nm
[OS_X_9] checking whether ln -s works... yes
[OS_X_9] checking the maximum length of command line arguments... 196608
[OS_X_9] checking how to convert x86_64-apple-darwin13.4.0 file names to x86_64-apple-darwin13.4.0 format... func_convert_file_noop
[OS_X_9] checking how to convert x86_64-apple-darwin13.4.0 file names to toolchain format... func_convert_file_noop
[OS_X_9] checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
[OS_X_9] checking for objdump... no
[OS_X_9] checking how to recognize dependent libraries... pass_all
[OS_X_9] checking for dlltool... no
[OS_X_9] checking how to associate runtime and link libraries... printf %s\n
[OS_X_9] checking for archiver @FILE support... no
[OS_X_9] checking for strip... strip
[OS_X_9] checking for ranlib... ranlib
[OS_X_9] checking command to parse /usr/bin/nm output from gcc object... ok
[OS_X_9] checking for sysroot... no
[OS_X_9] checking for a working dd... /bin/dd
[OS_X_9] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[OS_X_9] checking for mt... no
[OS_X_9] checking if : is a manifest tool... no
[OS_X_9] checking for dsymutil... dsymutil
[OS_X_9] checking for nmedit... nmedit
[OS_X_9] checking for lipo... lipo
[OS_X_9] checking for otool... otool
[OS_X_9] checking for otool64... no
[OS_X_9] checking for -single_module linker flag... yes
[OS_X_9] checking for -exported_symbols_list linker flag... yes
[OpenBSD_5.9_x86_64] checking which CPU support to include... x86_64
[OpenBSD_5.9_x86_64] checking size of unsigned long... 8
[OpenIndiana_x86_64]   CC       components.lo
[OpenIndiana_x86_64] ../../src/components.c: In function 'hwloc_plugins_init':
[OpenIndiana_x86_64] ../../src/components.c:216:10: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
[OpenIndiana_x86_64]      path = env;
[OpenIndiana_x86_64]           ^
[OpenIndiana_x86_64]   CC       bind.lo
[OpenIndiana_x86_64]   CC       bitmap.lo
[Ubuntu_12.04_x86_64]   CC       bitmap.lo
[Ubuntu_12.04_x86_64]   CC       pci-common.lo
[Ubuntu_12.04_x86_64]   CC       diff.lo
[Ubuntu_12.04_x86_64]   CC       misc.lo
[Ubuntu_14.04_x86_64]   CC       topology-xml.lo
[Ubuntu_14.04_x86_64]   CC       topology-xml-nolibxml.lo
[Ubuntu_16.04_x86_32]   CC       topology-custom.lo
[Ubuntu_16.04_x86_32]   CC       topology-xml.lo
[Ubuntu_16.04_x86_64]   CC       topology-xml.lo
[Ubuntu_16.04_x86_64]   CC       topology-xml-nolibxml.lo
[Ubuntu_16.04_x86_64]   CC       topology-linux.lo
[Ubuntu_18.04_x86_64]   CC       pci-common.lo
[Ubuntu_18.04_x86_64]   CC       diff.lo
[Ubuntu_18.04_x86_64]   CC       misc.lo
[Ubuntu_18.04_x86_64]   CC       base64.lo
[Ubuntu_18.04_x86_64]   CC       topology-noos.lo
[MinGW] checking ctype.h usability... yes
[MinGW] checking ctype.h presence... yes
[MinGW] checking for ctype.h... yes
[MinGW] checking for strcasecmp... yes
[MinGW] checking whether strcasecmp is declared... yes
[MinGW] checking whether function strcasecmp has a complete prototype... yes
[MinGW] checking for strncasecmp... yes
[CentOS_6.3_x86_32]   CCLD     hwloc-annotate
[CentOS_6.3_x86_32]   CC       hwloc-assembler.o
[CentOS_6.3_x86_32]   CCLD     hwloc-assembler
[CentOS_6.3_x86_32]   CC       hwloc-bind.o
[CentOS_6.3_x86_64]   CCLD     hwloc-assembler
[CentOS_6.3_x86_64]   CC       hwloc-bind.o
[CentOS_6.3_x86_64]   CCLD     hwloc-bind
[CentOS_6.3_x86_64]   CC       hwloc-calc.o
[CentOS_7.2_x86_64]   CC       topology-hardwired.lo
[CentOS_7.2_x86_64]   CC       topology-x86.lo
[Debian_5_x86_64]   CC       hwloc-assembler.o
[Debian_5_x86_64]   CCLD     hwloc-assembler
[Debian_5_x86_64]   CC       hwloc-bind.o
[Debian_5_x86_64]   CCLD     hwloc-bind
[Debian_5_x86_64]   CC       hwloc-calc.o
[Debian_6_x86_32]   CC       topology-hardwired.lo
[Debian_6_x86_32]   CC       topology-x86.lo
[Debian_7_x86_64]   CC       topology-custom.lo
[Debian_7_x86_64]   CC       topology-xml.lo
[Debian_8_x86_64]   CC       components.lo
[Debian_8_x86_64] ../../src/components.c: In function ‘hwloc_plugins_init’:
[Debian_8_x86_64] ../../src/components.c:216:10: warning: assignment discards ‘const’ qualifier from pointer target type
[Debian_8_x86_64]      path = env;
[Debian_8_x86_64]           ^
[Debian_8_x86_64]   CC       bind.lo
[Debian_8_x86_64]   CC       bitmap.lo
[Fedora_25_x86_64]   CCLD     libhwloc.la
[Fedora_25_x86_64]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[Fedora_25_x86_64]   CCLD     hwloc_xml_libxml.la
[Fedora_25_x86_64]   CC       hwloc_pci_la-topology-pci.lo
[FreeBSD_11.1_x86_64]   CCLD     hwloc-bind
[FreeBSD_11.1_x86_64]   CC       hwloc-calc.o
[NetBSD_7.1_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[NetBSD_7.1_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[NetBSD_7.1_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[NetBSD_7.1_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[NetBSD_7.1_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[NetBSD_7.1_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[NetBSD_7.1_x86_64] config.status: creating contrib/systemd/Makefile
[NetBSD_7.1_x86_64] config.status: creating include/private/autogen/config.h
[NetBSD_7.1_x86_64] config.status: creating include/hwloc/autogen/config.h
[NetBSD_7.1_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[NetBSD_7.1_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[NetBSD_7.1_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[NetBSD_7.1_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[NetBSD_7.1_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[NetBSD_7.1_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[NetBSD_7.1_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[NetBSD_7.1_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[NetBSD_7.1_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[NetBSD_7.1_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[NetBSD_7.1_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[NetBSD_7.1_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[NetBSD_7.1_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[NetBSD_7.1_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[NetBSD_7.1_x86_64] config.status: executing depfiles commands
[OS_X_12] checking whether pthread_getaffinity_np is declared... no
[OS_X_12] checking for sched_setaffinity... no
[OS_X_12] checking for sys/cpuset.h... no
[OS_X_12] checking for cpuset_setaffinity... no
[OS_X_12] checking for library containing pthread_getthrds_np... no
[OS_X_12] checking for cpuset_setid... no
[OS_X_12] checking numaif.h usability... no
[OS_X_12] checking numaif.h presence... no
[OS_X_12] checking for numaif.h... no
[OS_X_12] checking libudev.h usability... no
[OS_X_12] checking libudev.h presence... no
[OS_X_12] checking for libudev.h... no
[OS_X_12] checking for PCIACCESS... no
[OS_X_12] checking pciaccess.h usability... no
[OS_X_9] checking for -force_load linker flag... yes
[OS_X_9] checking for dlfcn.h... yes
[OS_X_9] checking for objdir... .libs
[OS_X_9] checking if gcc supports -fno-rtti -fno-exceptions... yes
[OS_X_9] checking for gcc option to produce PIC... -fno-common -DPIC
[OS_X_9] checking if gcc PIC flag -fno-common -DPIC works... yes
[OS_X_9] checking if gcc static flag -static works... no
[OS_X_9] checking if gcc supports -c -o file.o... yes
[OS_X_9] checking if gcc supports -c -o file.o... (cached) yes
[OS_X_9] checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
[OS_X_9] checking dynamic linker characteristics... darwin13.4.0 dyld
[OS_X_9] checking how to hardcode library paths into programs... immediate
[OS_X_9] checking for dlopen in -ldl... (cached) yes
[OS_X_9] checking whether a program can dlopen itself... (cached) 
[OS_X_9] checking whether stripping libraries is possible... yes
[OS_X_9] checking if libtool supports shared libraries... yes
[OS_X_9] checking whether to build shared libraries... yes
[OS_X_9] checking whether to build static libraries... no
[OS_X_9] checking how to run the C++ preprocessor... g++ -E
[OpenBSD_5.9_x86_64] checking size of unsigned int... 4
[OpenBSD_5.9_x86_64] checking for the C compiler vendor... gnu
[OpenBSD_5.9_x86_64] checking for __attribute__... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(aligned)... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(always_inline)... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(cold)... no
[OpenBSD_5.9_x86_64] checking for __attribute__(const)... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(deprecated)... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(format)... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(hot)... no
[OpenBSD_5.9_x86_64] checking for __attribute__(malloc)... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(may_alias)... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(no_instrument_function)... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(nonnull)... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(noreturn)... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(packed)... yes
[OpenIndiana_x86_64]   CC       pci-common.lo
[Ubuntu_12.04_x86_64]   CC       base64.lo
[Ubuntu_12.04_x86_64]   CC       topology-noos.lo
[Ubuntu_12.04_x86_64]   CC       topology-synthetic.lo
[Ubuntu_12.04_x86_64]   CC       topology-custom.lo
[Ubuntu_14.04_x86_64]   CC       topology-linux.lo
[Ubuntu_16.04_x86_32]   CC       topology-xml-nolibxml.lo
[Ubuntu_16.04_x86_32]   CC       topology-linux.lo
[Ubuntu_18.04_x86_64]   CC       topology-synthetic.lo
[Ubuntu_18.04_x86_64]   CC       topology-custom.lo
[Ubuntu_18.04_x86_64]   CC       topology-xml.lo
[MinGW] checking whether strncasecmp is declared... yes
[MinGW] checking whether function strncasecmp has a complete prototype... yes
[MinGW] checking for strftime... yes
[CentOS_6.3_x86_32]   CCLD     hwloc-bind
[CentOS_6.3_x86_32]   CC       hwloc-calc.o
[CentOS_6.3_x86_32]   CCLD     hwloc-calc
[CentOS_6.3_x86_32]   CC       hwloc-diff.o
[CentOS_6.3_x86_32]   CCLD     hwloc-diff
[CentOS_6.3_x86_32]   CC       hwloc-distances.o
[CentOS_6.3_x86_64]   CCLD     hwloc-calc
[CentOS_6.3_x86_64]   CC       hwloc-diff.o
[CentOS_6.3_x86_64]   CCLD     hwloc-diff
[CentOS_6.3_x86_64]   CC       hwloc-distances.o
[CentOS_6.3_x86_64]   CCLD     hwloc-distances
[CentOS_6.3_x86_64]   CC       hwloc-distrib.o
[CentOS_6.3_x86_64]   CCLD     hwloc-distrib
[CentOS_7.2_x86_64]   CCLD     libhwloc.la
[CentOS_7.2_x86_64]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[CentOS_7.2_x86_64]   CCLD     hwloc_xml_libxml.la
[CentOS_7.2_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_7.2_x86_64] Making all in include
[CentOS_7.2_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[CentOS_7.2_x86_64] make[1]: Nothing to be done for `all'.
[CentOS_7.2_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[CentOS_7.2_x86_64] Making all in utils
[CentOS_7.2_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_7.2_x86_64] Making all in hwloc
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_7.2_x86_64]   CC       hwloc-annotate.o
[Debian_5_x86_64]   CCLD     hwloc-calc
[Debian_5_x86_64]   CC       hwloc-diff.o
[Debian_5_x86_64]   CCLD     hwloc-diff
[Debian_5_x86_64]   CC       hwloc-distances.o
[Debian_5_x86_64]   CCLD     hwloc-distances
[Debian_5_x86_64]   CC       hwloc-distrib.o
[Debian_5_x86_64]   CCLD     hwloc-distrib
[Debian_6_x86_32]   CCLD     libhwloc.la
[Debian_6_x86_32]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[Debian_6_x86_32]   CCLD     hwloc_xml_libxml.la
[Debian_6_x86_32] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src »
[Debian_6_x86_32] Making all in include
[Debian_6_x86_32] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include »
[Debian_6_x86_32] make[1]: Rien à faire pour « all ».
[Debian_6_x86_32] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include »
[Debian_6_x86_32] Making all in utils
[Debian_6_x86_32] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_6_x86_32] Making all in hwloc
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_6_x86_32]   CC       hwloc-annotate.o
[Debian_6_x86_32]   CCLD     hwloc-annotate
[Debian_7_x86_64]   CC       topology-xml-nolibxml.lo
[Debian_7_x86_64]   CC       topology-linux.lo
[Debian_8_x86_64]   CC       pci-common.lo
[Debian_8_x86_64]   CC       diff.lo
[Debian_8_x86_64]   CC       misc.lo
[Debian_9_x86_64]   CC       topology-hardwired.lo
[Debian_9_x86_64]   CC       topology-x86.lo
[Debian_9_x86_64]   CCLD     libhwloc.la
[Debian_9_x86_64]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[Debian_9_x86_64]   CCLD     hwloc_xml_libxml.la
[Fedora_25_x86_64]   CCLD     hwloc_pci.la
[Fedora_25_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Fedora_25_x86_64] Making all in include
[Fedora_25_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Fedora_25_x86_64] make[1]: Nothing to be done for 'all'.
[Fedora_25_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Fedora_25_x86_64] Making all in utils
[Fedora_25_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Fedora_25_x86_64] Making all in hwloc
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Fedora_25_x86_64]   CC       hwloc-annotate.o
[Fedora_25_x86_64]   CCLD     hwloc-annotate
[Fedora_25_x86_64]   CC       hwloc-assembler.o
[Fedora_25_x86_64]   CCLD     hwloc-assembler
[Fedora_25_x86_64]   CC       hwloc-bind.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc-calc
[FreeBSD_11.1_x86_64]   CC       hwloc-diff.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc-diff
[FreeBSD_11.1_x86_64]   CC       hwloc-distances.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc-distances
[FreeBSD_11.1_x86_64]   CC       hwloc-distrib.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc-distrib
[FreeBSD_11.1_x86_64]   CC       hwloc-info.o
[NetBSD_7.1_x86_64] config.status: executing chmoding-scripts commands
[NetBSD_7.1_x86_64] config.status: executing libtool commands
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] ************************************************************************
[NetBSD_7.1_x86_64] Could not detect/enable some features such as libxml2 and Cairo support
[NetBSD_7.1_x86_64] because pkg-config isn't available.
[NetBSD_7.1_x86_64] ************************************************************************
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] -----------------------------------------------------------------------------
[NetBSD_7.1_x86_64] Hwloc optional build support status (more details can be found above):
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] Probe / display I/O devices: no
[NetBSD_7.1_x86_64] Graphical output (Cairo):    no
[NetBSD_7.1_x86_64] XML input / output:          basic
[NetBSD_7.1_x86_64] Plugin support:              yes
[NetBSD_7.1_x86_64] -----------------------------------------------------------------------------
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] + make
[NetBSD_7.1_x86_64] Making all in src
[NetBSD_7.1_x86_64]   CC       topology.lo
[NetBSD_7.1_x86_64]   CC       traversal.lo
[OS_X_12] checking pciaccess.h presence... no
[OS_X_12] checking for pciaccess.h... no
[OS_X_12] checking OpenCL/cl_ext.h usability... yes
[OS_X_12] checking OpenCL/cl_ext.h presence... yes
[OS_X_12] checking for OpenCL/cl_ext.h... yes
[OS_X_12] checking for the OpenCL framework... yes
[OS_X_12] checking whether CL_DEVICE_TOPOLOGY_AMD is declared... no
[OS_X_12] checking cuda.h usability... no
[OS_X_12] checking cuda.h presence... no
[OS_X_12] checking for cuda.h... no
[OS_X_12] checking cuda_runtime_api.h usability... no
[OS_X_12] checking cuda_runtime_api.h presence... no
[OS_X_12] checking for cuda_runtime_api.h... no
[OS_X_12] checking nvml.h usability... no
[OS_X_12] checking nvml.h presence... no
[OS_X_12] checking for nvml.h... no
[OS_X_12] checking whether -R must be followed by a space... neither works
[OS_X_9] checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
[OS_X_9] checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
[OS_X_9] checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
[OS_X_9] checking for g++ option to produce PIC... -fno-common -DPIC
[OS_X_9] checking if g++ PIC flag -fno-common -DPIC works... yes
[OS_X_9] checking if g++ static flag -static works... no
[OS_X_9] checking if g++ supports -c -o file.o... yes
[OS_X_9] checking if g++ supports -c -o file.o... (cached) yes
[OS_X_9] checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
[OS_X_9] checking dynamic linker characteristics... darwin13.4.0 dyld
[OS_X_9] checking how to hardcode library paths into programs... immediate
[OS_X_9] checking that generated files are newer than configure... done
[OS_X_9] configure: creating ./config.status
[OpenBSD_5.9_x86_64] checking for __attribute__(pure)... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(sentinel)... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(unused)... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(warn_unused_result)... yes
[OpenBSD_5.9_x86_64] checking for __attribute__(weak_alias)... yes
[OpenBSD_5.9_x86_64] checking if gcc supports -fvisibility=hidden... yes
[OpenBSD_5.9_x86_64] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[OpenBSD_5.9_x86_64] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[OpenBSD_5.9_x86_64] checking whether the C compiler rejects function calls with too many arguments... yes
[OpenBSD_5.9_x86_64] checking whether the C compiler rejects function calls with too few arguments... yes
[OpenBSD_5.9_x86_64] checking for unistd.h... (cached) yes
[OpenBSD_5.9_x86_64] checking dirent.h usability... yes
[OpenBSD_5.9_x86_64] checking dirent.h presence... yes
[OpenBSD_5.9_x86_64] checking for dirent.h... yes
[OpenBSD_5.9_x86_64] checking for strings.h... (cached) yes
[OpenBSD_5.9_x86_64] checking ctype.h usability... yes
[OpenBSD_5.9_x86_64] checking ctype.h presence... yes
[OpenBSD_5.9_x86_64] checking for ctype.h... yes
[OpenBSD_5.9_x86_64] checking for strcasecmp... yes
[OpenBSD_5.9_x86_64] checking whether strcasecmp is declared... yes
[OpenBSD_5.9_x86_64] checking whether function strcasecmp has a complete prototype... yes
[OpenIndiana_x86_64]   CC       diff.lo
[OpenIndiana_x86_64]   CC       misc.lo
[OpenIndiana_x86_64]   CC       base64.lo
[OpenIndiana_x86_64]   CC       topology-noos.lo
[Ubuntu_12.04_x86_64]   CC       topology-xml.lo
[Ubuntu_12.04_x86_64]   CC       topology-xml-nolibxml.lo
[Ubuntu_14.04_x86_64]   CC       topology-hardwired.lo
[Ubuntu_14.04_x86_64]   CC       topology-x86.lo
[Ubuntu_16.04_x86_64]   CC       topology-hardwired.lo
[Ubuntu_16.04_x86_64]   CC       topology-x86.lo
[Ubuntu_18.04_x86_64]   CC       topology-xml-nolibxml.lo
[Ubuntu_18.04_x86_64]   CC       topology-linux.lo
[MinGW] checking for setlocale... yes
[MinGW] checking for stdint.h... (cached) yes
[MinGW] checking sys/mman.h usability... no
[MinGW] checking sys/mman.h presence... no
[MinGW] checking for sys/mman.h... no
[CentOS_6.3_x86_32]   CCLD     hwloc-distances
[CentOS_6.3_x86_32]   CC       hwloc-distrib.o
[CentOS_6.3_x86_32]   CCLD     hwloc-distrib
[CentOS_6.3_x86_32]   CC       hwloc-info.o
[CentOS_6.3_x86_32]   CCLD     hwloc-info
[CentOS_6.3_x86_32]   CC       hwloc-patch.o
[CentOS_6.3_x86_64]   CC       hwloc-info.o
[CentOS_6.3_x86_64]   CCLD     hwloc-info
[CentOS_6.3_x86_64]   CC       hwloc-patch.o
[CentOS_6.3_x86_64]   CCLD     hwloc-patch
[CentOS_6.3_x86_64]   CC       hwloc-ps.o
[CentOS_6.3_x86_64]   CCLD     hwloc-ps
[CentOS_6.3_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[CentOS_7.2_x86_64]   CCLD     hwloc-annotate
[CentOS_7.2_x86_64]   CC       hwloc-assembler.o
[CentOS_7.2_x86_64]   CCLD     hwloc-assembler
[CentOS_7.2_x86_64]   CC       hwloc-bind.o
[CentOS_7.2_x86_64]   CCLD     hwloc-bind
[CentOS_7.2_x86_64]   CC       hwloc-calc.o
[Debian_5_x86_64]   CC       hwloc-info.o
[Debian_5_x86_64]   CCLD     hwloc-info
[Debian_5_x86_64]   CC       hwloc-patch.o
[Debian_5_x86_64]   CCLD     hwloc-patch
[Debian_5_x86_64]   CC       hwloc-ps.o
[Debian_5_x86_64]   CCLD     hwloc-ps
[Debian_5_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[Debian_6_x86_32]   CC       hwloc-assembler.o
[Debian_6_x86_32]   CCLD     hwloc-assembler
[Debian_6_x86_32]   CC       hwloc-bind.o
[Debian_6_x86_32]   CCLD     hwloc-bind
[Debian_6_x86_32]   CC       hwloc-calc.o
[Debian_7_x86_64]   CC       topology-hardwired.lo
[Debian_7_x86_64]   CC       topology-x86.lo
[Debian_8_x86_64]   CC       base64.lo
[Debian_8_x86_64]   CC       topology-noos.lo
[Debian_8_x86_64]   CC       topology-synthetic.lo
[Debian_9_x86_64]   CC       hwloc_pci_la-topology-pci.lo
[Debian_9_x86_64]   CCLD     hwloc_pci.la
[Debian_9_x86_64]   CC       hwloc_opencl_la-topology-opencl.lo
[Debian_9_x86_64]   CCLD     hwloc_opencl.la
[Debian_9_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_9_x86_64] Making all in include
[Debian_9_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_9_x86_64] make[1]: Nothing to be done for 'all'.
[Debian_9_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_9_x86_64] Making all in utils
[Debian_9_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64] Making all in hwloc
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64]   CC       hwloc-annotate.o
[Debian_9_x86_64_-m32] PASS: test-hwloc-calc.sh
[Fedora_25_x86_64]   CCLD     hwloc-bind
[Fedora_25_x86_64]   CC       hwloc-calc.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc-info
[FreeBSD_11.1_x86_64]   CC       hwloc-patch.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc-patch
[FreeBSD_11.1_x86_64]   CC       hwloc-ps.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc-ps
[FreeBSD_11.1_x86_64] Creating hwloc.7 man page...
[FreeBSD_11.1_x86_64] Creating hwloc-annotate.1 man page...
[FreeBSD_11.1_x86_64] Creating hwloc-assembler.1 man page...
[FreeBSD_11.1_x86_64] Creating hwloc-assembler-remote.1 man page...
[FreeBSD_11.1_x86_64] Creating hwloc-bind.1 man page...
[FreeBSD_11.1_x86_64] Creating hwloc-calc.1 man page...
[FreeBSD_11.1_x86_64] Creating hwloc-compress-dir.1 man page...
[FreeBSD_11.1_x86_64] Creating hwloc-diff.1 man page...
[FreeBSD_11.1_x86_64] Creating hwloc-distances.1 man page...
[FreeBSD_11.1_x86_64] Creating hwloc-distrib.1 man page...
[FreeBSD_11.1_x86_64] Creating hwloc-info.1 man page...
[FreeBSD_11.1_x86_64] Creating hwloc-patch.1 man page...
[FreeBSD_11.1_x86_64] Creating hwloc-ps.1 man page...
[FreeBSD_11.1_x86_64] Making all in lstopo
[FreeBSD_11.1_x86_64]   CC       lstopo_no_graphics-lstopo.o
[NetBSD_7.1_x86_64]   CC       distances.lo
[NetBSD_7.1_x86_64]   CC       components.lo
[NetBSD_7.1_x86_64] ../../src/components.c: In function 'hwloc_plugins_init':
[NetBSD_7.1_x86_64] ../../src/components.c:216:10: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
[NetBSD_7.1_x86_64]      path = env;
[NetBSD_7.1_x86_64]           ^
[NetBSD_7.1_x86_64]   CC       bind.lo
[OS_X_12] checking for gethostbyname... yes
[OS_X_12] checking for connect... yes
[OS_X_12] checking for remove... yes
[OS_X_12] checking for shmat... yes
[OS_X_12] checking for IceConnectionNumber in -lICE... yes
[OS_X_12] checking X11/Xlib.h usability... yes
[OS_X_12] checking X11/Xlib.h presence... yes
[OS_X_12] checking for X11/Xlib.h... yes
[OS_X_12] checking for XOpenDisplay in -lX11... yes
[OpenBSD_5.9_x86_64] checking for strncasecmp... yes
[OpenBSD_5.9_x86_64] checking whether strncasecmp is declared... yes
[OpenBSD_5.9_x86_64] checking whether function strncasecmp has a complete prototype... yes
[OpenBSD_5.9_x86_64] checking for strftime... yes
[OpenBSD_5.9_x86_64] checking for setlocale... yes
[OpenBSD_5.9_x86_64] checking for stdint.h... (cached) yes
[OpenBSD_5.9_x86_64] checking sys/mman.h usability... yes
[OpenBSD_5.9_x86_64] checking sys/mman.h presence... yes
[OpenBSD_5.9_x86_64] checking for sys/mman.h... yes
[OpenBSD_5.9_x86_64] checking for KAFFINITY... no
[OpenBSD_5.9_x86_64] checking for PROCESSOR_CACHE_TYPE... no
[OpenBSD_5.9_x86_64] checking for CACHE_DESCRIPTOR... no
[OpenBSD_5.9_x86_64] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[OpenIndiana_x86_64]   CC       topology-synthetic.lo
[OpenIndiana_x86_64]   CC       topology-custom.lo
[Ubuntu_12.04_x86_64]   CC       topology-linux.lo
[Ubuntu_14.04_x86_64]   CCLD     libhwloc.la
[Ubuntu_14.04_x86_64]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[Ubuntu_14.04_x86_64]   CCLD     hwloc_xml_libxml.la
[Ubuntu_16.04_x86_32]   CC       topology-hardwired.lo
[Ubuntu_16.04_x86_32]   CC       topology-x86.lo
[Ubuntu_16.04_x86_64]   CCLD     libhwloc.la
[Ubuntu_16.04_x86_64]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[Ubuntu_16.04_x86_64]   CCLD     hwloc_xml_libxml.la
[Ubuntu_16.04_x86_64]   CC       hwloc_pci_la-topology-pci.lo
[MinGW] checking for KAFFINITY... yes
[CentOS_6.3_x86_32]   CCLD     hwloc-patch
[CentOS_6.3_x86_32]   CC       hwloc-ps.o
[CentOS_6.3_x86_32]   CCLD     hwloc-ps
[CentOS_6.3_x86_32]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[CentOS_6.3_x86_32]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[CentOS_6.3_x86_32]   CCLD     hwloc-dump-hwdata
[CentOS_6.3_x86_32] Creating hwloc.7 man page...
[CentOS_6.3_x86_32] Creating hwloc-annotate.1 man page...
[CentOS_6.3_x86_32] Creating hwloc-assembler.1 man page...
[CentOS_6.3_x86_32] Creating hwloc-assembler-remote.1 man page...
[CentOS_6.3_x86_32] Creating hwloc-bind.1 man page...
[CentOS_6.3_x86_32] Creating hwloc-calc.1 man page...
[CentOS_6.3_x86_32] Creating hwloc-compress-dir.1 man page...
[CentOS_6.3_x86_32] Creating hwloc-diff.1 man page...
[CentOS_6.3_x86_32] Creating hwloc-distances.1 man page...
[CentOS_6.3_x86_32] Creating hwloc-distrib.1 man page...
[CentOS_6.3_x86_32] Creating hwloc-info.1 man page...
[CentOS_6.3_x86_32] Creating hwloc-patch.1 man page...
[CentOS_6.3_x86_32] Creating hwloc-gather-topology.1 man page...
[CentOS_6.3_x86_32] Creating hwloc-ps.1 man page...
[CentOS_6.3_x86_32] Creating hwloc-dump-hwdata.1 man page...
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_32] Making all in lstopo
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_32]   CC       lstopo_no_graphics-lstopo.o
[CentOS_6.3_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[CentOS_6.3_x86_64]   CCLD     hwloc-dump-hwdata
[CentOS_6.3_x86_64] Creating hwloc.7 man page...
[CentOS_6.3_x86_64] Creating hwloc-annotate.1 man page...
[CentOS_6.3_x86_64] Creating hwloc-assembler.1 man page...
[CentOS_6.3_x86_64] Creating hwloc-assembler-remote.1 man page...
[CentOS_6.3_x86_64] Creating hwloc-bind.1 man page...
[CentOS_6.3_x86_64] Creating hwloc-calc.1 man page...
[CentOS_6.3_x86_64] Creating hwloc-compress-dir.1 man page...
[CentOS_6.3_x86_64] Creating hwloc-diff.1 man page...
[CentOS_6.3_x86_64] Creating hwloc-distances.1 man page...
[CentOS_6.3_x86_64] Creating hwloc-distrib.1 man page...
[CentOS_6.3_x86_64] Creating hwloc-info.1 man page...
[CentOS_6.3_x86_64] Creating hwloc-patch.1 man page...
[CentOS_6.3_x86_64] Creating hwloc-gather-topology.1 man page...
[CentOS_6.3_x86_64] Creating hwloc-ps.1 man page...
[CentOS_6.3_x86_64] Creating hwloc-dump-hwdata.1 man page...
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_64] Making all in lstopo
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_64]   CC       lstopo_no_graphics-lstopo.o
[CentOS_6.3_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[CentOS_6.3_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[CentOS_7.2_x86_64]   CCLD     hwloc-calc
[CentOS_7.2_x86_64]   CC       hwloc-diff.o
[CentOS_7.2_x86_64]   CCLD     hwloc-diff
[CentOS_7.2_x86_64]   CC       hwloc-distances.o
[CentOS_7.2_x86_64]   CCLD     hwloc-distances
[Debian_5_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[Debian_5_x86_64]   CCLD     hwloc-dump-hwdata
[Debian_5_x86_64] Creating hwloc.7 man page...
[Debian_5_x86_64] Creating hwloc-annotate.1 man page...
[Debian_5_x86_64] Creating hwloc-assembler.1 man page...
[Debian_5_x86_64] Creating hwloc-assembler-remote.1 man page...
[Debian_5_x86_64] Creating hwloc-bind.1 man page...
[Debian_5_x86_64] Creating hwloc-calc.1 man page...
[Debian_5_x86_64] Creating hwloc-compress-dir.1 man page...
[Debian_5_x86_64] Creating hwloc-diff.1 man page...
[Debian_5_x86_64] Creating hwloc-distances.1 man page...
[Debian_5_x86_64] Creating hwloc-distrib.1 man page...
[Debian_5_x86_64] Creating hwloc-info.1 man page...
[Debian_5_x86_64] Creating hwloc-patch.1 man page...
[Debian_5_x86_64] Creating hwloc-gather-topology.1 man page...
[Debian_5_x86_64] Creating hwloc-ps.1 man page...
[Debian_5_x86_64] Creating hwloc-dump-hwdata.1 man page...
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_5_x86_64] Making all in lstopo
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_5_x86_64]   CC       lstopo_no_graphics-lstopo.o
[Debian_5_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[Debian_5_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[Debian_6_x86_32]   CCLD     hwloc-calc
[Debian_6_x86_32]   CC       hwloc-diff.o
[Debian_6_x86_32]   CCLD     hwloc-diff
[Debian_6_x86_32]   CC       hwloc-distances.o
[Debian_6_x86_32]   CCLD     hwloc-distances
[Debian_6_x86_32]   CC       hwloc-distrib.o
[Debian_7_x86_64]   CCLD     libhwloc.la
[Debian_7_x86_64]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[Debian_8_x86_64]   CC       topology-custom.lo
[Debian_8_x86_64]   CC       topology-xml.lo
[Debian_8_x86_64]   CC       topology-xml-nolibxml.lo
[Debian_9_x86_64]   CCLD     hwloc-annotate
[Debian_9_x86_64]   CC       hwloc-assembler.o
[Debian_9_x86_64]   CCLD     hwloc-assembler
[Debian_9_x86_64]   CC       hwloc-bind.o
[Fedora_25_x86_64]   CCLD     hwloc-calc
[Fedora_25_x86_64]   CC       hwloc-diff.o
[Fedora_25_x86_64]   CCLD     hwloc-diff
[Fedora_25_x86_64]   CC       hwloc-distances.o
[Fedora_25_x86_64]   CCLD     hwloc-distances
[Fedora_25_x86_64]   CC       hwloc-distrib.o
[Fedora_25_x86_64]   CCLD     hwloc-distrib
[FreeBSD_11.1_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[FreeBSD_11.1_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[NetBSD_7.1_x86_64]   CC       bitmap.lo
[NetBSD_7.1_x86_64]   CC       pci-common.lo
[OS_X_12] checking for X11/Xutil.h... yes
[OS_X_12] checking X11/keysym.h usability... yes
[OS_X_12] checking X11/keysym.h presence... yes
[OS_X_12] checking for X11/keysym.h... yes
[OS_X_12] checking NVCtrl/NVCtrl.h usability... no
[OS_X_12] checking NVCtrl/NVCtrl.h presence... no
[OS_X_12] checking for NVCtrl/NVCtrl.h... no
[OS_X_12] checking for LIBXML2... yes
[OS_X_12] checking libxml/parser.h usability... no
[OS_X_12] checking libxml/parser.h presence... no
[OS_X_12] checking for libxml/parser.h... no
[OS_X_12] checking for final LIBXML2 support... no
[OS_X_12] checking for x86 cpuid... yes
[OS_X_12] checking for pthread_mutex_lock... yes
[OS_X_12] checking if plugin support is enabled... yes
[OS_X_12] checking ltdl.h usability... yes
[OS_X_12] checking ltdl.h presence... yes
[OS_X_12] checking for ltdl.h... yes
[OS_X_12] checking for lt_dlopenext in -lltdl... yes
[OS_X_12] checking for dlopen in -ldl... yes
[OS_X_12] checking components to build statically...  noos xml synthetic custom xml_nolibxml darwin x86
[OS_X_12] checking components to build as plugins... 
[OS_X_9] config.status: creating Makefile
[OS_X_9] config.status: creating include/Makefile
[OS_X_9] config.status: creating src/Makefile
[OS_X_9] config.status: creating doc/Makefile
[OS_X_9] config.status: creating doc/examples/Makefile
[OS_X_9] config.status: creating doc/doxygen-config.cfg
[OS_X_9] config.status: creating utils/Makefile
[OS_X_9] config.status: creating utils/hwloc/Makefile
[OS_X_9] config.status: creating utils/lstopo/Makefile
[OS_X_9] config.status: creating hwloc.pc
[OS_X_9] config.status: creating tests/Makefile
[OS_X_9] config.status: creating tests/linux/Makefile
[OS_X_9] config.status: creating tests/linux/allowed/Makefile
[OS_X_9] config.status: creating tests/linux/gather/Makefile
[OS_X_9] config.status: creating tests/xml/Makefile
[OS_X_9] config.status: creating tests/ports/Makefile
[OS_X_9] config.status: creating tests/rename/Makefile
[OS_X_9] config.status: creating tests/linux/allowed/test-topology.sh
[OS_X_9] config.status: creating tests/linux/gather/test-gather-topology.sh
[OpenBSD_5.9_x86_64] checking for RelationProcessorPackage... no
[OpenBSD_5.9_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[OpenBSD_5.9_x86_64] checking for GROUP_AFFINITY... no
[OpenBSD_5.9_x86_64] checking for PROCESSOR_RELATIONSHIP... no
[OpenBSD_5.9_x86_64] checking for NUMA_NODE_RELATIONSHIP... no
[OpenBSD_5.9_x86_64] checking for CACHE_RELATIONSHIP... no
[OpenBSD_5.9_x86_64] checking for PROCESSOR_GROUP_INFO... no
[OpenBSD_5.9_x86_64] checking for GROUP_RELATIONSHIP... no
[OpenBSD_5.9_x86_64] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[OpenBSD_5.9_x86_64] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[OpenBSD_5.9_x86_64] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[OpenBSD_5.9_x86_64] checking for PROCESSOR_NUMBER... no
[OpenBSD_5.9_x86_64] checking for main in -lgdi32... no
[OpenBSD_5.9_x86_64] checking for PostQuitMessage in -luser32... no
[OpenBSD_5.9_x86_64] checking windows.h usability... no
[OpenBSD_5.9_x86_64] checking windows.h presence... no
[OpenBSD_5.9_x86_64] checking for windows.h... no
[OpenBSD_5.9_x86_64] checking sys/lgrp_user.h usability... no
[OpenBSD_5.9_x86_64] checking sys/lgrp_user.h presence... no
[OpenBSD_5.9_x86_64] checking for sys/lgrp_user.h... no
[OpenBSD_5.9_x86_64] checking kstat.h usability... no
[OpenBSD_5.9_x86_64] checking kstat.h presence... no
[OpenBSD_5.9_x86_64] checking for kstat.h... no
[OpenBSD_5.9_x86_64] checking whether fabsf is declared... yes
[OpenIndiana_x86_64]   CC       topology-xml.lo
[OpenIndiana_x86_64]   CC       topology-xml-nolibxml.lo
[Ubuntu_12.04_x86_64]   CC       topology-hardwired.lo
[Ubuntu_12.04_x86_64]   CC       topology-x86.lo
[Ubuntu_14.04_x86_64]   CC       hwloc_pci_la-topology-pci.lo
[Ubuntu_14.04_x86_64]   CCLD     hwloc_pci.la
[Ubuntu_14.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_14.04_x86_64] Making all in include
[Ubuntu_14.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_14.04_x86_64] make[1]: Nothing to be done for `all'.
[Ubuntu_14.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_14.04_x86_64] Making all in utils
[Ubuntu_14.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_14.04_x86_64] Making all in hwloc
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_14.04_x86_64]   CC       hwloc-annotate.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc-annotate
[Ubuntu_14.04_x86_64]   CC       hwloc-assembler.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc-assembler
[Ubuntu_16.04_x86_32]   CCLD     libhwloc.la
[Ubuntu_16.04_x86_32]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[Ubuntu_16.04_x86_32]   CCLD     hwloc_xml_libxml.la
[Ubuntu_16.04_x86_32]   CC       hwloc_pci_la-topology-pci.lo
[Ubuntu_16.04_x86_64]   CCLD     hwloc_pci.la
[Ubuntu_16.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_16.04_x86_64] Making all in include
[Ubuntu_16.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_16.04_x86_64] make[1]: Nothing to be done for 'all'.
[Ubuntu_16.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_16.04_x86_64] Making all in utils
[Ubuntu_16.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_64] Making all in hwloc
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_64]   CC       hwloc-annotate.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc-annotate
[Ubuntu_16.04_x86_64]   CC       hwloc-assembler.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc-assembler
[Ubuntu_16.04_x86_64]   CC       hwloc-bind.o
[Ubuntu_18.04_x86_64]   CC       topology-hardwired.lo
[MinGW] checking for PROCESSOR_CACHE_TYPE... yes
[CentOS_6.3_x86_32]   CC       lstopo_no_graphics-lstopo-color.o
[CentOS_6.3_x86_32]   CC       lstopo_no_graphics-lstopo-draw.o
[CentOS_7.2_x86_64]   CC       hwloc-distrib.o
[CentOS_7.2_x86_64]   CCLD     hwloc-distrib
[CentOS_7.2_x86_64]   CC       hwloc-info.o
[CentOS_7.2_x86_64]   CCLD     hwloc-info
[CentOS_7.2_x86_64]   CC       hwloc-patch.o
[Debian_6_x86_32]   CCLD     hwloc-distrib
[Debian_6_x86_32]   CC       hwloc-info.o
[Debian_6_x86_32]   CCLD     hwloc-info
[Debian_6_x86_32]   CC       hwloc-patch.o
[Debian_6_x86_32]   CCLD     hwloc-patch
[Debian_7_x86_64]   CCLD     hwloc_xml_libxml.la
[Debian_7_x86_64]   CC       hwloc_pci_la-topology-pci.lo
[Debian_7_x86_64]   CCLD     hwloc_pci.la
[Debian_7_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_7_x86_64] Making all in include
[Debian_7_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_7_x86_64] make[1]: Nothing to be done for `all'.
[Debian_7_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_7_x86_64] Making all in utils
[Debian_7_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_7_x86_64] Making all in hwloc
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_7_x86_64]   CC       hwloc-annotate.o
[Debian_7_x86_64]   CCLD     hwloc-annotate
[Debian_8_x86_64]   CC       topology-linux.lo
[Debian_9_x86_64]   CCLD     hwloc-bind
[Debian_9_x86_64]   CC       hwloc-calc.o
[Debian_9_x86_64]   CCLD     hwloc-calc
[Debian_9_x86_64]   CC       hwloc-diff.o
[Debian_9_x86_64]   CCLD     hwloc-diff
[Debian_9_x86_64]   CC       hwloc-distances.o
[Debian_9_x86_64_-m32] PASS: test-hwloc-compress-dir.sh
[Fedora_25_x86_64]   CC       hwloc-info.o
[Fedora_25_x86_64]   CCLD     hwloc-info
[Fedora_25_x86_64]   CC       hwloc-patch.o
[Fedora_25_x86_64]   CCLD     hwloc-patch
[Fedora_25_x86_64]   CC       hwloc-ps.o
[Fedora_25_x86_64]   CCLD     hwloc-ps
[NetBSD_7.1_x86_64]   CC       diff.lo
[NetBSD_7.1_x86_64]   CC       misc.lo
[NetBSD_7.1_x86_64]   CC       base64.lo
[NetBSD_7.1_x86_64]   CC       topology-noos.lo
[NetBSD_7.1_x86_64]   CC       topology-synthetic.lo
[OS_X_12] checking for a sed that does not truncate output... /usr/bin/sed
[OS_X_12] 
[OS_X_12] ###
[OS_X_12] ### Configuring hwloc documentation
[OS_X_12] ###
[OS_X_12] checking if this is a developer build... no (doxygen generation is optional)
[OS_X_12] checking for doxygen... no
[OS_X_12] checking for pdflatex... no
[OS_X_12] checking for makeindex... no
[OS_X_12] checking for fig2dev... no
[OS_X_12] checking for gs... no
[OS_X_12] checking for epstopdf... no
[OS_X_12] checking if can build doxygen docs... no
[OS_X_12] checking for w3m... no
[OS_X_12] checking for lynx... no
[OS_X_12] checking if can build top-level README... no
[OS_X_12] checking if will build doxygen docs... no
[OS_X_12] checking if will install doxygen docs... yes
[OS_X_12] checking whether to enable "picky" compiler mode... no (default)
[OS_X_12] 
[OS_X_12] ###
[OS_X_12] ### Configuring hwloc command line utilities
[OS_X_12] ###
[OS_X_12] checking for CAIRO... yes
[OS_X_12] checking cairo.h usability... yes
[OS_X_12] checking cairo.h presence... yes
[OS_X_12] checking for cairo.h... yes
[OS_X_12] checking for cairo_fill... yes
[OS_X_12] checking for final CAIRO support... yes
[OS_X_12] checking for wchar_t... yes
[OS_X_12] checking for putwc... yes
[OS_X_12] checking locale.h usability... yes
[OS_X_12] checking locale.h presence... yes
[OS_X_12] checking for locale.h... yes
[OS_X_12] checking for setlocale... (cached) yes
[OS_X_12] checking for uselocale... yes
[OS_X_9] config.status: creating tests/linux/test-topology.sh
[OS_X_9] config.status: creating tests/xml/test-topology.sh
[OS_X_9] config.status: creating tests/wrapper.sh
[OS_X_9] config.status: creating utils/hwloc/hwloc-assembler-remote
[OS_X_9] config.status: creating utils/hwloc/hwloc-compress-dir
[OS_X_9] config.status: creating utils/hwloc/hwloc-gather-topology
[OS_X_9] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[OS_X_9] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[OS_X_9] config.status: creating utils/hwloc/test-hwloc-calc.sh
[OS_X_9] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[OS_X_9] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[OS_X_9] config.status: creating utils/hwloc/test-hwloc-distances.sh
[OS_X_9] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[OS_X_9] config.status: creating utils/hwloc/test-hwloc-info.sh
[OS_X_9] config.status: creating utils/hwloc/test-fake-plugin.sh
[OS_X_9] config.status: creating utils/lstopo/test-hwloc-ls.sh
[OS_X_9] config.status: creating contrib/systemd/Makefile
[OS_X_9] config.status: creating include/private/autogen/config.h
[OS_X_9] config.status: creating include/hwloc/autogen/config.h
[OS_X_9] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[OS_X_9] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[OS_X_9] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[OS_X_9] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[OS_X_9] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[OS_X_9] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[OS_X_9] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[OS_X_9] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[OS_X_9] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[OS_X_9] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[OS_X_9] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[OS_X_9] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[OS_X_9] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[OS_X_9] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[OS_X_9] config.status: executing depfiles commands
[OpenBSD_5.9_x86_64] checking for fabsf in -lm... yes
[OpenBSD_5.9_x86_64] checking whether modff is declared... yes
[OpenBSD_5.9_x86_64] checking for modff in -lm... yes
[OpenBSD_5.9_x86_64] checking picl.h usability... no
[OpenBSD_5.9_x86_64] checking picl.h presence... no
[OpenBSD_5.9_x86_64] checking for picl.h... no
[OpenBSD_5.9_x86_64] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[OpenBSD_5.9_x86_64] checking whether _SC_NPROCESSORS_CONF is declared... yes
[OpenBSD_5.9_x86_64] checking whether _SC_NPROC_ONLN is declared... no
[OpenBSD_5.9_x86_64] checking whether _SC_NPROC_CONF is declared... no
[OpenBSD_5.9_x86_64] checking whether _SC_PAGESIZE is declared... yes
[OpenBSD_5.9_x86_64] checking whether _SC_PAGE_SIZE is declared... yes
[OpenBSD_5.9_x86_64] checking whether _SC_LARGE_PAGESIZE is declared... no
[OpenBSD_5.9_x86_64] checking mach/mach_host.h usability... no
[OpenBSD_5.9_x86_64] checking mach/mach_host.h presence... no
[OpenBSD_5.9_x86_64] checking for mach/mach_host.h... no
[OpenBSD_5.9_x86_64] checking mach/mach_init.h usability... no
[OpenBSD_5.9_x86_64] checking mach/mach_init.h presence... no
[OpenBSD_5.9_x86_64] checking for mach/mach_init.h... no
[OpenBSD_5.9_x86_64] checking sys/param.h usability... yes
[OpenBSD_5.9_x86_64] checking sys/param.h presence... yes
[OpenBSD_5.9_x86_64] checking for sys/param.h... yes
[OpenIndiana_x86_64]   CC       topology-solaris.lo
[Ubuntu_12.04_x86_64]   CCLD     libhwloc.la
[Ubuntu_12.04_x86_64]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[Ubuntu_12.04_x86_64]   CCLD     hwloc_xml_libxml.la
[Ubuntu_12.04_x86_64]   CC       hwloc_pci_la-topology-pci.lo
[Ubuntu_14.04_x86_64]   CC       hwloc-bind.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc-bind
[Ubuntu_14.04_x86_64]   CC       hwloc-calc.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_pci.la
[Ubuntu_16.04_x86_32]   CC       hwloc_opencl_la-topology-opencl.lo
[Ubuntu_16.04_x86_32]   CCLD     hwloc_opencl.la
[Ubuntu_16.04_x86_32] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_16.04_x86_32] Making all in include
[Ubuntu_16.04_x86_32] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_16.04_x86_32] make[1]: Nothing to be done for 'all'.
[Ubuntu_16.04_x86_32] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_16.04_x86_32] Making all in utils
[Ubuntu_16.04_x86_32] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_32] Making all in hwloc
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_32]   CC       hwloc-annotate.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc-annotate
[Ubuntu_16.04_x86_64]   CCLD     hwloc-bind
[Ubuntu_16.04_x86_64]   CC       hwloc-calc.o
[Ubuntu_18.04_x86_64]   CC       topology-x86.lo
[Ubuntu_18.04_x86_64]   CCLD     libhwloc.la
[Ubuntu_18.04_x86_64]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[CentOS_6.3_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[CentOS_6.3_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[CentOS_6.3_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[CentOS_7.2_x86_64]   CCLD     hwloc-patch
[CentOS_7.2_x86_64]   CC       hwloc-ps.o
[CentOS_7.2_x86_64]   CCLD     hwloc-ps
[CentOS_7.2_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[CentOS_7.2_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[CentOS_7.2_x86_64]   CCLD     hwloc-dump-hwdata
[CentOS_7.2_x86_64] Creating hwloc.7 man page...
[CentOS_7.2_x86_64] Creating hwloc-annotate.1 man page...
[CentOS_7.2_x86_64] Creating hwloc-assembler.1 man page...
[CentOS_7.2_x86_64] Creating hwloc-assembler-remote.1 man page...
[CentOS_7.2_x86_64] Creating hwloc-bind.1 man page...
[CentOS_7.2_x86_64] Creating hwloc-calc.1 man page...
[CentOS_7.2_x86_64] Creating hwloc-compress-dir.1 man page...
[CentOS_7.2_x86_64] Creating hwloc-diff.1 man page...
[CentOS_7.2_x86_64] Creating hwloc-distances.1 man page...
[CentOS_7.2_x86_64] Creating hwloc-distrib.1 man page...
[CentOS_7.2_x86_64] Creating hwloc-info.1 man page...
[CentOS_7.2_x86_64] Creating hwloc-patch.1 man page...
[CentOS_7.2_x86_64] Creating hwloc-gather-topology.1 man page...
[CentOS_7.2_x86_64] Creating hwloc-ps.1 man page...
[CentOS_7.2_x86_64] Creating hwloc-dump-hwdata.1 man page...
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_7.2_x86_64] Making all in lstopo
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_7.2_x86_64]   CC       lstopo_no_graphics-lstopo.o
[CentOS_7.2_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[Debian_5_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[Debian_5_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[Debian_5_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[Debian_5_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[Debian_5_x86_64]   CCLD     lstopo-no-graphics
[Debian_5_x86_64]   CC       lstopo-lstopo.o
[Debian_6_x86_32]   CC       hwloc-ps.o
[Debian_6_x86_32]   CCLD     hwloc-ps
[Debian_6_x86_32]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[Debian_6_x86_32]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[Debian_6_x86_32]   CCLD     hwloc-dump-hwdata
[Debian_6_x86_32] Creating hwloc.7 man page...
[Debian_6_x86_32] Creating hwloc-annotate.1 man page...
[Debian_6_x86_32] Creating hwloc-assembler.1 man page...
[Debian_6_x86_32] Creating hwloc-assembler-remote.1 man page...
[Debian_6_x86_32] Creating hwloc-bind.1 man page...
[Debian_6_x86_32] Creating hwloc-calc.1 man page...
[Debian_6_x86_32] Creating hwloc-compress-dir.1 man page...
[Debian_6_x86_32] Creating hwloc-diff.1 man page...
[Debian_6_x86_32] Creating hwloc-distances.1 man page...
[Debian_6_x86_32] Creating hwloc-distrib.1 man page...
[Debian_6_x86_32] Creating hwloc-info.1 man page...
[Debian_6_x86_32] Creating hwloc-patch.1 man page...
[Debian_6_x86_32] Creating hwloc-gather-topology.1 man page...
[Debian_6_x86_32] Creating hwloc-ps.1 man page...
[Debian_6_x86_32] Creating hwloc-dump-hwdata.1 man page...
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_6_x86_32] Making all in lstopo
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_6_x86_32]   CC       lstopo_no_graphics-lstopo.o
[Debian_7_x86_64]   CC       hwloc-assembler.o
[Debian_7_x86_64]   CCLD     hwloc-assembler
[Debian_7_x86_64]   CC       hwloc-bind.o
[Debian_7_x86_64]   CCLD     hwloc-bind
[Debian_7_x86_64]   CC       hwloc-calc.o
[Debian_9_x86_64]   CCLD     hwloc-distances
[Debian_9_x86_64]   CC       hwloc-distrib.o
[Debian_9_x86_64]   CCLD     hwloc-distrib
[Debian_9_x86_64]   CC       hwloc-info.o
[Debian_9_x86_64_-m32] PASS: test-hwloc-diffpatch.sh
[Debian_9_x86_64_-m32] PASS: test-hwloc-distances.sh
[Debian_9_x86_64_-m32] PASS: test-hwloc-distrib.sh
[Debian_9_x86_64_-m32] PASS: test-hwloc-info.sh
[Debian_9_x86_64_-m32] PASS: test-fake-plugin.sh
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] # TOTAL: 9
[Debian_9_x86_64_-m32] # PASS:  9
[Debian_9_x86_64_-m32] # SKIP:  0
[Debian_9_x86_64_-m32] # XFAIL: 0
[Debian_9_x86_64_-m32] # FAIL:  0
[Debian_9_x86_64_-m32] # XPASS: 0
[Debian_9_x86_64_-m32] # ERROR: 0
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] make[4]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64_-m32] Making check in lstopo
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64_-m32] make  check-TESTS
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64_-m32] make[4]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Fedora_25_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[Fedora_25_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[Fedora_25_x86_64]   CCLD     hwloc-dump-hwdata
[Fedora_25_x86_64] Creating hwloc.7 man page...
[Fedora_25_x86_64] Creating hwloc-annotate.1 man page...
[Fedora_25_x86_64] Creating hwloc-assembler.1 man page...
[Fedora_25_x86_64] Creating hwloc-assembler-remote.1 man page...
[Fedora_25_x86_64] Creating hwloc-bind.1 man page...
[Fedora_25_x86_64] Creating hwloc-calc.1 man page...
[Fedora_25_x86_64] Creating hwloc-compress-dir.1 man page...
[Fedora_25_x86_64] Creating hwloc-diff.1 man page...
[Fedora_25_x86_64] Creating hwloc-distances.1 man page...
[Fedora_25_x86_64] Creating hwloc-distrib.1 man page...
[Fedora_25_x86_64] Creating hwloc-info.1 man page...
[Fedora_25_x86_64] Creating hwloc-patch.1 man page...
[Fedora_25_x86_64] Creating hwloc-gather-topology.1 man page...
[Fedora_25_x86_64] Creating hwloc-ps.1 man page...
[Fedora_25_x86_64] Creating hwloc-dump-hwdata.1 man page...
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Fedora_25_x86_64] Making all in lstopo
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Fedora_25_x86_64]   CC       lstopo_no_graphics-lstopo.o
[Fedora_25_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[Fedora_25_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[FreeBSD_11.1_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[FreeBSD_11.1_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[FreeBSD_11.1_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[FreeBSD_11.1_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[FreeBSD_11.1_x86_64]   CCLD     lstopo-no-graphics
[FreeBSD_11.1_x86_64] Creating lstopo-no-graphics.1 man page...
[FreeBSD_11.1_x86_64] Making all in tests
[FreeBSD_11.1_x86_64] Making all in .
[FreeBSD_11.1_x86_64] Making all in ports
[FreeBSD_11.1_x86_64] Making all in xml
[FreeBSD_11.1_x86_64] Making all in contrib/systemd
[FreeBSD_11.1_x86_64] Making all in doc
[FreeBSD_11.1_x86_64] make  all-recursive
[FreeBSD_11.1_x86_64] Making all in examples
[FreeBSD_11.1_x86_64] + make check
[FreeBSD_11.1_x86_64] Making check in src
[FreeBSD_11.1_x86_64] make  hwloc_fake.la
[NetBSD_7.1_x86_64]   CC       topology-custom.lo
[NetBSD_7.1_x86_64]   CC       topology-xml.lo
[NetBSD_7.1_x86_64]   CC       topology-xml-nolibxml.lo
[OS_X_12] checking xlocale.h usability... yes
[OS_X_12] checking xlocale.h presence... yes
[OS_X_12] checking for xlocale.h... yes
[OS_X_12] checking for setlocale... (cached) yes
[OS_X_12] checking for uselocale... (cached) yes
[OS_X_12] checking langinfo.h usability... yes
[OS_X_12] checking langinfo.h presence... yes
[OS_X_12] checking for langinfo.h... yes
[OS_X_12] checking for nl_langinfo... yes
[OS_X_12] checking termcap support using ncurses and ... no
[OS_X_12] checking termcap support using ncurses and -ltermcap... yes
[OS_X_12] checking whether diff accepts -u... yes
[OS_X_12] checking whether diff accepts -w... yes
[OS_X_12] checking time.h usability... yes
[OS_X_12] checking time.h presence... yes
[OS_X_12] checking for time.h... yes
[OS_X_12] checking for clock_gettime... yes
[OS_X_12] 
[OS_X_12] ###
[OS_X_12] ### Configuring hwloc tests
[OS_X_12] ###
[OS_X_12] checking for pthread_self in -lpthread... yes
[OS_X_12] checking for numa_available in -lnuma... no
[OS_X_12] checking for stdlib.h... (cached) yes
[OS_X_12] checking for mkstemp... yes
[OpenBSD_5.9_x86_64] checking for sys/sysctl.h... yes
[OpenBSD_5.9_x86_64] checking whether CTL_HW is declared... yes
[OpenBSD_5.9_x86_64] checking whether HW_NCPU is declared... yes
[OpenBSD_5.9_x86_64] checking whether strtoull is declared... yes
[OpenBSD_5.9_x86_64] checking for ssize_t... yes
[OpenBSD_5.9_x86_64] checking whether snprintf is declared... yes
[OpenBSD_5.9_x86_64] checking whether _strdup is declared... no
[OpenBSD_5.9_x86_64] checking whether _putenv is declared... no
[OpenBSD_5.9_x86_64] checking for sysctl... yes
[OpenBSD_5.9_x86_64] checking for sysctlbyname... no
[OpenBSD_5.9_x86_64] checking whether getprogname is declared... yes
[OpenBSD_5.9_x86_64] checking whether getexecname is declared... no
[OpenBSD_5.9_x86_64] checking whether GetModuleFileName is declared... no
[OpenIndiana_x86_64]   CC       topology-solaris-chiptype.lo
[OpenIndiana_x86_64]   CC       topology-x86.lo
[Ubuntu_12.04_x86_64]   CCLD     hwloc_pci.la
[Ubuntu_12.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_12.04_x86_64] Making all in include
[Ubuntu_12.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_12.04_x86_64] make[1]: Nothing to be done for `all'.
[Ubuntu_12.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_12.04_x86_64] Making all in utils
[Ubuntu_12.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_12.04_x86_64] Making all in hwloc
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_12.04_x86_64]   CC       hwloc-annotate.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc-annotate
[Ubuntu_14.04_x86_64]   CCLD     hwloc-calc
[Ubuntu_14.04_x86_64]   CC       hwloc-diff.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc-diff
[Ubuntu_14.04_x86_64]   CC       hwloc-distances.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc-distances
[Ubuntu_14.04_x86_64]   CC       hwloc-distrib.o
[Ubuntu_16.04_x86_32]   CC       hwloc-assembler.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc-assembler
[Ubuntu_16.04_x86_32]   CC       hwloc-bind.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc-bind
[Ubuntu_16.04_x86_64]   CCLD     hwloc-calc
[Ubuntu_16.04_x86_64]   CC       hwloc-diff.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc-diff
[Ubuntu_16.04_x86_64]   CC       hwloc-distances.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc-distances
[Ubuntu_16.04_x86_64]   CC       hwloc-distrib.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_xml_libxml.la
[Ubuntu_18.04_x86_64]   CC       hwloc_pci_la-topology-pci.lo
[Ubuntu_18.04_x86_64]   CCLD     hwloc_pci.la
[Ubuntu_18.04_x86_64]   CC       hwloc_opencl_la-topology-opencl.lo
[Ubuntu_18.04_x86_64]   CCLD     hwloc_opencl.la
[Ubuntu_18.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_18.04_x86_64] Making all in include
[Ubuntu_18.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_18.04_x86_64] make[1]: Nothing to be done for 'all'.
[Ubuntu_18.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_18.04_x86_64] Making all in utils
[Ubuntu_18.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_18.04_x86_64] Making all in hwloc
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_18.04_x86_64]   CC       hwloc-annotate.o
[MinGW] checking for CACHE_DESCRIPTOR... yes
[CentOS_6.3_x86_32]   CC       lstopo_no_graphics-lstopo-fig.o
[CentOS_6.3_x86_32]   CC       lstopo_no_graphics-lstopo-ascii.o
[CentOS_6.3_x86_32]   CC       lstopo_no_graphics-lstopo-text.o
[CentOS_6.3_x86_32]   CC       lstopo_no_graphics-lstopo-xml.o
[CentOS_6.3_x86_32]   CCLD     lstopo-no-graphics
[CentOS_6.3_x86_32]   CC       lstopo-lstopo.o
[CentOS_6.3_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[CentOS_6.3_x86_64]   CCLD     lstopo-no-graphics
[CentOS_6.3_x86_64]   CC       lstopo-lstopo.o
[CentOS_6.3_x86_64]   CC       lstopo-lstopo-color.o
[CentOS_6.3_x86_64]   CC       lstopo-lstopo-draw.o
[CentOS_7.2_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[Debian_5_x86_64]   CC       lstopo-lstopo-color.o
[Debian_5_x86_64]   CC       lstopo-lstopo-draw.o
[Debian_6_x86_32]   CC       lstopo_no_graphics-lstopo-color.o
[Debian_6_x86_32]   CC       lstopo_no_graphics-lstopo-draw.o
[Debian_7_x86_64]   CCLD     hwloc-calc
[Debian_7_x86_64]   CC       hwloc-diff.o
[Debian_7_x86_64]   CCLD     hwloc-diff
[Debian_7_x86_64]   CC       hwloc-distances.o
[Debian_7_x86_64]   CCLD     hwloc-distances
[Debian_8_x86_64]   CC       topology-hardwired.lo
[Debian_8_x86_64]   CC       topology-x86.lo
[Debian_8_x86_64]   CCLD     libhwloc.la
[Debian_8_x86_64]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[Debian_8_x86_64]   CCLD     hwloc_xml_libxml.la
[Debian_9_x86_64]   CCLD     hwloc-info
[Debian_9_x86_64]   CC       hwloc-patch.o
[Debian_9_x86_64]   CCLD     hwloc-patch
[Debian_9_x86_64]   CC       hwloc-ps.o
[Debian_9_x86_64]   CCLD     hwloc-ps
[Debian_9_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[Debian_9_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[Debian_9_x86_64_-m32] PASS: test-hwloc-ls.sh
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] # TOTAL: 1
[Debian_9_x86_64_-m32] # PASS:  1
[Debian_9_x86_64_-m32] # SKIP:  0
[Debian_9_x86_64_-m32] # XFAIL: 0
[Debian_9_x86_64_-m32] # FAIL:  0
[Debian_9_x86_64_-m32] # XPASS: 0
[Debian_9_x86_64_-m32] # ERROR: 0
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] make[4]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64_-m32] make[2]: Nothing to be done for 'check-am'.
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64_-m32] make[1]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64_-m32] Making check in tests
[Debian_9_x86_64_-m32] make[1]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64_-m32] Making check in .
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64_-m32] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched      
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64_-m32]   CC       hwloc_list_components.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_list_components
[Debian_9_x86_64_-m32]   CC       hwloc_bitmap.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_bitmap
[Debian_9_x86_64_-m32]   CC       hwloc_bitmap_string.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_bitmap_string
[Debian_9_x86_64_-m32]   CC       hwloc_bitmap_compare_inclusion.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_bitmap_compare_inclusion
[Debian_9_x86_64_-m32]   CC       hwloc_get_closest_objs.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_get_closest_objs
[Debian_9_x86_64_-m32]   CC       hwloc_get_obj_covering_cpuset.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_get_obj_covering_cpuset
[Debian_9_x86_64_-m32]   CC       hwloc_get_cache_covering_cpuset.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_get_cache_covering_cpuset
[FreeBSD_11.1_x86_64]   CC       topology-fake.lo
[FreeBSD_11.1_x86_64]   CCLD     hwloc_fake.la
[FreeBSD_11.1_x86_64] Making check in include
[FreeBSD_11.1_x86_64] Making check in utils
[FreeBSD_11.1_x86_64] Making check in hwloc
[FreeBSD_11.1_x86_64] make  check-TESTS
[FreeBSD_11.1_x86_64] PASS: test-hwloc-annotate.sh
[FreeBSD_11.1_x86_64] PASS: test-hwloc-assembler.sh
[NetBSD_7.1_x86_64]   CC       topology-netbsd.lo
[NetBSD_7.1_x86_64]   CC       topology-x86.lo
[NetBSD_7.1_x86_64]   CCLD     libhwloc.la
[NetBSD_7.1_x86_64] Making all in include
[NetBSD_7.1_x86_64] Making all in utils
[NetBSD_7.1_x86_64] Making all in hwloc
[NetBSD_7.1_x86_64]   CC       hwloc-annotate.o
[OS_X_12] checking infiniband/verbs.h usability... no
[OS_X_12] checking infiniband/verbs.h presence... no
[OS_X_12] checking for infiniband/verbs.h... no
[OS_X_12] checking myriexpress.h usability... no
[OS_X_12] checking myriexpress.h presence... no
[OS_X_12] checking for myriexpress.h... no
[OS_X_12] checking for xmllint... xmllint
[OS_X_12] checking for bunzip2... bunzip2
[OS_X_12] checking if CXX works... yes
[OS_X_12] checking whether diff accepts -u... yes
[OS_X_12] 
[OS_X_12] ###
[OS_X_12] ### Performing final hwloc configuration
[OS_X_12] ###
[OS_X_12] checking how to print strings... printf
[OS_X_12] checking for a sed that does not truncate output... (cached) /usr/bin/sed
[OS_X_12] checking for fgrep... /usr/bin/grep -F
[OS_X_12] checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
[OS_X_12] checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
[OS_X_12] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[OS_X_12] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[OS_X_12] checking whether ln -s works... yes
[OS_X_12] checking the maximum length of command line arguments... 196608
[OS_X_12] checking how to convert x86_64-apple-darwin16.7.0 file names to x86_64-apple-darwin16.7.0 format... func_convert_file_noop
[OS_X_12] checking how to convert x86_64-apple-darwin16.7.0 file names to toolchain format... func_convert_file_noop
[OS_X_12] checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
[OS_X_12] checking for objdump... objdump
[OS_X_12] checking how to recognize dependent libraries... pass_all
[OS_X_12] checking for dlltool... no
[OS_X_12] checking how to associate runtime and link libraries... printf %s\n
[OS_X_12] checking for archiver @FILE support... no
[OS_X_12] checking for strip... strip
[OS_X_12] checking for ranlib... ranlib
[OS_X_9] config.status: executing chmoding-scripts commands
[OS_X_9] config.status: executing libtool commands
[OS_X_9] 
[OS_X_9] -----------------------------------------------------------------------------
[OS_X_9] Hwloc optional build support status (more details can be found above):
[OS_X_9] 
[OS_X_9] Probe / display I/O devices: no
[OS_X_9] Graphical output (Cairo):    no
[OS_X_9] XML input / output:          full
[OS_X_9] Plugin support:              yes (xml_libxml)
[OS_X_9] -----------------------------------------------------------------------------
[OS_X_9] 
[OS_X_9] + make
[OS_X_9] Making all in src
[OS_X_9]   CC       topology.lo
[OpenBSD_5.9_x86_64] checking for program_invocation_name... no
[OpenBSD_5.9_x86_64] checking for __progname... yes
[OpenBSD_5.9_x86_64] checking for pthread_t... yes
[OpenBSD_5.9_x86_64] checking whether sched_getcpu is declared... no
[OpenBSD_5.9_x86_64] checking whether sched_setaffinity is declared... no
[OpenBSD_5.9_x86_64] checking for working CPU_SET... no
[OpenBSD_5.9_x86_64] checking for working CPU_SET_S... no
[OpenBSD_5.9_x86_64] checking for working syscall... yes
[OpenBSD_5.9_x86_64] checking for KERRIGHED... no
[OpenBSD_5.9_x86_64] checking for lib... no
[OpenBSD_5.9_x86_64] checking for bash... /usr/local/bin/bash
[OpenBSD_5.9_x86_64] checking for ffs... yes
[OpenBSD_5.9_x86_64] checking whether ffs is declared... yes
[OpenBSD_5.9_x86_64] checking whether function ffs has a complete prototype... yes
[OpenIndiana_x86_64]   CCLD     libhwloc.la
[OpenIndiana_x86_64]   CC       hwloc_pci_la-topology-pci.lo
[OpenIndiana_x86_64]   CCLD     hwloc_pci.la
[OpenIndiana_x86_64] Making all in include
[OpenIndiana_x86_64] Making all in utils
[OpenIndiana_x86_64] Making all in hwloc
[OpenIndiana_x86_64]   CC       hwloc-annotate.o
[Ubuntu_12.04_x86_64]   CC       hwloc-assembler.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc-assembler
[Ubuntu_12.04_x86_64]   CC       hwloc-bind.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc-bind
[Ubuntu_12.04_x86_64]   CC       hwloc-calc.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc-distrib
[Ubuntu_14.04_x86_64]   CC       hwloc-info.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc-info
[Ubuntu_14.04_x86_64]   CC       hwloc-patch.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc-patch
[Ubuntu_14.04_x86_64]   CC       hwloc-ps.o
[Ubuntu_16.04_x86_32]   CC       hwloc-calc.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc-calc
[Ubuntu_16.04_x86_32]   CC       hwloc-diff.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc-diff
[Ubuntu_16.04_x86_32]   CC       hwloc-distances.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc-distrib
[Ubuntu_16.04_x86_64]   CC       hwloc-info.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc-annotate
[Ubuntu_18.04_x86_64]   CC       hwloc-assembler.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc-assembler
[Ubuntu_18.04_x86_64]   CC       hwloc-bind.o
[MinGW] checking for LOGICAL_PROCESSOR_RELATIONSHIP... yes
[CentOS_6.3_x86_32]   CC       lstopo-lstopo-color.o
[CentOS_6.3_x86_32]   CC       lstopo-lstopo-draw.o
[Debian_5_x86_64]   CC       lstopo-lstopo-fig.o
[Debian_5_x86_64]   CC       lstopo-lstopo-ascii.o
[Debian_5_x86_64]   CC       lstopo-lstopo-text.o
[Debian_5_x86_64]   CC       lstopo-lstopo-xml.o
[Debian_7_x86_64]   CC       hwloc-distrib.o
[Debian_7_x86_64]   CCLD     hwloc-distrib
[Debian_7_x86_64]   CC       hwloc-info.o
[Debian_7_x86_64]   CCLD     hwloc-info
[Debian_7_x86_64]   CC       hwloc-patch.o
[Debian_8_x86_64]   CC       hwloc_pci_la-topology-pci.lo
[Debian_8_x86_64]   CCLD     hwloc_pci.la
[Debian_8_x86_64]   CC       hwloc_opencl_la-topology-opencl.lo
[Debian_8_x86_64]   CCLD     hwloc_opencl.la
[Debian_8_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_8_x86_64] Making all in include
[Debian_8_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_8_x86_64] make[1]: Nothing to be done for 'all'.
[Debian_8_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_8_x86_64] Making all in utils
[Debian_8_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_8_x86_64] Making all in hwloc
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_8_x86_64]   CC       hwloc-annotate.o
[Debian_9_x86_64]   CCLD     hwloc-dump-hwdata
[Debian_9_x86_64] Creating hwloc.7 man page...
[Debian_9_x86_64] Creating hwloc-annotate.1 man page...
[Debian_9_x86_64] Creating hwloc-assembler.1 man page...
[Debian_9_x86_64] Creating hwloc-assembler-remote.1 man page...
[Debian_9_x86_64] Creating hwloc-bind.1 man page...
[Debian_9_x86_64] Creating hwloc-calc.1 man page...
[Debian_9_x86_64] Creating hwloc-compress-dir.1 man page...
[Debian_9_x86_64] Creating hwloc-diff.1 man page...
[Debian_9_x86_64] Creating hwloc-distances.1 man page...
[Debian_9_x86_64] Creating hwloc-distrib.1 man page...
[Debian_9_x86_64] Creating hwloc-info.1 man page...
[Debian_9_x86_64] Creating hwloc-patch.1 man page...
[Debian_9_x86_64] Creating hwloc-gather-topology.1 man page...
[Debian_9_x86_64] Creating hwloc-ps.1 man page...
[Debian_9_x86_64] Creating hwloc-dump-hwdata.1 man page...
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64] Making all in lstopo
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64]   CC       lstopo_no_graphics-lstopo.o
[Debian_9_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[Debian_9_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[Debian_9_x86_64_-m32]   CC       hwloc_get_largest_objs_inside_cpuset.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_get_largest_objs_inside_cpuset
[Debian_9_x86_64_-m32]   CC       hwloc_get_next_obj_covering_cpuset.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_get_next_obj_covering_cpuset
[Debian_9_x86_64_-m32]   CC       hwloc_get_obj_inside_cpuset.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_get_obj_inside_cpuset
[Debian_9_x86_64_-m32]   CC       hwloc_get_shared_cache_covering_obj.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_get_shared_cache_covering_obj
[Debian_9_x86_64_-m32]   CC       hwloc_get_obj_below_array_by_type.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_get_obj_below_array_by_type
[Debian_9_x86_64_-m32]   CC       hwloc_bitmap_first_last_weight.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_bitmap_first_last_weight
[NetBSD_7.1_x86_64]   CCLD     hwloc-annotate
[NetBSD_7.1_x86_64]   CC       hwloc-assembler.o
[NetBSD_7.1_x86_64]   CCLD     hwloc-assembler
[NetBSD_7.1_x86_64]   CC       hwloc-bind.o
[OS_X_12] checking command to parse /usr/bin/nm -B output from gcc object... ok
[OS_X_12] checking for sysroot... no
[OS_X_12] checking for a working dd... /bin/dd
[OS_X_12] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[OS_X_12] checking for mt... no
[OS_X_12] checking if : is a manifest tool... no
[OS_X_12] checking for dsymutil... dsymutil
[OS_X_12] checking for nmedit... nmedit
[OS_X_12] checking for lipo... lipo
[OS_X_12] checking for otool... otool
[OS_X_12] checking for otool64... no
[OS_X_12] checking for -single_module linker flag... yes
[OS_X_12] checking for -exported_symbols_list linker flag... yes
[OS_X_12] checking for -force_load linker flag... yes
[OS_X_12] checking for dlfcn.h... yes
[OS_X_12] checking for objdir... .libs
[OS_X_12] checking if gcc supports -fno-rtti -fno-exceptions... yes
[OS_X_12] checking for gcc option to produce PIC... -fno-common -DPIC
[OS_X_12] checking if gcc PIC flag -fno-common -DPIC works... yes
[OS_X_12] checking if gcc static flag -static works... no
[OS_X_9]   CC       traversal.lo
[OS_X_9]   CC       distances.lo
[OS_X_9]   CC       components.lo
[OpenBSD_5.9_x86_64] checking for ffsl... no
[OpenBSD_5.9_x86_64] checking for fls... no
[OpenBSD_5.9_x86_64] checking for flsl... no
[OpenBSD_5.9_x86_64] checking for clz... no
[OpenBSD_5.9_x86_64] checking for clzl... no
[OpenBSD_5.9_x86_64] checking for openat... yes
[OpenBSD_5.9_x86_64] checking malloc.h usability... no
[OpenBSD_5.9_x86_64] checking malloc.h presence... no
[OpenBSD_5.9_x86_64] checking for malloc.h... no
[OpenBSD_5.9_x86_64] checking for getpagesize... yes
[OpenBSD_5.9_x86_64] checking for memalign... no
[OpenIndiana_x86_64]   CCLD     hwloc-annotate
[OpenIndiana_x86_64]   CC       hwloc-assembler.o
[OpenIndiana_x86_64]   CCLD     hwloc-assembler
[OpenIndiana_x86_64]   CC       hwloc-bind.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc-calc
[Ubuntu_12.04_x86_64]   CC       hwloc-diff.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc-diff
[Ubuntu_12.04_x86_64]   CC       hwloc-distances.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc-distances
[Ubuntu_12.04_x86_64]   CC       hwloc-distrib.o
[Ubuntu_14.04_x86_64] ../../../utils/hwloc/hwloc-ps.c: In function ‘one_process’:
[Ubuntu_14.04_x86_64] ../../../utils/hwloc/hwloc-ps.c:192:11: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
[Ubuntu_14.04_x86_64]        read(commfile, tids[i-1].name, TIDNAME_MAX);
[Ubuntu_14.04_x86_64]            ^
[Ubuntu_14.04_x86_64]   CCLD     hwloc-ps
[Ubuntu_14.04_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[Ubuntu_14.04_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc-dump-hwdata
[Ubuntu_14.04_x86_64] Creating hwloc.7 man page...
[Ubuntu_14.04_x86_64] Creating hwloc-annotate.1 man page...
[Ubuntu_14.04_x86_64] Creating hwloc-assembler.1 man page...
[Ubuntu_14.04_x86_64] Creating hwloc-assembler-remote.1 man page...
[Ubuntu_14.04_x86_64] Creating hwloc-bind.1 man page...
[Ubuntu_14.04_x86_64] Creating hwloc-calc.1 man page...
[Ubuntu_14.04_x86_64] Creating hwloc-compress-dir.1 man page...
[Ubuntu_14.04_x86_64] Creating hwloc-diff.1 man page...
[Ubuntu_14.04_x86_64] Creating hwloc-distances.1 man page...
[Ubuntu_14.04_x86_64] Creating hwloc-distrib.1 man page...
[Ubuntu_14.04_x86_64] Creating hwloc-info.1 man page...
[Ubuntu_14.04_x86_64] Creating hwloc-patch.1 man page...
[Ubuntu_14.04_x86_64] Creating hwloc-gather-topology.1 man page...
[Ubuntu_14.04_x86_64] Creating hwloc-ps.1 man page...
[Ubuntu_14.04_x86_64] Creating hwloc-dump-hwdata.1 man page...
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_14.04_x86_64] Making all in lstopo
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_14.04_x86_64]   CC       lstopo_no_graphics-lstopo.o
[Ubuntu_14.04_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc-distances
[Ubuntu_16.04_x86_32]   CC       hwloc-distrib.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc-distrib
[Ubuntu_16.04_x86_32]   CC       hwloc-info.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc-info
[Ubuntu_16.04_x86_64]   CC       hwloc-patch.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc-patch
[Ubuntu_16.04_x86_64]   CC       hwloc-ps.o
[Ubuntu_16.04_x86_64] ../../../utils/hwloc/hwloc-ps.c: In function 'one_process':
[Ubuntu_16.04_x86_64] ../../../utils/hwloc/hwloc-ps.c:192:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
[Ubuntu_16.04_x86_64]        read(commfile, tids[i-1].name, TIDNAME_MAX);
[Ubuntu_16.04_x86_64]        ^
[Ubuntu_16.04_x86_64]   CCLD     hwloc-ps
[Ubuntu_16.04_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[Ubuntu_16.04_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc-dump-hwdata
[Ubuntu_16.04_x86_64] Creating hwloc.7 man page...
[Ubuntu_16.04_x86_64] Creating hwloc-annotate.1 man page...
[Ubuntu_16.04_x86_64] Creating hwloc-assembler.1 man page...
[Ubuntu_16.04_x86_64] Creating hwloc-assembler-remote.1 man page...
[Ubuntu_16.04_x86_64] Creating hwloc-bind.1 man page...
[Ubuntu_16.04_x86_64] Creating hwloc-calc.1 man page...
[Ubuntu_16.04_x86_64] Creating hwloc-compress-dir.1 man page...
[Ubuntu_16.04_x86_64] Creating hwloc-diff.1 man page...
[Ubuntu_16.04_x86_64] Creating hwloc-distances.1 man page...
[Ubuntu_16.04_x86_64] Creating hwloc-distrib.1 man page...
[Ubuntu_16.04_x86_64] Creating hwloc-info.1 man page...
[Ubuntu_16.04_x86_64] Creating hwloc-patch.1 man page...
[Ubuntu_16.04_x86_64] Creating hwloc-gather-topology.1 man page...
[Ubuntu_16.04_x86_64] Creating hwloc-ps.1 man page...
[Ubuntu_16.04_x86_64] Creating hwloc-dump-hwdata.1 man page...
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_64] Making all in lstopo
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_64]   CC       lstopo_no_graphics-lstopo.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc-bind
[Ubuntu_18.04_x86_64]   CC       hwloc-calc.o
[MinGW] checking for RelationProcessorPackage... no
[CentOS_6.3_x86_64]   CC       lstopo-lstopo-fig.o
[CentOS_6.3_x86_64]   CC       lstopo-lstopo-ascii.o
[CentOS_6.3_x86_64]   CC       lstopo-lstopo-text.o
[CentOS_6.3_x86_64]   CC       lstopo-lstopo-xml.o
[CentOS_6.3_x86_64]   CC       lstopo-lstopo-cairo.o
[CentOS_6.3_x86_64]   CCLD     lstopo
[CentOS_7.2_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[CentOS_7.2_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[CentOS_7.2_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[CentOS_7.2_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[CentOS_7.2_x86_64]   CCLD     lstopo-no-graphics
[CentOS_7.2_x86_64]   CC       lstopo-lstopo.o
[Debian_5_x86_64]   CC       lstopo-lstopo-cairo.o
[Debian_5_x86_64]   CCLD     lstopo
[Debian_5_x86_64] Creating lstopo-no-graphics.1 man page...
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_5_x86_64] make[2]: Rien à faire pour « all-am ».
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_5_x86_64] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_5_x86_64] Making all in tests
[Debian_5_x86_64] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_5_x86_64] Making all in .
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_5_x86_64] make[2]: Rien à faire pour « all-am ».
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_5_x86_64] Making all in ports
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports »
[Debian_5_x86_64] make[2]: Rien à faire pour « all ».
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports »
[Debian_5_x86_64] Making all in xml
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_5_x86_64] make[2]: Rien à faire pour « all ».
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_5_x86_64] Making all in linux
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_5_x86_64] Making all in .
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_5_x86_64] make[3]: Rien à faire pour « all-am ».
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_5_x86_64] Making all in allowed
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_5_x86_64] make[3]: Rien à faire pour « all ».
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_5_x86_64] Making all in gather
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_5_x86_64] make[3]: Rien à faire pour « all ».
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_5_x86_64] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_5_x86_64] Making all in contrib/systemd
[Debian_5_x86_64] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd »
[Debian_5_x86_64] Creating hwloc-dump-hwdata.service...
[Debian_5_x86_64] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd »
[Debian_5_x86_64] Making all in doc
[Debian_5_x86_64] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_5_x86_64] make  all-recursive
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_5_x86_64] Making all in examples
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_5_x86_64] make[3]: Rien à faire pour « all ».
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_5_x86_64] make[3]: Rien à faire pour « all-am ».
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_5_x86_64] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_5_x86_64] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug »
[Debian_5_x86_64] make[1]: Rien à faire pour « all-am ».
[Debian_5_x86_64] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug »
[Debian_5_x86_64] + make check
[Debian_5_x86_64] Making check in src
[Debian_5_x86_64] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src »
[Debian_5_x86_64] make  hwloc_fake.la
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src »
[Debian_5_x86_64]   CC       topology-fake.lo
[Debian_5_x86_64]   CCLD     hwloc_fake.la
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src »
[Debian_5_x86_64] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src »
[Debian_5_x86_64] Making check in include
[Debian_5_x86_64] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include »
[Debian_5_x86_64] make[1]: Rien à faire pour « check ».
[Debian_5_x86_64] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include »
[Debian_5_x86_64] Making check in utils
[Debian_5_x86_64] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_5_x86_64] Making check in hwloc
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_5_x86_64] make  check-TESTS
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_5_x86_64] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_5_x86_64] PASS: test-hwloc-annotate.sh
[Debian_6_x86_32]   CC       lstopo_no_graphics-lstopo-fig.o
[Debian_6_x86_32]   CC       lstopo_no_graphics-lstopo-ascii.o
[Debian_6_x86_32]   CC       lstopo_no_graphics-lstopo-text.o
[Debian_6_x86_32]   CC       lstopo_no_graphics-lstopo-xml.o
[Debian_6_x86_32]   CCLD     lstopo-no-graphics
[Debian_6_x86_32]   CC       lstopo-lstopo.o
[Debian_7_x86_64]   CCLD     hwloc-patch
[Debian_7_x86_64]   CC       hwloc-ps.o
[Debian_7_x86_64]   CCLD     hwloc-ps
[Debian_7_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[Debian_7_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[Debian_7_x86_64]   CCLD     hwloc-dump-hwdata
[Debian_7_x86_64] Creating hwloc.7 man page...
[Debian_7_x86_64] Creating hwloc-annotate.1 man page...
[Debian_7_x86_64] Creating hwloc-assembler.1 man page...
[Debian_7_x86_64] Creating hwloc-assembler-remote.1 man page...
[Debian_7_x86_64] Creating hwloc-bind.1 man page...
[Debian_7_x86_64] Creating hwloc-calc.1 man page...
[Debian_7_x86_64] Creating hwloc-compress-dir.1 man page...
[Debian_7_x86_64] Creating hwloc-diff.1 man page...
[Debian_7_x86_64] Creating hwloc-distances.1 man page...
[Debian_7_x86_64] Creating hwloc-distrib.1 man page...
[Debian_7_x86_64] Creating hwloc-info.1 man page...
[Debian_7_x86_64] Creating hwloc-patch.1 man page...
[Debian_7_x86_64] Creating hwloc-gather-topology.1 man page...
[Debian_7_x86_64] Creating hwloc-ps.1 man page...
[Debian_7_x86_64] Creating hwloc-dump-hwdata.1 man page...
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_7_x86_64] Making all in lstopo
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_7_x86_64]   CC       lstopo_no_graphics-lstopo.o
[Debian_8_x86_64]   CCLD     hwloc-annotate
[Debian_8_x86_64]   CC       hwloc-assembler.o
[Debian_8_x86_64]   CCLD     hwloc-assembler
[Debian_8_x86_64]   CC       hwloc-bind.o
[Debian_9_x86_64_-m32]   CC       hwloc_bitmap_singlify.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_bitmap_singlify
[Debian_9_x86_64_-m32]   CC       hwloc_type_depth.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_type_depth
[Debian_9_x86_64_-m32]   CC       hwloc_bind.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_bind
[Debian_9_x86_64_-m32]   CC       hwloc_get_last_cpu_location.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_get_last_cpu_location
[Debian_9_x86_64_-m32]   CC       hwloc_get_area_memlocation.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_get_area_memlocation
[Debian_9_x86_64_-m32]   CC       hwloc_object_userdata.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_object_userdata
[Debian_9_x86_64_-m32]   CC       hwloc_synthetic.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_synthetic
[Fedora_25_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[Fedora_25_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[Fedora_25_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[Fedora_25_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[Fedora_25_x86_64]   CCLD     lstopo-no-graphics
[Fedora_25_x86_64]   CC       lstopo-lstopo.o
[FreeBSD_11.1_x86_64] PASS: test-hwloc-calc.sh
[NetBSD_7.1_x86_64]   CCLD     hwloc-bind
[NetBSD_7.1_x86_64]   CC       hwloc-calc.o
[NetBSD_7.1_x86_64]   CCLD     hwloc-calc
[NetBSD_7.1_x86_64]   CC       hwloc-diff.o
[NetBSD_7.1_x86_64]   CCLD     hwloc-diff
[NetBSD_7.1_x86_64]   CC       hwloc-distances.o
[OS_X_12] checking if gcc supports -c -o file.o... yes
[OS_X_12] checking if gcc supports -c -o file.o... (cached) yes
[OS_X_12] checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
[OS_X_12] checking dynamic linker characteristics... darwin16.7.0 dyld
[OS_X_12] checking how to hardcode library paths into programs... immediate
[OS_X_12] checking for dlopen in -ldl... (cached) yes
[OS_X_12] checking whether a program can dlopen itself... (cached) 
[OS_X_12] checking whether stripping libraries is possible... yes
[OS_X_12] checking if libtool supports shared libraries... yes
[OS_X_12] checking whether to build shared libraries... yes
[OS_X_12] checking whether to build static libraries... no
[OS_X_12] checking how to run the C++ preprocessor... g++ -E
[OS_X_12] checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
[OS_X_12] checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
[OS_X_12] checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
[OS_X_12] checking for g++ option to produce PIC... -fno-common -DPIC
[OS_X_12] checking if g++ PIC flag -fno-common -DPIC works... yes
[OS_X_12] checking if g++ static flag -static works... no
[OS_X_12] checking if g++ supports -c -o file.o... yes
[OS_X_12] checking if g++ supports -c -o file.o... (cached) yes
[OS_X_12] checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
[OS_X_12] checking dynamic linker characteristics... darwin16.7.0 dyld
[OS_X_12] checking how to hardcode library paths into programs... immediate
[OS_X_12] checking that generated files are newer than configure... done
[OS_X_12] configure: creating ./config.status
[OS_X_9] ../../src/components.c:216:10: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
[OS_X_9]     path = env;
[OS_X_9]          ^ ~~~
[OS_X_9] 1 warning generated.
[OS_X_9]   CC       bind.lo
[OS_X_9]   CC       bitmap.lo
[OpenBSD_5.9_x86_64] checking for posix_memalign... yes
[OpenBSD_5.9_x86_64] checking sys/utsname.h usability... yes
[OpenBSD_5.9_x86_64] checking sys/utsname.h presence... yes
[OpenBSD_5.9_x86_64] checking for sys/utsname.h... yes
[OpenBSD_5.9_x86_64] checking for uname... yes
[OpenBSD_5.9_x86_64] checking valgrind/valgrind.h usability... no
[OpenBSD_5.9_x86_64] checking valgrind/valgrind.h presence... no
[OpenBSD_5.9_x86_64] checking for valgrind/valgrind.h... no
[OpenBSD_5.9_x86_64] checking whether RUNNING_ON_VALGRIND is declared... no
[OpenBSD_5.9_x86_64] checking pthread_np.h usability... no
[OpenBSD_5.9_x86_64] checking pthread_np.h presence... yes
[OpenBSD_5.9_x86_64] configure: WARNING: pthread_np.h: present but cannot be compiled
[OpenBSD_5.9_x86_64] configure: WARNING: pthread_np.h:     check for missing prerequisite headers?
[OpenBSD_5.9_x86_64] configure: WARNING: pthread_np.h: see the Autoconf documentation
[OpenBSD_5.9_x86_64] configure: WARNING: pthread_np.h:     section "Present But Cannot Be Compiled"
[OpenBSD_5.9_x86_64] configure: WARNING: pthread_np.h: proceeding with the compiler's result
[OpenBSD_5.9_x86_64] configure: WARNING:     ## ------------------------------------------------------ ##
[OpenBSD_5.9_x86_64] configure: WARNING:     ## Report this to http://github.com/open-mpi/hwloc/issues ##
[OpenBSD_5.9_x86_64] configure: WARNING:     ## ------------------------------------------------------ ##
[OpenBSD_5.9_x86_64] checking for pthread_np.h... no
[OpenBSD_5.9_x86_64] checking whether pthread_setaffinity_np is declared... no
[OpenBSD_5.9_x86_64] checking whether pthread_getaffinity_np is declared... no
[OpenBSD_5.9_x86_64] checking for sched_setaffinity... no
[OpenBSD_5.9_x86_64] checking for sys/cpuset.h... no
[OpenBSD_5.9_x86_64] checking for cpuset_setaffinity... no
[OpenIndiana_x86_64]   CCLD     hwloc-bind
[OpenIndiana_x86_64]   CC       hwloc-calc.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc-distrib
[Ubuntu_12.04_x86_64]   CC       hwloc-info.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc-info
[Ubuntu_14.04_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc-info
[Ubuntu_16.04_x86_32]   CC       hwloc-patch.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc-patch
[Ubuntu_16.04_x86_32]   CC       hwloc-ps.o
[Ubuntu_16.04_x86_32] ../../../utils/hwloc/hwloc-ps.c: In function 'one_process':
[Ubuntu_16.04_x86_32] ../../../utils/hwloc/hwloc-ps.c:192:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
[Ubuntu_16.04_x86_32]        read(commfile, tids[i-1].name, TIDNAME_MAX);
[Ubuntu_16.04_x86_32]        ^
[Ubuntu_16.04_x86_32]   CCLD     hwloc-ps
[Ubuntu_16.04_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[Ubuntu_16.04_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc-calc
[Ubuntu_18.04_x86_64]   CC       hwloc-diff.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc-diff
[Ubuntu_18.04_x86_64]   CC       hwloc-distances.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc-distances
[Ubuntu_18.04_x86_64]   CC       hwloc-distrib.o
[CentOS_6.3_x86_32]   CC       lstopo-lstopo-fig.o
[CentOS_6.3_x86_32]   CC       lstopo-lstopo-ascii.o
[CentOS_6.3_x86_32]   CC       lstopo-lstopo-text.o
[CentOS_6.3_x86_32]   CC       lstopo-lstopo-xml.o
[CentOS_6.3_x86_32]   CC       lstopo-lstopo-cairo.o
[CentOS_6.3_x86_64] Creating lstopo-no-graphics.1 man page...
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_64] make[2]: Nothing to be done for `all-am'.
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_64] Making all in tests
[CentOS_6.3_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_64] Making all in .
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_64] make[2]: Nothing to be done for `all-am'.
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_64] Making all in ports
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_6.3_x86_64] make[2]: Nothing to be done for `all'.
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_6.3_x86_64] Making all in xml
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_64] make[2]: Nothing to be done for `all'.
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_64] Making all in linux
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_64] Making all in .
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_64] make[3]: Nothing to be done for `all-am'.
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_64] Making all in allowed
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_64] make[3]: Nothing to be done for `all'.
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_64] Making all in gather
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_64] make[3]: Nothing to be done for `all'.
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_64] Making all in contrib/systemd
[CentOS_6.3_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[CentOS_6.3_x86_64] Creating hwloc-dump-hwdata.service...
[CentOS_6.3_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[CentOS_6.3_x86_64] Making all in doc
[CentOS_6.3_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_64] make  all-recursive
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_64] Making all in examples
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_64] make[3]: Nothing to be done for `all'.
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_64] make[3]: Nothing to be done for `all-am'.
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[CentOS_6.3_x86_64] make[1]: Nothing to be done for `all-am'.
[CentOS_6.3_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[CentOS_6.3_x86_64] + make check
[CentOS_6.3_x86_64] Making check in src
[CentOS_6.3_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_6.3_x86_64] make  hwloc_fake.la
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_6.3_x86_64]   CC       topology-fake.lo
[CentOS_6.3_x86_64]   CCLD     hwloc_fake.la
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_6.3_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_6.3_x86_64] Making check in include
[CentOS_6.3_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[CentOS_6.3_x86_64] make[1]: Nothing to be done for `check'.
[CentOS_6.3_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[CentOS_6.3_x86_64] Making check in utils
[CentOS_6.3_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_64] Making check in hwloc
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_64] make  check-TESTS
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_64] PASS: test-hwloc-annotate.sh
[CentOS_6.3_x86_64] PASS: test-hwloc-assembler.sh
[CentOS_7.2_x86_64]   CC       lstopo-lstopo-color.o
[CentOS_7.2_x86_64]   CC       lstopo-lstopo-draw.o
[Debian_5_x86_64] PASS: test-hwloc-assembler.sh
[Debian_6_x86_32]   CC       lstopo-lstopo-color.o
[Debian_6_x86_32]   CC       lstopo-lstopo-draw.o
[Debian_7_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[Debian_7_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[Debian_8_x86_64]   CCLD     hwloc-bind
[Debian_8_x86_64]   CC       hwloc-calc.o
[Debian_9_x86_64_-m32]   CC       hwloc_custom.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_custom
[Debian_9_x86_64_-m32]   CC       hwloc_backends.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_backends
[Debian_9_x86_64_-m32]   CC       hwloc_pci_backend.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_pci_backend
[Debian_9_x86_64_-m32]   CC       hwloc_is_thissystem.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_is_thissystem
[Debian_9_x86_64_-m32]   CC       hwloc_distances.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_distances
[Debian_9_x86_64_-m32]   CC       hwloc_groups.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_groups
[Debian_9_x86_64_-m32]   CC       hwloc_groups2.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_groups2
[Fedora_25_x86_64]   CC       lstopo-lstopo-color.o
[Fedora_25_x86_64]   CC       lstopo-lstopo-draw.o
[NetBSD_7.1_x86_64]   CCLD     hwloc-distances
[NetBSD_7.1_x86_64]   CC       hwloc-distrib.o
[NetBSD_7.1_x86_64]   CCLD     hwloc-distrib
[NetBSD_7.1_x86_64]   CC       hwloc-info.o
[OS_X_9]   CC       pci-common.lo
[OS_X_9]   CC       diff.lo
[OS_X_9]   CC       misc.lo
[OpenBSD_5.9_x86_64] checking for library containing pthread_getthrds_np... no
[OpenBSD_5.9_x86_64] checking for cpuset_setid... no
[OpenBSD_5.9_x86_64] checking numaif.h usability... no
[OpenBSD_5.9_x86_64] checking numaif.h presence... no
[OpenBSD_5.9_x86_64] checking for numaif.h... no
[OpenBSD_5.9_x86_64] checking libudev.h usability... no
[OpenBSD_5.9_x86_64] checking libudev.h presence... no
[OpenBSD_5.9_x86_64] checking for libudev.h... no
[OpenBSD_5.9_x86_64] checking for PCIACCESS... no
[OpenBSD_5.9_x86_64] checking pciaccess.h usability... no
[OpenBSD_5.9_x86_64] checking pciaccess.h presence... no
[OpenBSD_5.9_x86_64] checking for pciaccess.h... no
[OpenBSD_5.9_x86_64] checking CL/cl_ext.h usability... no
[OpenBSD_5.9_x86_64] checking CL/cl_ext.h presence... no
[OpenBSD_5.9_x86_64] checking for CL/cl_ext.h... no
[OpenBSD_5.9_x86_64] checking cuda.h usability... no
[OpenBSD_5.9_x86_64] checking cuda.h presence... no
[OpenBSD_5.9_x86_64] checking for cuda.h... no
[OpenBSD_5.9_x86_64] checking cuda_runtime_api.h usability... no
[OpenBSD_5.9_x86_64] checking cuda_runtime_api.h presence... no
[OpenBSD_5.9_x86_64] checking for cuda_runtime_api.h... no
[OpenIndiana_x86_64]   CCLD     hwloc-calc
[OpenIndiana_x86_64]   CC       hwloc-diff.o
[OpenIndiana_x86_64]   CCLD     hwloc-diff
[OpenIndiana_x86_64]   CC       hwloc-distances.o
[Ubuntu_12.04_x86_64]   CC       hwloc-patch.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc-patch
[Ubuntu_12.04_x86_64]   CC       hwloc-ps.o
[Ubuntu_12.04_x86_64] ../../../utils/hwloc/hwloc-ps.c: In function ‘one_process’:
[Ubuntu_12.04_x86_64] ../../../utils/hwloc/hwloc-ps.c:192:11: warning: ignoring return value of ‘read’, declared with attribute warn_unused_result [-Wunused-result]
[Ubuntu_12.04_x86_64]   CCLD     hwloc-ps
[Ubuntu_12.04_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[Ubuntu_12.04_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc-dump-hwdata
[Ubuntu_12.04_x86_64] Creating hwloc.7 man page...
[Ubuntu_12.04_x86_64] Creating hwloc-annotate.1 man page...
[Ubuntu_12.04_x86_64] Creating hwloc-assembler.1 man page...
[Ubuntu_12.04_x86_64] Creating hwloc-assembler-remote.1 man page...
[Ubuntu_12.04_x86_64] Creating hwloc-bind.1 man page...
[Ubuntu_12.04_x86_64] Creating hwloc-calc.1 man page...
[Ubuntu_12.04_x86_64] Creating hwloc-compress-dir.1 man page...
[Ubuntu_12.04_x86_64] Creating hwloc-diff.1 man page...
[Ubuntu_12.04_x86_64] Creating hwloc-distances.1 man page...
[Ubuntu_12.04_x86_64] Creating hwloc-distrib.1 man page...
[Ubuntu_12.04_x86_64] Creating hwloc-info.1 man page...
[Ubuntu_12.04_x86_64] Creating hwloc-patch.1 man page...
[Ubuntu_12.04_x86_64] Creating hwloc-gather-topology.1 man page...
[Ubuntu_12.04_x86_64] Creating hwloc-ps.1 man page...
[Ubuntu_12.04_x86_64] Creating hwloc-dump-hwdata.1 man page...
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_12.04_x86_64] Making all in lstopo
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_12.04_x86_64]   CC       lstopo_no_graphics-lstopo.o
[Ubuntu_16.04_x86_32]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[Ubuntu_16.04_x86_32]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc-dump-hwdata
[Ubuntu_16.04_x86_32] Creating hwloc.7 man page...
[Ubuntu_16.04_x86_32] Creating hwloc-annotate.1 man page...
[Ubuntu_16.04_x86_32] Creating hwloc-assembler.1 man page...
[Ubuntu_16.04_x86_32] Creating hwloc-assembler-remote.1 man page...
[Ubuntu_16.04_x86_32] Creating hwloc-bind.1 man page...
[Ubuntu_16.04_x86_32] Creating hwloc-calc.1 man page...
[Ubuntu_16.04_x86_32] Creating hwloc-compress-dir.1 man page...
[Ubuntu_16.04_x86_32] Creating hwloc-diff.1 man page...
[Ubuntu_16.04_x86_32] Creating hwloc-distances.1 man page...
[Ubuntu_16.04_x86_32] Creating hwloc-distrib.1 man page...
[Ubuntu_16.04_x86_32] Creating hwloc-info.1 man page...
[Ubuntu_16.04_x86_32] Creating hwloc-patch.1 man page...
[Ubuntu_16.04_x86_32] Creating hwloc-gather-topology.1 man page...
[Ubuntu_16.04_x86_32] Creating hwloc-ps.1 man page...
[Ubuntu_16.04_x86_32] Creating hwloc-dump-hwdata.1 man page...
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_32] Making all in lstopo
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_32]   CC       lstopo_no_graphics-lstopo.o
[Ubuntu_16.04_x86_32]   CC       lstopo_no_graphics-lstopo-color.o
[Ubuntu_16.04_x86_32]   CC       lstopo_no_graphics-lstopo-draw.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc-distrib
[Ubuntu_18.04_x86_64]   CC       hwloc-info.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc-info
[Ubuntu_18.04_x86_64]   CC       hwloc-patch.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc-patch
[MinGW] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... yes
[CentOS_6.3_x86_32]   CCLD     lstopo
[CentOS_6.3_x86_32] Creating lstopo-no-graphics.1 man page...
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_32] make[2]: Nothing to be done for `all-am'.
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_32] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_32] Making all in tests
[CentOS_6.3_x86_32] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_32] Making all in .
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_32] make[2]: Nothing to be done for `all-am'.
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_32] Making all in ports
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_6.3_x86_32] make[2]: Nothing to be done for `all'.
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_6.3_x86_32] Making all in xml
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_32] make[2]: Nothing to be done for `all'.
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_32] Making all in linux
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_32] Making all in .
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_32] make[3]: Nothing to be done for `all-am'.
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_32] Making all in allowed
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_32] make[3]: Nothing to be done for `all'.
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_32] Making all in gather
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_32] make[3]: Nothing to be done for `all'.
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_32] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_32] Making all in contrib/systemd
[CentOS_6.3_x86_32] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[CentOS_6.3_x86_32] Creating hwloc-dump-hwdata.service...
[CentOS_6.3_x86_32] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[CentOS_6.3_x86_32] Making all in doc
[CentOS_6.3_x86_32] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_32] make  all-recursive
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_32] Making all in examples
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_32] make[3]: Nothing to be done for `all'.
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_32] make[3]: Nothing to be done for `all-am'.
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_32] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_32] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[CentOS_6.3_x86_32] make[1]: Nothing to be done for `all-am'.
[CentOS_6.3_x86_32] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[CentOS_6.3_x86_32] + make check
[CentOS_6.3_x86_32] Making check in src
[CentOS_6.3_x86_32] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_6.3_x86_32] make  hwloc_fake.la
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_6.3_x86_32]   CC       topology-fake.lo
[CentOS_6.3_x86_32]   CCLD     hwloc_fake.la
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_6.3_x86_32] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_6.3_x86_32] Making check in include
[CentOS_6.3_x86_32] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[CentOS_6.3_x86_32] make[1]: Nothing to be done for `check'.
[CentOS_6.3_x86_32] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[CentOS_6.3_x86_32] Making check in utils
[CentOS_6.3_x86_32] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_32] Making check in hwloc
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_32] make  check-TESTS
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_32] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_32] PASS: test-hwloc-annotate.sh
[CentOS_6.3_x86_32] PASS: test-hwloc-assembler.sh
[Debian_8_x86_64]   CCLD     hwloc-calc
[Debian_8_x86_64]   CC       hwloc-diff.o
[Debian_8_x86_64]   CCLD     hwloc-diff
[Debian_8_x86_64]   CC       hwloc-distances.o
[Debian_8_x86_64]   CCLD     hwloc-distances
[Debian_8_x86_64]   CC       hwloc-distrib.o
[Debian_8_x86_64]   CCLD     hwloc-distrib
[Debian_8_x86_64]   CC       hwloc-info.o
[Debian_9_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[Debian_9_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[Debian_9_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[Debian_9_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[Debian_9_x86_64]   CCLD     lstopo-no-graphics
[Debian_9_x86_64]   CC       lstopo-lstopo.o
[Debian_9_x86_64_-m32]   CC       hwloc_insert_misc.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_insert_misc
[Debian_9_x86_64_-m32]   CC       hwloc_topology_restrict.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_topology_restrict
[Debian_9_x86_64_-m32]   CC       hwloc_topology_dup.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_topology_dup
[Debian_9_x86_64_-m32]   CC       hwloc_topology_diff.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_topology_diff
[Debian_9_x86_64_-m32]   CC       hwloc_obj_infos.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_obj_infos
[Debian_9_x86_64_-m32]   CC       hwloc_iodevs.o
[Debian_9_x86_64_-m32]   CCLD     hwloc_iodevs
[Debian_9_x86_64_-m32]   CC       xmlbuffer.o
[NetBSD_7.1_x86_64]   CCLD     hwloc-info
[NetBSD_7.1_x86_64]   CC       hwloc-patch.o
[NetBSD_7.1_x86_64]   CCLD     hwloc-patch
[NetBSD_7.1_x86_64]   CC       hwloc-ps.o
[NetBSD_7.1_x86_64]   CCLD     hwloc-ps
[NetBSD_7.1_x86_64] Creating hwloc.7 man page...
[NetBSD_7.1_x86_64] Creating hwloc-annotate.1 man page...
[NetBSD_7.1_x86_64] Creating hwloc-assembler.1 man page...
[NetBSD_7.1_x86_64] Creating hwloc-assembler-remote.1 man page...
[NetBSD_7.1_x86_64] Creating hwloc-bind.1 man page...
[NetBSD_7.1_x86_64] Creating hwloc-calc.1 man page...
[NetBSD_7.1_x86_64] Creating hwloc-compress-dir.1 man page...
[NetBSD_7.1_x86_64] Creating hwloc-diff.1 man page...
[NetBSD_7.1_x86_64] Creating hwloc-distances.1 man page...
[NetBSD_7.1_x86_64] Creating hwloc-distrib.1 man page...
[NetBSD_7.1_x86_64] Creating hwloc-info.1 man page...
[NetBSD_7.1_x86_64] Creating hwloc-patch.1 man page...
[NetBSD_7.1_x86_64] Creating hwloc-ps.1 man page...
[NetBSD_7.1_x86_64] Making all in lstopo
[NetBSD_7.1_x86_64]   CC       lstopo_no_graphics-lstopo.o
[NetBSD_7.1_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[OS_X_12] config.status: creating Makefile
[OS_X_12] config.status: creating include/Makefile
[OS_X_12] config.status: creating src/Makefile
[OS_X_12] config.status: creating doc/Makefile
[OS_X_12] config.status: creating doc/examples/Makefile
[OS_X_12] config.status: creating doc/doxygen-config.cfg
[OS_X_12] config.status: creating utils/Makefile
[OS_X_12] config.status: creating utils/hwloc/Makefile
[OS_X_12] config.status: creating utils/lstopo/Makefile
[OS_X_12] config.status: creating hwloc.pc
[OS_X_12] config.status: creating tests/Makefile
[OS_X_12] config.status: creating tests/linux/Makefile
[OS_X_12] config.status: creating tests/linux/allowed/Makefile
[OS_X_9]   CC       base64.lo
[OS_X_9]   CC       topology-noos.lo
[OS_X_9]   CC       topology-synthetic.lo
[OpenBSD_5.9_x86_64] checking nvml.h usability... no
[OpenBSD_5.9_x86_64] checking nvml.h presence... no
[OpenBSD_5.9_x86_64] checking for nvml.h... no
[OpenBSD_5.9_x86_64] checking X11/Xlib.h usability... no
[OpenBSD_5.9_x86_64] checking X11/Xlib.h presence... no
[OpenBSD_5.9_x86_64] checking for X11/Xlib.h... no
[OpenBSD_5.9_x86_64] configure: WARNING: X11 not found; GL disabled
[OpenBSD_5.9_x86_64] checking NVCtrl/NVCtrl.h usability... no
[OpenBSD_5.9_x86_64] checking NVCtrl/NVCtrl.h presence... no
[OpenBSD_5.9_x86_64] checking for NVCtrl/NVCtrl.h... no
[OpenBSD_5.9_x86_64] checking for LIBXML2... no
[OpenBSD_5.9_x86_64] checking for x86 cpuid... yes
[OpenBSD_5.9_x86_64] checking for pthread_mutex_lock... no
[OpenBSD_5.9_x86_64] checking for pthread_mutex_lock with -lpthread... yes
[OpenBSD_5.9_x86_64] checking if plugin support is enabled... yes
[OpenBSD_5.9_x86_64] checking ltdl.h usability... yes
[OpenBSD_5.9_x86_64] checking ltdl.h presence... yes
[OpenBSD_5.9_x86_64] checking for ltdl.h... yes
[OpenBSD_5.9_x86_64] checking for lt_dlopenext in -lltdl... yes
[OpenBSD_5.9_x86_64] checking for shl_load... no
[OpenIndiana_x86_64]   CCLD     hwloc-distances
[OpenIndiana_x86_64]   CC       hwloc-distrib.o
[OpenIndiana_x86_64]   CCLD     hwloc-distrib
[OpenIndiana_x86_64]   CC       hwloc-info.o
[Ubuntu_12.04_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[Ubuntu_12.04_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[Ubuntu_14.04_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[Ubuntu_14.04_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[Ubuntu_14.04_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[Ubuntu_14.04_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[Ubuntu_14.04_x86_64]   CCLD     lstopo-no-graphics
[Ubuntu_14.04_x86_64] Creating lstopo-no-graphics.1 man page...
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_14.04_x86_64] make[2]: Nothing to be done for `all-am'.
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_14.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_14.04_x86_64] Making all in tests
[Ubuntu_14.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_14.04_x86_64] Making all in .
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_14.04_x86_64] make[2]: Nothing to be done for `all-am'.
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_14.04_x86_64] Making all in ports
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_14.04_x86_64] make[2]: Nothing to be done for `all'.
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_14.04_x86_64] Making all in xml
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_14.04_x86_64] make[2]: Nothing to be done for `all'.
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_14.04_x86_64] Making all in linux
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_14.04_x86_64] Making all in .
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_14.04_x86_64] make[3]: Nothing to be done for `all-am'.
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_14.04_x86_64] Making all in allowed
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_14.04_x86_64] make[3]: Nothing to be done for `all'.
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_14.04_x86_64] Making all in gather
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_14.04_x86_64] make[3]: Nothing to be done for `all'.
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_14.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_14.04_x86_64] Making all in contrib/systemd
[Ubuntu_14.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_14.04_x86_64] Creating hwloc-dump-hwdata.service...
[Ubuntu_14.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_14.04_x86_64] Making all in doc
[Ubuntu_14.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_14.04_x86_64] make  all-recursive
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_14.04_x86_64] Making all in examples
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_14.04_x86_64] make[3]: Nothing to be done for `all'.
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_14.04_x86_64] make[3]: Nothing to be done for `all-am'.
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_14.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_14.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_14.04_x86_64] make[1]: Nothing to be done for `all-am'.
[Ubuntu_14.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_14.04_x86_64] + make check
[Ubuntu_14.04_x86_64] Making check in src
[Ubuntu_14.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_14.04_x86_64] make  hwloc_fake.la
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_14.04_x86_64]   CC       topology-fake.lo
[Ubuntu_16.04_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[Ubuntu_16.04_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[Ubuntu_16.04_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[Ubuntu_16.04_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[Ubuntu_18.04_x86_64]   CC       hwloc-ps.o
[Ubuntu_18.04_x86_64] ../../../utils/hwloc/hwloc-ps.c: In function 'one_process':
[Ubuntu_18.04_x86_64] ../../../utils/hwloc/hwloc-ps.c:192:7: warning: ignoring return value of 'read', declared with attribute warn_unused_result [-Wunused-result]
[Ubuntu_18.04_x86_64]        read(commfile, tids[i-1].name, TIDNAME_MAX);
[Ubuntu_18.04_x86_64]        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Ubuntu_18.04_x86_64]   CCLD     hwloc-ps
[Ubuntu_18.04_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[Ubuntu_18.04_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc-dump-hwdata
[Ubuntu_18.04_x86_64] Creating hwloc.7 man page...
[Ubuntu_18.04_x86_64] Creating hwloc-annotate.1 man page...
[Ubuntu_18.04_x86_64] Creating hwloc-assembler.1 man page...
[Ubuntu_18.04_x86_64] Creating hwloc-assembler-remote.1 man page...
[Ubuntu_18.04_x86_64] Creating hwloc-bind.1 man page...
[Ubuntu_18.04_x86_64] Creating hwloc-calc.1 man page...
[Ubuntu_18.04_x86_64] Creating hwloc-compress-dir.1 man page...
[Ubuntu_18.04_x86_64] Creating hwloc-diff.1 man page...
[Ubuntu_18.04_x86_64] Creating hwloc-distances.1 man page...
[Ubuntu_18.04_x86_64] Creating hwloc-distrib.1 man page...
[Ubuntu_18.04_x86_64] Creating hwloc-info.1 man page...
[Ubuntu_18.04_x86_64] Creating hwloc-patch.1 man page...
[Ubuntu_18.04_x86_64] Creating hwloc-gather-topology.1 man page...
[Ubuntu_18.04_x86_64] Creating hwloc-ps.1 man page...
[Ubuntu_18.04_x86_64] Creating hwloc-dump-hwdata.1 man page...
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_18.04_x86_64] Making all in lstopo
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_18.04_x86_64]   CC       lstopo_no_graphics-lstopo.o
[MinGW] checking for GROUP_AFFINITY... yes
[CentOS_6.3_x86_64] PASS: test-hwloc-calc.sh
[CentOS_7.2_x86_64]   CC       lstopo-lstopo-fig.o
[CentOS_7.2_x86_64]   CC       lstopo-lstopo-ascii.o
[CentOS_7.2_x86_64]   CC       lstopo-lstopo-text.o
[CentOS_7.2_x86_64]   CC       lstopo-lstopo-xml.o
[CentOS_7.2_x86_64]   CC       lstopo-lstopo-cairo.o
[CentOS_7.2_x86_64]   CCLD     lstopo
[Debian_5_x86_64] PASS: test-hwloc-calc.sh
[Debian_6_x86_32]   CC       lstopo-lstopo-fig.o
[Debian_6_x86_32]   CC       lstopo-lstopo-ascii.o
[Debian_6_x86_32]   CC       lstopo-lstopo-text.o
[Debian_6_x86_32]   CC       lstopo-lstopo-xml.o
[Debian_6_x86_32]   CC       lstopo-lstopo-cairo.o
[Debian_6_x86_32]   CCLD     lstopo
[Debian_6_x86_32] Creating lstopo-no-graphics.1 man page...
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_6_x86_32] make[2]: Rien à faire pour « all-am ».
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_6_x86_32] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_6_x86_32] Making all in tests
[Debian_6_x86_32] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_6_x86_32] Making all in .
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_6_x86_32] make[2]: Rien à faire pour « all-am ».
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_6_x86_32] Making all in ports
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports »
[Debian_6_x86_32] make[2]: Rien à faire pour « all ».
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports »
[Debian_6_x86_32] Making all in xml
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_6_x86_32] make[2]: Rien à faire pour « all ».
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_6_x86_32] Making all in linux
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_6_x86_32] Making all in .
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_6_x86_32] make[3]: Rien à faire pour « all-am ».
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_6_x86_32] Making all in allowed
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_6_x86_32] make[3]: Rien à faire pour « all ».
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_6_x86_32] Making all in gather
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_6_x86_32] make[3]: Rien à faire pour « all ».
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_6_x86_32] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_6_x86_32] Making all in contrib/systemd
[Debian_6_x86_32] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd »
[Debian_6_x86_32] Creating hwloc-dump-hwdata.service...
[Debian_6_x86_32] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd »
[Debian_6_x86_32] Making all in doc
[Debian_6_x86_32] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_6_x86_32] make  all-recursive
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_6_x86_32] Making all in examples
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_6_x86_32] make[3]: Rien à faire pour « all ».
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_6_x86_32] make[3]: Rien à faire pour « all-am ».
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_6_x86_32] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_6_x86_32] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug »
[Debian_6_x86_32] make[1]: Rien à faire pour « all-am ».
[Debian_6_x86_32] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug »
[Debian_6_x86_32] + make check
[Debian_7_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[Debian_7_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[Debian_7_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[Debian_8_x86_64]   CCLD     hwloc-info
[Debian_8_x86_64]   CC       hwloc-patch.o
[Debian_8_x86_64]   CCLD     hwloc-patch
[Debian_9_x86_64]   CC       lstopo-lstopo-color.o
[Debian_9_x86_64]   CC       lstopo-lstopo-draw.o
[Debian_9_x86_64_-m32]   CCLD     xmlbuffer
[Debian_9_x86_64_-m32]   CC       gl.o
[Debian_9_x86_64_-m32]   CCLD     gl
[Debian_9_x86_64_-m32]   CC       intel-mic.o
[Debian_9_x86_64_-m32]   CCLD     intel-mic
[Debian_9_x86_64_-m32]   CC       linux-libnuma.o
[Debian_9_x86_64_-m32]   CCLD     linux-libnuma
[Debian_9_x86_64_-m32]   CC       glibc-sched.o
[Debian_9_x86_64_-m32]   CCLD     glibc-sched
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64_-m32] make  check-TESTS
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64_-m32] make[4]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64_-m32] PASS: hwloc_list_components
[Debian_9_x86_64_-m32] PASS: hwloc_bitmap
[Fedora_25_x86_64]   CC       lstopo-lstopo-fig.o
[Fedora_25_x86_64]   CC       lstopo-lstopo-ascii.o
[Fedora_25_x86_64]   CC       lstopo-lstopo-text.o
[Fedora_25_x86_64]   CC       lstopo-lstopo-xml.o
[Fedora_25_x86_64]   CC       lstopo-lstopo-cairo.o
[Fedora_25_x86_64]   CCLD     lstopo
[FreeBSD_11.1_x86_64] PASS: test-hwloc-compress-dir.sh
[FreeBSD_11.1_x86_64] PASS: test-hwloc-diffpatch.sh
[FreeBSD_11.1_x86_64] PASS: test-hwloc-distances.sh
[NetBSD_7.1_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[OS_X_12] config.status: creating tests/linux/gather/Makefile
[OS_X_12] config.status: creating tests/xml/Makefile
[OS_X_12] config.status: creating tests/ports/Makefile
[OS_X_12] config.status: creating tests/rename/Makefile
[OS_X_12] config.status: creating tests/linux/allowed/test-topology.sh
[OS_X_12] config.status: creating tests/linux/gather/test-gather-topology.sh
[OS_X_12] config.status: creating tests/linux/test-topology.sh
[OS_X_12] config.status: creating tests/xml/test-topology.sh
[OS_X_12] config.status: creating tests/wrapper.sh
[OS_X_12] config.status: creating utils/hwloc/hwloc-assembler-remote
[OS_X_12] config.status: creating utils/hwloc/hwloc-compress-dir
[OS_X_12] config.status: creating utils/hwloc/hwloc-gather-topology
[OS_X_12] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[OS_X_12] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[OS_X_12] config.status: creating utils/hwloc/test-hwloc-calc.sh
[OS_X_12] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[OS_X_12] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[OS_X_12] config.status: creating utils/hwloc/test-hwloc-distances.sh
[OS_X_12] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[OS_X_12] config.status: creating utils/hwloc/test-hwloc-info.sh
[OS_X_12] config.status: creating utils/hwloc/test-fake-plugin.sh
[OS_X_12] config.status: creating utils/lstopo/test-hwloc-ls.sh
[OS_X_12] config.status: creating contrib/systemd/Makefile
[OS_X_12] config.status: creating include/private/autogen/config.h
[OS_X_12] config.status: creating include/hwloc/autogen/config.h
[OS_X_9]   CC       topology-custom.lo
[OS_X_9]   CC       topology-xml.lo
[OpenBSD_5.9_x86_64] checking for shl_load in -ldld... no
[OpenBSD_5.9_x86_64] checking for dlopen... yes
[OpenBSD_5.9_x86_64] checking components to build statically...  noos xml synthetic custom xml_nolibxml x86
[OpenBSD_5.9_x86_64] checking components to build as plugins... 
[OpenBSD_5.9_x86_64] checking for a sed that does not truncate output... /usr/bin/sed
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] ###
[OpenBSD_5.9_x86_64] ### Configuring hwloc documentation
[OpenBSD_5.9_x86_64] ###
[OpenBSD_5.9_x86_64] checking if this is a developer build... no (doxygen generation is optional)
[OpenBSD_5.9_x86_64] checking for doxygen... no
[OpenBSD_5.9_x86_64] checking for pdflatex... no
[OpenBSD_5.9_x86_64] checking for makeindex... no
[OpenBSD_5.9_x86_64] checking for fig2dev... no
[OpenBSD_5.9_x86_64] checking for gs... no
[OpenBSD_5.9_x86_64] checking for epstopdf... no
[OpenBSD_5.9_x86_64] checking if can build doxygen docs... no
[OpenBSD_5.9_x86_64] checking for w3m... no
[OpenBSD_5.9_x86_64] checking for lynx... no
[OpenBSD_5.9_x86_64] checking if can build top-level README... no
[OpenBSD_5.9_x86_64] checking if will build doxygen docs... no
[OpenBSD_5.9_x86_64] checking if will install doxygen docs... yes
[OpenBSD_5.9_x86_64] checking whether to enable "picky" compiler mode... no (default)
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] ###
[OpenBSD_5.9_x86_64] ### Configuring hwloc command line utilities
[OpenBSD_5.9_x86_64] ###
[OpenBSD_5.9_x86_64] checking for CAIRO... no
[OpenBSD_5.9_x86_64] checking for wchar_t... yes
[OpenIndiana_x86_64]   CCLD     hwloc-info
[OpenIndiana_x86_64]   CC       hwloc-patch.o
[OpenIndiana_x86_64]   CCLD     hwloc-patch
[OpenIndiana_x86_64]   CC       hwloc-ps.o
[OpenIndiana_x86_64]   CCLD     hwloc-ps
[OpenIndiana_x86_64] Creating hwloc.7 man page...
[OpenIndiana_x86_64] Creating hwloc-annotate.1 man page...
[OpenIndiana_x86_64] Creating hwloc-assembler.1 man page...
[OpenIndiana_x86_64] Creating hwloc-assembler-remote.1 man page...
[OpenIndiana_x86_64] Creating hwloc-bind.1 man page...
[OpenIndiana_x86_64] Creating hwloc-calc.1 man page...
[OpenIndiana_x86_64] Creating hwloc-compress-dir.1 man page...
[OpenIndiana_x86_64] Creating hwloc-diff.1 man page...
[OpenIndiana_x86_64] Creating hwloc-distances.1 man page...
[OpenIndiana_x86_64] Creating hwloc-distrib.1 man page...
[OpenIndiana_x86_64] Creating hwloc-info.1 man page...
[OpenIndiana_x86_64] Creating hwloc-patch.1 man page...
[OpenIndiana_x86_64] Creating hwloc-ps.1 man page...
[OpenIndiana_x86_64] Making all in lstopo
[OpenIndiana_x86_64]   CC       lstopo_no_graphics-lstopo.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_fake.la
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_14.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_14.04_x86_64] Making check in include
[Ubuntu_14.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_14.04_x86_64] make[1]: Nothing to be done for `check'.
[Ubuntu_14.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_14.04_x86_64] Making check in utils
[Ubuntu_14.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_14.04_x86_64] Making check in hwloc
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_14.04_x86_64] make  check-TESTS
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_14.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_14.04_x86_64] PASS: test-hwloc-annotate.sh
[Ubuntu_14.04_x86_64] PASS: test-hwloc-assembler.sh
[Ubuntu_16.04_x86_64]   CCLD     lstopo-no-graphics
[Ubuntu_16.04_x86_64]   CC       lstopo-lstopo.o
[Ubuntu_16.04_x86_64]   CC       lstopo-lstopo-color.o
[Ubuntu_16.04_x86_64]   CC       lstopo-lstopo-draw.o
[Ubuntu_18.04_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[Ubuntu_18.04_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[MinGW] checking for PROCESSOR_RELATIONSHIP... yes
[CentOS_7.2_x86_64] Creating lstopo-no-graphics.1 man page...
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_7.2_x86_64] make[2]: Nothing to be done for `all-am'.
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_7.2_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_7.2_x86_64] Making all in tests
[CentOS_7.2_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_7.2_x86_64] Making all in .
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_7.2_x86_64] make[2]: Nothing to be done for `all-am'.
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_7.2_x86_64] Making all in ports
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_7.2_x86_64] make[2]: Nothing to be done for `all'.
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_7.2_x86_64] Making all in xml
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_7.2_x86_64] make[2]: Nothing to be done for `all'.
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_7.2_x86_64] Making all in linux
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_7.2_x86_64] Making all in .
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_7.2_x86_64] make[3]: Nothing to be done for `all-am'.
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_7.2_x86_64] Making all in allowed
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_7.2_x86_64] make[3]: Nothing to be done for `all'.
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_7.2_x86_64] Making all in gather
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_7.2_x86_64] make[3]: Nothing to be done for `all'.
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_7.2_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_7.2_x86_64] Making all in contrib/systemd
[CentOS_7.2_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[CentOS_7.2_x86_64] Creating hwloc-dump-hwdata.service...
[CentOS_7.2_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[CentOS_7.2_x86_64] Making all in doc
[CentOS_7.2_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_7.2_x86_64] make  all-recursive
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_7.2_x86_64] Making all in examples
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_7.2_x86_64] make[3]: Nothing to be done for `all'.
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_7.2_x86_64] make[3]: Nothing to be done for `all-am'.
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_7.2_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_7.2_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[CentOS_7.2_x86_64] make[1]: Nothing to be done for `all-am'.
[CentOS_7.2_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[CentOS_7.2_x86_64] + make check
[CentOS_7.2_x86_64] Making check in src
[CentOS_7.2_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_7.2_x86_64] make  hwloc_fake.la
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_7.2_x86_64]   CC       topology-fake.lo
[CentOS_7.2_x86_64]   CCLD     hwloc_fake.la
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_7.2_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[CentOS_7.2_x86_64] Making check in include
[CentOS_7.2_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[CentOS_7.2_x86_64] make[1]: Nothing to be done for `check'.
[CentOS_7.2_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[CentOS_7.2_x86_64] Making check in utils
[CentOS_7.2_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_7.2_x86_64] Making check in hwloc
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_7.2_x86_64] make  check-TESTS
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_7.2_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_7.2_x86_64] PASS: test-hwloc-annotate.sh
[CentOS_7.2_x86_64] PASS: test-hwloc-assembler.sh
[Debian_6_x86_32] Making check in src
[Debian_6_x86_32] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src »
[Debian_6_x86_32] make  hwloc_fake.la
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src »
[Debian_6_x86_32]   CC       topology-fake.lo
[Debian_6_x86_32]   CCLD     hwloc_fake.la
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src »
[Debian_6_x86_32] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src »
[Debian_6_x86_32] Making check in include
[Debian_6_x86_32] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include »
[Debian_6_x86_32] make[1]: Rien à faire pour « check ».
[Debian_6_x86_32] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include »
[Debian_6_x86_32] Making check in utils
[Debian_6_x86_32] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_6_x86_32] Making check in hwloc
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_6_x86_32] make  check-TESTS
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_6_x86_32] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_6_x86_32] PASS: test-hwloc-annotate.sh
[Debian_6_x86_32] PASS: test-hwloc-assembler.sh
[Debian_7_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[Debian_7_x86_64]   CCLD     lstopo-no-graphics
[Debian_7_x86_64]   CC       lstopo-lstopo.o
[Debian_7_x86_64]   CC       lstopo-lstopo-color.o
[Debian_7_x86_64]   CC       lstopo-lstopo-draw.o
[Debian_8_x86_64]   CC       hwloc-ps.o
[Debian_8_x86_64]   CCLD     hwloc-ps
[Debian_8_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[Debian_8_x86_64]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[Debian_8_x86_64]   CCLD     hwloc-dump-hwdata
[Debian_8_x86_64] Creating hwloc.7 man page...
[Debian_8_x86_64] Creating hwloc-annotate.1 man page...
[Debian_8_x86_64] Creating hwloc-assembler.1 man page...
[Debian_8_x86_64] Creating hwloc-assembler-remote.1 man page...
[Debian_8_x86_64] Creating hwloc-bind.1 man page...
[Debian_8_x86_64] Creating hwloc-calc.1 man page...
[Debian_8_x86_64] Creating hwloc-compress-dir.1 man page...
[Debian_8_x86_64] Creating hwloc-diff.1 man page...
[Debian_8_x86_64] Creating hwloc-distances.1 man page...
[Debian_8_x86_64] Creating hwloc-distrib.1 man page...
[Debian_8_x86_64] Creating hwloc-info.1 man page...
[Debian_8_x86_64] Creating hwloc-patch.1 man page...
[Debian_8_x86_64] Creating hwloc-gather-topology.1 man page...
[Debian_8_x86_64] Creating hwloc-ps.1 man page...
[Debian_8_x86_64] Creating hwloc-dump-hwdata.1 man page...
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_8_x86_64] Making all in lstopo
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_8_x86_64]   CC       lstopo_no_graphics-lstopo.o
[Debian_9_x86_64_-m32] PASS: hwloc_bitmap_string
[Debian_9_x86_64_-m32] PASS: hwloc_bitmap_compare_inclusion
[Debian_9_x86_64_-m32] PASS: hwloc_get_closest_objs
[Debian_9_x86_64_-m32] PASS: hwloc_get_obj_covering_cpuset
[Debian_9_x86_64_-m32] PASS: hwloc_get_cache_covering_cpuset
[Debian_9_x86_64_-m32] PASS: hwloc_get_largest_objs_inside_cpuset
[Debian_9_x86_64_-m32] PASS: hwloc_get_next_obj_covering_cpuset
[Fedora_25_x86_64] Creating lstopo-no-graphics.1 man page...
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Fedora_25_x86_64] make[2]: Nothing to be done for 'all-am'.
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Fedora_25_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Fedora_25_x86_64] Making all in tests
[Fedora_25_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Fedora_25_x86_64] Making all in .
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Fedora_25_x86_64] make[2]: Nothing to be done for 'all-am'.
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Fedora_25_x86_64] Making all in ports
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Fedora_25_x86_64] make[2]: Nothing to be done for 'all'.
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Fedora_25_x86_64] Making all in xml
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Fedora_25_x86_64] make[2]: Nothing to be done for 'all'.
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Fedora_25_x86_64] Making all in linux
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Fedora_25_x86_64] Making all in .
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Fedora_25_x86_64] make[3]: Nothing to be done for 'all-am'.
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Fedora_25_x86_64] Making all in allowed
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Fedora_25_x86_64] make[3]: Nothing to be done for 'all'.
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Fedora_25_x86_64] Making all in gather
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Fedora_25_x86_64] make[3]: Nothing to be done for 'all'.
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Fedora_25_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Fedora_25_x86_64] Making all in contrib/systemd
[Fedora_25_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Fedora_25_x86_64] Creating hwloc-dump-hwdata.service...
[Fedora_25_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Fedora_25_x86_64] Making all in doc
[Fedora_25_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Fedora_25_x86_64] make  all-recursive
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Fedora_25_x86_64] Making all in examples
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Fedora_25_x86_64] make[3]: Nothing to be done for 'all'.
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Fedora_25_x86_64] make[3]: Nothing to be done for 'all-am'.
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Fedora_25_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Fedora_25_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Fedora_25_x86_64] make[1]: Nothing to be done for 'all-am'.
[Fedora_25_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Fedora_25_x86_64] + make check
[Fedora_25_x86_64] Making check in src
[Fedora_25_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Fedora_25_x86_64] make  hwloc_fake.la
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Fedora_25_x86_64]   CC       topology-fake.lo
[Fedora_25_x86_64]   CCLD     hwloc_fake.la
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Fedora_25_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Fedora_25_x86_64] Making check in include
[Fedora_25_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Fedora_25_x86_64] make[1]: Nothing to be done for 'check'.
[Fedora_25_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Fedora_25_x86_64] Making check in utils
[Fedora_25_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Fedora_25_x86_64] Making check in hwloc
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Fedora_25_x86_64] make  check-TESTS
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Fedora_25_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Fedora_25_x86_64] PASS: test-hwloc-annotate.sh
[Fedora_25_x86_64] PASS: test-hwloc-assembler.sh
[FreeBSD_11.1_x86_64] PASS: test-hwloc-distrib.sh
[FreeBSD_11.1_x86_64] PASS: test-hwloc-info.sh
[FreeBSD_11.1_x86_64] PASS: test-fake-plugin.sh
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] # TOTAL: 9
[FreeBSD_11.1_x86_64] # PASS:  9
[FreeBSD_11.1_x86_64] # SKIP:  0
[FreeBSD_11.1_x86_64] # XFAIL: 0
[FreeBSD_11.1_x86_64] # FAIL:  0
[FreeBSD_11.1_x86_64] # XPASS: 0
[FreeBSD_11.1_x86_64] # ERROR: 0
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] Making check in lstopo
[FreeBSD_11.1_x86_64] make  check-TESTS
[FreeBSD_11.1_x86_64] PASS: test-hwloc-ls.sh
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] # TOTAL: 1
[FreeBSD_11.1_x86_64] # PASS:  1
[FreeBSD_11.1_x86_64] # SKIP:  0
[FreeBSD_11.1_x86_64] # XFAIL: 0
[FreeBSD_11.1_x86_64] # FAIL:  0
[FreeBSD_11.1_x86_64] # XPASS: 0
[FreeBSD_11.1_x86_64] # ERROR: 0
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] Making check in tests
[FreeBSD_11.1_x86_64] Making check in .
[FreeBSD_11.1_x86_64] make  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_bind hwloc_get_last_cpu_location  hwloc_get_area_memlocation  hwloc_object_userdata hwloc_synthetic  hwloc_custom hwloc_backends  hwloc_pci_backend hwloc_is_thissystem  hwloc_distances hwloc_groups  hwloc_groups2 hwloc_insert_misc  hwloc_topology_restrict hwloc_topology_dup  hwloc_topology_diff hwloc_obj_infos  hwloc_iodevs xmlbuffer gl  intel-mic          
[FreeBSD_11.1_x86_64]   CC       hwloc_list_components.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_list_components
[FreeBSD_11.1_x86_64]   CC       hwloc_bitmap.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_bitmap
[FreeBSD_11.1_x86_64]   CC       hwloc_bitmap_string.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_bitmap_string
[OS_X_12] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[OS_X_12] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[OS_X_12] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[OS_X_12] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[OS_X_12] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[OS_X_12] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[OS_X_12] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[OS_X_12] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[OS_X_12] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[OS_X_12] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[OS_X_12] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[OS_X_12] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[OS_X_12] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[OS_X_12] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[OS_X_12] config.status: executing depfiles commands
[OS_X_9]   CC       topology-xml-nolibxml.lo
[OS_X_9]   CC       topology-darwin.lo
[OS_X_9]   CC       topology-x86.lo
[OpenBSD_5.9_x86_64] checking for putwc... yes
[OpenBSD_5.9_x86_64] checking locale.h usability... yes
[OpenBSD_5.9_x86_64] checking locale.h presence... yes
[OpenBSD_5.9_x86_64] checking for locale.h... yes
[OpenBSD_5.9_x86_64] checking for setlocale... (cached) yes
[OpenBSD_5.9_x86_64] checking for uselocale... no
[OpenBSD_5.9_x86_64] checking xlocale.h usability... no
[OpenBSD_5.9_x86_64] checking xlocale.h presence... no
[OpenBSD_5.9_x86_64] checking for xlocale.h... no
[OpenBSD_5.9_x86_64] checking langinfo.h usability... yes
[OpenBSD_5.9_x86_64] checking langinfo.h presence... yes
[OpenBSD_5.9_x86_64] checking for langinfo.h... yes
[OpenBSD_5.9_x86_64] checking for nl_langinfo... yes
[OpenBSD_5.9_x86_64] checking termcap support using ncurses and ... no
[OpenBSD_5.9_x86_64] checking termcap support using ncurses and -ltermcap... yes
[OpenBSD_5.9_x86_64] checking whether diff accepts -u... yes
[OpenBSD_5.9_x86_64] checking whether diff accepts -w... yes
[OpenBSD_5.9_x86_64] checking time.h usability... yes
[OpenBSD_5.9_x86_64] checking time.h presence... yes
[OpenBSD_5.9_x86_64] checking for time.h... yes
[OpenBSD_5.9_x86_64] checking for clock_gettime... yes
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] ###
[OpenBSD_5.9_x86_64] ### Configuring hwloc tests
[OpenBSD_5.9_x86_64] ###
[OpenBSD_5.9_x86_64] checking for pthread_self in -lpthread... yes
[OpenBSD_5.9_x86_64] checking for numa_available in -lnuma... no
[OpenBSD_5.9_x86_64] checking for stdlib.h... (cached) yes
[OpenIndiana_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[OpenIndiana_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[Ubuntu_12.04_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[Ubuntu_12.04_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[Ubuntu_12.04_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[Ubuntu_12.04_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[Ubuntu_12.04_x86_64]   CCLD     lstopo-no-graphics
[Ubuntu_16.04_x86_32]   CC       lstopo_no_graphics-lstopo-fig.o
[Ubuntu_16.04_x86_32]   CC       lstopo_no_graphics-lstopo-ascii.o
[Ubuntu_16.04_x86_32]   CC       lstopo_no_graphics-lstopo-text.o
[Ubuntu_16.04_x86_32]   CC       lstopo_no_graphics-lstopo-xml.o
[Ubuntu_16.04_x86_32]   CCLD     lstopo-no-graphics
[Ubuntu_16.04_x86_32]   CC       lstopo-lstopo.o
[MinGW] checking for NUMA_NODE_RELATIONSHIP... yes
[CentOS_6.3_x86_32] PASS: test-hwloc-calc.sh
[Debian_8_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[Debian_8_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[Debian_9_x86_64]   CC       lstopo-lstopo-fig.o
[Debian_9_x86_64]   CC       lstopo-lstopo-ascii.o
[Debian_9_x86_64]   CC       lstopo-lstopo-text.o
[Debian_9_x86_64]   CC       lstopo-lstopo-xml.o
[Debian_9_x86_64]   CC       lstopo-lstopo-cairo.o
[Debian_9_x86_64_-m32] PASS: hwloc_get_obj_inside_cpuset
[Debian_9_x86_64_-m32] PASS: hwloc_get_shared_cache_covering_obj
[Debian_9_x86_64_-m32] PASS: hwloc_get_obj_below_array_by_type
[Debian_9_x86_64_-m32] PASS: hwloc_bitmap_first_last_weight
[Debian_9_x86_64_-m32] PASS: hwloc_bitmap_singlify
[Debian_9_x86_64_-m32] PASS: hwloc_type_depth
[Debian_9_x86_64_-m32] PASS: hwloc_bind
[Debian_9_x86_64_-m32] PASS: hwloc_get_last_cpu_location
[Debian_9_x86_64_-m32] PASS: hwloc_get_area_memlocation
[FreeBSD_11.1_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[FreeBSD_11.1_x86_64]   CC       hwloc_get_closest_objs.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_get_closest_objs
[FreeBSD_11.1_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[FreeBSD_11.1_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[FreeBSD_11.1_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[FreeBSD_11.1_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[FreeBSD_11.1_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[NetBSD_7.1_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[NetBSD_7.1_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[NetBSD_7.1_x86_64] ../../../utils/lstopo/lstopo-ascii.c: In function 'output_ascii':
[NetBSD_7.1_x86_64] ../../../utils/lstopo/lstopo-ascii.c:512:13: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
[NetBSD_7.1_x86_64]        initp = initialize_pair;
[NetBSD_7.1_x86_64]              ^
[NetBSD_7.1_x86_64] ../../../utils/lstopo/lstopo-ascii.c:518:19: warning: assignment discards 'const' qualifier from pointer target type [enabled by default]
[NetBSD_7.1_x86_64]              initc = initialize_color;
[NetBSD_7.1_x86_64]                    ^
[NetBSD_7.1_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[NetBSD_7.1_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[NetBSD_7.1_x86_64]   CCLD     lstopo-no-graphics
[NetBSD_7.1_x86_64] Creating lstopo-no-graphics.1 man page...
[NetBSD_7.1_x86_64] Making all in tests
[NetBSD_7.1_x86_64] Making all in .
[NetBSD_7.1_x86_64] Making all in ports
[NetBSD_7.1_x86_64] Making all in xml
[NetBSD_7.1_x86_64] Making all in contrib/systemd
[NetBSD_7.1_x86_64] Making all in doc
[NetBSD_7.1_x86_64] make  all-recursive
[OS_X_12] config.status: executing chmoding-scripts commands
[OS_X_12] config.status: executing libtool commands
[OS_X_12] 
[OS_X_12] -----------------------------------------------------------------------------
[OS_X_12] Hwloc optional build support status (more details can be found above):
[OS_X_12] 
[OS_X_12] Probe / display I/O devices: no
[OS_X_12] Graphical output (Cairo):    yes
[OS_X_12] XML input / output:          basic
[OS_X_12] Plugin support:              yes
[OS_X_12] -----------------------------------------------------------------------------
[OS_X_12] 
[OS_X_12] + make
[OS_X_12] Making all in src
[OS_X_12]   CC       topology.lo
[OS_X_9]   CCLD     libhwloc.la
[OS_X_9]   CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
[OpenBSD_5.9_x86_64] checking for mkstemp... yes
[OpenBSD_5.9_x86_64] checking infiniband/verbs.h usability... no
[OpenBSD_5.9_x86_64] checking infiniband/verbs.h presence... no
[OpenBSD_5.9_x86_64] checking for infiniband/verbs.h... no
[OpenBSD_5.9_x86_64] checking myriexpress.h usability... no
[OpenBSD_5.9_x86_64] checking myriexpress.h presence... no
[OpenBSD_5.9_x86_64] checking for myriexpress.h... no
[OpenBSD_5.9_x86_64] checking for xmllint... no
[OpenBSD_5.9_x86_64] checking for bunzip2... no
[OpenBSD_5.9_x86_64] checking if CXX works... yes
[OpenBSD_5.9_x86_64] checking whether diff accepts -u... yes
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] ###
[OpenBSD_5.9_x86_64] ### Performing final hwloc configuration
[OpenBSD_5.9_x86_64] ###
[OpenBSD_5.9_x86_64] checking how to print strings... print -r
[OpenBSD_5.9_x86_64] checking for a sed that does not truncate output... (cached) /usr/bin/sed
[OpenBSD_5.9_x86_64] checking for fgrep... /usr/bin/grep -F
[OpenBSD_5.9_x86_64] checking for ld used by gcc... /usr/bin/ld
[OpenBSD_5.9_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[OpenBSD_5.9_x86_64] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[OpenBSD_5.9_x86_64] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[OpenBSD_5.9_x86_64] checking whether ln -s works... yes
[OpenBSD_5.9_x86_64] checking the maximum length of command line arguments... 196608
[OpenBSD_5.9_x86_64] checking how to convert x86_64-unknown-openbsd5.9 file names to x86_64-unknown-openbsd5.9 format... func_convert_file_noop
[OpenBSD_5.9_x86_64] checking how to convert x86_64-unknown-openbsd5.9 file names to toolchain format... func_convert_file_noop
[OpenBSD_5.9_x86_64] checking for /usr/bin/ld option to reload object files... -r
[OpenBSD_5.9_x86_64] checking for objdump... objdump
[OpenBSD_5.9_x86_64] checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
[OpenBSD_5.9_x86_64] checking for dlltool... no
[OpenBSD_5.9_x86_64] checking how to associate runtime and link libraries... print -r --
[OpenBSD_5.9_x86_64] checking for archiver @FILE support... @
[OpenBSD_5.9_x86_64] checking for strip... strip
[OpenBSD_5.9_x86_64] checking for ranlib... ranlib
[OpenBSD_5.9_x86_64] checking command to parse /usr/bin/nm -B output from gcc object... ok
[OpenBSD_5.9_x86_64] checking for sysroot... no
[Ubuntu_12.04_x86_64]   CC       lstopo-lstopo.o
[Ubuntu_12.04_x86_64]   CC       lstopo-lstopo-color.o
[Ubuntu_12.04_x86_64]   CC       lstopo-lstopo-draw.o
[Ubuntu_14.04_x86_64] PASS: test-hwloc-calc.sh
[Ubuntu_16.04_x86_32]   CC       lstopo-lstopo-color.o
[Ubuntu_16.04_x86_32]   CC       lstopo-lstopo-draw.o
[Ubuntu_18.04_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[Ubuntu_18.04_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[CentOS_6.3_x86_64] PASS: test-hwloc-compress-dir.sh
[CentOS_7.2_x86_64] PASS: test-hwloc-calc.sh
[Debian_9_x86_64]   CCLD     lstopo
[Debian_9_x86_64] Creating lstopo-no-graphics.1 man page...
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64] make[2]: Nothing to be done for 'all-am'.
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64] Making all in tests
[Debian_9_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64] Making all in .
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64] make[2]: Nothing to be done for 'all-am'.
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64] Making all in ports
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_9_x86_64] make[2]: Nothing to be done for 'all'.
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_9_x86_64] Making all in xml
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64] make[2]: Nothing to be done for 'all'.
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64] Making all in linux
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64] Making all in .
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64] make[3]: Nothing to be done for 'all-am'.
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64] Making all in allowed
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64] make[3]: Nothing to be done for 'all'.
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64] Making all in gather
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_9_x86_64] make[3]: Nothing to be done for 'all'.
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64] Making all in contrib/systemd
[Debian_9_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_9_x86_64] Creating hwloc-dump-hwdata.service...
[Debian_9_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_9_x86_64] Making all in doc
[Debian_9_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64] make  all-recursive
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64] Making all in examples
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64] make[3]: Nothing to be done for 'all'.
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64] make[3]: Nothing to be done for 'all-am'.
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_9_x86_64] make[1]: Nothing to be done for 'all-am'.
[Debian_9_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_9_x86_64] + make check
[Debian_9_x86_64] Making check in src
[Debian_9_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_9_x86_64] make  hwloc_fake.la
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_9_x86_64]   CC       topology-fake.lo
[Debian_9_x86_64]   CCLD     hwloc_fake.la
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_9_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_9_x86_64] Making check in include
[Debian_9_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_9_x86_64] make[1]: Nothing to be done for 'check'.
[Debian_9_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_9_x86_64] Making check in utils
[Debian_9_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64] Making check in hwloc
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64] make  check-TESTS
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64] PASS: test-hwloc-annotate.sh
[Debian_9_x86_64] PASS: test-hwloc-assembler.sh
[Debian_9_x86_64_-m32] PASS: hwloc_object_userdata
[Debian_9_x86_64_-m32] PASS: hwloc_synthetic
[Debian_9_x86_64_-m32] PASS: hwloc_custom
[Debian_9_x86_64_-m32] PASS: hwloc_backends
[Debian_9_x86_64_-m32] PASS: hwloc_pci_backend
[Debian_9_x86_64_-m32] PASS: hwloc_is_thissystem
[Debian_9_x86_64_-m32] PASS: hwloc_distances
[Debian_9_x86_64_-m32] PASS: hwloc_groups
[FreeBSD_11.1_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[FreeBSD_11.1_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[FreeBSD_11.1_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[NetBSD_7.1_x86_64] Making all in examples
[NetBSD_7.1_x86_64] + make check
[NetBSD_7.1_x86_64] Making check in src
[NetBSD_7.1_x86_64] make  hwloc_fake.la
[NetBSD_7.1_x86_64]   CC       topology-fake.lo
[NetBSD_7.1_x86_64]   CCLD     hwloc_fake.la
[NetBSD_7.1_x86_64] Making check in include
[NetBSD_7.1_x86_64] Making check in utils
[NetBSD_7.1_x86_64] Making check in hwloc
[NetBSD_7.1_x86_64] make  check-TESTS
[NetBSD_7.1_x86_64] PASS: test-hwloc-annotate.sh
[NetBSD_7.1_x86_64] PASS: test-hwloc-assembler.sh
[OS_X_9]   CCLD     hwloc_xml_libxml.la
[OS_X_9] Making all in include
[OS_X_9] make[1]: Nothing to be done for `all'.
[OS_X_9] Making all in utils
[OS_X_9] Making all in hwloc
[OS_X_9]   CC       hwloc-annotate.o
[OS_X_9]   CCLD     hwloc-annotate
[OS_X_9]   CC       hwloc-assembler.o
[OS_X_9]   CCLD     hwloc-assembler
[OpenBSD_5.9_x86_64] checking for a working dd... /bin/dd
[OpenBSD_5.9_x86_64] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[OpenBSD_5.9_x86_64] checking for mt... mt
[OpenBSD_5.9_x86_64] checking if mt is a manifest tool... no
[OpenBSD_5.9_x86_64] checking for dlfcn.h... yes
[OpenBSD_5.9_x86_64] checking for objdir... .libs
[OpenBSD_5.9_x86_64] checking if gcc supports -fno-rtti -fno-exceptions... no
[OpenBSD_5.9_x86_64] checking for gcc option to produce PIC... -fPIC -DPIC
[OpenBSD_5.9_x86_64] checking if gcc PIC flag -fPIC -DPIC works... yes
[OpenBSD_5.9_x86_64] checking if gcc static flag -static works... yes
[OpenBSD_5.9_x86_64] checking if gcc supports -c -o file.o... yes
[OpenBSD_5.9_x86_64] checking if gcc supports -c -o file.o... (cached) yes
[OpenBSD_5.9_x86_64] checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
[OpenBSD_5.9_x86_64] checking whether -lc should be explicitly linked in... yes
[OpenBSD_5.9_x86_64] checking dynamic linker characteristics... openbsd5.9 ld.so
[OpenBSD_5.9_x86_64] checking how to hardcode library paths into programs... immediate
[OpenBSD_5.9_x86_64] checking for shl_load... (cached) no
[OpenBSD_5.9_x86_64] checking for shl_load in -ldld... (cached) no
[OpenBSD_5.9_x86_64] checking for dlopen... (cached) yes
[OpenBSD_5.9_x86_64] checking whether a program can dlopen itself... (cached) 
[OpenBSD_5.9_x86_64] checking whether stripping libraries is possible... yes
[OpenBSD_5.9_x86_64] checking if libtool supports shared libraries... yes
[OpenBSD_5.9_x86_64] checking whether to build shared libraries... yes
[OpenBSD_5.9_x86_64] checking whether to build static libraries... no
[OpenBSD_5.9_x86_64] checking how to run the C++ preprocessor... g++ -E
[Ubuntu_16.04_x86_64]   CC       lstopo-lstopo-fig.o
[Ubuntu_16.04_x86_64]   CC       lstopo-lstopo-ascii.o
[Ubuntu_16.04_x86_64]   CC       lstopo-lstopo-text.o
[Ubuntu_16.04_x86_64]   CC       lstopo-lstopo-xml.o
[Ubuntu_16.04_x86_64]   CC       lstopo-lstopo-cairo.o
[Ubuntu_16.04_x86_64]   CCLD     lstopo
[Ubuntu_16.04_x86_64] Creating lstopo-no-graphics.1 man page...
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_64] make[2]: Nothing to be done for 'all-am'.
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_64] Making all in tests
[Ubuntu_16.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_64] Making all in .
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_64] make[2]: Nothing to be done for 'all-am'.
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_64] Making all in ports
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_16.04_x86_64] make[2]: Nothing to be done for 'all'.
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_16.04_x86_64] Making all in xml
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_64] make[2]: Nothing to be done for 'all'.
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_64] Making all in linux
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_64] Making all in .
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_64] make[3]: Nothing to be done for 'all-am'.
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_64] Making all in allowed
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_64] make[3]: Nothing to be done for 'all'.
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_64] Making all in gather
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_64] make[3]: Nothing to be done for 'all'.
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_64] Making all in contrib/systemd
[Ubuntu_16.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_16.04_x86_64] Creating hwloc-dump-hwdata.service...
[Ubuntu_16.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_16.04_x86_64] Making all in doc
[Ubuntu_16.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_64] make  all-recursive
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_64] Making all in examples
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_64] make[3]: Nothing to be done for 'all'.
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_64] make[3]: Nothing to be done for 'all-am'.
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_16.04_x86_64] make[1]: Nothing to be done for 'all-am'.
[Ubuntu_16.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_16.04_x86_64] + make check
[Ubuntu_16.04_x86_64] Making check in src
[Ubuntu_16.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_16.04_x86_64] make  hwloc_fake.la
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_16.04_x86_64]   CC       topology-fake.lo
[Ubuntu_16.04_x86_64]   CCLD     hwloc_fake.la
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_16.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_16.04_x86_64] Making check in include
[Ubuntu_18.04_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[Ubuntu_18.04_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[Ubuntu_18.04_x86_64]   CCLD     lstopo-no-graphics
[Ubuntu_18.04_x86_64]   CC       lstopo-lstopo.o
[Ubuntu_18.04_x86_64]   CC       lstopo-lstopo-color.o
[Ubuntu_18.04_x86_64]   CC       lstopo-lstopo-draw.o
[MinGW] checking for CACHE_RELATIONSHIP... yes
[CentOS_6.3_x86_64] PASS: test-hwloc-diffpatch.sh
[CentOS_6.3_x86_64] PASS: test-hwloc-distances.sh
[CentOS_6.3_x86_64] PASS: test-hwloc-distrib.sh
[CentOS_6.3_x86_64] PASS: test-hwloc-info.sh
[CentOS_6.3_x86_64] PASS: test-fake-plugin.sh
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] # TOTAL: 9
[CentOS_6.3_x86_64] # PASS:  9
[CentOS_6.3_x86_64] # SKIP:  0
[CentOS_6.3_x86_64] # XFAIL: 0
[CentOS_6.3_x86_64] # FAIL:  0
[CentOS_6.3_x86_64] # XPASS: 0
[CentOS_6.3_x86_64] # ERROR: 0
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_64] Making check in lstopo
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_64] make  check-TESTS
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_64] PASS: test-hwloc-ls.sh
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] # TOTAL: 1
[CentOS_6.3_x86_64] # PASS:  1
[CentOS_6.3_x86_64] # SKIP:  0
[CentOS_6.3_x86_64] # XFAIL: 0
[CentOS_6.3_x86_64] # FAIL:  0
[CentOS_6.3_x86_64] # XPASS: 0
[CentOS_6.3_x86_64] # ERROR: 0
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_64] make[2]: Nothing to be done for `check-am'.
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_64] Making check in tests
[CentOS_6.3_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_64] Making check in .
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_64] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched      
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_64]   CC       hwloc_list_components.o
[Debian_5_x86_64] PASS: test-hwloc-compress-dir.sh
[Debian_5_x86_64] PASS: test-hwloc-diffpatch.sh
[Debian_5_x86_64] PASS: test-hwloc-distances.sh
[Debian_5_x86_64] PASS: test-hwloc-distrib.sh
[Debian_5_x86_64] PASS: test-hwloc-info.sh
[Debian_5_x86_64] PASS: test-fake-plugin.sh
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] # TOTAL: 9
[Debian_5_x86_64] # PASS:  9
[Debian_5_x86_64] # SKIP:  0
[Debian_5_x86_64] # XFAIL: 0
[Debian_5_x86_64] # FAIL:  0
[Debian_5_x86_64] # XPASS: 0
[Debian_5_x86_64] # ERROR: 0
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_5_x86_64] Making check in lstopo
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_5_x86_64] make  check-TESTS
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_5_x86_64] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_6_x86_32] PASS: test-hwloc-calc.sh
[Debian_7_x86_64]   CC       lstopo-lstopo-fig.o
[Debian_7_x86_64]   CC       lstopo-lstopo-ascii.o
[Debian_7_x86_64]   CC       lstopo-lstopo-text.o
[Debian_7_x86_64]   CC       lstopo-lstopo-xml.o
[Debian_7_x86_64]   CC       lstopo-lstopo-cairo.o
[Debian_7_x86_64]   CCLD     lstopo
[Debian_7_x86_64] Creating lstopo-no-graphics.1 man page...
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_7_x86_64] make[2]: Nothing to be done for `all-am'.
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_7_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_7_x86_64] Making all in tests
[Debian_7_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_7_x86_64] Making all in .
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_7_x86_64] make[2]: Nothing to be done for `all-am'.
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_7_x86_64] Making all in ports
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_7_x86_64] make[2]: Nothing to be done for `all'.
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_7_x86_64] Making all in xml
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_7_x86_64] make[2]: Nothing to be done for `all'.
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_7_x86_64] Making all in linux
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_7_x86_64] Making all in .
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_7_x86_64] make[3]: Nothing to be done for `all-am'.
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_7_x86_64] Making all in allowed
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_7_x86_64] make[3]: Nothing to be done for `all'.
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_7_x86_64] Making all in gather
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_7_x86_64] make[3]: Nothing to be done for `all'.
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_7_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_7_x86_64] Making all in contrib/systemd
[Debian_7_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_7_x86_64] Creating hwloc-dump-hwdata.service...
[Debian_7_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_7_x86_64] Making all in doc
[Debian_7_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_7_x86_64] make  all-recursive
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_7_x86_64] Making all in examples
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_7_x86_64] make[3]: Nothing to be done for `all'.
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_7_x86_64] make[3]: Nothing to be done for `all-am'.
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_7_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_7_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_7_x86_64] make[1]: Nothing to be done for `all-am'.
[Debian_7_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_7_x86_64] + make check
[Debian_7_x86_64] Making check in src
[Debian_7_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_7_x86_64] make  hwloc_fake.la
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_7_x86_64]   CC       topology-fake.lo
[Debian_8_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[Debian_8_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[Debian_8_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[Debian_8_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[Debian_8_x86_64]   CCLD     lstopo-no-graphics
[Debian_8_x86_64]   CC       lstopo-lstopo.o
[Debian_9_x86_64_-m32] PASS: hwloc_groups2
[Debian_9_x86_64_-m32] PASS: hwloc_insert_misc
[Debian_9_x86_64_-m32] PASS: hwloc_topology_restrict
[Debian_9_x86_64_-m32] PASS: hwloc_topology_dup
[Debian_9_x86_64_-m32] PASS: hwloc_topology_diff
[Debian_9_x86_64_-m32] PASS: hwloc_obj_infos
[Debian_9_x86_64_-m32] PASS: hwloc_iodevs
[Debian_9_x86_64_-m32] PASS: xmlbuffer
[Debian_9_x86_64_-m32] PASS: gl
[Debian_9_x86_64_-m32] PASS: intel-mic
[Debian_9_x86_64_-m32] PASS: linux-libnuma
[Debian_9_x86_64_-m32] PASS: glibc-sched
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] # TOTAL: 38
[Debian_9_x86_64_-m32] # PASS:  38
[Debian_9_x86_64_-m32] # SKIP:  0
[Debian_9_x86_64_-m32] # XFAIL: 0
[Debian_9_x86_64_-m32] # FAIL:  0
[Debian_9_x86_64_-m32] # XPASS: 0
[Debian_9_x86_64_-m32] # ERROR: 0
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] make[4]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64_-m32] Making check in ports
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_9_x86_64_-m32] make  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-osf.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
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_9_x86_64_-m32]   CC       libhwloc_port_aix_la-topology-aix.lo
[Debian_9_x86_64_-m32]   CCLD     libhwloc-port-aix.la
[Debian_9_x86_64_-m32] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64_-m32]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[Debian_9_x86_64_-m32]   CCLD     libhwloc-port-bgq.la
[Debian_9_x86_64_-m32] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64_-m32]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[Debian_9_x86_64_-m32]   CCLD     libhwloc-port-darwin.la
[Debian_9_x86_64_-m32] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64_-m32]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[Fedora_25_x86_64] PASS: test-hwloc-calc.sh
[FreeBSD_11.1_x86_64]   CC       hwloc_bitmap_singlify.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_bitmap_singlify
[FreeBSD_11.1_x86_64]   CC       hwloc_type_depth.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_type_depth
[FreeBSD_11.1_x86_64]   CC       hwloc_bind.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_bind
[FreeBSD_11.1_x86_64]   CC       hwloc_get_last_cpu_location.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_get_last_cpu_location
[FreeBSD_11.1_x86_64]   CC       hwloc_get_area_memlocation.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_get_area_memlocation
[FreeBSD_11.1_x86_64]   CC       hwloc_object_userdata.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_object_userdata
[FreeBSD_11.1_x86_64]   CC       hwloc_synthetic.o
[OS_X_12]   CC       traversal.lo
[OS_X_12]   CC       distances.lo
[OS_X_9]   CC       hwloc-bind.o
[OS_X_9]   CCLD     hwloc-bind
[OS_X_9]   CC       hwloc-calc.o
[OpenBSD_5.9_x86_64] checking for ld used by g++... /usr/bin/ld
[OpenBSD_5.9_x86_64] checking if the linker (/usr/bin/ld) is GNU ld... yes
[OpenBSD_5.9_x86_64] checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
[OpenBSD_5.9_x86_64] checking for g++ option to produce PIC... -fPIC -DPIC
[OpenBSD_5.9_x86_64] checking if g++ PIC flag -fPIC -DPIC works... yes
[OpenBSD_5.9_x86_64] checking if g++ static flag -static works... yes
[OpenBSD_5.9_x86_64] checking if g++ supports -c -o file.o... yes
[OpenBSD_5.9_x86_64] checking if g++ supports -c -o file.o... (cached) yes
[OpenBSD_5.9_x86_64] checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
[OpenBSD_5.9_x86_64] checking dynamic linker characteristics... openbsd5.9 ld.so
[OpenBSD_5.9_x86_64] checking how to hardcode library paths into programs... immediate
[OpenBSD_5.9_x86_64] checking that generated files are newer than configure... done
[OpenBSD_5.9_x86_64] configure: creating ./config.status
[OpenIndiana_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[OpenIndiana_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c: In function 'set_textcolor':
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c:109:33: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types]
[OpenIndiana_x86_64]        tputs(enter_bold_mode, 1, myputchar);
[OpenIndiana_x86_64]                                  ^~~~~~~~~
[OpenIndiana_x86_64] In file included from ../../../utils/lstopo/lstopo-ascii.c:31:0:
[OpenIndiana_x86_64] /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)'
[OpenIndiana_x86_64]    tputs(char *, int, int (*)(char)), putp(char *),
[OpenIndiana_x86_64]    ^~~~~
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c:113:37: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types]
[OpenIndiana_x86_64]        tputs(exit_attribute_mode, 1, myputchar);
[OpenIndiana_x86_64]                                      ^~~~~~~~~
[OpenIndiana_x86_64] In file included from ../../../utils/lstopo/lstopo-ascii.c:31:0:
[OpenIndiana_x86_64] /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)'
[OpenIndiana_x86_64]    tputs(char *, int, int (*)(char)), putp(char *),
[OpenIndiana_x86_64]    ^~~~~
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c: In function 'set_color':
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c:147:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types]
[OpenIndiana_x86_64]        tputs(toput, 1, myputchar);
[OpenIndiana_x86_64]                        ^~~~~~~~~
[OpenIndiana_x86_64] In file included from ../../../utils/lstopo/lstopo-ascii.c:31:0:
[OpenIndiana_x86_64] /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)'
[OpenIndiana_x86_64]    tputs(char *, int, int (*)(char)), putp(char *),
[OpenIndiana_x86_64]    ^~~~~
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c:150:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types]
[OpenIndiana_x86_64]        tputs(toput, 1, myputchar);
[OpenIndiana_x86_64]                        ^~~~~~~~~
[OpenIndiana_x86_64] In file included from ../../../utils/lstopo/lstopo-ascii.c:31:0:
[OpenIndiana_x86_64] /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)'
[OpenIndiana_x86_64]    tputs(char *, int, int (*)(char)), putp(char *),
[OpenIndiana_x86_64]    ^~~~~
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c:154:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types]
[OpenIndiana_x86_64]        tputs(toput, 1, myputchar);
[OpenIndiana_x86_64]                        ^~~~~~~~~
[OpenIndiana_x86_64] In file included from ../../../utils/lstopo/lstopo-ascii.c:31:0:
[OpenIndiana_x86_64] /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)'
[OpenIndiana_x86_64]    tputs(char *, int, int (*)(char)), putp(char *),
[OpenIndiana_x86_64]    ^~~~~
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c:157:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types]
[OpenIndiana_x86_64]        tputs(toput, 1, myputchar);
[OpenIndiana_x86_64]                        ^~~~~~~~~
[OpenIndiana_x86_64] In file included from ../../../utils/lstopo/lstopo-ascii.c:31:0:
[OpenIndiana_x86_64] /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)'
[OpenIndiana_x86_64]    tputs(char *, int, int (*)(char)), putp(char *),
[OpenIndiana_x86_64]    ^~~~~
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c:161:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types]
[OpenIndiana_x86_64]        tputs(toput, 1, myputchar);
[OpenIndiana_x86_64]                        ^~~~~~~~~
[OpenIndiana_x86_64] In file included from ../../../utils/lstopo/lstopo-ascii.c:31:0:
[OpenIndiana_x86_64] /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)'
[OpenIndiana_x86_64]    tputs(char *, int, int (*)(char)), putp(char *),
[OpenIndiana_x86_64]    ^~~~~
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c: In function 'ascii_declare_color':
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c:188:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types]
[OpenIndiana_x86_64]        tputs(toput, 1, myputchar);
[OpenIndiana_x86_64]                        ^~~~~~~~~
[OpenIndiana_x86_64] In file included from ../../../utils/lstopo/lstopo-ascii.c:31:0:
[OpenIndiana_x86_64] /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)'
[OpenIndiana_x86_64]    tputs(char *, int, int (*)(char)), putp(char *),
[OpenIndiana_x86_64]    ^~~~~
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c:191:23: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types]
[OpenIndiana_x86_64]        tputs(toput, 1, myputchar);
[OpenIndiana_x86_64]                        ^~~~~~~~~
[OpenIndiana_x86_64] In file included from ../../../utils/lstopo/lstopo-ascii.c:31:0:
[OpenIndiana_x86_64] /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)'
[OpenIndiana_x86_64]    tputs(char *, int, int (*)(char)), putp(char *),
[OpenIndiana_x86_64]    ^~~~~
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c: In function 'output_ascii':
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c:509:31: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types]
[OpenIndiana_x86_64]          tputs(orig_colors, 1, myputchar);
[OpenIndiana_x86_64]                                ^~~~~~~~~
[OpenIndiana_x86_64] In file included from ../../../utils/lstopo/lstopo-ascii.c:31:0:
[OpenIndiana_x86_64] /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)'
[OpenIndiana_x86_64]    tputs(char *, int, int (*)(char)), putp(char *),
[OpenIndiana_x86_64]    ^~~~~
[OpenIndiana_x86_64] ../../../utils/lstopo/lstopo-ascii.c:575:27: warning: passing argument 3 of 'tputs' from incompatible pointer type [-Wincompatible-pointer-types]
[OpenIndiana_x86_64]        tputs(orig_pair, 1, myputchar);
[OpenIndiana_x86_64]                            ^~~~~~~~~
[OpenIndiana_x86_64] In file included from ../../../utils/lstopo/lstopo-ascii.c:31:0:
[OpenIndiana_x86_64] /usr/include/term.h:1227:3: note: expected 'int (*)(char)' but argument is of type 'int (*)(int)'
[OpenIndiana_x86_64]    tputs(char *, int, int (*)(char)), putp(char *),
[OpenIndiana_x86_64]    ^~~~~
[OpenIndiana_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[OpenIndiana_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[OpenIndiana_x86_64]   CCLD     lstopo-no-graphics
[Ubuntu_12.04_x86_64]   CC       lstopo-lstopo-fig.o
[Ubuntu_12.04_x86_64]   CC       lstopo-lstopo-ascii.o
[Ubuntu_12.04_x86_64]   CC       lstopo-lstopo-text.o
[Ubuntu_12.04_x86_64]   CC       lstopo-lstopo-xml.o
[Ubuntu_12.04_x86_64]   CC       lstopo-lstopo-cairo.o
[Ubuntu_16.04_x86_32]   CC       lstopo-lstopo-fig.o
[Ubuntu_16.04_x86_32]   CC       lstopo-lstopo-ascii.o
[Ubuntu_16.04_x86_32]   CC       lstopo-lstopo-text.o
[Ubuntu_16.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_16.04_x86_64] make[1]: Nothing to be done for 'check'.
[Ubuntu_16.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_16.04_x86_64] Making check in utils
[Ubuntu_16.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_64] Making check in hwloc
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_64] make  check-TESTS
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_64] PASS: test-hwloc-annotate.sh
[Ubuntu_16.04_x86_64] PASS: test-hwloc-assembler.sh
[MinGW] checking for PROCESSOR_GROUP_INFO... yes
[CentOS_6.3_x86_32] PASS: test-hwloc-compress-dir.sh
[CentOS_6.3_x86_32] PASS: test-hwloc-diffpatch.sh
[CentOS_6.3_x86_32] PASS: test-hwloc-distances.sh
[CentOS_6.3_x86_64]   CCLD     hwloc_list_components
[CentOS_6.3_x86_64]   CC       hwloc_bitmap.o
[CentOS_6.3_x86_64]   CCLD     hwloc_bitmap
[CentOS_6.3_x86_64]   CC       hwloc_bitmap_string.o
[CentOS_6.3_x86_64]   CCLD     hwloc_bitmap_string
[CentOS_6.3_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[CentOS_6.3_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[CentOS_6.3_x86_64]   CC       hwloc_get_closest_objs.o
[CentOS_6.3_x86_64]   CCLD     hwloc_get_closest_objs
[CentOS_6.3_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[CentOS_6.3_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[Debian_5_x86_64] PASS: test-hwloc-ls.sh
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] # TOTAL: 1
[Debian_5_x86_64] # PASS:  1
[Debian_5_x86_64] # SKIP:  0
[Debian_5_x86_64] # XFAIL: 0
[Debian_5_x86_64] # FAIL:  0
[Debian_5_x86_64] # XPASS: 0
[Debian_5_x86_64] # ERROR: 0
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_5_x86_64] make[2]: Rien à faire pour « check-am ».
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_5_x86_64] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_5_x86_64] Making check in tests
[Debian_5_x86_64] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_5_x86_64] Making check in .
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_5_x86_64] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched      
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_5_x86_64]   CC       hwloc_list_components.o
[Debian_5_x86_64]   CCLD     hwloc_list_components
[Debian_5_x86_64]   CC       hwloc_bitmap.o
[Debian_5_x86_64]   CCLD     hwloc_bitmap
[Debian_5_x86_64]   CC       hwloc_bitmap_string.o
[Debian_5_x86_64]   CCLD     hwloc_bitmap_string
[Debian_5_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[Debian_5_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[Debian_5_x86_64]   CC       hwloc_get_closest_objs.o
[Debian_7_x86_64]   CCLD     hwloc_fake.la
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_7_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_7_x86_64] Making check in include
[Debian_7_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_7_x86_64] make[1]: Nothing to be done for `check'.
[Debian_7_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_7_x86_64] Making check in utils
[Debian_7_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_7_x86_64] Making check in hwloc
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_7_x86_64] make  check-TESTS
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_7_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_7_x86_64] PASS: test-hwloc-annotate.sh
[Debian_7_x86_64] PASS: test-hwloc-assembler.sh
[Debian_8_x86_64]   CC       lstopo-lstopo-color.o
[Debian_8_x86_64]   CC       lstopo-lstopo-draw.o
[Debian_9_x86_64_-m32]   CCLD     libhwloc-port-freebsd.la
[Debian_9_x86_64_-m32] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64_-m32]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[Debian_9_x86_64_-m32]   CCLD     libhwloc-port-hpux.la
[Debian_9_x86_64_-m32] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64_-m32]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[Debian_9_x86_64_-m32]   CCLD     libhwloc-port-netbsd.la
[Debian_9_x86_64_-m32] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64_-m32]   CC       libhwloc_port_osf_la-topology-osf.lo
[Debian_9_x86_64_-m32]   CCLD     libhwloc-port-osf.la
[Debian_9_x86_64_-m32] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64_-m32]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[FreeBSD_11.1_x86_64]   CCLD     hwloc_synthetic
[FreeBSD_11.1_x86_64]   CC       hwloc_custom.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_custom
[FreeBSD_11.1_x86_64]   CC       hwloc_backends.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_backends
[FreeBSD_11.1_x86_64]   CC       hwloc_pci_backend.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_pci_backend
[FreeBSD_11.1_x86_64]   CC       hwloc_is_thissystem.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_is_thissystem
[FreeBSD_11.1_x86_64]   CC       hwloc_distances.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_distances
[FreeBSD_11.1_x86_64]   CC       hwloc_groups.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_groups
[FreeBSD_11.1_x86_64]   CC       hwloc_groups2.o
[NetBSD_7.1_x86_64] PASS: test-hwloc-calc.sh
[OS_X_12]   CC       components.lo
[OS_X_12] ../../src/components.c:216:10: warning: assigning to 'char *' from 'const char *' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers]
[OS_X_12]     path = env;
[OS_X_12]          ^ ~~~
[OS_X_12] 1 warning generated.
[OS_X_12]   CC       bind.lo
[OS_X_9]   CCLD     hwloc-calc
[OS_X_9]   CC       hwloc-diff.o
[OS_X_9]   CCLD     hwloc-diff
[OS_X_9]   CC       hwloc-distances.o
[OS_X_9]   CCLD     hwloc-distances
[OpenIndiana_x86_64] Creating lstopo-no-graphics.1 man page...
[OpenIndiana_x86_64] Making all in tests
[OpenIndiana_x86_64] Making all in .
[OpenIndiana_x86_64] Making all in ports
[OpenIndiana_x86_64] Making all in xml
[OpenIndiana_x86_64] Making all in contrib/systemd
[OpenIndiana_x86_64] Making all in doc
[OpenIndiana_x86_64] make  all-recursive
[OpenIndiana_x86_64] Making all in examples
[OpenIndiana_x86_64] + make check
[OpenIndiana_x86_64] Making check in src
[OpenIndiana_x86_64] make  hwloc_fake.la
[OpenIndiana_x86_64]   CC       topology-fake.lo
[OpenIndiana_x86_64]   CCLD     hwloc_fake.la
[OpenIndiana_x86_64] Making check in include
[OpenIndiana_x86_64] Making check in utils
[OpenIndiana_x86_64] Making check in hwloc
[OpenIndiana_x86_64] make  check-TESTS
[Ubuntu_12.04_x86_64]   CCLD     lstopo
[Ubuntu_12.04_x86_64] Creating lstopo-no-graphics.1 man page...
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_12.04_x86_64] make[2]: Nothing to be done for `all-am'.
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_12.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_12.04_x86_64] Making all in tests
[Ubuntu_12.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_12.04_x86_64] Making all in .
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_12.04_x86_64] make[2]: Nothing to be done for `all-am'.
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_12.04_x86_64] Making all in ports
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_12.04_x86_64] make[2]: Nothing to be done for `all'.
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_12.04_x86_64] Making all in xml
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_12.04_x86_64] make[2]: Nothing to be done for `all'.
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_12.04_x86_64] Making all in linux
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_12.04_x86_64] Making all in .
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_12.04_x86_64] make[3]: Nothing to be done for `all-am'.
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_12.04_x86_64] Making all in allowed
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_12.04_x86_64] make[3]: Nothing to be done for `all'.
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_12.04_x86_64] Making all in gather
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_12.04_x86_64] make[3]: Nothing to be done for `all'.
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_12.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_12.04_x86_64] Making all in contrib/systemd
[Ubuntu_12.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_12.04_x86_64] Creating hwloc-dump-hwdata.service...
[Ubuntu_12.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_12.04_x86_64] Making all in doc
[Ubuntu_12.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_12.04_x86_64] make  all-recursive
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_12.04_x86_64] Making all in examples
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_12.04_x86_64] make[3]: Nothing to be done for `all'.
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_12.04_x86_64] make[3]: Nothing to be done for `all-am'.
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_12.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_12.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_12.04_x86_64] make[1]: Nothing to be done for `all-am'.
[Ubuntu_12.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_12.04_x86_64] + make check
[Ubuntu_12.04_x86_64] Making check in src
[Ubuntu_12.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_12.04_x86_64] make  hwloc_fake.la
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_12.04_x86_64]   CC       topology-fake.lo
[Ubuntu_12.04_x86_64]   CCLD     hwloc_fake.la
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_12.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_12.04_x86_64] Making check in include
[Ubuntu_12.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_12.04_x86_64] make[1]: Nothing to be done for `check'.
[Ubuntu_12.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_12.04_x86_64] Making check in utils
[Ubuntu_12.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_12.04_x86_64] Making check in hwloc
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_12.04_x86_64] make  check-TESTS
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_12.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_12.04_x86_64] PASS: test-hwloc-annotate.sh
[Ubuntu_16.04_x86_32]   CC       lstopo-lstopo-xml.o
[Ubuntu_16.04_x86_32]   CC       lstopo-lstopo-cairo.o
[Ubuntu_16.04_x86_32]   CCLD     lstopo
[Ubuntu_16.04_x86_32] Creating lstopo-no-graphics.1 man page...
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_32] make[2]: Nothing to be done for 'all-am'.
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_32] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_32] Making all in tests
[Ubuntu_16.04_x86_32] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_32] Making all in .
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_32] make[2]: Nothing to be done for 'all-am'.
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_32] Making all in ports
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_16.04_x86_32] make[2]: Nothing to be done for 'all'.
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_16.04_x86_32] Making all in xml
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_32] make[2]: Nothing to be done for 'all'.
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_32] Making all in linux
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_32] Making all in .
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_32] make[3]: Nothing to be done for 'all-am'.
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_32] Making all in allowed
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_32] make[3]: Nothing to be done for 'all'.
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_32] Making all in gather
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_32] make[3]: Nothing to be done for 'all'.
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_32] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_32] Making all in contrib/systemd
[Ubuntu_16.04_x86_32] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_16.04_x86_32] Creating hwloc-dump-hwdata.service...
[Ubuntu_16.04_x86_32] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_16.04_x86_32] Making all in doc
[Ubuntu_16.04_x86_32] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_32] make  all-recursive
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_32] Making all in examples
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_32] make[3]: Nothing to be done for 'all'.
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_32] make[3]: Nothing to be done for 'all-am'.
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_32] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_32] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_16.04_x86_32] make[1]: Nothing to be done for 'all-am'.
[Ubuntu_16.04_x86_32] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_16.04_x86_32] + make check
[Ubuntu_16.04_x86_32] Making check in src
[Ubuntu_16.04_x86_32] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_16.04_x86_32] make  hwloc_fake.la
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_16.04_x86_32]   CC       topology-fake.lo
[CentOS_6.3_x86_32] PASS: test-hwloc-distrib.sh
[CentOS_6.3_x86_32] PASS: test-hwloc-info.sh
[CentOS_6.3_x86_32] PASS: test-fake-plugin.sh
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] # TOTAL: 9
[CentOS_6.3_x86_32] # PASS:  9
[CentOS_6.3_x86_32] # SKIP:  0
[CentOS_6.3_x86_32] # XFAIL: 0
[CentOS_6.3_x86_32] # FAIL:  0
[CentOS_6.3_x86_32] # XPASS: 0
[CentOS_6.3_x86_32] # ERROR: 0
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_6.3_x86_32] Making check in lstopo
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_32] make  check-TESTS
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_32] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[CentOS_6.3_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[CentOS_6.3_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[CentOS_6.3_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[CentOS_6.3_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[CentOS_6.3_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[CentOS_6.3_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[CentOS_6.3_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[CentOS_6.3_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[CentOS_6.3_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[CentOS_6.3_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[CentOS_7.2_x86_64] PASS: test-hwloc-compress-dir.sh
[CentOS_7.2_x86_64] PASS: test-hwloc-diffpatch.sh
[Debian_5_x86_64]   CCLD     hwloc_get_closest_objs
[Debian_5_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[Debian_5_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[Debian_5_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[Debian_5_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[Debian_5_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[Debian_5_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[Debian_5_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[Debian_5_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[Debian_5_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[Debian_5_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[Debian_5_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[Debian_5_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[Debian_9_x86_64] PASS: test-hwloc-calc.sh
[Debian_9_x86_64_-m32]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[Debian_9_x86_64_-m32]   CCLD     libhwloc-port-solaris.la
[Debian_9_x86_64_-m32] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64_-m32]   CC       libhwloc_port_windows_la-topology-windows.lo
[Debian_9_x86_64_-m32]   CCLD     libhwloc-port-windows.la
[Debian_9_x86_64_-m32] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64_-m32]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[Debian_9_x86_64_-m32]   CCLD     libhwloc-port-opencl.la
[Debian_9_x86_64_-m32] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64_-m32]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[Debian_9_x86_64_-m32]   CCLD     libhwloc-port-cuda.la
[Debian_9_x86_64_-m32] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64_-m32]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[Debian_9_x86_64_-m32]   CCLD     libhwloc-port-nvml.la
[Fedora_25_x86_64] PASS: test-hwloc-compress-dir.sh
[FreeBSD_11.1_x86_64]   CCLD     hwloc_groups2
[FreeBSD_11.1_x86_64]   CC       hwloc_insert_misc.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_insert_misc
[FreeBSD_11.1_x86_64]   CC       hwloc_topology_restrict.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_topology_restrict
[FreeBSD_11.1_x86_64]   CC       hwloc_topology_dup.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_topology_dup
[FreeBSD_11.1_x86_64]   CC       hwloc_topology_diff.o
[OS_X_12]   CC       bitmap.lo
[OS_X_9]   CC       hwloc-distrib.o
[OS_X_9]   CCLD     hwloc-distrib
[OS_X_9]   CC       hwloc-info.o
[OS_X_9]   CCLD     hwloc-info
[OS_X_9]   CC       hwloc-patch.o
[OS_X_9]   CCLD     hwloc-patch
[OpenBSD_5.9_x86_64] config.status: creating Makefile
[OpenBSD_5.9_x86_64] config.status: creating include/Makefile
[OpenBSD_5.9_x86_64] config.status: creating src/Makefile
[OpenBSD_5.9_x86_64] config.status: creating doc/Makefile
[OpenBSD_5.9_x86_64] config.status: creating doc/examples/Makefile
[OpenBSD_5.9_x86_64] config.status: creating doc/doxygen-config.cfg
[OpenBSD_5.9_x86_64] config.status: creating utils/Makefile
[OpenBSD_5.9_x86_64] config.status: creating utils/hwloc/Makefile
[OpenBSD_5.9_x86_64] config.status: creating utils/lstopo/Makefile
[OpenBSD_5.9_x86_64] config.status: creating hwloc.pc
[OpenBSD_5.9_x86_64] config.status: creating tests/Makefile
[OpenBSD_5.9_x86_64] config.status: creating tests/linux/Makefile
[OpenBSD_5.9_x86_64] config.status: creating tests/linux/allowed/Makefile
[OpenBSD_5.9_x86_64] config.status: creating tests/linux/gather/Makefile
[OpenBSD_5.9_x86_64] config.status: creating tests/xml/Makefile
[OpenBSD_5.9_x86_64] config.status: creating tests/ports/Makefile
[OpenBSD_5.9_x86_64] config.status: creating tests/rename/Makefile
[OpenBSD_5.9_x86_64] config.status: creating tests/linux/allowed/test-topology.sh
[OpenBSD_5.9_x86_64] config.status: creating tests/linux/gather/test-gather-topology.sh
[OpenBSD_5.9_x86_64] config.status: creating tests/linux/test-topology.sh
[OpenBSD_5.9_x86_64] config.status: creating tests/xml/test-topology.sh
[OpenIndiana_x86_64] PASS: test-hwloc-annotate.sh
[OpenIndiana_x86_64] PASS: test-hwloc-assembler.sh
[Ubuntu_12.04_x86_64] PASS: test-hwloc-assembler.sh
[Ubuntu_14.04_x86_64] PASS: test-hwloc-compress-dir.sh
[Ubuntu_14.04_x86_64] PASS: test-hwloc-diffpatch.sh
[Ubuntu_14.04_x86_64] PASS: test-hwloc-distances.sh
[Ubuntu_14.04_x86_64] PASS: test-hwloc-distrib.sh
[Ubuntu_14.04_x86_64] PASS: test-hwloc-info.sh
[Ubuntu_14.04_x86_64] PASS: test-fake-plugin.sh
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] # TOTAL: 9
[Ubuntu_14.04_x86_64] # PASS:  9
[Ubuntu_14.04_x86_64] # SKIP:  0
[Ubuntu_14.04_x86_64] # XFAIL: 0
[Ubuntu_14.04_x86_64] # FAIL:  0
[Ubuntu_14.04_x86_64] # XPASS: 0
[Ubuntu_14.04_x86_64] # ERROR: 0
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_14.04_x86_64] Making check in lstopo
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_14.04_x86_64] make  check-TESTS
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_14.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_32]   CCLD     hwloc_fake.la
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_16.04_x86_32] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_16.04_x86_32] Making check in include
[Ubuntu_16.04_x86_32] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_16.04_x86_32] make[1]: Nothing to be done for 'check'.
[Ubuntu_16.04_x86_32] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_16.04_x86_32] Making check in utils
[Ubuntu_16.04_x86_32] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_32] Making check in hwloc
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_32] make  check-TESTS
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_32] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_32] PASS: test-hwloc-annotate.sh
[Ubuntu_16.04_x86_32] PASS: test-hwloc-assembler.sh
[Ubuntu_18.04_x86_64]   CC       lstopo-lstopo-fig.o
[Ubuntu_18.04_x86_64]   CC       lstopo-lstopo-ascii.o
[Ubuntu_18.04_x86_64]   CC       lstopo-lstopo-text.o
[Ubuntu_18.04_x86_64]   CC       lstopo-lstopo-xml.o
[Ubuntu_18.04_x86_64]   CC       lstopo-lstopo-cairo.o
[MinGW] checking for GROUP_RELATIONSHIP... yes
[CentOS_6.3_x86_32] PASS: test-hwloc-ls.sh
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] # TOTAL: 1
[CentOS_6.3_x86_32] # PASS:  1
[CentOS_6.3_x86_32] # SKIP:  0
[CentOS_6.3_x86_32] # XFAIL: 0
[CentOS_6.3_x86_32] # FAIL:  0
[CentOS_6.3_x86_32] # XPASS: 0
[CentOS_6.3_x86_32] # ERROR: 0
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_32] make[2]: Nothing to be done for `check-am'.
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_32] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_6.3_x86_32] Making check in tests
[CentOS_6.3_x86_32] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_32] Making check in .
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_32] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic  glibc-sched      
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_32]   CC       hwloc_list_components.o
[CentOS_6.3_x86_32]   CCLD     hwloc_list_components
[CentOS_6.3_x86_32]   CC       hwloc_bitmap.o
[CentOS_6.3_x86_32]   CCLD     hwloc_bitmap
[CentOS_6.3_x86_32]   CC       hwloc_bitmap_string.o
[CentOS_6.3_x86_32]   CCLD     hwloc_bitmap_string
[CentOS_6.3_x86_32]   CC       hwloc_bitmap_compare_inclusion.o
[CentOS_6.3_x86_32]   CCLD     hwloc_bitmap_compare_inclusion
[CentOS_6.3_x86_32]   CC       hwloc_get_closest_objs.o
[CentOS_6.3_x86_32]   CCLD     hwloc_get_closest_objs
[CentOS_6.3_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[CentOS_6.3_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[CentOS_6.3_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[CentOS_6.3_x86_64]   CC       hwloc_bitmap_singlify.o
[CentOS_6.3_x86_64]   CCLD     hwloc_bitmap_singlify
[CentOS_6.3_x86_64]   CC       hwloc_type_depth.o
[CentOS_6.3_x86_64]   CCLD     hwloc_type_depth
[CentOS_6.3_x86_64]   CC       hwloc_bind.o
[CentOS_6.3_x86_64]   CCLD     hwloc_bind
[CentOS_7.2_x86_64] PASS: test-hwloc-distances.sh
[CentOS_7.2_x86_64] PASS: test-hwloc-distrib.sh
[CentOS_7.2_x86_64] PASS: test-hwloc-info.sh
[CentOS_7.2_x86_64] PASS: test-fake-plugin.sh
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] # TOTAL: 9
[CentOS_7.2_x86_64] # PASS:  9
[CentOS_7.2_x86_64] # SKIP:  0
[CentOS_7.2_x86_64] # XFAIL: 0
[CentOS_7.2_x86_64] # FAIL:  0
[CentOS_7.2_x86_64] # XPASS: 0
[CentOS_7.2_x86_64] # ERROR: 0
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[CentOS_7.2_x86_64] Making check in lstopo
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_7.2_x86_64] make  check-TESTS
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_7.2_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_7.2_x86_64] PASS: test-hwloc-ls.sh
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] # TOTAL: 1
[CentOS_7.2_x86_64] # PASS:  1
[CentOS_7.2_x86_64] # SKIP:  0
[CentOS_7.2_x86_64] # XFAIL: 0
[CentOS_7.2_x86_64] # FAIL:  0
[CentOS_7.2_x86_64] # XPASS: 0
[CentOS_7.2_x86_64] # ERROR: 0
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_7.2_x86_64] make[2]: Nothing to be done for `check-am'.
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_7.2_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[CentOS_7.2_x86_64] Making check in tests
[CentOS_7.2_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_7.2_x86_64] Making check in .
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_7.2_x86_64] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic  glibc-sched      
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_7.2_x86_64]   CC       hwloc_list_components.o
[CentOS_7.2_x86_64]   CCLD     hwloc_list_components
[Debian_5_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[Debian_5_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[Debian_5_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[Debian_5_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[Debian_5_x86_64]   CC       hwloc_bitmap_singlify.o
[Debian_5_x86_64]   CCLD     hwloc_bitmap_singlify
[Debian_5_x86_64]   CC       hwloc_type_depth.o
[Debian_5_x86_64]   CCLD     hwloc_type_depth
[Debian_5_x86_64]   CC       hwloc_bind.o
[Debian_5_x86_64]   CCLD     hwloc_bind
[Debian_5_x86_64]   CC       hwloc_get_last_cpu_location.o
[Debian_8_x86_64]   CC       lstopo-lstopo-fig.o
[Debian_8_x86_64]   CC       lstopo-lstopo-ascii.o
[Debian_8_x86_64]   CC       lstopo-lstopo-text.o
[Debian_8_x86_64]   CC       lstopo-lstopo-xml.o
[Debian_8_x86_64]   CC       lstopo-lstopo-cairo.o
[Debian_9_x86_64_-m32] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64_-m32]   CC       libhwloc_port_gl_la-topology-gl.lo
[Debian_9_x86_64_-m32]   CCLD     libhwloc-port-gl.la
[Debian_9_x86_64_-m32] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_9_x86_64_-m32] Making check in xml
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64_-m32] make  check-TESTS
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64_-m32] make[4]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64_-m32] PASS: 16amd64-8n2c-cpusets.xml
[Debian_9_x86_64_-m32] PASS: 16amd64-4distances.xml
[Debian_9_x86_64_-m32] PASS: 16em64t-4s2c2t.xml
[Debian_9_x86_64_-m32] PASS: 16em64t-4s2c2t-offlines.xml
[Debian_9_x86_64_-m32] PASS: 16em64t-4s2c2t.console.output
[Debian_9_x86_64_-m32] PASS: 16-2gr2gr2n2c+misc.xml
[Debian_9_x86_64_-m32] PASS: 16-2gr2gr2n2c+misc.console.output
[Debian_9_x86_64_-m32] PASS: 16intel64-manyVFs.xml
[Debian_9_x86_64_-m32] PASS: 16intel64-manyVFs.console.output
[Debian_9_x86_64_-m32] PASS: 16intel64-manyVFs.console.nocollapse.output
[Debian_9_x86_64_-m32] PASS: 24em64t-2n6c2t-pci.xml
[Debian_9_x86_64_-m32] PASS: 32em64t-2n8c2t-pci-noio.xml
[Fedora_25_x86_64] PASS: test-hwloc-diffpatch.sh
[Fedora_25_x86_64] PASS: test-hwloc-distances.sh
[Fedora_25_x86_64] PASS: test-hwloc-distrib.sh
[Fedora_25_x86_64] PASS: test-hwloc-info.sh
[Fedora_25_x86_64] PASS: test-fake-plugin.sh
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] # TOTAL: 9
[Fedora_25_x86_64] # PASS:  9
[Fedora_25_x86_64] # SKIP:  0
[Fedora_25_x86_64] # XFAIL: 0
[Fedora_25_x86_64] # FAIL:  0
[Fedora_25_x86_64] # XPASS: 0
[Fedora_25_x86_64] # ERROR: 0
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Fedora_25_x86_64] Making check in lstopo
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Fedora_25_x86_64] make  check-TESTS
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Fedora_25_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[FreeBSD_11.1_x86_64]   CCLD     hwloc_topology_diff
[FreeBSD_11.1_x86_64]   CC       hwloc_obj_infos.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_obj_infos
[FreeBSD_11.1_x86_64]   CC       hwloc_iodevs.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc_iodevs
[FreeBSD_11.1_x86_64]   CC       xmlbuffer.o
[FreeBSD_11.1_x86_64]   CCLD     xmlbuffer
[FreeBSD_11.1_x86_64]   CC       gl.o
[FreeBSD_11.1_x86_64]   CCLD     gl
[FreeBSD_11.1_x86_64]   CC       intel-mic.o
[FreeBSD_11.1_x86_64]   CCLD     intel-mic
[FreeBSD_11.1_x86_64] make  check-TESTS
[FreeBSD_11.1_x86_64] PASS: hwloc_list_components
[FreeBSD_11.1_x86_64] PASS: hwloc_bitmap
[OS_X_12]   CC       pci-common.lo
[OS_X_12]   CC       diff.lo
[OS_X_9]   CC       hwloc-ps.o
[OS_X_9]   CCLD     hwloc-ps
[OS_X_9] Creating hwloc.7 man page...
[OS_X_9] Creating hwloc-annotate.1 man page...
[OS_X_9] Creating hwloc-assembler.1 man page...
[OS_X_9] Creating hwloc-assembler-remote.1 man page...
[OS_X_9] Creating hwloc-bind.1 man page...
[OS_X_9] Creating hwloc-calc.1 man page...
[OS_X_9] Creating hwloc-compress-dir.1 man page...
[OS_X_9] Creating hwloc-diff.1 man page...
[OS_X_9] Creating hwloc-distances.1 man page...
[OS_X_9] Creating hwloc-distrib.1 man page...
[OS_X_9] Creating hwloc-info.1 man page...
[OS_X_9] Creating hwloc-patch.1 man page...
[OS_X_9] Creating hwloc-ps.1 man page...
[OS_X_9] Making all in lstopo
[OS_X_9]   CC       lstopo_no_graphics-lstopo.o
[OS_X_9]   CC       lstopo_no_graphics-lstopo-color.o
[OS_X_9]   CC       lstopo_no_graphics-lstopo-draw.o
[OpenBSD_5.9_x86_64] config.status: creating tests/wrapper.sh
[OpenBSD_5.9_x86_64] config.status: creating utils/hwloc/hwloc-assembler-remote
[OpenBSD_5.9_x86_64] config.status: creating utils/hwloc/hwloc-compress-dir
[OpenBSD_5.9_x86_64] config.status: creating utils/hwloc/hwloc-gather-topology
[OpenBSD_5.9_x86_64] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[OpenBSD_5.9_x86_64] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[OpenBSD_5.9_x86_64] config.status: creating utils/hwloc/test-hwloc-calc.sh
[OpenBSD_5.9_x86_64] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[OpenBSD_5.9_x86_64] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[OpenBSD_5.9_x86_64] config.status: creating utils/hwloc/test-hwloc-distances.sh
[OpenBSD_5.9_x86_64] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[OpenBSD_5.9_x86_64] config.status: creating utils/hwloc/test-hwloc-info.sh
[OpenBSD_5.9_x86_64] config.status: creating utils/hwloc/test-fake-plugin.sh
[OpenBSD_5.9_x86_64] config.status: creating utils/lstopo/test-hwloc-ls.sh
[OpenBSD_5.9_x86_64] config.status: creating contrib/systemd/Makefile
[OpenBSD_5.9_x86_64] config.status: creating include/private/autogen/config.h
[OpenBSD_5.9_x86_64] config.status: creating include/hwloc/autogen/config.h
[OpenBSD_5.9_x86_64] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[OpenBSD_5.9_x86_64] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[OpenBSD_5.9_x86_64] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[OpenBSD_5.9_x86_64] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[OpenBSD_5.9_x86_64] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[OpenBSD_5.9_x86_64] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[OpenBSD_5.9_x86_64] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[OpenBSD_5.9_x86_64] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[OpenBSD_5.9_x86_64] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[OpenBSD_5.9_x86_64] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[Ubuntu_14.04_x86_64] PASS: test-hwloc-ls.sh
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] # TOTAL: 1
[Ubuntu_14.04_x86_64] # PASS:  1
[Ubuntu_14.04_x86_64] # SKIP:  0
[Ubuntu_14.04_x86_64] # XFAIL: 0
[Ubuntu_14.04_x86_64] # FAIL:  0
[Ubuntu_14.04_x86_64] # XPASS: 0
[Ubuntu_14.04_x86_64] # ERROR: 0
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_14.04_x86_64] make[2]: Nothing to be done for `check-am'.
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_14.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_14.04_x86_64] Making check in tests
[Ubuntu_14.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_14.04_x86_64] Making check in .
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_14.04_x86_64] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic  glibc-sched      
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_14.04_x86_64]   CC       hwloc_list_components.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_list_components
[Ubuntu_14.04_x86_64]   CC       hwloc_bitmap.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_bitmap
[Ubuntu_14.04_x86_64]   CC       hwloc_bitmap_string.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_bitmap_string
[Ubuntu_14.04_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[Ubuntu_14.04_x86_64]   CC       hwloc_get_closest_objs.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_get_closest_objs
[Ubuntu_14.04_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[Ubuntu_16.04_x86_64] PASS: test-hwloc-calc.sh
[Ubuntu_18.04_x86_64]   CCLD     lstopo
[Ubuntu_18.04_x86_64] Creating lstopo-no-graphics.1 man page...
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_18.04_x86_64] make[2]: Nothing to be done for 'all-am'.
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_18.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_18.04_x86_64] Making all in tests
[Ubuntu_18.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_18.04_x86_64] Making all in .
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_18.04_x86_64] make[2]: Nothing to be done for 'all-am'.
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_18.04_x86_64] Making all in ports
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_18.04_x86_64] make[2]: Nothing to be done for 'all'.
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_18.04_x86_64] Making all in xml
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_18.04_x86_64] make[2]: Nothing to be done for 'all'.
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_18.04_x86_64] Making all in linux
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_18.04_x86_64] Making all in .
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_18.04_x86_64] make[3]: Nothing to be done for 'all-am'.
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_18.04_x86_64] Making all in allowed
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_18.04_x86_64] make[3]: Nothing to be done for 'all'.
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_18.04_x86_64] Making all in gather
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_18.04_x86_64] make[3]: Nothing to be done for 'all'.
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_18.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_18.04_x86_64] Making all in contrib/systemd
[Ubuntu_18.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_18.04_x86_64] Creating hwloc-dump-hwdata.service...
[Ubuntu_18.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_18.04_x86_64] Making all in doc
[Ubuntu_18.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_18.04_x86_64] make  all-recursive
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_18.04_x86_64] Making all in examples
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_18.04_x86_64] make[3]: Nothing to be done for 'all'.
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_18.04_x86_64] make[3]: Nothing to be done for 'all-am'.
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_18.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_18.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_18.04_x86_64] make[1]: Nothing to be done for 'all-am'.
[Ubuntu_18.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_18.04_x86_64] + make check
[Ubuntu_18.04_x86_64] Making check in src
[Ubuntu_18.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_18.04_x86_64] make  hwloc_fake.la
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_18.04_x86_64]   CC       topology-fake.lo
[Ubuntu_18.04_x86_64]   CCLD     hwloc_fake.la
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_18.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Ubuntu_18.04_x86_64] Making check in include
[Ubuntu_18.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_18.04_x86_64] make[1]: Nothing to be done for 'check'.
[Ubuntu_18.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Ubuntu_18.04_x86_64] Making check in utils
[Ubuntu_18.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_18.04_x86_64] Making check in hwloc
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_18.04_x86_64] make  check-TESTS
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_18.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_18.04_x86_64] PASS: test-hwloc-annotate.sh
[MinGW] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... yes
[CentOS_6.3_x86_32]   CC       hwloc_get_obj_covering_cpuset.o
[CentOS_6.3_x86_32]   CCLD     hwloc_get_obj_covering_cpuset
[CentOS_6.3_x86_32]   CC       hwloc_get_cache_covering_cpuset.o
[CentOS_6.3_x86_32]   CCLD     hwloc_get_cache_covering_cpuset
[CentOS_6.3_x86_32]   CC       hwloc_get_largest_objs_inside_cpuset.o
[CentOS_6.3_x86_32]   CCLD     hwloc_get_largest_objs_inside_cpuset
[CentOS_6.3_x86_32]   CC       hwloc_get_next_obj_covering_cpuset.o
[CentOS_6.3_x86_32]   CCLD     hwloc_get_next_obj_covering_cpuset
[CentOS_6.3_x86_32]   CC       hwloc_get_obj_inside_cpuset.o
[CentOS_6.3_x86_32]   CCLD     hwloc_get_obj_inside_cpuset
[CentOS_6.3_x86_64]   CC       hwloc_get_last_cpu_location.o
[CentOS_6.3_x86_64]   CCLD     hwloc_get_last_cpu_location
[CentOS_6.3_x86_64]   CC       hwloc_get_area_memlocation.o
[CentOS_6.3_x86_64]   CCLD     hwloc_get_area_memlocation
[CentOS_6.3_x86_64]   CC       hwloc_object_userdata.o
[CentOS_6.3_x86_64]   CCLD     hwloc_object_userdata
[CentOS_6.3_x86_64]   CC       hwloc_synthetic.o
[CentOS_6.3_x86_64]   CCLD     hwloc_synthetic
[CentOS_6.3_x86_64]   CC       hwloc_custom.o
[CentOS_6.3_x86_64]   CCLD     hwloc_custom
[CentOS_6.3_x86_64]   CC       hwloc_backends.o
[CentOS_7.2_x86_64]   CC       hwloc_bitmap.o
[CentOS_7.2_x86_64]   CCLD     hwloc_bitmap
[CentOS_7.2_x86_64]   CC       hwloc_bitmap_string.o
[CentOS_7.2_x86_64]   CCLD     hwloc_bitmap_string
[CentOS_7.2_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[CentOS_7.2_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[CentOS_7.2_x86_64]   CC       hwloc_get_closest_objs.o
[CentOS_7.2_x86_64]   CCLD     hwloc_get_closest_objs
[CentOS_7.2_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[CentOS_7.2_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[CentOS_7.2_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[CentOS_7.2_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[Debian_5_x86_64]   CCLD     hwloc_get_last_cpu_location
[Debian_5_x86_64]   CC       hwloc_get_area_memlocation.o
[Debian_5_x86_64]   CCLD     hwloc_get_area_memlocation
[Debian_5_x86_64]   CC       hwloc_object_userdata.o
[Debian_5_x86_64]   CCLD     hwloc_object_userdata
[Debian_5_x86_64]   CC       hwloc_synthetic.o
[Debian_5_x86_64]   CCLD     hwloc_synthetic
[Debian_5_x86_64]   CC       hwloc_custom.o
[Debian_5_x86_64]   CCLD     hwloc_custom
[Debian_5_x86_64]   CC       hwloc_backends.o
[Debian_5_x86_64]   CCLD     hwloc_backends
[Debian_5_x86_64]   CC       hwloc_pci_backend.o
[Debian_5_x86_64]   CCLD     hwloc_pci_backend
[Debian_6_x86_32] PASS: test-hwloc-compress-dir.sh
[Debian_6_x86_32] PASS: test-hwloc-diffpatch.sh
[Debian_6_x86_32] PASS: test-hwloc-distances.sh
[Debian_6_x86_32] PASS: test-hwloc-distrib.sh
[Debian_6_x86_32] PASS: test-hwloc-info.sh
[Debian_6_x86_32] PASS: test-fake-plugin.sh
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] # TOTAL: 9
[Debian_6_x86_32] # PASS:  9
[Debian_6_x86_32] # SKIP:  0
[Debian_6_x86_32] # XFAIL: 0
[Debian_6_x86_32] # FAIL:  0
[Debian_6_x86_32] # XPASS: 0
[Debian_6_x86_32] # ERROR: 0
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc »
[Debian_6_x86_32] Making check in lstopo
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_6_x86_32] make  check-TESTS
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_7_x86_64] PASS: test-hwloc-calc.sh
[Debian_8_x86_64]   CCLD     lstopo
[Debian_8_x86_64] Creating lstopo-no-graphics.1 man page...
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_8_x86_64] make[2]: Nothing to be done for 'all-am'.
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_8_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_8_x86_64] Making all in tests
[Debian_8_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_8_x86_64] Making all in .
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_8_x86_64] make[2]: Nothing to be done for 'all-am'.
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_8_x86_64] Making all in ports
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_8_x86_64] make[2]: Nothing to be done for 'all'.
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_8_x86_64] Making all in xml
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_8_x86_64] make[2]: Nothing to be done for 'all'.
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_8_x86_64] Making all in linux
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_8_x86_64] Making all in .
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_8_x86_64] make[3]: Nothing to be done for 'all-am'.
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_8_x86_64] Making all in allowed
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_8_x86_64] make[3]: Nothing to be done for 'all'.
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_8_x86_64] Making all in gather
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_8_x86_64] make[3]: Nothing to be done for 'all'.
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_8_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_8_x86_64] Making all in contrib/systemd
[Debian_8_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_8_x86_64] Creating hwloc-dump-hwdata.service...
[Debian_8_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_8_x86_64] Making all in doc
[Debian_8_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_8_x86_64] make  all-recursive
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_8_x86_64] Making all in examples
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_8_x86_64] make[3]: Nothing to be done for 'all'.
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_8_x86_64] make[3]: Nothing to be done for 'all-am'.
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_8_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_8_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_8_x86_64] make[1]: Nothing to be done for 'all-am'.
[Debian_8_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_8_x86_64] + make check
[Debian_8_x86_64] Making check in src
[Debian_8_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_8_x86_64] make  hwloc_fake.la
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_8_x86_64]   CC       topology-fake.lo
[Debian_8_x86_64]   CCLD     hwloc_fake.la
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_8_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src'
[Debian_8_x86_64] Making check in include
[Debian_8_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_8_x86_64] make[1]: Nothing to be done for 'check'.
[Debian_8_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/include'
[Debian_8_x86_64] Making check in utils
[Debian_8_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_8_x86_64] Making check in hwloc
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_8_x86_64] make  check-TESTS
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_8_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_8_x86_64] PASS: test-hwloc-annotate.sh
[Debian_9_x86_64_-m32] PASS: 32em64t-2n8c2t-pci-normalio.xml
[Debian_9_x86_64_-m32] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[Debian_9_x86_64_-m32] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[Debian_9_x86_64_-m32] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[Debian_9_x86_64_-m32] PASS: 96em64t-4n4d3ca2co-pci.xml
[Fedora_25_x86_64] PASS: test-hwloc-ls.sh
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] # TOTAL: 1
[Fedora_25_x86_64] # PASS:  1
[Fedora_25_x86_64] # SKIP:  0
[Fedora_25_x86_64] # XFAIL: 0
[Fedora_25_x86_64] # FAIL:  0
[Fedora_25_x86_64] # XPASS: 0
[Fedora_25_x86_64] # ERROR: 0
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Fedora_25_x86_64] make[2]: Nothing to be done for 'check-am'.
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Fedora_25_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Fedora_25_x86_64] Making check in tests
[Fedora_25_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Fedora_25_x86_64] Making check in .
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Fedora_25_x86_64] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic  glibc-sched      
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Fedora_25_x86_64]   CC       hwloc_list_components.o
[Fedora_25_x86_64]   CCLD     hwloc_list_components
[Fedora_25_x86_64]   CC       hwloc_bitmap.o
[Fedora_25_x86_64]   CCLD     hwloc_bitmap
[Fedora_25_x86_64]   CC       hwloc_bitmap_string.o
[Fedora_25_x86_64]   CCLD     hwloc_bitmap_string
[Fedora_25_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[FreeBSD_11.1_x86_64] PASS: hwloc_bitmap_string
[FreeBSD_11.1_x86_64] PASS: hwloc_bitmap_compare_inclusion
[FreeBSD_11.1_x86_64] PASS: hwloc_get_closest_objs
[FreeBSD_11.1_x86_64] PASS: hwloc_get_obj_covering_cpuset
[FreeBSD_11.1_x86_64] PASS: hwloc_get_cache_covering_cpuset
[OS_X_12]   CC       misc.lo
[OS_X_12]   CC       base64.lo
[OS_X_12]   CC       topology-noos.lo
[OpenBSD_5.9_x86_64] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[OpenBSD_5.9_x86_64] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[OpenBSD_5.9_x86_64] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[OpenBSD_5.9_x86_64] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[OpenBSD_5.9_x86_64] config.status: executing depfiles commands
[Ubuntu_14.04_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[Ubuntu_14.04_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[Ubuntu_14.04_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[Ubuntu_14.04_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[Ubuntu_14.04_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[Ubuntu_14.04_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[Ubuntu_18.04_x86_64] PASS: test-hwloc-assembler.sh
[MinGW] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[MinGW] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[CentOS_6.3_x86_32]   CC       hwloc_get_shared_cache_covering_obj.o
[CentOS_6.3_x86_32]   CCLD     hwloc_get_shared_cache_covering_obj
[CentOS_6.3_x86_32]   CC       hwloc_get_obj_below_array_by_type.o
[CentOS_6.3_x86_32]   CCLD     hwloc_get_obj_below_array_by_type
[CentOS_6.3_x86_32]   CC       hwloc_bitmap_first_last_weight.o
[CentOS_6.3_x86_32]   CCLD     hwloc_bitmap_first_last_weight
[CentOS_6.3_x86_32]   CC       hwloc_bitmap_singlify.o
[CentOS_6.3_x86_32]   CCLD     hwloc_bitmap_singlify
[CentOS_6.3_x86_32]   CC       hwloc_type_depth.o
[CentOS_6.3_x86_32]   CCLD     hwloc_type_depth
[CentOS_6.3_x86_32]   CC       hwloc_bind.o
[CentOS_6.3_x86_64]   CCLD     hwloc_backends
[CentOS_6.3_x86_64]   CC       hwloc_pci_backend.o
[CentOS_6.3_x86_64]   CCLD     hwloc_pci_backend
[CentOS_6.3_x86_64]   CC       hwloc_is_thissystem.o
[CentOS_6.3_x86_64]   CCLD     hwloc_is_thissystem
[CentOS_6.3_x86_64]   CC       hwloc_distances.o
[CentOS_6.3_x86_64]   CCLD     hwloc_distances
[CentOS_6.3_x86_64]   CC       hwloc_groups.o
[CentOS_6.3_x86_64]   CCLD     hwloc_groups
[CentOS_6.3_x86_64]   CC       hwloc_groups2.o
[CentOS_6.3_x86_64]   CCLD     hwloc_groups2
[CentOS_6.3_x86_64]   CC       hwloc_insert_misc.o
[CentOS_7.2_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[CentOS_7.2_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[CentOS_7.2_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[CentOS_7.2_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[CentOS_7.2_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[CentOS_7.2_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[CentOS_7.2_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[CentOS_7.2_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[CentOS_7.2_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[CentOS_7.2_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[CentOS_7.2_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[CentOS_7.2_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[CentOS_7.2_x86_64]   CC       hwloc_bitmap_singlify.o
[CentOS_7.2_x86_64]   CCLD     hwloc_bitmap_singlify
[Debian_5_x86_64]   CC       hwloc_is_thissystem.o
[Debian_5_x86_64]   CCLD     hwloc_is_thissystem
[Debian_5_x86_64]   CC       hwloc_distances.o
[Debian_5_x86_64]   CCLD     hwloc_distances
[Debian_5_x86_64]   CC       hwloc_groups.o
[Debian_5_x86_64]   CCLD     hwloc_groups
[Debian_5_x86_64]   CC       hwloc_groups2.o
[Debian_5_x86_64]   CCLD     hwloc_groups2
[Debian_5_x86_64]   CC       hwloc_insert_misc.o
[Debian_5_x86_64]   CCLD     hwloc_insert_misc
[Debian_5_x86_64]   CC       hwloc_topology_restrict.o
[Debian_6_x86_32] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_6_x86_32] PASS: test-hwloc-ls.sh
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] # TOTAL: 1
[Debian_6_x86_32] # PASS:  1
[Debian_6_x86_32] # SKIP:  0
[Debian_6_x86_32] # XFAIL: 0
[Debian_6_x86_32] # FAIL:  0
[Debian_6_x86_32] # XPASS: 0
[Debian_6_x86_32] # ERROR: 0
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo »
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_6_x86_32] make[2]: Rien à faire pour « check-am ».
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_6_x86_32] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils »
[Debian_6_x86_32] Making check in tests
[Debian_6_x86_32] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_6_x86_32] Making check in .
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_6_x86_32] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched openfabrics-verbs     
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_6_x86_32]   CC       hwloc_list_components.o
[Debian_6_x86_32]   CCLD     hwloc_list_components
[Debian_6_x86_32]   CC       hwloc_bitmap.o
[Debian_6_x86_32]   CCLD     hwloc_bitmap
[Debian_6_x86_32]   CC       hwloc_bitmap_string.o
[Debian_6_x86_32]   CCLD     hwloc_bitmap_string
[Debian_6_x86_32]   CC       hwloc_bitmap_compare_inclusion.o
[Debian_8_x86_64] PASS: test-hwloc-assembler.sh
[Debian_9_x86_64] PASS: test-hwloc-compress-dir.sh
[Debian_9_x86_64] PASS: test-hwloc-diffpatch.sh
[Debian_9_x86_64] PASS: test-hwloc-distances.sh
[Debian_9_x86_64] PASS: test-hwloc-distrib.sh
[Debian_9_x86_64] PASS: test-hwloc-info.sh
[Debian_9_x86_64] PASS: test-fake-plugin.sh
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] # TOTAL: 9
[Debian_9_x86_64] # PASS:  9
[Debian_9_x86_64] # SKIP:  0
[Debian_9_x86_64] # XFAIL: 0
[Debian_9_x86_64] # FAIL:  0
[Debian_9_x86_64] # XPASS: 0
[Debian_9_x86_64] # ERROR: 0
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_9_x86_64] Making check in lstopo
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64] make  check-TESTS
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64_-m32] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[Debian_9_x86_64_-m32] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[Fedora_25_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[Fedora_25_x86_64]   CC       hwloc_get_closest_objs.o
[Fedora_25_x86_64]   CCLD     hwloc_get_closest_objs
[Fedora_25_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[Fedora_25_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[Fedora_25_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[Fedora_25_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[Fedora_25_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[Fedora_25_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[Fedora_25_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[Fedora_25_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[FreeBSD_11.1_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[FreeBSD_11.1_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[FreeBSD_11.1_x86_64] PASS: hwloc_get_obj_inside_cpuset
[FreeBSD_11.1_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[FreeBSD_11.1_x86_64] PASS: hwloc_get_obj_below_array_by_type
[FreeBSD_11.1_x86_64] PASS: hwloc_bitmap_first_last_weight
[FreeBSD_11.1_x86_64] PASS: hwloc_bitmap_singlify
[FreeBSD_11.1_x86_64] PASS: hwloc_type_depth
[NetBSD_7.1_x86_64] PASS: test-hwloc-compress-dir.sh
[NetBSD_7.1_x86_64] PASS: test-hwloc-diffpatch.sh
[NetBSD_7.1_x86_64] PASS: test-hwloc-distances.sh
[NetBSD_7.1_x86_64] PASS: test-hwloc-distrib.sh
[OS_X_12]   CC       topology-synthetic.lo
[OS_X_12]   CC       topology-custom.lo
[OS_X_9]   CC       lstopo_no_graphics-lstopo-fig.o
[OS_X_9]   CC       lstopo_no_graphics-lstopo-ascii.o
[OS_X_9]   CC       lstopo_no_graphics-lstopo-text.o
[OS_X_9]   CC       lstopo_no_graphics-lstopo-xml.o
[OpenBSD_5.9_x86_64] config.status: executing chmoding-scripts commands
[OpenBSD_5.9_x86_64] config.status: executing libtool commands
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] -----------------------------------------------------------------------------
[OpenBSD_5.9_x86_64] Hwloc optional build support status (more details can be found above):
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] Probe / display I/O devices: no
[OpenBSD_5.9_x86_64] Graphical output (Cairo):    no
[OpenBSD_5.9_x86_64] XML input / output:          basic
[OpenBSD_5.9_x86_64] Plugin support:              yes
[OpenBSD_5.9_x86_64] -----------------------------------------------------------------------------
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] + make
[OpenBSD_5.9_x86_64] Making all in src
[OpenBSD_5.9_x86_64]   CC       topology.lo
[Ubuntu_14.04_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[Ubuntu_14.04_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[Ubuntu_14.04_x86_64]   CC       hwloc_bitmap_singlify.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_bitmap_singlify
[Ubuntu_14.04_x86_64]   CC       hwloc_type_depth.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_type_depth
[Ubuntu_14.04_x86_64]   CC       hwloc_bind.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_bind
[Ubuntu_14.04_x86_64]   CC       hwloc_get_last_cpu_location.o
[Ubuntu_16.04_x86_32] PASS: test-hwloc-calc.sh
[MinGW] checking for PROCESSOR_NUMBER... yes
[CentOS_6.3_x86_32]   CCLD     hwloc_bind
[CentOS_6.3_x86_32]   CC       hwloc_get_last_cpu_location.o
[CentOS_6.3_x86_32]   CCLD     hwloc_get_last_cpu_location
[CentOS_6.3_x86_32]   CC       hwloc_get_area_memlocation.o
[CentOS_6.3_x86_32]   CCLD     hwloc_get_area_memlocation
[CentOS_6.3_x86_32]   CC       hwloc_object_userdata.o
[CentOS_6.3_x86_32]   CCLD     hwloc_object_userdata
[CentOS_6.3_x86_32]   CC       hwloc_synthetic.o
[CentOS_6.3_x86_32]   CCLD     hwloc_synthetic
[CentOS_6.3_x86_32]   CC       hwloc_custom.o
[CentOS_6.3_x86_64]   CCLD     hwloc_insert_misc
[CentOS_6.3_x86_64]   CC       hwloc_topology_restrict.o
[CentOS_6.3_x86_64]   CCLD     hwloc_topology_restrict
[CentOS_6.3_x86_64]   CC       hwloc_topology_dup.o
[CentOS_6.3_x86_64]   CCLD     hwloc_topology_dup
[CentOS_6.3_x86_64]   CC       hwloc_topology_diff.o
[CentOS_6.3_x86_64]   CCLD     hwloc_topology_diff
[CentOS_6.3_x86_64]   CC       hwloc_obj_infos.o
[CentOS_6.3_x86_64]   CCLD     hwloc_obj_infos
[CentOS_6.3_x86_64]   CC       hwloc_iodevs.o
[CentOS_6.3_x86_64]   CCLD     hwloc_iodevs
[CentOS_6.3_x86_64]   CC       xmlbuffer.o
[CentOS_7.2_x86_64]   CC       hwloc_type_depth.o
[CentOS_7.2_x86_64]   CCLD     hwloc_type_depth
[CentOS_7.2_x86_64]   CC       hwloc_bind.o
[CentOS_7.2_x86_64]   CCLD     hwloc_bind
[CentOS_7.2_x86_64]   CC       hwloc_get_last_cpu_location.o
[CentOS_7.2_x86_64]   CCLD     hwloc_get_last_cpu_location
[CentOS_7.2_x86_64]   CC       hwloc_get_area_memlocation.o
[CentOS_7.2_x86_64]   CCLD     hwloc_get_area_memlocation
[CentOS_7.2_x86_64]   CC       hwloc_object_userdata.o
[CentOS_7.2_x86_64]   CCLD     hwloc_object_userdata
[CentOS_7.2_x86_64]   CC       hwloc_synthetic.o
[Debian_5_x86_64]   CCLD     hwloc_topology_restrict
[Debian_5_x86_64]   CC       hwloc_topology_dup.o
[Debian_5_x86_64]   CCLD     hwloc_topology_dup
[Debian_5_x86_64]   CC       hwloc_topology_diff.o
[Debian_5_x86_64]   CCLD     hwloc_topology_diff
[Debian_5_x86_64]   CC       hwloc_obj_infos.o
[Debian_5_x86_64]   CCLD     hwloc_obj_infos
[Debian_5_x86_64]   CC       hwloc_iodevs.o
[Debian_6_x86_32]   CCLD     hwloc_bitmap_compare_inclusion
[Debian_6_x86_32]   CC       hwloc_get_closest_objs.o
[Debian_6_x86_32]   CCLD     hwloc_get_closest_objs
[Debian_6_x86_32]   CC       hwloc_get_obj_covering_cpuset.o
[Debian_6_x86_32]   CCLD     hwloc_get_obj_covering_cpuset
[Debian_6_x86_32]   CC       hwloc_get_cache_covering_cpuset.o
[Debian_6_x86_32]   CCLD     hwloc_get_cache_covering_cpuset
[Debian_6_x86_32]   CC       hwloc_get_largest_objs_inside_cpuset.o
[Debian_6_x86_32]   CCLD     hwloc_get_largest_objs_inside_cpuset
[Debian_6_x86_32]   CC       hwloc_get_next_obj_covering_cpuset.o
[Debian_6_x86_32]   CCLD     hwloc_get_next_obj_covering_cpuset
[Debian_9_x86_64] PASS: test-hwloc-ls.sh
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] # TOTAL: 1
[Debian_9_x86_64] # PASS:  1
[Debian_9_x86_64] # SKIP:  0
[Debian_9_x86_64] # XFAIL: 0
[Debian_9_x86_64] # FAIL:  0
[Debian_9_x86_64] # XPASS: 0
[Debian_9_x86_64] # ERROR: 0
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64] make[2]: Nothing to be done for 'check-am'.
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_9_x86_64] Making check in tests
[Debian_9_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64] Making check in .
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched openfabrics-verbs  opencl   
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64]   CC       hwloc_list_components.o
[Debian_9_x86_64]   CCLD     hwloc_list_components
[Debian_9_x86_64]   CC       hwloc_bitmap.o
[Debian_9_x86_64]   CCLD     hwloc_bitmap
[Debian_9_x86_64]   CC       hwloc_bitmap_string.o
[Debian_9_x86_64]   CCLD     hwloc_bitmap_string
[Debian_9_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[Debian_9_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[Debian_9_x86_64_-m32] PASS: 192em64t-24n8c2t-distancegroups.xml
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] # TOTAL: 20
[Debian_9_x86_64_-m32] # PASS:  20
[Debian_9_x86_64_-m32] # SKIP:  0
[Debian_9_x86_64_-m32] # XFAIL: 0
[Debian_9_x86_64_-m32] # FAIL:  0
[Debian_9_x86_64_-m32] # XPASS: 0
[Debian_9_x86_64_-m32] # ERROR: 0
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] make[4]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64_-m32] Making check in linux
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64_-m32] Making check in .
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64_-m32] make  check-TESTS
[Debian_9_x86_64_-m32] make[4]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64_-m32] make[5]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64_-m32] PASS: 2amd64-2n.output
[Debian_9_x86_64_-m32] PASS: 2i386-2t-hugepagesizecount.xml.output
[Debian_9_x86_64_-m32] PASS: 2i386-2c-nohugepage.xml.output
[Debian_9_x86_64_-m32] PASS: 2ps3-2t.output
[Debian_9_x86_64_-m32] PASS: 4em64t-2c2t-ignore-reorder.output
[Debian_9_x86_64_-m32] PASS: 4ia64-4s.output
[Debian_9_x86_64_-m32] PASS: 4ppc-4c.output
[Fedora_25_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[Fedora_25_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[Fedora_25_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[Fedora_25_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[Fedora_25_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[Fedora_25_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[Fedora_25_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[Fedora_25_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[Fedora_25_x86_64]   CC       hwloc_bitmap_singlify.o
[Fedora_25_x86_64]   CCLD     hwloc_bitmap_singlify
[Fedora_25_x86_64]   CC       hwloc_type_depth.o
[Fedora_25_x86_64]   CCLD     hwloc_type_depth
[FreeBSD_11.1_x86_64] PASS: hwloc_bind
[FreeBSD_11.1_x86_64] PASS: hwloc_get_last_cpu_location
[FreeBSD_11.1_x86_64] PASS: hwloc_get_area_memlocation
[NetBSD_7.1_x86_64] PASS: test-hwloc-info.sh
[NetBSD_7.1_x86_64] PASS: test-fake-plugin.sh
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] # TOTAL: 9
[NetBSD_7.1_x86_64] # PASS:  9
[NetBSD_7.1_x86_64] # SKIP:  0
[NetBSD_7.1_x86_64] # XFAIL: 0
[NetBSD_7.1_x86_64] # FAIL:  0
[NetBSD_7.1_x86_64] # XPASS: 0
[NetBSD_7.1_x86_64] # ERROR: 0
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] Making check in lstopo
[NetBSD_7.1_x86_64] make  check-TESTS
[NetBSD_7.1_x86_64] PASS: test-hwloc-ls.sh
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] # TOTAL: 1
[NetBSD_7.1_x86_64] # PASS:  1
[NetBSD_7.1_x86_64] # SKIP:  0
[NetBSD_7.1_x86_64] # XFAIL: 0
[NetBSD_7.1_x86_64] # FAIL:  0
[NetBSD_7.1_x86_64] # XPASS: 0
[NetBSD_7.1_x86_64] # ERROR: 0
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] Making check in tests
[NetBSD_7.1_x86_64] Making check in .
[NetBSD_7.1_x86_64] make  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_bind hwloc_get_last_cpu_location  hwloc_get_area_memlocation  hwloc_object_userdata hwloc_synthetic  hwloc_custom hwloc_backends  hwloc_pci_backend hwloc_is_thissystem  hwloc_distances hwloc_groups  hwloc_groups2 hwloc_insert_misc  hwloc_topology_restrict hwloc_topology_dup  hwloc_topology_diff hwloc_obj_infos  hwloc_iodevs xmlbuffer gl  intel-mic          
[NetBSD_7.1_x86_64]   CC       hwloc_list_components.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_list_components
[NetBSD_7.1_x86_64]   CC       hwloc_bitmap.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_bitmap
[NetBSD_7.1_x86_64]   CC       hwloc_bitmap_string.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_bitmap_string
[NetBSD_7.1_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[OS_X_12]   CC       topology-xml.lo
[OS_X_9]   CCLD     lstopo-no-graphics
[OS_X_9] Creating lstopo-no-graphics.1 man page...
[OS_X_9] make[2]: Nothing to be done for `all-am'.
[OS_X_9] Making all in tests
[OS_X_9] Making all in .
[OS_X_9] make[2]: Nothing to be done for `all-am'.
[OS_X_9] Making all in ports
[OS_X_9] make[2]: Nothing to be done for `all'.
[OS_X_9] Making all in xml
[OS_X_9] make[2]: Nothing to be done for `all'.
[OS_X_9] Making all in contrib/systemd
[OS_X_9] make[1]: Nothing to be done for `all'.
[OS_X_9] Making all in doc
[OS_X_9] /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
[OS_X_9] Making all in examples
[OS_X_9] make[3]: Nothing to be done for `all'.
[OS_X_9] make[3]: Nothing to be done for `all-am'.
[OS_X_9] make[1]: Nothing to be done for `all-am'.
[OS_X_9] + make check
[OS_X_9] Making check in src
[OS_X_9] /Applications/Xcode.app/Contents/Developer/usr/bin/make  hwloc_fake.la
[OS_X_9]   CC       topology-fake.lo
[OS_X_9]   CCLD     hwloc_fake.la
[OS_X_9] Making check in include
[OS_X_9] make[1]: Nothing to be done for `check'.
[OS_X_9] Making check in utils
[OS_X_9] Making check in hwloc
[OS_X_9] /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
[OpenBSD_5.9_x86_64]   CC       traversal.lo
[Ubuntu_14.04_x86_64]   CCLD     hwloc_get_last_cpu_location
[Ubuntu_14.04_x86_64]   CC       hwloc_get_area_memlocation.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_get_area_memlocation
[Ubuntu_14.04_x86_64]   CC       hwloc_object_userdata.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_object_userdata
[Ubuntu_14.04_x86_64]   CC       hwloc_synthetic.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_synthetic
[Ubuntu_14.04_x86_64]   CC       hwloc_custom.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_custom
[Ubuntu_16.04_x86_64] PASS: test-hwloc-compress-dir.sh
[Ubuntu_16.04_x86_64] PASS: test-hwloc-diffpatch.sh
[Ubuntu_16.04_x86_64] PASS: test-hwloc-distances.sh
[Ubuntu_18.04_x86_64] PASS: test-hwloc-calc.sh
[MinGW] checking for main in -lgdi32... yes
[MinGW] checking for PostQuitMessage in -luser32... no
[CentOS_6.3_x86_32]   CCLD     hwloc_custom
[CentOS_6.3_x86_32]   CC       hwloc_backends.o
[CentOS_6.3_x86_32]   CCLD     hwloc_backends
[CentOS_6.3_x86_32]   CC       hwloc_pci_backend.o
[CentOS_6.3_x86_32]   CCLD     hwloc_pci_backend
[CentOS_6.3_x86_32]   CC       hwloc_is_thissystem.o
[CentOS_6.3_x86_32]   CCLD     hwloc_is_thissystem
[CentOS_6.3_x86_32]   CC       hwloc_distances.o
[CentOS_6.3_x86_32]   CCLD     hwloc_distances
[CentOS_6.3_x86_32]   CC       hwloc_groups.o
[CentOS_6.3_x86_32]   CCLD     hwloc_groups
[CentOS_6.3_x86_64]   CCLD     xmlbuffer
[CentOS_6.3_x86_64]   CC       gl.o
[CentOS_6.3_x86_64]   CCLD     gl
[CentOS_6.3_x86_64]   CC       intel-mic.o
[CentOS_6.3_x86_64]   CCLD     intel-mic
[CentOS_6.3_x86_64]   CC       linux-libnuma.o
[CentOS_6.3_x86_64]   CCLD     linux-libnuma
[CentOS_6.3_x86_64]   CC       glibc-sched.o
[CentOS_6.3_x86_64]   CCLD     glibc-sched
[CentOS_7.2_x86_64]   CCLD     hwloc_synthetic
[CentOS_7.2_x86_64]   CC       hwloc_custom.o
[CentOS_7.2_x86_64]   CCLD     hwloc_custom
[CentOS_7.2_x86_64]   CC       hwloc_backends.o
[CentOS_7.2_x86_64]   CCLD     hwloc_backends
[CentOS_7.2_x86_64]   CC       hwloc_pci_backend.o
[CentOS_7.2_x86_64]   CCLD     hwloc_pci_backend
[CentOS_7.2_x86_64]   CC       hwloc_is_thissystem.o
[CentOS_7.2_x86_64]   CCLD     hwloc_is_thissystem
[CentOS_7.2_x86_64]   CC       hwloc_distances.o
[CentOS_7.2_x86_64]   CCLD     hwloc_distances
[CentOS_7.2_x86_64]   CC       hwloc_groups.o
[Debian_5_x86_64]   CCLD     hwloc_iodevs
[Debian_5_x86_64]   CC       xmlbuffer.o
[Debian_5_x86_64]   CCLD     xmlbuffer
[Debian_5_x86_64]   CC       gl.o
[Debian_5_x86_64]   CCLD     gl
[Debian_5_x86_64]   CC       intel-mic.o
[Debian_5_x86_64]   CCLD     intel-mic
[Debian_5_x86_64]   CC       linux-libnuma.o
[Debian_5_x86_64]   CCLD     linux-libnuma
[Debian_5_x86_64]   CC       glibc-sched.o
[Debian_6_x86_32]   CC       hwloc_get_obj_inside_cpuset.o
[Debian_6_x86_32]   CCLD     hwloc_get_obj_inside_cpuset
[Debian_6_x86_32]   CC       hwloc_get_shared_cache_covering_obj.o
[Debian_6_x86_32]   CCLD     hwloc_get_shared_cache_covering_obj
[Debian_6_x86_32]   CC       hwloc_get_obj_below_array_by_type.o
[Debian_6_x86_32]   CCLD     hwloc_get_obj_below_array_by_type
[Debian_6_x86_32]   CC       hwloc_bitmap_first_last_weight.o
[Debian_6_x86_32]   CCLD     hwloc_bitmap_first_last_weight
[Debian_6_x86_32]   CC       hwloc_bitmap_singlify.o
[Debian_6_x86_32]   CCLD     hwloc_bitmap_singlify
[Debian_7_x86_64] PASS: test-hwloc-compress-dir.sh
[Debian_7_x86_64] PASS: test-hwloc-diffpatch.sh
[Debian_7_x86_64] PASS: test-hwloc-distances.sh
[Debian_7_x86_64] PASS: test-hwloc-distrib.sh
[Debian_7_x86_64] PASS: test-hwloc-info.sh
[Debian_7_x86_64] PASS: test-fake-plugin.sh
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] # TOTAL: 9
[Debian_7_x86_64] # PASS:  9
[Debian_7_x86_64] # SKIP:  0
[Debian_7_x86_64] # XFAIL: 0
[Debian_7_x86_64] # FAIL:  0
[Debian_7_x86_64] # XPASS: 0
[Debian_7_x86_64] # ERROR: 0
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_7_x86_64] Making check in lstopo
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_7_x86_64] make  check-TESTS
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_7_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_8_x86_64] PASS: test-hwloc-calc.sh
[Debian_9_x86_64]   CC       hwloc_get_closest_objs.o
[Debian_9_x86_64]   CCLD     hwloc_get_closest_objs
[Debian_9_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[Debian_9_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[Debian_9_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[Debian_9_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[Debian_9_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[Debian_9_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[Debian_9_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[Debian_9_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[Debian_9_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[Debian_9_x86_64_-m32] PASS: 256ppc-8n8s4t.output
[Fedora_25_x86_64]   CC       hwloc_bind.o
[Fedora_25_x86_64]   CCLD     hwloc_bind
[Fedora_25_x86_64]   CC       hwloc_get_last_cpu_location.o
[Fedora_25_x86_64]   CCLD     hwloc_get_last_cpu_location
[Fedora_25_x86_64]   CC       hwloc_get_area_memlocation.o
[Fedora_25_x86_64]   CCLD     hwloc_get_area_memlocation
[Fedora_25_x86_64]   CC       hwloc_object_userdata.o
[Fedora_25_x86_64]   CCLD     hwloc_object_userdata
[Fedora_25_x86_64]   CC       hwloc_synthetic.o
[Fedora_25_x86_64]   CCLD     hwloc_synthetic
[Fedora_25_x86_64]   CC       hwloc_custom.o
[Fedora_25_x86_64]   CCLD     hwloc_custom
[FreeBSD_11.1_x86_64] PASS: hwloc_object_userdata
[FreeBSD_11.1_x86_64] PASS: hwloc_synthetic
[FreeBSD_11.1_x86_64] PASS: hwloc_custom
[FreeBSD_11.1_x86_64] PASS: hwloc_backends
[FreeBSD_11.1_x86_64] PASS: hwloc_pci_backend
[FreeBSD_11.1_x86_64] PASS: hwloc_is_thissystem
[FreeBSD_11.1_x86_64] PASS: hwloc_distances
[FreeBSD_11.1_x86_64] PASS: hwloc_groups
[FreeBSD_11.1_x86_64] PASS: hwloc_groups2
[FreeBSD_11.1_x86_64] PASS: hwloc_insert_misc
[FreeBSD_11.1_x86_64] PASS: hwloc_topology_restrict
[FreeBSD_11.1_x86_64] PASS: hwloc_topology_dup
[FreeBSD_11.1_x86_64] PASS: hwloc_topology_diff
[FreeBSD_11.1_x86_64] PASS: hwloc_obj_infos
[FreeBSD_11.1_x86_64] PASS: hwloc_iodevs
[FreeBSD_11.1_x86_64] PASS: xmlbuffer
[FreeBSD_11.1_x86_64] PASS: gl
[FreeBSD_11.1_x86_64] PASS: intel-mic
[NetBSD_7.1_x86_64]   CC       hwloc_get_closest_objs.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_get_closest_objs
[NetBSD_7.1_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[NetBSD_7.1_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[NetBSD_7.1_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[NetBSD_7.1_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[NetBSD_7.1_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[NetBSD_7.1_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[OS_X_12]   CC       topology-xml-nolibxml.lo
[OS_X_12]   CC       topology-darwin.lo
[OS_X_9] PASS: test-hwloc-annotate.sh
[OS_X_9] PASS: test-hwloc-assembler.sh
[OpenBSD_5.9_x86_64]   CC       distances.lo
[OpenBSD_5.9_x86_64]   CC       components.lo
[OpenBSD_5.9_x86_64] ../../src/components.c: In function 'hwloc_plugins_init':
[OpenBSD_5.9_x86_64] ../../src/components.c:216: warning: assignment discards qualifiers from pointer target type
[Ubuntu_12.04_x86_64] PASS: test-hwloc-calc.sh
[Ubuntu_14.04_x86_64]   CC       hwloc_backends.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_backends
[Ubuntu_14.04_x86_64]   CC       hwloc_pci_backend.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_pci_backend
[Ubuntu_14.04_x86_64]   CC       hwloc_is_thissystem.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_is_thissystem
[Ubuntu_14.04_x86_64]   CC       hwloc_distances.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_distances
[Ubuntu_14.04_x86_64]   CC       hwloc_groups.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_groups
[Ubuntu_14.04_x86_64]   CC       hwloc_groups2.o
[Ubuntu_16.04_x86_64] PASS: test-hwloc-distrib.sh
[Ubuntu_16.04_x86_64] PASS: test-hwloc-info.sh
[Ubuntu_16.04_x86_64] PASS: test-fake-plugin.sh
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] # TOTAL: 9
[Ubuntu_16.04_x86_64] # PASS:  9
[Ubuntu_16.04_x86_64] # SKIP:  0
[Ubuntu_16.04_x86_64] # XFAIL: 0
[Ubuntu_16.04_x86_64] # FAIL:  0
[Ubuntu_16.04_x86_64] # XPASS: 0
[Ubuntu_16.04_x86_64] # ERROR: 0
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_64] Making check in lstopo
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_64] make  check-TESTS
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[MinGW] checking windows.h usability... yes
[MinGW] checking windows.h presence... yes
[MinGW] checking for windows.h... yes
[MinGW] checking sys/lgrp_user.h usability... no
[MinGW] checking sys/lgrp_user.h presence... no
[MinGW] checking for sys/lgrp_user.h... no
[CentOS_6.3_x86_32]   CC       hwloc_groups2.o
[CentOS_6.3_x86_32]   CCLD     hwloc_groups2
[CentOS_6.3_x86_32]   CC       hwloc_insert_misc.o
[CentOS_6.3_x86_32]   CCLD     hwloc_insert_misc
[CentOS_6.3_x86_32]   CC       hwloc_topology_restrict.o
[CentOS_6.3_x86_32]   CCLD     hwloc_topology_restrict
[CentOS_6.3_x86_32]   CC       hwloc_topology_dup.o
[CentOS_6.3_x86_32]   CCLD     hwloc_topology_dup
[CentOS_6.3_x86_32]   CC       hwloc_topology_diff.o
[CentOS_6.3_x86_32]   CCLD     hwloc_topology_diff
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_64] make  check-TESTS
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_64] PASS: hwloc_list_components
[CentOS_6.3_x86_64] PASS: hwloc_bitmap
[CentOS_6.3_x86_64] PASS: hwloc_bitmap_string
[CentOS_6.3_x86_64] PASS: hwloc_bitmap_compare_inclusion
[CentOS_6.3_x86_64] PASS: hwloc_get_closest_objs
[CentOS_6.3_x86_64] PASS: hwloc_get_obj_covering_cpuset
[CentOS_6.3_x86_64] PASS: hwloc_get_cache_covering_cpuset
[CentOS_7.2_x86_64]   CCLD     hwloc_groups
[CentOS_7.2_x86_64]   CC       hwloc_groups2.o
[CentOS_7.2_x86_64]   CCLD     hwloc_groups2
[CentOS_7.2_x86_64]   CC       hwloc_insert_misc.o
[CentOS_7.2_x86_64]   CCLD     hwloc_insert_misc
[CentOS_7.2_x86_64]   CC       hwloc_topology_restrict.o
[CentOS_7.2_x86_64]   CCLD     hwloc_topology_restrict
[CentOS_7.2_x86_64]   CC       hwloc_topology_dup.o
[CentOS_7.2_x86_64]   CCLD     hwloc_topology_dup
[CentOS_7.2_x86_64]   CC       hwloc_topology_diff.o
[CentOS_7.2_x86_64]   CCLD     hwloc_topology_diff
[Debian_5_x86_64]   CCLD     glibc-sched
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_5_x86_64] make  check-TESTS
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_5_x86_64] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_5_x86_64] PASS: hwloc_list_components
[Debian_5_x86_64] PASS: hwloc_bitmap
[Debian_5_x86_64] PASS: hwloc_bitmap_string
[Debian_5_x86_64] PASS: hwloc_bitmap_compare_inclusion
[Debian_5_x86_64] PASS: hwloc_get_closest_objs
[Debian_5_x86_64] PASS: hwloc_get_obj_covering_cpuset
[Debian_6_x86_32]   CC       hwloc_type_depth.o
[Debian_6_x86_32]   CCLD     hwloc_type_depth
[Debian_6_x86_32]   CC       hwloc_bind.o
[Debian_6_x86_32]   CCLD     hwloc_bind
[Debian_6_x86_32]   CC       hwloc_get_last_cpu_location.o
[Debian_6_x86_32]   CCLD     hwloc_get_last_cpu_location
[Debian_6_x86_32]   CC       hwloc_get_area_memlocation.o
[Debian_6_x86_32]   CCLD     hwloc_get_area_memlocation
[Debian_6_x86_32]   CC       hwloc_object_userdata.o
[Debian_6_x86_32]   CCLD     hwloc_object_userdata
[Debian_7_x86_64] PASS: test-hwloc-ls.sh
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] # TOTAL: 1
[Debian_7_x86_64] # PASS:  1
[Debian_7_x86_64] # SKIP:  0
[Debian_7_x86_64] # XFAIL: 0
[Debian_7_x86_64] # FAIL:  0
[Debian_7_x86_64] # XPASS: 0
[Debian_7_x86_64] # ERROR: 0
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_7_x86_64] make[2]: Nothing to be done for `check-am'.
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_7_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_7_x86_64] Making check in tests
[Debian_7_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_7_x86_64] Making check in .
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_7_x86_64] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched openfabrics-verbs     
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_7_x86_64]   CC       hwloc_list_components.o
[Debian_7_x86_64]   CCLD     hwloc_list_components
[Debian_7_x86_64]   CC       hwloc_bitmap.o
[Debian_7_x86_64]   CCLD     hwloc_bitmap
[Debian_7_x86_64]   CC       hwloc_bitmap_string.o
[Debian_7_x86_64]   CCLD     hwloc_bitmap_string
[Debian_7_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[Debian_7_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[Debian_7_x86_64]   CC       hwloc_get_closest_objs.o
[Debian_7_x86_64]   CCLD     hwloc_get_closest_objs
[Debian_9_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[Debian_9_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[Debian_9_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[Debian_9_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[Debian_9_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[Debian_9_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[Debian_9_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[Debian_9_x86_64]   CC       hwloc_bitmap_singlify.o
[Debian_9_x86_64]   CCLD     hwloc_bitmap_singlify
[Debian_9_x86_64_-m32] PASS: 256ppc-8n8s4t-nocache.output
[Debian_9_x86_64_-m32] PASS: 256ppc-8n8s4t-nosys.output
[Debian_9_x86_64_-m32] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[Debian_9_x86_64_-m32] PASS: 32amd64-4s2n4c-cgroup.output
[Debian_9_x86_64_-m32] PASS: 32amd64-4s2n4c-cgroup.xml.output
[Fedora_25_x86_64]   CC       hwloc_backends.o
[Fedora_25_x86_64]   CCLD     hwloc_backends
[Fedora_25_x86_64]   CC       hwloc_pci_backend.o
[Fedora_25_x86_64]   CCLD     hwloc_pci_backend
[Fedora_25_x86_64]   CC       hwloc_is_thissystem.o
[Fedora_25_x86_64]   CCLD     hwloc_is_thissystem
[Fedora_25_x86_64]   CC       hwloc_distances.o
[Fedora_25_x86_64]   CCLD     hwloc_distances
[Fedora_25_x86_64]   CC       hwloc_groups.o
[Fedora_25_x86_64]   CCLD     hwloc_groups
[Fedora_25_x86_64]   CC       hwloc_groups2.o
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] # TOTAL: 36
[FreeBSD_11.1_x86_64] # PASS:  36
[FreeBSD_11.1_x86_64] # SKIP:  0
[FreeBSD_11.1_x86_64] # XFAIL: 0
[FreeBSD_11.1_x86_64] # FAIL:  0
[FreeBSD_11.1_x86_64] # XPASS: 0
[FreeBSD_11.1_x86_64] # ERROR: 0
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] Making check in ports
[FreeBSD_11.1_x86_64] make  
[FreeBSD_11.1_x86_64] Making check in xml
[FreeBSD_11.1_x86_64] make  check-TESTS
[FreeBSD_11.1_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[FreeBSD_11.1_x86_64] PASS: 16amd64-4distances.xml
[FreeBSD_11.1_x86_64] PASS: 16em64t-4s2c2t.xml
[FreeBSD_11.1_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[FreeBSD_11.1_x86_64] PASS: 16em64t-4s2c2t.console.output
[FreeBSD_11.1_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[FreeBSD_11.1_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[FreeBSD_11.1_x86_64] PASS: 16intel64-manyVFs.xml
[FreeBSD_11.1_x86_64] PASS: 16intel64-manyVFs.console.output
[FreeBSD_11.1_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[FreeBSD_11.1_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[FreeBSD_11.1_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[FreeBSD_11.1_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[NetBSD_7.1_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[NetBSD_7.1_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[NetBSD_7.1_x86_64]   CC       hwloc_bitmap_singlify.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_bitmap_singlify
[NetBSD_7.1_x86_64]   CC       hwloc_type_depth.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_type_depth
[NetBSD_7.1_x86_64]   CC       hwloc_bind.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_bind
[OS_X_12]   CC       topology-x86.lo
[OS_X_12]   CCLD     libhwloc.la
[OS_X_12] Making all in include
[OS_X_12] make[1]: Nothing to be done for `all'.
[OS_X_12] Making all in utils
[OS_X_12] Making all in hwloc
[OS_X_12]   CC       hwloc-annotate.o
[OpenBSD_5.9_x86_64]   CC       bind.lo
[OpenBSD_5.9_x86_64]   CC       bitmap.lo
[OpenIndiana_x86_64] PASS: test-hwloc-calc.sh
[Ubuntu_14.04_x86_64]   CCLD     hwloc_groups2
[Ubuntu_14.04_x86_64]   CC       hwloc_insert_misc.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_insert_misc
[Ubuntu_14.04_x86_64]   CC       hwloc_topology_restrict.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_topology_restrict
[Ubuntu_14.04_x86_64]   CC       hwloc_topology_dup.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_topology_dup
[Ubuntu_14.04_x86_64]   CC       hwloc_topology_diff.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_topology_diff
[Ubuntu_14.04_x86_64]   CC       hwloc_obj_infos.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_obj_infos
[Ubuntu_16.04_x86_64] PASS: test-hwloc-ls.sh
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] # TOTAL: 1
[Ubuntu_16.04_x86_64] # PASS:  1
[Ubuntu_16.04_x86_64] # SKIP:  0
[Ubuntu_16.04_x86_64] # XFAIL: 0
[Ubuntu_16.04_x86_64] # FAIL:  0
[Ubuntu_16.04_x86_64] # XPASS: 0
[Ubuntu_16.04_x86_64] # ERROR: 0
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_64] make[2]: Nothing to be done for 'check-am'.
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_64] Making check in tests
[Ubuntu_16.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_64] Making check in .
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_64] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched openfabrics-verbs     
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_64]   CC       hwloc_list_components.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_list_components
[Ubuntu_16.04_x86_64]   CC       hwloc_bitmap.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_bitmap
[Ubuntu_16.04_x86_64]   CC       hwloc_bitmap_string.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_bitmap_string
[MinGW] checking kstat.h usability... no
[MinGW] checking kstat.h presence... no
[MinGW] checking for kstat.h... no
[MinGW] checking whether fabsf is declared... yes
[MinGW] checking for fabsf in -lm... yes
[MinGW] checking whether modff is declared... yes
[CentOS_6.3_x86_32]   CC       hwloc_obj_infos.o
[CentOS_6.3_x86_32]   CCLD     hwloc_obj_infos
[CentOS_6.3_x86_32]   CC       hwloc_iodevs.o
[CentOS_6.3_x86_32]   CCLD     hwloc_iodevs
[CentOS_6.3_x86_32]   CC       xmlbuffer.o
[CentOS_6.3_x86_32]   CCLD     xmlbuffer
[CentOS_6.3_x86_32]   CC       gl.o
[CentOS_6.3_x86_32]   CCLD     gl
[CentOS_6.3_x86_32]   CC       intel-mic.o
[CentOS_6.3_x86_32]   CCLD     intel-mic
[CentOS_6.3_x86_32]   CC       glibc-sched.o
[CentOS_6.3_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[CentOS_6.3_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[CentOS_6.3_x86_64] PASS: hwloc_get_obj_inside_cpuset
[CentOS_6.3_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[CentOS_6.3_x86_64] PASS: hwloc_get_obj_below_array_by_type
[CentOS_6.3_x86_64] PASS: hwloc_bitmap_first_last_weight
[CentOS_6.3_x86_64] PASS: hwloc_bitmap_singlify
[CentOS_7.2_x86_64]   CC       hwloc_obj_infos.o
[CentOS_7.2_x86_64]   CCLD     hwloc_obj_infos
[CentOS_7.2_x86_64]   CC       hwloc_iodevs.o
[CentOS_7.2_x86_64]   CCLD     hwloc_iodevs
[CentOS_7.2_x86_64]   CC       xmlbuffer.o
[CentOS_7.2_x86_64]   CCLD     xmlbuffer
[CentOS_7.2_x86_64]   CC       gl.o
[CentOS_7.2_x86_64]   CCLD     gl
[CentOS_7.2_x86_64]   CC       intel-mic.o
[CentOS_7.2_x86_64]   CCLD     intel-mic
[Debian_5_x86_64] PASS: hwloc_get_cache_covering_cpuset
[Debian_5_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[Debian_5_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[Debian_5_x86_64] PASS: hwloc_get_obj_inside_cpuset
[Debian_5_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[Debian_5_x86_64] PASS: hwloc_get_obj_below_array_by_type
[Debian_5_x86_64] PASS: hwloc_bitmap_first_last_weight
[Debian_5_x86_64] PASS: hwloc_bitmap_singlify
[Debian_5_x86_64] PASS: hwloc_type_depth
[Debian_6_x86_32]   CC       hwloc_synthetic.o
[Debian_6_x86_32]   CCLD     hwloc_synthetic
[Debian_6_x86_32]   CC       hwloc_custom.o
[Debian_6_x86_32]   CCLD     hwloc_custom
[Debian_6_x86_32]   CC       hwloc_backends.o
[Debian_6_x86_32]   CCLD     hwloc_backends
[Debian_6_x86_32]   CC       hwloc_pci_backend.o
[Debian_6_x86_32]   CCLD     hwloc_pci_backend
[Debian_6_x86_32]   CC       hwloc_is_thissystem.o
[Debian_6_x86_32]   CCLD     hwloc_is_thissystem
[Debian_7_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[Debian_7_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[Debian_7_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[Debian_7_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[Debian_7_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[Debian_7_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[Debian_7_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[Debian_7_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[Debian_9_x86_64]   CC       hwloc_type_depth.o
[Debian_9_x86_64]   CCLD     hwloc_type_depth
[Debian_9_x86_64]   CC       hwloc_bind.o
[Debian_9_x86_64]   CCLD     hwloc_bind
[Debian_9_x86_64]   CC       hwloc_get_last_cpu_location.o
[Debian_9_x86_64]   CCLD     hwloc_get_last_cpu_location
[Debian_9_x86_64]   CC       hwloc_get_area_memlocation.o
[Debian_9_x86_64]   CCLD     hwloc_get_area_memlocation
[Debian_9_x86_64]   CC       hwloc_object_userdata.o
[Debian_9_x86_64]   CCLD     hwloc_object_userdata
[Debian_9_x86_64]   CC       hwloc_synthetic.o
[Debian_9_x86_64_-m32] PASS: 32ppc-4n4c2c.output
[Debian_9_x86_64_-m32] PASS: 8amd64-4n2c.output
[Debian_9_x86_64_-m32] PASS: 8em64t-4c2t.output
[Debian_9_x86_64_-m32] PASS: 8em64t-2s2ca2c.output
[Debian_9_x86_64_-m32] PASS: 8em64t-2s2ca2c-buggynuma.output
[Debian_9_x86_64_-m32] PASS: 8em64t-2s4c-heterogeneous.output
[Debian_9_x86_64_-m32] PASS: 8ia64-2n2s2c.output
[Debian_9_x86_64_-m32] PASS: 8ia64-2s2c2t.output
[Debian_9_x86_64_-m32] PASS: 8ia64-4s2c.output
[Debian_9_x86_64_-m32] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[Debian_9_x86_64_-m32] PASS: 16amd64-8n2c.output
[Debian_9_x86_64_-m32] PASS: 16amd64-8n2c-cpusets.output
[Debian_9_x86_64_-m32] PASS: 16amd64-8n2c-cpusets.xml.output
[Debian_9_x86_64_-m32] PASS: 16amd64-8n2c-cpusets_noadmin.output
[Debian_9_x86_64_-m32] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[Fedora_25_x86_64]   CCLD     hwloc_groups2
[Fedora_25_x86_64]   CC       hwloc_insert_misc.o
[Fedora_25_x86_64]   CCLD     hwloc_insert_misc
[Fedora_25_x86_64]   CC       hwloc_topology_restrict.o
[Fedora_25_x86_64]   CCLD     hwloc_topology_restrict
[Fedora_25_x86_64]   CC       hwloc_topology_dup.o
[Fedora_25_x86_64]   CCLD     hwloc_topology_dup
[Fedora_25_x86_64]   CC       hwloc_topology_diff.o
[Fedora_25_x86_64]   CCLD     hwloc_topology_diff
[Fedora_25_x86_64]   CC       hwloc_obj_infos.o
[Fedora_25_x86_64]   CCLD     hwloc_obj_infos
[FreeBSD_11.1_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[FreeBSD_11.1_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[FreeBSD_11.1_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[FreeBSD_11.1_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[NetBSD_7.1_x86_64]   CC       hwloc_get_last_cpu_location.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_get_last_cpu_location
[NetBSD_7.1_x86_64]   CC       hwloc_get_area_memlocation.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_get_area_memlocation
[NetBSD_7.1_x86_64]   CC       hwloc_object_userdata.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_object_userdata
[NetBSD_7.1_x86_64]   CC       hwloc_synthetic.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_synthetic
[NetBSD_7.1_x86_64]   CC       hwloc_custom.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_custom
[NetBSD_7.1_x86_64]   CC       hwloc_backends.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_backends
[NetBSD_7.1_x86_64]   CC       hwloc_pci_backend.o
[OS_X_12]   CCLD     hwloc-annotate
[OS_X_12]   CC       hwloc-assembler.o
[OS_X_12]   CCLD     hwloc-assembler
[OpenBSD_5.9_x86_64]   CC       pci-common.lo
[Ubuntu_14.04_x86_64]   CC       hwloc_iodevs.o
[Ubuntu_14.04_x86_64]   CCLD     hwloc_iodevs
[Ubuntu_14.04_x86_64]   CC       xmlbuffer.o
[Ubuntu_14.04_x86_64]   CCLD     xmlbuffer
[Ubuntu_14.04_x86_64]   CC       gl.o
[Ubuntu_14.04_x86_64]   CCLD     gl
[Ubuntu_14.04_x86_64]   CC       intel-mic.o
[Ubuntu_14.04_x86_64]   CCLD     intel-mic
[Ubuntu_14.04_x86_64]   CC       glibc-sched.o
[Ubuntu_14.04_x86_64]   CCLD     glibc-sched
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_14.04_x86_64] make  check-TESTS
[Ubuntu_16.04_x86_32] PASS: test-hwloc-compress-dir.sh
[Ubuntu_16.04_x86_32] PASS: test-hwloc-diffpatch.sh
[Ubuntu_16.04_x86_32] PASS: test-hwloc-distances.sh
[Ubuntu_16.04_x86_32] PASS: test-hwloc-distrib.sh
[Ubuntu_16.04_x86_32] PASS: test-hwloc-info.sh
[Ubuntu_16.04_x86_32] PASS: test-fake-plugin.sh
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] # TOTAL: 9
[Ubuntu_16.04_x86_32] # PASS:  9
[Ubuntu_16.04_x86_32] # SKIP:  0
[Ubuntu_16.04_x86_32] # XFAIL: 0
[Ubuntu_16.04_x86_32] # FAIL:  0
[Ubuntu_16.04_x86_32] # XPASS: 0
[Ubuntu_16.04_x86_32] # ERROR: 0
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_16.04_x86_32] Making check in lstopo
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_32] make  check-TESTS
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_32] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[Ubuntu_16.04_x86_64]   CC       hwloc_get_closest_objs.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_get_closest_objs
[Ubuntu_16.04_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[Ubuntu_16.04_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[Ubuntu_16.04_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[Ubuntu_16.04_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[MinGW] checking for modff in -lm... yes
[MinGW] checking picl.h usability... no
[MinGW] checking picl.h presence... no
[MinGW] checking for picl.h... no
[MinGW] checking whether _SC_NPROCESSORS_ONLN is declared... no
[MinGW] checking whether _SC_NPROCESSORS_CONF is declared... no
[MinGW] checking whether _SC_NPROC_ONLN is declared... no
[CentOS_6.3_x86_32]   CCLD     glibc-sched
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_32] make  check-TESTS
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_32] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_32] PASS: hwloc_list_components
[CentOS_6.3_x86_32] PASS: hwloc_bitmap
[CentOS_6.3_x86_32] PASS: hwloc_bitmap_string
[CentOS_6.3_x86_32] PASS: hwloc_bitmap_compare_inclusion
[CentOS_6.3_x86_32] PASS: hwloc_get_closest_objs
[CentOS_6.3_x86_64] PASS: hwloc_type_depth
[CentOS_6.3_x86_64] PASS: hwloc_bind
[CentOS_6.3_x86_64] PASS: hwloc_get_last_cpu_location
[CentOS_6.3_x86_64] PASS: hwloc_get_area_memlocation
[CentOS_7.2_x86_64]   CC       glibc-sched.o
[CentOS_7.2_x86_64]   CCLD     glibc-sched
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_7.2_x86_64] make  check-TESTS
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_7.2_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_7.2_x86_64] PASS: hwloc_list_components
[CentOS_7.2_x86_64] PASS: hwloc_bitmap
[CentOS_7.2_x86_64] PASS: hwloc_bitmap_string
[CentOS_7.2_x86_64] PASS: hwloc_bitmap_compare_inclusion
[CentOS_7.2_x86_64] PASS: hwloc_get_closest_objs
[CentOS_7.2_x86_64] PASS: hwloc_get_obj_covering_cpuset
[Debian_5_x86_64] PASS: hwloc_bind
[Debian_5_x86_64] PASS: hwloc_get_last_cpu_location
[Debian_5_x86_64] PASS: hwloc_get_area_memlocation
[Debian_5_x86_64] PASS: hwloc_object_userdata
[Debian_5_x86_64] PASS: hwloc_synthetic
[Debian_6_x86_32]   CC       hwloc_distances.o
[Debian_6_x86_32]   CCLD     hwloc_distances
[Debian_6_x86_32]   CC       hwloc_groups.o
[Debian_6_x86_32]   CCLD     hwloc_groups
[Debian_6_x86_32]   CC       hwloc_groups2.o
[Debian_6_x86_32]   CCLD     hwloc_groups2
[Debian_6_x86_32]   CC       hwloc_insert_misc.o
[Debian_6_x86_32]   CCLD     hwloc_insert_misc
[Debian_6_x86_32]   CC       hwloc_topology_restrict.o
[Debian_6_x86_32]   CCLD     hwloc_topology_restrict
[Debian_7_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[Debian_7_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[Debian_7_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[Debian_7_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[Debian_7_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[Debian_7_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[Debian_7_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[Debian_7_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[Debian_7_x86_64]   CC       hwloc_bitmap_singlify.o
[Debian_7_x86_64]   CCLD     hwloc_bitmap_singlify
[Debian_7_x86_64]   CC       hwloc_type_depth.o
[Debian_8_x86_64] PASS: test-hwloc-compress-dir.sh
[Debian_8_x86_64] PASS: test-hwloc-diffpatch.sh
[Debian_8_x86_64] PASS: test-hwloc-distances.sh
[Debian_8_x86_64] PASS: test-hwloc-distrib.sh
[Debian_8_x86_64] PASS: test-hwloc-info.sh
[Debian_8_x86_64] PASS: test-fake-plugin.sh
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] # TOTAL: 9
[Debian_8_x86_64] # PASS:  9
[Debian_8_x86_64] # SKIP:  0
[Debian_8_x86_64] # XFAIL: 0
[Debian_8_x86_64] # FAIL:  0
[Debian_8_x86_64] # XPASS: 0
[Debian_8_x86_64] # ERROR: 0
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Debian_8_x86_64] Making check in lstopo
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_8_x86_64] make  check-TESTS
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_8_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_9_x86_64]   CCLD     hwloc_synthetic
[Debian_9_x86_64]   CC       hwloc_custom.o
[Debian_9_x86_64]   CCLD     hwloc_custom
[Debian_9_x86_64]   CC       hwloc_backends.o
[Debian_9_x86_64]   CCLD     hwloc_backends
[Debian_9_x86_64]   CC       hwloc_pci_backend.o
[Debian_9_x86_64]   CCLD     hwloc_pci_backend
[Debian_9_x86_64]   CC       hwloc_is_thissystem.o
[Debian_9_x86_64]   CCLD     hwloc_is_thissystem
[Debian_9_x86_64]   CC       hwloc_distances.o
[Debian_9_x86_64_-m32] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[Debian_9_x86_64_-m32] PASS: 16em64t-4s2c2t.output
[Debian_9_x86_64_-m32] PASS: 16em64t-4s2c2t-offlines.output
[Debian_9_x86_64_-m32] PASS: 16em64t-4s2c2t-offlines.xml.output
[Debian_9_x86_64_-m32] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[Debian_9_x86_64_-m32] PASS: 16em64t-4s2c2t_ncaches.output
[Debian_9_x86_64_-m32] PASS: 16em64t-4s2c2t_merge.output
[Debian_9_x86_64_-m32] PASS: 16em64t-4s2c2t.xml.output
[Debian_9_x86_64_-m32] PASS: 16em64t-2m4c2t.output
[Debian_9_x86_64_-m32] PASS: 16ia64-8n2s.output
[Fedora_25_x86_64]   CC       hwloc_iodevs.o
[Fedora_25_x86_64]   CCLD     hwloc_iodevs
[Fedora_25_x86_64]   CC       xmlbuffer.o
[Fedora_25_x86_64]   CCLD     xmlbuffer
[Fedora_25_x86_64]   CC       gl.o
[Fedora_25_x86_64]   CCLD     gl
[Fedora_25_x86_64]   CC       intel-mic.o
[Fedora_25_x86_64]   CCLD     intel-mic
[Fedora_25_x86_64]   CC       glibc-sched.o
[Fedora_25_x86_64]   CCLD     glibc-sched
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Fedora_25_x86_64] make  check-TESTS
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Fedora_25_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Fedora_25_x86_64] PASS: hwloc_list_components
[FreeBSD_11.1_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[NetBSD_7.1_x86_64]   CCLD     hwloc_pci_backend
[NetBSD_7.1_x86_64]   CC       hwloc_is_thissystem.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_is_thissystem
[NetBSD_7.1_x86_64]   CC       hwloc_distances.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_distances
[NetBSD_7.1_x86_64]   CC       hwloc_groups.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_groups
[NetBSD_7.1_x86_64]   CC       hwloc_groups2.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_groups2
[NetBSD_7.1_x86_64]   CC       hwloc_insert_misc.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_insert_misc
[NetBSD_7.1_x86_64]   CC       hwloc_topology_restrict.o
[OS_X_12]   CC       hwloc-bind.o
[OS_X_12]   CCLD     hwloc-bind
[OS_X_12]   CC       hwloc-calc.o
[OpenBSD_5.9_x86_64]   CC       diff.lo
[OpenBSD_5.9_x86_64]   CC       misc.lo
[OpenBSD_5.9_x86_64]   CC       base64.lo
[Ubuntu_12.04_x86_64] PASS: test-hwloc-compress-dir.sh
[Ubuntu_12.04_x86_64] PASS: test-hwloc-diffpatch.sh
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_14.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_14.04_x86_64] PASS: hwloc_list_components
[Ubuntu_14.04_x86_64] PASS: hwloc_bitmap
[Ubuntu_14.04_x86_64] PASS: hwloc_bitmap_string
[Ubuntu_14.04_x86_64] PASS: hwloc_bitmap_compare_inclusion
[Ubuntu_14.04_x86_64] PASS: hwloc_get_closest_objs
[Ubuntu_14.04_x86_64] PASS: hwloc_get_obj_covering_cpuset
[Ubuntu_14.04_x86_64] PASS: hwloc_get_cache_covering_cpuset
[Ubuntu_16.04_x86_32] PASS: test-hwloc-ls.sh
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] # TOTAL: 1
[Ubuntu_16.04_x86_32] # PASS:  1
[Ubuntu_16.04_x86_32] # SKIP:  0
[Ubuntu_16.04_x86_32] # XFAIL: 0
[Ubuntu_16.04_x86_32] # FAIL:  0
[Ubuntu_16.04_x86_32] # XPASS: 0
[Ubuntu_16.04_x86_32] # ERROR: 0
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_32] make[2]: Nothing to be done for 'check-am'.
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_32] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_16.04_x86_32] Making check in tests
[Ubuntu_16.04_x86_32] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_32] Making check in .
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_32] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched openfabrics-verbs  opencl   
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_32]   CC       hwloc_list_components.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_list_components
[Ubuntu_16.04_x86_32]   CC       hwloc_bitmap.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_bitmap
[Ubuntu_16.04_x86_32]   CC       hwloc_bitmap_string.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_bitmap_string
[Ubuntu_16.04_x86_32]   CC       hwloc_bitmap_compare_inclusion.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_bitmap_compare_inclusion
[Ubuntu_16.04_x86_32]   CC       hwloc_get_closest_objs.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[Ubuntu_16.04_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[Ubuntu_16.04_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[Ubuntu_16.04_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[Ubuntu_16.04_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[Ubuntu_16.04_x86_64]   CC       hwloc_bitmap_singlify.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_bitmap_singlify
[Ubuntu_18.04_x86_64] PASS: test-hwloc-compress-dir.sh
[Ubuntu_18.04_x86_64] PASS: test-hwloc-diffpatch.sh
[Ubuntu_18.04_x86_64] PASS: test-hwloc-distances.sh
[Ubuntu_18.04_x86_64] PASS: test-hwloc-distrib.sh
[Ubuntu_18.04_x86_64] PASS: test-hwloc-info.sh
[Ubuntu_18.04_x86_64] PASS: test-fake-plugin.sh
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] # TOTAL: 9
[Ubuntu_18.04_x86_64] # PASS:  9
[Ubuntu_18.04_x86_64] # SKIP:  0
[Ubuntu_18.04_x86_64] # XFAIL: 0
[Ubuntu_18.04_x86_64] # FAIL:  0
[Ubuntu_18.04_x86_64] # XPASS: 0
[Ubuntu_18.04_x86_64] # ERROR: 0
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_18.04_x86_64] Making check in lstopo
[MinGW] checking whether _SC_NPROC_CONF is declared... no
[MinGW] checking whether _SC_PAGESIZE is declared... no
[MinGW] checking whether _SC_PAGE_SIZE is declared... no
[MinGW] checking whether _SC_LARGE_PAGESIZE is declared... no
[MinGW] checking mach/mach_host.h usability... no
[MinGW] checking mach/mach_host.h presence... no
[MinGW] checking for mach/mach_host.h... no
[CentOS_6.3_x86_32] PASS: hwloc_get_obj_covering_cpuset
[CentOS_6.3_x86_32] PASS: hwloc_get_cache_covering_cpuset
[CentOS_6.3_x86_32] PASS: hwloc_get_largest_objs_inside_cpuset
[CentOS_6.3_x86_32] PASS: hwloc_get_next_obj_covering_cpuset
[CentOS_6.3_x86_64] PASS: hwloc_object_userdata
[CentOS_6.3_x86_64] PASS: hwloc_synthetic
[CentOS_6.3_x86_64] PASS: hwloc_custom
[CentOS_6.3_x86_64] PASS: hwloc_backends
[CentOS_6.3_x86_64] PASS: hwloc_pci_backend
[CentOS_6.3_x86_64] PASS: hwloc_is_thissystem
[CentOS_6.3_x86_64] PASS: hwloc_distances
[CentOS_6.3_x86_64] PASS: hwloc_groups
[CentOS_6.3_x86_64] PASS: hwloc_groups2
[CentOS_6.3_x86_64] PASS: hwloc_insert_misc
[CentOS_6.3_x86_64] PASS: hwloc_topology_restrict
[CentOS_6.3_x86_64] PASS: hwloc_topology_dup
[CentOS_6.3_x86_64] PASS: hwloc_topology_diff
[CentOS_6.3_x86_64] PASS: hwloc_obj_infos
[CentOS_6.3_x86_64] PASS: hwloc_iodevs
[CentOS_7.2_x86_64] PASS: hwloc_get_cache_covering_cpuset
[CentOS_7.2_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[CentOS_7.2_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[CentOS_7.2_x86_64] PASS: hwloc_get_obj_inside_cpuset
[Debian_5_x86_64] PASS: hwloc_custom
[Debian_5_x86_64] PASS: hwloc_backends
[Debian_5_x86_64] PASS: hwloc_pci_backend
[Debian_5_x86_64] PASS: hwloc_is_thissystem
[Debian_5_x86_64] PASS: hwloc_distances
[Debian_5_x86_64] PASS: hwloc_groups
[Debian_5_x86_64] PASS: hwloc_groups2
[Debian_5_x86_64] PASS: hwloc_insert_misc
[Debian_5_x86_64] PASS: hwloc_topology_restrict
[Debian_5_x86_64] PASS: hwloc_topology_dup
[Debian_5_x86_64] PASS: hwloc_topology_diff
[Debian_5_x86_64] PASS: hwloc_obj_infos
[Debian_5_x86_64] PASS: hwloc_iodevs
[Debian_5_x86_64] PASS: xmlbuffer
[Debian_5_x86_64] PASS: gl
[Debian_5_x86_64] PASS: intel-mic
[Debian_5_x86_64] PASS: linux-libnuma
[Debian_5_x86_64] PASS: glibc-sched
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] # TOTAL: 38
[Debian_5_x86_64] # PASS:  38
[Debian_5_x86_64] # SKIP:  0
[Debian_5_x86_64] # XFAIL: 0
[Debian_5_x86_64] # FAIL:  0
[Debian_5_x86_64] # XPASS: 0
[Debian_5_x86_64] # ERROR: 0
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_5_x86_64] Making check in ports
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports »
[Debian_5_x86_64] make  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-osf.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
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports »
[Debian_5_x86_64]   CC       libhwloc_port_aix_la-topology-aix.lo
[Debian_6_x86_32]   CC       hwloc_topology_dup.o
[Debian_6_x86_32]   CCLD     hwloc_topology_dup
[Debian_6_x86_32]   CC       hwloc_topology_diff.o
[Debian_6_x86_32]   CCLD     hwloc_topology_diff
[Debian_6_x86_32]   CC       hwloc_obj_infos.o
[Debian_6_x86_32]   CCLD     hwloc_obj_infos
[Debian_6_x86_32]   CC       hwloc_iodevs.o
[Debian_6_x86_32]   CCLD     hwloc_iodevs
[Debian_6_x86_32]   CC       xmlbuffer.o
[Debian_6_x86_32]   CCLD     xmlbuffer
[Debian_7_x86_64]   CCLD     hwloc_type_depth
[Debian_7_x86_64]   CC       hwloc_bind.o
[Debian_7_x86_64]   CCLD     hwloc_bind
[Debian_7_x86_64]   CC       hwloc_get_last_cpu_location.o
[Debian_7_x86_64]   CCLD     hwloc_get_last_cpu_location
[Debian_7_x86_64]   CC       hwloc_get_area_memlocation.o
[Debian_7_x86_64]   CCLD     hwloc_get_area_memlocation
[Debian_7_x86_64]   CC       hwloc_object_userdata.o
[Debian_7_x86_64]   CCLD     hwloc_object_userdata
[Debian_7_x86_64]   CC       hwloc_synthetic.o
[Debian_8_x86_64] PASS: test-hwloc-ls.sh
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] # TOTAL: 1
[Debian_8_x86_64] # PASS:  1
[Debian_8_x86_64] # SKIP:  0
[Debian_8_x86_64] # XFAIL: 0
[Debian_8_x86_64] # FAIL:  0
[Debian_8_x86_64] # XPASS: 0
[Debian_8_x86_64] # ERROR: 0
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_8_x86_64] make[2]: Nothing to be done for 'check-am'.
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_8_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Debian_8_x86_64] Making check in tests
[Debian_8_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_8_x86_64] Making check in .
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_8_x86_64] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched openfabrics-verbs  opencl   
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_8_x86_64]   CC       hwloc_list_components.o
[Debian_8_x86_64]   CCLD     hwloc_list_components
[Debian_8_x86_64]   CC       hwloc_bitmap.o
[Debian_8_x86_64]   CCLD     hwloc_bitmap
[Debian_8_x86_64]   CC       hwloc_bitmap_string.o
[Debian_8_x86_64]   CCLD     hwloc_bitmap_string
[Debian_8_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[Debian_9_x86_64]   CCLD     hwloc_distances
[Debian_9_x86_64]   CC       hwloc_groups.o
[Debian_9_x86_64]   CCLD     hwloc_groups
[Debian_9_x86_64]   CC       hwloc_groups2.o
[Debian_9_x86_64]   CCLD     hwloc_groups2
[Debian_9_x86_64]   CC       hwloc_insert_misc.o
[Debian_9_x86_64]   CCLD     hwloc_insert_misc
[Debian_9_x86_64]   CC       hwloc_topology_restrict.o
[Debian_9_x86_64]   CCLD     hwloc_topology_restrict
[Debian_9_x86_64]   CC       hwloc_topology_dup.o
[Debian_9_x86_64]   CCLD     hwloc_topology_dup
[Debian_9_x86_64_-m32] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[Debian_9_x86_64_-m32] PASS: 32em64t-2n8c+1mic.output
[Debian_9_x86_64_-m32] PASS: 40intel64-2g2n4c+pci.output
[Fedora_25_x86_64] PASS: hwloc_bitmap
[Fedora_25_x86_64] PASS: hwloc_bitmap_string
[Fedora_25_x86_64] PASS: hwloc_bitmap_compare_inclusion
[Fedora_25_x86_64] PASS: hwloc_get_closest_objs
[Fedora_25_x86_64] PASS: hwloc_get_obj_covering_cpuset
[Fedora_25_x86_64] PASS: hwloc_get_cache_covering_cpuset
[Fedora_25_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[FreeBSD_11.1_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[NetBSD_7.1_x86_64]   CCLD     hwloc_topology_restrict
[NetBSD_7.1_x86_64]   CC       hwloc_topology_dup.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_topology_dup
[NetBSD_7.1_x86_64]   CC       hwloc_topology_diff.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_topology_diff
[NetBSD_7.1_x86_64]   CC       hwloc_obj_infos.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_obj_infos
[NetBSD_7.1_x86_64]   CC       hwloc_iodevs.o
[NetBSD_7.1_x86_64]   CCLD     hwloc_iodevs
[NetBSD_7.1_x86_64]   CC       xmlbuffer.o
[NetBSD_7.1_x86_64]   CCLD     xmlbuffer
[NetBSD_7.1_x86_64]   CC       gl.o
[NetBSD_7.1_x86_64]   CCLD     gl
[OS_X_12]   CCLD     hwloc-calc
[OS_X_12]   CC       hwloc-diff.o
[OS_X_12]   CCLD     hwloc-diff
[OS_X_12]   CC       hwloc-distances.o
[OS_X_9] PASS: test-hwloc-calc.sh
[OpenBSD_5.9_x86_64]   CC       topology-noos.lo
[OpenBSD_5.9_x86_64]   CC       topology-synthetic.lo
[OpenBSD_5.9_x86_64]   CC       topology-custom.lo
[Ubuntu_12.04_x86_64] PASS: test-hwloc-distances.sh
[Ubuntu_12.04_x86_64] PASS: test-hwloc-distrib.sh
[Ubuntu_12.04_x86_64] PASS: test-hwloc-info.sh
[Ubuntu_12.04_x86_64] PASS: test-fake-plugin.sh
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] # TOTAL: 9
[Ubuntu_12.04_x86_64] # PASS:  9
[Ubuntu_12.04_x86_64] # SKIP:  0
[Ubuntu_12.04_x86_64] # XFAIL: 0
[Ubuntu_12.04_x86_64] # FAIL:  0
[Ubuntu_12.04_x86_64] # XPASS: 0
[Ubuntu_12.04_x86_64] # ERROR: 0
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/hwloc'
[Ubuntu_12.04_x86_64] Making check in lstopo
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_12.04_x86_64] make  check-TESTS
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_12.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_14.04_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[Ubuntu_14.04_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[Ubuntu_14.04_x86_64] PASS: hwloc_get_obj_inside_cpuset
[Ubuntu_14.04_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[Ubuntu_14.04_x86_64] PASS: hwloc_get_obj_below_array_by_type
[Ubuntu_14.04_x86_64] PASS: hwloc_bitmap_first_last_weight
[Ubuntu_14.04_x86_64] PASS: hwloc_bitmap_singlify
[Ubuntu_14.04_x86_64] PASS: hwloc_type_depth
[Ubuntu_14.04_x86_64] PASS: hwloc_bind
[Ubuntu_14.04_x86_64] PASS: hwloc_get_last_cpu_location
[Ubuntu_14.04_x86_64] PASS: hwloc_get_area_memlocation
[Ubuntu_16.04_x86_32]   CCLD     hwloc_get_closest_objs
[Ubuntu_16.04_x86_32]   CC       hwloc_get_obj_covering_cpuset.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_get_obj_covering_cpuset
[Ubuntu_16.04_x86_32]   CC       hwloc_get_cache_covering_cpuset.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_get_cache_covering_cpuset
[Ubuntu_16.04_x86_32]   CC       hwloc_get_largest_objs_inside_cpuset.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_get_largest_objs_inside_cpuset
[Ubuntu_16.04_x86_32]   CC       hwloc_get_next_obj_covering_cpuset.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_get_next_obj_covering_cpuset
[Ubuntu_16.04_x86_32]   CC       hwloc_get_obj_inside_cpuset.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_get_obj_inside_cpuset
[Ubuntu_16.04_x86_64]   CC       hwloc_type_depth.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_type_depth
[Ubuntu_16.04_x86_64]   CC       hwloc_bind.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_bind
[Ubuntu_16.04_x86_64]   CC       hwloc_get_last_cpu_location.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_get_last_cpu_location
[Ubuntu_16.04_x86_64]   CC       hwloc_get_area_memlocation.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_get_area_memlocation
[Ubuntu_16.04_x86_64]   CC       hwloc_object_userdata.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_object_userdata
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_18.04_x86_64] make  check-TESTS
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_18.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_18.04_x86_64] PASS: test-hwloc-ls.sh
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] # TOTAL: 1
[Ubuntu_18.04_x86_64] # PASS:  1
[Ubuntu_18.04_x86_64] # SKIP:  0
[Ubuntu_18.04_x86_64] # XFAIL: 0
[Ubuntu_18.04_x86_64] # FAIL:  0
[Ubuntu_18.04_x86_64] # XPASS: 0
[Ubuntu_18.04_x86_64] # ERROR: 0
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_18.04_x86_64] make[2]: Nothing to be done for 'check-am'.
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_18.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_18.04_x86_64] Making check in tests
[Ubuntu_18.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_18.04_x86_64] Making check in .
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_18.04_x86_64] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched openfabrics-verbs  opencl   
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_18.04_x86_64]   CC       hwloc_list_components.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_list_components
[Ubuntu_18.04_x86_64]   CC       hwloc_bitmap.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_bitmap
[Ubuntu_18.04_x86_64]   CC       hwloc_bitmap_string.o
[MinGW] checking mach/mach_init.h usability... no
[MinGW] checking mach/mach_init.h presence... no
[MinGW] checking for mach/mach_init.h... no
[MinGW] checking sys/param.h usability... yes
[MinGW] checking sys/param.h presence... yes
[MinGW] checking for sys/param.h... yes
[MinGW] checking for sys/sysctl.h... no
[MinGW] checking whether strtoull is declared... yes
[MinGW] checking for ssize_t... yes
[CentOS_6.3_x86_32] PASS: hwloc_get_obj_inside_cpuset
[CentOS_6.3_x86_32] PASS: hwloc_get_shared_cache_covering_obj
[CentOS_6.3_x86_32] PASS: hwloc_get_obj_below_array_by_type
[CentOS_6.3_x86_32] PASS: hwloc_bitmap_first_last_weight
[CentOS_6.3_x86_32] PASS: hwloc_bitmap_singlify
[CentOS_6.3_x86_32] PASS: hwloc_type_depth
[CentOS_6.3_x86_32] PASS: hwloc_bind
[CentOS_6.3_x86_32] PASS: hwloc_get_last_cpu_location
[CentOS_6.3_x86_32] PASS: hwloc_get_area_memlocation
[CentOS_6.3_x86_64] PASS: xmlbuffer
[CentOS_6.3_x86_64] PASS: gl
[CentOS_6.3_x86_64] PASS: intel-mic
[CentOS_6.3_x86_64] PASS: linux-libnuma
[CentOS_6.3_x86_64] PASS: glibc-sched
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] # TOTAL: 38
[CentOS_6.3_x86_64] # PASS:  38
[CentOS_6.3_x86_64] # SKIP:  0
[CentOS_6.3_x86_64] # XFAIL: 0
[CentOS_6.3_x86_64] # FAIL:  0
[CentOS_6.3_x86_64] # XPASS: 0
[CentOS_6.3_x86_64] # ERROR: 0
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_64] Making check in ports
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_6.3_x86_64] make  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-osf.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
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_6.3_x86_64]   CC       libhwloc_port_aix_la-topology-aix.lo
[CentOS_6.3_x86_64]   CCLD     libhwloc-port-aix.la
[CentOS_6.3_x86_64]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[CentOS_6.3_x86_64]   CCLD     libhwloc-port-bgq.la
[CentOS_6.3_x86_64]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[CentOS_7.2_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[CentOS_7.2_x86_64] PASS: hwloc_get_obj_below_array_by_type
[CentOS_7.2_x86_64] PASS: hwloc_bitmap_first_last_weight
[CentOS_7.2_x86_64] PASS: hwloc_bitmap_singlify
[CentOS_7.2_x86_64] PASS: hwloc_type_depth
[CentOS_7.2_x86_64] PASS: hwloc_bind
[CentOS_7.2_x86_64] PASS: hwloc_get_last_cpu_location
[CentOS_7.2_x86_64] PASS: hwloc_get_area_memlocation
[Debian_5_x86_64]   CCLD     libhwloc-port-aix.la
[Debian_5_x86_64]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[Debian_5_x86_64]   CCLD     libhwloc-port-bgq.la
[Debian_5_x86_64]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[Debian_5_x86_64]   CCLD     libhwloc-port-darwin.la
[Debian_6_x86_32]   CC       gl.o
[Debian_6_x86_32]   CCLD     gl
[Debian_6_x86_32]   CC       intel-mic.o
[Debian_6_x86_32]   CCLD     intel-mic
[Debian_6_x86_32]   CC       linux-libnuma.o
[Debian_6_x86_32]   CCLD     linux-libnuma
[Debian_7_x86_64]   CCLD     hwloc_synthetic
[Debian_7_x86_64]   CC       hwloc_custom.o
[Debian_7_x86_64]   CCLD     hwloc_custom
[Debian_7_x86_64]   CC       hwloc_backends.o
[Debian_7_x86_64]   CCLD     hwloc_backends
[Debian_7_x86_64]   CC       hwloc_pci_backend.o
[Debian_7_x86_64]   CCLD     hwloc_pci_backend
[Debian_7_x86_64]   CC       hwloc_is_thissystem.o
[Debian_7_x86_64]   CCLD     hwloc_is_thissystem
[Debian_7_x86_64]   CC       hwloc_distances.o
[Debian_8_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[Debian_8_x86_64]   CC       hwloc_get_closest_objs.o
[Debian_8_x86_64]   CCLD     hwloc_get_closest_objs
[Debian_8_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[Debian_8_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[Debian_8_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[Debian_8_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[Debian_9_x86_64]   CC       hwloc_topology_diff.o
[Debian_9_x86_64]   CCLD     hwloc_topology_diff
[Debian_9_x86_64]   CC       hwloc_obj_infos.o
[Debian_9_x86_64]   CCLD     hwloc_obj_infos
[Debian_9_x86_64]   CC       hwloc_iodevs.o
[Debian_9_x86_64]   CCLD     hwloc_iodevs
[Debian_9_x86_64]   CC       xmlbuffer.o
[Debian_9_x86_64]   CCLD     xmlbuffer
[Debian_9_x86_64]   CC       gl.o
[Debian_9_x86_64]   CCLD     gl
[Debian_9_x86_64]   CC       intel-mic.o
[Debian_9_x86_64_-m32] PASS: 40intel64-4n10c+pci-conflicts.output
[Debian_9_x86_64_-m32] PASS: 48amd64-4d2n6c-sparse.output
[Debian_9_x86_64_-m32] PASS: 64amd64-4s2n4ca2co.output
[Debian_9_x86_64_-m32] PASS: 64fake-4n2s2ca2c2t.output
[Debian_9_x86_64_-m32] PASS: 64intel64-fakeKNL-A2A-cache.output
[Fedora_25_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[Fedora_25_x86_64] PASS: hwloc_get_obj_inside_cpuset
[Fedora_25_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[Fedora_25_x86_64] PASS: hwloc_get_obj_below_array_by_type
[Fedora_25_x86_64] PASS: hwloc_bitmap_first_last_weight
[Fedora_25_x86_64] PASS: hwloc_bitmap_singlify
[Fedora_25_x86_64] PASS: hwloc_type_depth
[Fedora_25_x86_64] PASS: hwloc_bind
[Fedora_25_x86_64] PASS: hwloc_get_last_cpu_location
[Fedora_25_x86_64] PASS: hwloc_get_area_memlocation
[FreeBSD_11.1_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] # TOTAL: 20
[FreeBSD_11.1_x86_64] # PASS:  20
[FreeBSD_11.1_x86_64] # SKIP:  0
[FreeBSD_11.1_x86_64] # XFAIL: 0
[FreeBSD_11.1_x86_64] # FAIL:  0
[FreeBSD_11.1_x86_64] # XPASS: 0
[FreeBSD_11.1_x86_64] # ERROR: 0
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] Making check in contrib/systemd
[FreeBSD_11.1_x86_64] Making check in doc
[FreeBSD_11.1_x86_64] make  check-recursive
[FreeBSD_11.1_x86_64] Making check in examples
[FreeBSD_11.1_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind  nodeset+membind+policy get-knl-modes  gpu sharedcaches
[FreeBSD_11.1_x86_64]   CC       hwloc-hello.o
[FreeBSD_11.1_x86_64]   CCLD     hwloc-hello
[FreeBSD_11.1_x86_64]   CXX      hwloc-hello-cpp.o
[FreeBSD_11.1_x86_64]   CXXLD    hwloc-hello-cpp
[FreeBSD_11.1_x86_64]   CC       cpuset+bitmap+cpubind.o
[FreeBSD_11.1_x86_64]   CCLD     cpuset+bitmap+cpubind
[FreeBSD_11.1_x86_64]   CC       nodeset+membind+policy.o
[FreeBSD_11.1_x86_64]   CCLD     nodeset+membind+policy
[NetBSD_7.1_x86_64]   CC       intel-mic.o
[NetBSD_7.1_x86_64]   CCLD     intel-mic
[NetBSD_7.1_x86_64] make  check-TESTS
[NetBSD_7.1_x86_64] PASS: hwloc_list_components
[NetBSD_7.1_x86_64] PASS: hwloc_bitmap
[NetBSD_7.1_x86_64] PASS: hwloc_bitmap_string
[NetBSD_7.1_x86_64] PASS: hwloc_bitmap_compare_inclusion
[NetBSD_7.1_x86_64] PASS: hwloc_get_closest_objs
[NetBSD_7.1_x86_64] PASS: hwloc_get_obj_covering_cpuset
[OS_X_12]   CCLD     hwloc-distances
[OS_X_12]   CC       hwloc-distrib.o
[OS_X_12]   CCLD     hwloc-distrib
[OS_X_12]   CC       hwloc-info.o
[OpenBSD_5.9_x86_64]   CC       topology-xml.lo
[Ubuntu_14.04_x86_64] PASS: hwloc_object_userdata
[Ubuntu_14.04_x86_64] PASS: hwloc_synthetic
[Ubuntu_16.04_x86_32]   CC       hwloc_get_shared_cache_covering_obj.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_get_shared_cache_covering_obj
[Ubuntu_16.04_x86_32]   CC       hwloc_get_obj_below_array_by_type.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_get_obj_below_array_by_type
[Ubuntu_16.04_x86_32]   CC       hwloc_bitmap_first_last_weight.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_bitmap_first_last_weight
[Ubuntu_16.04_x86_32]   CC       hwloc_bitmap_singlify.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_bitmap_singlify
[Ubuntu_16.04_x86_32]   CC       hwloc_type_depth.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_type_depth
[Ubuntu_16.04_x86_64]   CC       hwloc_synthetic.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_synthetic
[Ubuntu_16.04_x86_64]   CC       hwloc_custom.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_custom
[Ubuntu_16.04_x86_64]   CC       hwloc_backends.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_backends
[Ubuntu_16.04_x86_64]   CC       hwloc_pci_backend.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_pci_backend
[Ubuntu_16.04_x86_64]   CC       hwloc_is_thissystem.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_is_thissystem
[Ubuntu_18.04_x86_64]   CCLD     hwloc_bitmap_string
[Ubuntu_18.04_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[Ubuntu_18.04_x86_64]   CC       hwloc_get_closest_objs.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_get_closest_objs
[Ubuntu_18.04_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[Ubuntu_18.04_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[Ubuntu_18.04_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[MinGW] checking whether snprintf is declared... yes
[MinGW] checking whether _strdup is declared... yes
[MinGW] checking whether _putenv is declared... yes
[MinGW] checking for sysctl... no
[MinGW] checking for sysctlbyname... no
[CentOS_6.3_x86_64]   CCLD     libhwloc-port-darwin.la
[CentOS_6.3_x86_64]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[CentOS_6.3_x86_64]   CCLD     libhwloc-port-freebsd.la
[CentOS_6.3_x86_64]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[CentOS_6.3_x86_64]   CCLD     libhwloc-port-hpux.la
[CentOS_6.3_x86_64]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[CentOS_6.3_x86_64]   CCLD     libhwloc-port-netbsd.la
[CentOS_7.2_x86_64] PASS: hwloc_object_userdata
[CentOS_7.2_x86_64] PASS: hwloc_synthetic
[CentOS_7.2_x86_64] PASS: hwloc_custom
[CentOS_7.2_x86_64] PASS: hwloc_backends
[CentOS_7.2_x86_64] PASS: hwloc_pci_backend
[CentOS_7.2_x86_64] PASS: hwloc_is_thissystem
[Debian_5_x86_64]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[Debian_5_x86_64]   CCLD     libhwloc-port-freebsd.la
[Debian_5_x86_64]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[Debian_5_x86_64]   CCLD     libhwloc-port-hpux.la
[Debian_5_x86_64]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[Debian_5_x86_64]   CCLD     libhwloc-port-netbsd.la
[Debian_5_x86_64]   CC       libhwloc_port_osf_la-topology-osf.lo
[Debian_6_x86_32]   CC       glibc-sched.o
[Debian_6_x86_32]   CCLD     glibc-sched
[Debian_6_x86_32]   CC       openfabrics-verbs.o
[Debian_6_x86_32]   CCLD     openfabrics-verbs
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_6_x86_32] make  check-TESTS
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_6_x86_32] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_6_x86_32] PASS: hwloc_list_components
[Debian_6_x86_32] PASS: hwloc_bitmap
[Debian_7_x86_64]   CCLD     hwloc_distances
[Debian_7_x86_64]   CC       hwloc_groups.o
[Debian_7_x86_64]   CCLD     hwloc_groups
[Debian_7_x86_64]   CC       hwloc_groups2.o
[Debian_7_x86_64]   CCLD     hwloc_groups2
[Debian_7_x86_64]   CC       hwloc_insert_misc.o
[Debian_7_x86_64]   CCLD     hwloc_insert_misc
[Debian_8_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[Debian_8_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[Debian_8_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[Debian_8_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[Debian_8_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[Debian_8_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[Debian_8_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[Debian_9_x86_64]   CCLD     intel-mic
[Debian_9_x86_64]   CC       linux-libnuma.o
[Debian_9_x86_64]   CCLD     linux-libnuma
[Debian_9_x86_64]   CC       glibc-sched.o
[Debian_9_x86_64]   CCLD     glibc-sched
[Debian_9_x86_64]   CC       openfabrics-verbs.o
[Debian_9_x86_64]   CCLD     openfabrics-verbs
[Debian_9_x86_64_-m32] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[Debian_9_x86_64_-m32] PASS: 96em64t-4n4d3ca2co.output
[Debian_9_x86_64_-m32] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[Fedora_25_x86_64] PASS: hwloc_object_userdata
[FreeBSD_11.1_x86_64]   CC       get-knl-modes.o
[FreeBSD_11.1_x86_64]   CCLD     get-knl-modes
[FreeBSD_11.1_x86_64]   CC       gpu.o
[FreeBSD_11.1_x86_64]   CCLD     gpu
[FreeBSD_11.1_x86_64]   CC       sharedcaches.o
[FreeBSD_11.1_x86_64]   CCLD     sharedcaches
[FreeBSD_11.1_x86_64] make  check-TESTS
[FreeBSD_11.1_x86_64] PASS: hwloc-hello
[FreeBSD_11.1_x86_64] PASS: hwloc-hello-cpp
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] # TOTAL: 2
[FreeBSD_11.1_x86_64] # PASS:  2
[FreeBSD_11.1_x86_64] # SKIP:  0
[FreeBSD_11.1_x86_64] # XFAIL: 0
[FreeBSD_11.1_x86_64] # FAIL:  0
[FreeBSD_11.1_x86_64] # XPASS: 0
[FreeBSD_11.1_x86_64] # ERROR: 0
[FreeBSD_11.1_x86_64] ============================================================================
[FreeBSD_11.1_x86_64] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[FreeBSD_11.1_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64]  * CPU cpusets *
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] cpu 0 (os 0) has cpuset 0x00000001
[FreeBSD_11.1_x86_64] cpu 1 (os 1) has cpuset 0x00000002
[FreeBSD_11.1_x86_64] Machine#0(local=2064304KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f
[FreeBSD_11.1_x86_64]   PU#0 cpuset 0x00000001
[FreeBSD_11.1_x86_64]   PU#1 cpuset 0x00000002
[FreeBSD_11.1_x86_64] Backend x86 forcing a reconnect of levels
[FreeBSD_11.1_x86_64] --- PU level has number 1
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[FreeBSD_11.1_x86_64] highest cpuid d, cpuid type 0
[FreeBSD_11.1_x86_64] highest extended cpuid 80000008
[FreeBSD_11.1_x86_64] binding to CPU0
[FreeBSD_11.1_x86_64] APIC ID 0x00 max_log_proc 1
[FreeBSD_11.1_x86_64] phys 0 thread 0
[FreeBSD_11.1_x86_64] cache 0 type 1
[FreeBSD_11.1_x86_64] thus 1 threads
[FreeBSD_11.1_x86_64] this is thread 0 of core 0
[FreeBSD_11.1_x86_64] cache 1 type 2
[FreeBSD_11.1_x86_64] cache 2 type 3
[FreeBSD_11.1_x86_64] cache 3 type 0
[FreeBSD_11.1_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[FreeBSD_11.1_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[FreeBSD_11.1_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[FreeBSD_11.1_x86_64] binding to CPU1
[FreeBSD_11.1_x86_64] APIC ID 0x01 max_log_proc 1
[FreeBSD_11.1_x86_64] phys 1 thread 0
[FreeBSD_11.1_x86_64] cache 0 type 1
[FreeBSD_11.1_x86_64] thus 1 threads
[FreeBSD_11.1_x86_64] this is thread 0 of core 0
[FreeBSD_11.1_x86_64] cache 1 type 2
[FreeBSD_11.1_x86_64] cache 2 type 3
[FreeBSD_11.1_x86_64] cache 3 type 0
[FreeBSD_11.1_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[FreeBSD_11.1_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[FreeBSD_11.1_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[FreeBSD_11.1_x86_64] os package 0 has cpuset 0x00000001
[FreeBSD_11.1_x86_64] os package 1 has cpuset 0x00000002
[FreeBSD_11.1_x86_64] os core 0 has cpuset 0x00000001
[FreeBSD_11.1_x86_64] os core 0 has cpuset 0x00000002
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64]  * CPU cpusets *
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] PU 0 has cpuset 0x00000001
[FreeBSD_11.1_x86_64] PU 1 has cpuset 0x00000002
[FreeBSD_11.1_x86_64] os L2 cache 0 has cpuset 0x00000001
[FreeBSD_11.1_x86_64] os L2 cache 1 has cpuset 0x00000002
[FreeBSD_11.1_x86_64] os L1 cache 0 has cpuset 0x00000001
[FreeBSD_11.1_x86_64] os L1 cache 1 has cpuset 0x00000002
[FreeBSD_11.1_x86_64] os L1 cache 0 has cpuset 0x00000001
[FreeBSD_11.1_x86_64] os L1 cache 1 has cpuset 0x00000002
[FreeBSD_11.1_x86_64] Machine#0(local=2064304KB total=0KB 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 Backend=x86) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[FreeBSD_11.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[FreeBSD_11.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001
[FreeBSD_11.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001
[FreeBSD_11.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000001
[FreeBSD_11.1_x86_64]             PU#0 cpuset 0x00000001
[FreeBSD_11.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[FreeBSD_11.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002
[FreeBSD_11.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002
[FreeBSD_11.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000002
[FreeBSD_11.1_x86_64]             PU#1 cpuset 0x00000002
[FreeBSD_11.1_x86_64] Machine#0(local=2064304KB total=0KB 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 Backend=x86) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[FreeBSD_11.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[FreeBSD_11.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001
[FreeBSD_11.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001
[FreeBSD_11.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000001
[FreeBSD_11.1_x86_64]             PU#0 cpuset 0x00000001
[FreeBSD_11.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[FreeBSD_11.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002
[FreeBSD_11.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002
[FreeBSD_11.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000002
[FreeBSD_11.1_x86_64]             PU#1 cpuset 0x00000002
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] Restrict topology cpusets to existing PU and NODE objects
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] Propagate offline and disallowed cpus down and up
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] Propagate nodesets
[FreeBSD_11.1_x86_64] Machine#0(local=2064304KB total=0KB 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 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 arity 2
[FreeBSD_11.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[FreeBSD_11.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[FreeBSD_11.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[FreeBSD_11.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[FreeBSD_11.1_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[FreeBSD_11.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[FreeBSD_11.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[FreeBSD_11.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[FreeBSD_11.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[FreeBSD_11.1_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] Removing unauthorized and offline sets from all sets
[FreeBSD_11.1_x86_64] Machine#0(local=2064304KB total=0KB 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 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 arity 2
[FreeBSD_11.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[FreeBSD_11.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[FreeBSD_11.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[FreeBSD_11.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[FreeBSD_11.1_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[FreeBSD_11.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[FreeBSD_11.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[FreeBSD_11.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[FreeBSD_11.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[FreeBSD_11.1_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] Add default object sets
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] Ok, finished tweaking, now connect
[FreeBSD_11.1_x86_64] --- Package level has number 1
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] --- Cache level depth 2 has number 2
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] --- Cache level depth 1 has number 3
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] --- Cache level depth 1 has number 4
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] --- Core level has number 5
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] --- PU level has number 6
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] Machine#0(local=2064304KB total=0KB 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 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[FreeBSD_11.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[FreeBSD_11.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] Removing ignored objects
[FreeBSD_11.1_x86_64] Machine#0(local=2064304KB total=0KB 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 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[FreeBSD_11.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[FreeBSD_11.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] Removing empty objects except numa nodes and PCI devices
[FreeBSD_11.1_x86_64] Machine#0(local=2064304KB total=0KB 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 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[FreeBSD_11.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[FreeBSD_11.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[FreeBSD_11.1_x86_64] Machine#0(local=2064304KB total=0KB 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 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[FreeBSD_11.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[FreeBSD_11.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[FreeBSD_11.1_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[FreeBSD_11.1_x86_64] --- Package level has number 1
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] --- Cache level depth 2 has number 2
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] --- Cache level depth 1 has number 3
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] --- Cache level depth 1 has number 4
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] --- Core level has number 5
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] --- PU level has number 6
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] 
[FreeBSD_11.1_x86_64] Propagate total memory up
[FreeBSD_11.1_x86_64] Machine (2016MB)
[FreeBSD_11.1_x86_64]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[FreeBSD_11.1_x86_64]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[FreeBSD_11.1_x86_64] + cd ..
[FreeBSD_11.1_x86_64] + exit 0
[NetBSD_7.1_x86_64] PASS: hwloc_get_cache_covering_cpuset
[NetBSD_7.1_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[NetBSD_7.1_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[NetBSD_7.1_x86_64] PASS: hwloc_get_obj_inside_cpuset
[OS_X_12]   CCLD     hwloc-info
[OS_X_12]   CC       hwloc-patch.o
[OpenBSD_5.9_x86_64]   CC       topology-xml-nolibxml.lo
[Ubuntu_12.04_x86_64] PASS: test-hwloc-ls.sh
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] # TOTAL: 1
[Ubuntu_12.04_x86_64] # PASS:  1
[Ubuntu_12.04_x86_64] # SKIP:  0
[Ubuntu_12.04_x86_64] # XFAIL: 0
[Ubuntu_12.04_x86_64] # FAIL:  0
[Ubuntu_12.04_x86_64] # XPASS: 0
[Ubuntu_12.04_x86_64] # ERROR: 0
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils/lstopo'
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_12.04_x86_64] make[2]: Nothing to be done for `check-am'.
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_12.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/utils'
[Ubuntu_12.04_x86_64] Making check in tests
[Ubuntu_12.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_12.04_x86_64] Making check in .
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_12.04_x86_64] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched openfabrics-verbs     
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_12.04_x86_64]   CC       hwloc_list_components.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_list_components
[Ubuntu_12.04_x86_64]   CC       hwloc_bitmap.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_bitmap
[Ubuntu_12.04_x86_64]   CC       hwloc_bitmap_string.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_bitmap_string
[Ubuntu_12.04_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[Ubuntu_14.04_x86_64] PASS: hwloc_custom
[Ubuntu_14.04_x86_64] PASS: hwloc_backends
[Ubuntu_14.04_x86_64] PASS: hwloc_pci_backend
[Ubuntu_14.04_x86_64] PASS: hwloc_is_thissystem
[Ubuntu_14.04_x86_64] PASS: hwloc_distances
[Ubuntu_14.04_x86_64] PASS: hwloc_groups
[Ubuntu_14.04_x86_64] PASS: hwloc_groups2
[Ubuntu_14.04_x86_64] PASS: hwloc_insert_misc
[Ubuntu_14.04_x86_64] PASS: hwloc_topology_restrict
[Ubuntu_14.04_x86_64] PASS: hwloc_topology_dup
[Ubuntu_14.04_x86_64] PASS: hwloc_topology_diff
[Ubuntu_14.04_x86_64] PASS: hwloc_obj_infos
[Ubuntu_14.04_x86_64] PASS: hwloc_iodevs
[Ubuntu_16.04_x86_32]   CC       hwloc_bind.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_bind
[Ubuntu_16.04_x86_32]   CC       hwloc_get_last_cpu_location.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_get_last_cpu_location
[Ubuntu_16.04_x86_32]   CC       hwloc_get_area_memlocation.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_get_area_memlocation
[Ubuntu_16.04_x86_32]   CC       hwloc_object_userdata.o
[Ubuntu_16.04_x86_64]   CC       hwloc_distances.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_distances
[Ubuntu_16.04_x86_64]   CC       hwloc_groups.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_groups
[Ubuntu_16.04_x86_64]   CC       hwloc_groups2.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_groups2
[Ubuntu_16.04_x86_64]   CC       hwloc_insert_misc.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_insert_misc
[Ubuntu_18.04_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[Ubuntu_18.04_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[Ubuntu_18.04_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[Ubuntu_18.04_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[MinGW] checking whether getprogname is declared... no
[MinGW] checking whether getexecname is declared... no
[Pipeline] [FreeBSD_11.1_x86_64] deleteDir
[CentOS_6.3_x86_32] PASS: hwloc_object_userdata
[CentOS_6.3_x86_64]   CC       libhwloc_port_osf_la-topology-osf.lo
[CentOS_6.3_x86_64]   CCLD     libhwloc-port-osf.la
[CentOS_7.2_x86_64] PASS: hwloc_distances
[CentOS_7.2_x86_64] PASS: hwloc_groups
[CentOS_7.2_x86_64] PASS: hwloc_groups2
[CentOS_7.2_x86_64] PASS: hwloc_insert_misc
[Debian_5_x86_64]   CCLD     libhwloc-port-osf.la
[Debian_5_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[Debian_6_x86_32] PASS: hwloc_bitmap_string
[Debian_6_x86_32] PASS: hwloc_bitmap_compare_inclusion
[Debian_6_x86_32] PASS: hwloc_get_closest_objs
[Debian_7_x86_64]   CC       hwloc_topology_restrict.o
[Debian_7_x86_64]   CCLD     hwloc_topology_restrict
[Debian_8_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[Debian_8_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[Debian_8_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[Debian_9_x86_64]   CC       opencl.o
[Debian_9_x86_64]   CCLD     opencl
[Debian_9_x86_64_-m32] PASS: 128ia64-17n4s2c.output
[Fedora_25_x86_64] PASS: hwloc_synthetic
[Fedora_25_x86_64] PASS: hwloc_custom
[Fedora_25_x86_64] PASS: hwloc_backends
[NetBSD_7.1_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[NetBSD_7.1_x86_64] PASS: hwloc_get_obj_below_array_by_type
[OS_X_12]   CCLD     hwloc-patch
[OpenBSD_5.9_x86_64]   CC       topology-x86.lo
[Ubuntu_12.04_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[Ubuntu_12.04_x86_64]   CC       hwloc_get_closest_objs.o
[Ubuntu_14.04_x86_64] PASS: xmlbuffer
[Ubuntu_14.04_x86_64] PASS: gl
[Ubuntu_14.04_x86_64] PASS: intel-mic
[Ubuntu_14.04_x86_64] PASS: glibc-sched
[Ubuntu_16.04_x86_32]   CCLD     hwloc_object_userdata
[Ubuntu_16.04_x86_32]   CC       hwloc_synthetic.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_synthetic
[Ubuntu_16.04_x86_64]   CC       hwloc_topology_restrict.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_topology_restrict
[Ubuntu_18.04_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[Ubuntu_18.04_x86_64]   CC       hwloc_bitmap_singlify.o
[MinGW] checking whether GetModuleFileName is declared... yes
[CentOS_6.3_x86_32] PASS: hwloc_synthetic
[CentOS_6.3_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[CentOS_7.2_x86_64] PASS: hwloc_topology_restrict
[CentOS_7.2_x86_64] PASS: hwloc_topology_dup
[CentOS_7.2_x86_64] PASS: hwloc_topology_diff
[CentOS_7.2_x86_64] PASS: hwloc_obj_infos
[CentOS_7.2_x86_64] PASS: hwloc_iodevs
[Debian_7_x86_64]   CC       hwloc_topology_dup.o
[Debian_7_x86_64]   CCLD     hwloc_topology_dup
[Debian_7_x86_64]   CC       hwloc_topology_diff.o
[Debian_8_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[Debian_8_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64] make  check-TESTS
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64] PASS: hwloc_list_components
[Debian_9_x86_64] PASS: hwloc_bitmap
[Debian_9_x86_64_-m32] PASS: 256ia64-64n2s2c.output
[Debian_9_x86_64_-m32] PASS: 4qs22-2s2t.output
[Debian_9_x86_64_-m32] PASS: 2s390-2c.output
[Debian_9_x86_64_-m32] PASS: 20s390-2g6s4c.output
[Debian_9_x86_64_-m32] PASS: 1alpha.output
[Debian_9_x86_64_-m32] PASS: 2arm-2c.output
[Fedora_25_x86_64] PASS: hwloc_pci_backend
[Fedora_25_x86_64] PASS: hwloc_is_thissystem
[Fedora_25_x86_64] PASS: hwloc_distances
[Fedora_25_x86_64] PASS: hwloc_groups
[NetBSD_7.1_x86_64] PASS: hwloc_bitmap_first_last_weight
[NetBSD_7.1_x86_64] PASS: hwloc_bitmap_singlify
[NetBSD_7.1_x86_64] PASS: hwloc_type_depth
[NetBSD_7.1_x86_64] PASS: hwloc_bind
[NetBSD_7.1_x86_64] PASS: hwloc_get_last_cpu_location
[NetBSD_7.1_x86_64] PASS: hwloc_get_area_memlocation
[OS_X_12]   CC       hwloc-ps.o
[OS_X_12]   CCLD     hwloc-ps
[Ubuntu_12.04_x86_64]   CCLD     hwloc_get_closest_objs
[Ubuntu_12.04_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] # TOTAL: 37
[Ubuntu_14.04_x86_64] # PASS:  37
[Ubuntu_14.04_x86_64] # SKIP:  0
[Ubuntu_14.04_x86_64] # XFAIL: 0
[Ubuntu_14.04_x86_64] # FAIL:  0
[Ubuntu_14.04_x86_64] # XPASS: 0
[Ubuntu_14.04_x86_64] # ERROR: 0
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_14.04_x86_64] Making check in ports
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_14.04_x86_64] make  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-osf.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
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_14.04_x86_64]   CC       libhwloc_port_aix_la-topology-aix.lo
[Ubuntu_16.04_x86_32]   CC       hwloc_custom.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_custom
[Ubuntu_16.04_x86_64]   CC       hwloc_topology_dup.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_topology_dup
[Ubuntu_16.04_x86_64]   CC       hwloc_topology_diff.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_bitmap_singlify
[Ubuntu_18.04_x86_64]   CC       hwloc_type_depth.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_type_depth
[MinGW] checking for program_invocation_name... no
[Pipeline] [FreeBSD_11.1_x86_64] }
[CentOS_6.3_x86_32] PASS: hwloc_custom
[CentOS_6.3_x86_32] PASS: hwloc_backends
[CentOS_6.3_x86_32] PASS: hwloc_pci_backend
[CentOS_6.3_x86_32] PASS: hwloc_is_thissystem
[CentOS_6.3_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[CentOS_7.2_x86_64] PASS: xmlbuffer
[CentOS_7.2_x86_64] PASS: gl
[CentOS_7.2_x86_64] PASS: intel-mic
[CentOS_7.2_x86_64] PASS: glibc-sched
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] # TOTAL: 37
[CentOS_7.2_x86_64] # PASS:  37
[CentOS_7.2_x86_64] # SKIP:  0
[CentOS_7.2_x86_64] # XFAIL: 0
[CentOS_7.2_x86_64] # FAIL:  0
[CentOS_7.2_x86_64] # XPASS: 0
[CentOS_7.2_x86_64] # ERROR: 0
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_7.2_x86_64] Making check in ports
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_7.2_x86_64] make  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-osf.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
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_7.2_x86_64]   CC       libhwloc_port_aix_la-topology-aix.lo
[Debian_5_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[Debian_5_x86_64]   CCLD     libhwloc-port-solaris.la
[Debian_5_x86_64]   CC       libhwloc_port_windows_la-topology-windows.lo
[Debian_6_x86_32] PASS: hwloc_get_obj_covering_cpuset
[Debian_7_x86_64]   CCLD     hwloc_topology_diff
[Debian_7_x86_64]   CC       hwloc_obj_infos.o
[Debian_7_x86_64]   CCLD     hwloc_obj_infos
[Debian_8_x86_64]   CC       hwloc_bitmap_singlify.o
[Debian_8_x86_64]   CCLD     hwloc_bitmap_singlify
[Debian_8_x86_64]   CC       hwloc_type_depth.o
[Debian_9_x86_64] PASS: hwloc_bitmap_string
[Debian_9_x86_64] PASS: hwloc_bitmap_compare_inclusion
[Debian_9_x86_64] PASS: hwloc_get_closest_objs
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] # TOTAL: 56
[Debian_9_x86_64_-m32] # PASS:  56
[Debian_9_x86_64_-m32] # SKIP:  0
[Debian_9_x86_64_-m32] # XFAIL: 0
[Debian_9_x86_64_-m32] # FAIL:  0
[Debian_9_x86_64_-m32] # XPASS: 0
[Debian_9_x86_64_-m32] # ERROR: 0
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] make[5]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64_-m32] make[4]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64_-m32] Making check in allowed
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64_-m32] make  check-TESTS
[Debian_9_x86_64_-m32] make[4]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64_-m32] make[5]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64_-m32] PASS: test1.output
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] # TOTAL: 1
[Debian_9_x86_64_-m32] # PASS:  1
[Debian_9_x86_64_-m32] # SKIP:  0
[Debian_9_x86_64_-m32] # XFAIL: 0
[Debian_9_x86_64_-m32] # FAIL:  0
[Debian_9_x86_64_-m32] # XPASS: 0
[Debian_9_x86_64_-m32] # ERROR: 0
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] make[5]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64_-m32] make[4]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64_-m32] Making check in gather
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_9_x86_64_-m32] make  check-TESTS
[Debian_9_x86_64_-m32] make[4]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_9_x86_64_-m32] make[5]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Fedora_25_x86_64] PASS: hwloc_groups2
[Fedora_25_x86_64] PASS: hwloc_insert_misc
[Fedora_25_x86_64] PASS: hwloc_topology_restrict
[Fedora_25_x86_64] PASS: hwloc_topology_dup
[Fedora_25_x86_64] PASS: hwloc_topology_diff
[OS_X_12] Creating hwloc.7 man page...
[OS_X_12] Creating hwloc-annotate.1 man page...
[OS_X_12] Creating hwloc-assembler.1 man page...
[OS_X_12] Creating hwloc-assembler-remote.1 man page...
[OS_X_12] Creating hwloc-bind.1 man page...
[OS_X_12] Creating hwloc-calc.1 man page...
[OS_X_12] Creating hwloc-compress-dir.1 man page...
[OS_X_12] Creating hwloc-diff.1 man page...
[OS_X_12] Creating hwloc-distances.1 man page...
[OS_X_12] Creating hwloc-distrib.1 man page...
[OS_X_12] Creating hwloc-info.1 man page...
[OS_X_12] Creating hwloc-patch.1 man page...
[OS_X_12] Creating hwloc-ps.1 man page...
[OS_X_12] Making all in lstopo
[OpenBSD_5.9_x86_64]   CCLD     libhwloc.la
[Ubuntu_12.04_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[Ubuntu_14.04_x86_64]   CCLD     libhwloc-port-aix.la
[Ubuntu_14.04_x86_64]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[Ubuntu_16.04_x86_32]   CC       hwloc_backends.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_backends
[Ubuntu_18.04_x86_64]   CC       hwloc_bind.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_bind
[MinGW] checking for __progname... no
[Pipeline] [FreeBSD_11.1_x86_64] // dir
[CentOS_6.3_x86_32] PASS: hwloc_distances
[CentOS_6.3_x86_32] PASS: hwloc_groups
[CentOS_6.3_x86_32] PASS: hwloc_groups2
[CentOS_6.3_x86_64]   CCLD     libhwloc-port-solaris.la
[CentOS_6.3_x86_64]   CC       libhwloc_port_windows_la-topology-windows.lo
[CentOS_7.2_x86_64]   CCLD     libhwloc-port-aix.la
[Debian_6_x86_32] PASS: hwloc_get_cache_covering_cpuset
[Debian_7_x86_64]   CC       hwloc_iodevs.o
[Debian_7_x86_64]   CCLD     hwloc_iodevs
[Debian_8_x86_64]   CCLD     hwloc_type_depth
[Debian_8_x86_64]   CC       hwloc_bind.o
[Debian_8_x86_64]   CCLD     hwloc_bind
[Debian_8_x86_64]   CC       hwloc_get_last_cpu_location.o
[Debian_9_x86_64] PASS: hwloc_get_obj_covering_cpuset
[Fedora_25_x86_64] PASS: hwloc_obj_infos
[Fedora_25_x86_64] PASS: hwloc_iodevs
[Fedora_25_x86_64] PASS: xmlbuffer
[Fedora_25_x86_64] PASS: gl
[Fedora_25_x86_64] PASS: intel-mic
[Fedora_25_x86_64] PASS: glibc-sched
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] # TOTAL: 37
[Fedora_25_x86_64] # PASS:  37
[Fedora_25_x86_64] # SKIP:  0
[Fedora_25_x86_64] # XFAIL: 0
[Fedora_25_x86_64] # FAIL:  0
[Fedora_25_x86_64] # XPASS: 0
[Fedora_25_x86_64] # ERROR: 0
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Fedora_25_x86_64] Making check in ports
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Fedora_25_x86_64] make  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-osf.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
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Fedora_25_x86_64]   CC       libhwloc_port_aix_la-topology-aix.lo
[OS_X_12]   CC       lstopo_no_graphics-lstopo.o
[Ubuntu_12.04_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[Ubuntu_12.04_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[Ubuntu_14.04_x86_64]   CCLD     libhwloc-port-bgq.la
[Ubuntu_14.04_x86_64]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[Ubuntu_16.04_x86_32]   CC       hwloc_pci_backend.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_pci_backend
[Ubuntu_16.04_x86_32]   CC       hwloc_is_thissystem.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_topology_diff
[Ubuntu_16.04_x86_64]   CC       hwloc_obj_infos.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_obj_infos
[Ubuntu_16.04_x86_64]   CC       hwloc_iodevs.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc_iodevs
[Ubuntu_18.04_x86_64]   CC       hwloc_get_last_cpu_location.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_get_last_cpu_location
[MinGW] checking whether sched_getcpu is declared... no
[Pipeline] [FreeBSD_11.1_x86_64] }
[CentOS_6.3_x86_32] PASS: hwloc_insert_misc
[CentOS_6.3_x86_32] PASS: hwloc_topology_restrict
[CentOS_6.3_x86_32] PASS: hwloc_topology_dup
[CentOS_6.3_x86_32] PASS: hwloc_topology_diff
[CentOS_6.3_x86_32] PASS: hwloc_obj_infos
[CentOS_7.2_x86_64]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[CentOS_7.2_x86_64]   CCLD     libhwloc-port-bgq.la
[CentOS_7.2_x86_64]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[Debian_5_x86_64]   CCLD     libhwloc-port-windows.la
[Debian_5_x86_64]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[Debian_5_x86_64]   CCLD     libhwloc-port-opencl.la
[Debian_5_x86_64]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[Debian_6_x86_32] PASS: hwloc_get_largest_objs_inside_cpuset
[Debian_7_x86_64]   CC       xmlbuffer.o
[Debian_7_x86_64]   CCLD     xmlbuffer
[Debian_7_x86_64]   CC       gl.o
[Debian_9_x86_64] PASS: hwloc_get_cache_covering_cpuset
[Debian_9_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[Debian_9_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[Debian_9_x86_64_-m32] PASS: test-gather-topology.sh
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] # TOTAL: 1
[Debian_9_x86_64_-m32] # PASS:  1
[Debian_9_x86_64_-m32] # SKIP:  0
[Debian_9_x86_64_-m32] # XFAIL: 0
[Debian_9_x86_64_-m32] # FAIL:  0
[Debian_9_x86_64_-m32] # XPASS: 0
[Debian_9_x86_64_-m32] # ERROR: 0
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] make[5]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_9_x86_64_-m32] make[4]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64_-m32] make[1]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64_-m32] Making check in contrib/systemd
[Debian_9_x86_64_-m32] make[1]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_9_x86_64_-m32] make[1]: Nothing to be done for 'check'.
[Debian_9_x86_64_-m32] make[1]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_9_x86_64_-m32] Making check in doc
[Debian_9_x86_64_-m32] make[1]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64_-m32] make  check-recursive
[Debian_9_x86_64_-m32] make[2]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64_-m32] Making check in examples
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64_-m32] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[Debian_9_x86_64_-m32] make[4]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64_-m32]   CC       hwloc-hello.o
[Debian_9_x86_64_-m32]   CCLD     hwloc-hello
[Fedora_25_x86_64]   CCLD     libhwloc-port-aix.la
[OS_X_12]   CC       lstopo_no_graphics-lstopo-color.o
[OS_X_12]   CC       lstopo_no_graphics-lstopo-draw.o
[OpenBSD_5.9_x86_64] Making all in include
[OpenBSD_5.9_x86_64] Making all in utils
[OpenBSD_5.9_x86_64] Making all in hwloc
[OpenBSD_5.9_x86_64]   CC       hwloc-annotate.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[Ubuntu_12.04_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[Ubuntu_14.04_x86_64]   CCLD     libhwloc-port-darwin.la
[Ubuntu_14.04_x86_64]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[Ubuntu_16.04_x86_32]   CCLD     hwloc_is_thissystem
[Ubuntu_16.04_x86_32]   CC       hwloc_distances.o
[Ubuntu_16.04_x86_64]   CC       xmlbuffer.o
[Ubuntu_16.04_x86_64]   CCLD     xmlbuffer
[Ubuntu_18.04_x86_64]   CC       hwloc_get_area_memlocation.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_get_area_memlocation
[Ubuntu_18.04_x86_64]   CC       hwloc_object_userdata.o
[MinGW] checking whether sched_setaffinity is declared... no
[MinGW] checking for working CPU_SET... no
[CentOS_6.3_x86_32] PASS: hwloc_iodevs
[CentOS_6.3_x86_32] PASS: xmlbuffer
[CentOS_6.3_x86_32] PASS: gl
[CentOS_6.3_x86_32] PASS: intel-mic
[CentOS_6.3_x86_32] PASS: glibc-sched
[CentOS_6.3_x86_64]   CCLD     libhwloc-port-windows.la
[CentOS_6.3_x86_64]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[CentOS_6.3_x86_64]   CCLD     libhwloc-port-opencl.la
[CentOS_7.2_x86_64]   CCLD     libhwloc-port-darwin.la
[Debian_5_x86_64]   CCLD     libhwloc-port-cuda.la
[Debian_5_x86_64]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[Debian_6_x86_32] PASS: hwloc_get_next_obj_covering_cpuset
[Debian_6_x86_32] PASS: hwloc_get_obj_inside_cpuset
[Debian_7_x86_64]   CCLD     gl
[Debian_7_x86_64]   CC       intel-mic.o
[Debian_8_x86_64]   CCLD     hwloc_get_last_cpu_location
[Debian_8_x86_64]   CC       hwloc_get_area_memlocation.o
[Debian_8_x86_64]   CCLD     hwloc_get_area_memlocation
[Debian_9_x86_64] PASS: hwloc_get_obj_inside_cpuset
[Debian_9_x86_64_-m32]   CXX      hwloc-hello-cpp.o
[Debian_9_x86_64_-m32]   CXXLD    hwloc-hello-cpp
[Fedora_25_x86_64]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[Fedora_25_x86_64]   CCLD     libhwloc-port-bgq.la
[NetBSD_7.1_x86_64] PASS: hwloc_object_userdata
[OpenBSD_5.9_x86_64]   CCLD     hwloc-annotate
[Ubuntu_12.04_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[Ubuntu_12.04_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[Ubuntu_14.04_x86_64]   CCLD     libhwloc-port-freebsd.la
[Ubuntu_14.04_x86_64]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[Ubuntu_16.04_x86_32]   CCLD     hwloc_distances
[Ubuntu_16.04_x86_32]   CC       hwloc_groups.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_groups
[Ubuntu_16.04_x86_64]   CC       gl.o
[Ubuntu_16.04_x86_64]   CCLD     gl
[Ubuntu_18.04_x86_64]   CCLD     hwloc_object_userdata
[Ubuntu_18.04_x86_64]   CC       hwloc_synthetic.o
[MinGW] checking for working CPU_SET_S... no
[Pipeline] [FreeBSD_11.1_x86_64] // node
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] # TOTAL: 37
[CentOS_6.3_x86_32] # PASS:  37
[CentOS_6.3_x86_32] # SKIP:  0
[CentOS_6.3_x86_32] # XFAIL: 0
[CentOS_6.3_x86_32] # FAIL:  0
[CentOS_6.3_x86_32] # XPASS: 0
[CentOS_6.3_x86_32] # ERROR: 0
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_32] Making check in ports
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_6.3_x86_32] make  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-osf.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
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_6.3_x86_32]   CC       libhwloc_port_aix_la-topology-aix.lo
[CentOS_6.3_x86_32]   CCLD     libhwloc-port-aix.la
[CentOS_6.3_x86_32]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[CentOS_6.3_x86_32]   CCLD     libhwloc-port-bgq.la
[CentOS_6.3_x86_32]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[CentOS_6.3_x86_64]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[CentOS_6.3_x86_64]   CCLD     libhwloc-port-cuda.la
[CentOS_6.3_x86_64]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[CentOS_6.3_x86_64]   CCLD     libhwloc-port-nvml.la
[CentOS_6.3_x86_64]   CC       libhwloc_port_gl_la-topology-gl.lo
[CentOS_7.2_x86_64]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[CentOS_7.2_x86_64]   CCLD     libhwloc-port-freebsd.la
[CentOS_7.2_x86_64]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[CentOS_7.2_x86_64]   CCLD     libhwloc-port-hpux.la
[CentOS_7.2_x86_64]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[CentOS_7.2_x86_64]   CCLD     libhwloc-port-netbsd.la
[CentOS_7.2_x86_64]   CC       libhwloc_port_osf_la-topology-osf.lo
[Debian_5_x86_64]   CCLD     libhwloc-port-nvml.la
[Debian_5_x86_64]   CC       libhwloc_port_gl_la-topology-gl.lo
[Debian_5_x86_64]   CCLD     libhwloc-port-gl.la
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports »
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports »
[Debian_5_x86_64] Making check in xml
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_5_x86_64] make  check-TESTS
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_5_x86_64] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_5_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[Debian_5_x86_64] PASS: 16amd64-4distances.xml
[Debian_6_x86_32] PASS: hwloc_get_shared_cache_covering_obj
[Debian_6_x86_32] PASS: hwloc_get_obj_below_array_by_type
[Debian_6_x86_32] PASS: hwloc_bitmap_first_last_weight
[Debian_7_x86_64]   CCLD     intel-mic
[Debian_7_x86_64]   CC       linux-libnuma.o
[Debian_7_x86_64]   CCLD     linux-libnuma
[Debian_7_x86_64]   CC       glibc-sched.o
[Debian_7_x86_64]   CCLD     glibc-sched
[Debian_7_x86_64]   CC       openfabrics-verbs.o
[Debian_7_x86_64]   CCLD     openfabrics-verbs
[Debian_8_x86_64]   CC       hwloc_object_userdata.o
[Debian_8_x86_64]   CCLD     hwloc_object_userdata
[Debian_8_x86_64]   CC       hwloc_synthetic.o
[Debian_8_x86_64]   CCLD     hwloc_synthetic
[Debian_8_x86_64]   CC       hwloc_custom.o
[Debian_8_x86_64]   CCLD     hwloc_custom
[Debian_8_x86_64]   CC       hwloc_backends.o
[Debian_9_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[Debian_9_x86_64] PASS: hwloc_get_obj_below_array_by_type
[Debian_9_x86_64] PASS: hwloc_bitmap_first_last_weight
[Debian_9_x86_64] PASS: hwloc_bitmap_singlify
[Debian_9_x86_64] PASS: hwloc_type_depth
[Debian_9_x86_64] PASS: hwloc_bind
[Debian_9_x86_64] PASS: hwloc_get_last_cpu_location
[Debian_9_x86_64] PASS: hwloc_get_area_memlocation
[Debian_9_x86_64_-m32]   CC       cpuset+bitmap+cpubind.o
[Debian_9_x86_64_-m32]   CCLD     cpuset+bitmap+cpubind
[Debian_9_x86_64_-m32]   CC       nodeset+membind+policy.o
[Debian_9_x86_64_-m32]   CCLD     nodeset+membind+policy
[Debian_9_x86_64_-m32]   CC       get-knl-modes.o
[Debian_9_x86_64_-m32]   CCLD     get-knl-modes
[Debian_9_x86_64_-m32]   CC       gpu.o
[Debian_9_x86_64_-m32]   CCLD     gpu
[Fedora_25_x86_64]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[Fedora_25_x86_64]   CCLD     libhwloc-port-darwin.la
[Fedora_25_x86_64]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[Fedora_25_x86_64]   CCLD     libhwloc-port-freebsd.la
[NetBSD_7.1_x86_64] PASS: hwloc_synthetic
[NetBSD_7.1_x86_64] PASS: hwloc_custom
[NetBSD_7.1_x86_64] PASS: hwloc_backends
[NetBSD_7.1_x86_64] PASS: hwloc_pci_backend
[NetBSD_7.1_x86_64] PASS: hwloc_is_thissystem
[NetBSD_7.1_x86_64] PASS: hwloc_distances
[NetBSD_7.1_x86_64] PASS: hwloc_groups
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc-assembler.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc-assembler
[OpenIndiana_x86_64] PASS: test-hwloc-compress-dir.sh
[OpenIndiana_x86_64] PASS: test-hwloc-diffpatch.sh
[OpenIndiana_x86_64] PASS: test-hwloc-distances.sh
[OpenIndiana_x86_64] PASS: test-hwloc-distrib.sh
[Ubuntu_12.04_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[Ubuntu_12.04_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[Ubuntu_12.04_x86_64]   CC       hwloc_bitmap_singlify.o
[Ubuntu_14.04_x86_64]   CCLD     libhwloc-port-hpux.la
[Ubuntu_14.04_x86_64]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[Ubuntu_14.04_x86_64]   CCLD     libhwloc-port-netbsd.la
[Ubuntu_14.04_x86_64]   CC       libhwloc_port_osf_la-topology-osf.lo
[Ubuntu_14.04_x86_64]   CCLD     libhwloc-port-osf.la
[Ubuntu_14.04_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[Ubuntu_16.04_x86_32]   CC       hwloc_groups2.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_groups2
[Ubuntu_16.04_x86_32]   CC       hwloc_insert_misc.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_insert_misc
[Ubuntu_16.04_x86_64]   CC       intel-mic.o
[Ubuntu_16.04_x86_64]   CCLD     intel-mic
[Ubuntu_16.04_x86_64]   CC       linux-libnuma.o
[Ubuntu_16.04_x86_64]   CCLD     linux-libnuma
[Ubuntu_16.04_x86_64]   CC       glibc-sched.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_synthetic
[Ubuntu_18.04_x86_64]   CC       hwloc_custom.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_custom
[Ubuntu_18.04_x86_64]   CC       hwloc_backends.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_backends
[MinGW] checking for working syscall... no
[MinGW] checking for KERRIGHED... cannot check without pkg-config
[MinGW] checking for lib... /c/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/lib
[MinGW] checking for bash... /bin/sh
[MinGW] checking for ffs... no
[MinGW] checking for ffsl... no
[Pipeline] [FreeBSD_11.1_x86_64] }
[CentOS_6.3_x86_64]   CCLD     libhwloc-port-gl.la
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_6.3_x86_64] Making check in xml
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_64] make  check-TESTS
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[Debian_6_x86_32] PASS: hwloc_bitmap_singlify
[Debian_6_x86_32] PASS: hwloc_type_depth
[Debian_6_x86_32] PASS: hwloc_bind
[NetBSD_7.1_x86_64] PASS: hwloc_groups2
[NetBSD_7.1_x86_64] PASS: hwloc_insert_misc
[NetBSD_7.1_x86_64] PASS: hwloc_topology_restrict
[NetBSD_7.1_x86_64] PASS: hwloc_topology_dup
[NetBSD_7.1_x86_64] PASS: hwloc_topology_diff
[NetBSD_7.1_x86_64] PASS: hwloc_obj_infos
[NetBSD_7.1_x86_64] PASS: hwloc_iodevs
[NetBSD_7.1_x86_64] PASS: xmlbuffer
[NetBSD_7.1_x86_64] PASS: gl
[NetBSD_7.1_x86_64] PASS: intel-mic
[CentOS_6.3_x86_32]   CCLD     libhwloc-port-darwin.la
[CentOS_6.3_x86_32]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[CentOS_6.3_x86_32]   CCLD     libhwloc-port-freebsd.la
[CentOS_6.3_x86_32]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[CentOS_6.3_x86_32]   CCLD     libhwloc-port-hpux.la
[CentOS_6.3_x86_32]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[CentOS_6.3_x86_32]   CCLD     libhwloc-port-netbsd.la
[CentOS_6.3_x86_32]   CC       libhwloc_port_osf_la-topology-osf.lo
[CentOS_6.3_x86_64] PASS: 16amd64-4distances.xml
[CentOS_6.3_x86_64] PASS: 16em64t-4s2c2t.xml
[CentOS_6.3_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[CentOS_6.3_x86_64] PASS: 16em64t-4s2c2t.console.output
[CentOS_6.3_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[CentOS_6.3_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[CentOS_6.3_x86_64] PASS: 16intel64-manyVFs.xml
[CentOS_6.3_x86_64] PASS: 16intel64-manyVFs.console.output
[CentOS_6.3_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[CentOS_6.3_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[CentOS_6.3_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[CentOS_6.3_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[CentOS_6.3_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[CentOS_7.2_x86_64]   CCLD     libhwloc-port-osf.la
[CentOS_7.2_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[CentOS_7.2_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[CentOS_7.2_x86_64]   CCLD     libhwloc-port-solaris.la
[CentOS_7.2_x86_64]   CC       libhwloc_port_windows_la-topology-windows.lo
[Debian_5_x86_64] PASS: 16em64t-4s2c2t.xml
[Debian_5_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[Debian_5_x86_64] PASS: 16em64t-4s2c2t.console.output
[Debian_5_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[Debian_5_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[Debian_5_x86_64] PASS: 16intel64-manyVFs.xml
[Debian_5_x86_64] PASS: 16intel64-manyVFs.console.output
[Debian_5_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[Debian_5_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[Debian_5_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[Debian_5_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[Debian_5_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[Debian_5_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[Debian_6_x86_32] PASS: hwloc_get_last_cpu_location
[Debian_6_x86_32] PASS: hwloc_get_area_memlocation
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_7_x86_64] make  check-TESTS
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_7_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_7_x86_64] PASS: hwloc_list_components
[Debian_7_x86_64] PASS: hwloc_bitmap
[Debian_7_x86_64] PASS: hwloc_bitmap_string
[Debian_7_x86_64] PASS: hwloc_bitmap_compare_inclusion
[Debian_7_x86_64] PASS: hwloc_get_closest_objs
[Debian_7_x86_64] PASS: hwloc_get_obj_covering_cpuset
[Debian_8_x86_64]   CCLD     hwloc_backends
[Debian_8_x86_64]   CC       hwloc_pci_backend.o
[Debian_8_x86_64]   CCLD     hwloc_pci_backend
[Debian_8_x86_64]   CC       hwloc_is_thissystem.o
[Debian_8_x86_64]   CCLD     hwloc_is_thissystem
[Debian_8_x86_64]   CC       hwloc_distances.o
[Debian_8_x86_64]   CCLD     hwloc_distances
[Debian_8_x86_64]   CC       hwloc_groups.o
[Debian_8_x86_64]   CCLD     hwloc_groups
[Debian_9_x86_64] PASS: hwloc_object_userdata
[Debian_9_x86_64] PASS: hwloc_synthetic
[Debian_9_x86_64] PASS: hwloc_custom
[Debian_9_x86_64] PASS: hwloc_backends
[Debian_9_x86_64] PASS: hwloc_pci_backend
[Debian_9_x86_64] PASS: hwloc_is_thissystem
[Debian_9_x86_64] PASS: hwloc_distances
[Debian_9_x86_64] PASS: hwloc_groups
[Debian_9_x86_64_-m32]   CC       sharedcaches.o
[Debian_9_x86_64_-m32]   CCLD     sharedcaches
[Debian_9_x86_64_-m32] make[4]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64_-m32] make  check-TESTS
[Debian_9_x86_64_-m32] make[4]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64_-m32] make[5]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64_-m32] PASS: hwloc-hello
[Debian_9_x86_64_-m32] PASS: hwloc-hello-cpp
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] # TOTAL: 2
[Debian_9_x86_64_-m32] # PASS:  2
[Debian_9_x86_64_-m32] # SKIP:  0
[Debian_9_x86_64_-m32] # XFAIL: 0
[Debian_9_x86_64_-m32] # FAIL:  0
[Debian_9_x86_64_-m32] # XPASS: 0
[Debian_9_x86_64_-m32] # ERROR: 0
[Debian_9_x86_64_-m32] ============================================================================
[Debian_9_x86_64_-m32] make[5]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64_-m32] make[4]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64_-m32] make[3]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64_-m32] make[3]: Nothing to be done for 'check-am'.
[Debian_9_x86_64_-m32] make[3]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64_-m32] make[2]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64_-m32] make[1]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64_-m32] make[1]: Entering directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_9_x86_64_-m32] make[1]: Nothing to be done for 'check-am'.
[Debian_9_x86_64_-m32] make[1]: Leaving directory '/builds32/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_9_x86_64_-m32] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[Debian_9_x86_64_-m32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32]  * Topology extraction from /proc/cpuinfo *
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] processor 0
[Debian_9_x86_64_-m32] physical id 0
[Debian_9_x86_64_-m32] core id 0
[Debian_9_x86_64_-m32] processor 1
[Debian_9_x86_64_-m32] physical id 1
[Debian_9_x86_64_-m32] core id 0
[Debian_9_x86_64_-m32] Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset
[Debian_9_x86_64_-m32] Found cgroup-cpuset /
[Debian_9_x86_64_-m32] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.cpus>
[Debian_9_x86_64_-m32] cpuset includes 0x00000003
[Debian_9_x86_64_-m32] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.mems>
[Debian_9_x86_64_-m32] cpuset includes 0x00000001
[Debian_9_x86_64_-m32] os proc 1 is online
[Debian_9_x86_64_-m32] found 2 cpu topologies, cpuset 0x00000003
[Debian_9_x86_64_-m32] os package 0 has cpuset 0x00000001
[Debian_9_x86_64_-m32] os core 0 has cpuset 0x00000001
[Debian_9_x86_64_-m32] thread 0 has cpuset 0x00000001
[Debian_9_x86_64_-m32] cache depth 1 has cpuset 0x00000001
[Debian_9_x86_64_-m32] cache depth 1 has cpuset 0x00000001
[Debian_9_x86_64_-m32] cache depth 2 has cpuset 0x00000001
[Debian_9_x86_64_-m32] os package 1 has cpuset 0x00000002
[Debian_9_x86_64_-m32] os core 0 has cpuset 0x00000002
[Debian_9_x86_64_-m32] thread 1 has cpuset 0x00000002
[Debian_9_x86_64_-m32] cache depth 1 has cpuset 0x00000002
[Debian_9_x86_64_-m32] cache depth 1 has cpuset 0x00000002
[Debian_9_x86_64_-m32] cache depth 2 has cpuset 0x00000002
[Debian_9_x86_64_-m32] found DMIProductName 'CloudStack KVM Hypervisor'
[Debian_9_x86_64_-m32] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[Debian_9_x86_64_-m32] found DMIChassisVendor 'Bochs'
[Debian_9_x86_64_-m32] found DMIChassisType '1'
[Debian_9_x86_64_-m32] found DMIChassisVersion ''
[Debian_9_x86_64_-m32] found DMIChassisAssetTag ''
[Debian_9_x86_64_-m32] found DMIBIOSVendor 'Seabios'
[Debian_9_x86_64_-m32] found DMIBIOSVersion '0.5.1'
[Debian_9_x86_64_-m32] found DMIBIOSDate '01/01/2011'
[Debian_9_x86_64_-m32] found DMISysVendor 'Apache Software Foundation'
[Debian_9_x86_64_-m32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_9_x86_64_-m32] Machine#0(local=2052540KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001
[Debian_9_x86_64_-m32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000001
[Debian_9_x86_64_-m32]             PU#0 cpuset 0x00000001
[Debian_9_x86_64_-m32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000002
[Debian_9_x86_64_-m32]             PU#1 cpuset 0x00000002
[Debian_9_x86_64_-m32] Backend x86 forcing a reconnect of levels
[Debian_9_x86_64_-m32] --- Package level has number 1
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Cache level depth 2 has number 2
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Cache level depth 1 has number 3
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Cache level depth 1 has number 4
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Core level has number 5
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- PU level has number 6
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_9_x86_64_-m32] highest cpuid d, cpuid type 0
[Debian_9_x86_64_-m32] highest extended cpuid 80000008
[Debian_9_x86_64_-m32] possible CPUs are 0x00000003
[Debian_9_x86_64_-m32] binding to CPU0
[Debian_9_x86_64_-m32] APIC ID 0x00 max_log_proc 1
[Debian_9_x86_64_-m32] phys 0 thread 0
[Debian_9_x86_64_-m32] cache 0 type 1
[Debian_9_x86_64_-m32] thus 1 threads
[Debian_9_x86_64_-m32] this is thread 0 of core 0
[Debian_9_x86_64_-m32] cache 1 type 2
[Debian_9_x86_64_-m32] cache 2 type 3
[Debian_9_x86_64_-m32] cache 3 type 0
[Debian_9_x86_64_-m32] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_9_x86_64_-m32] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_9_x86_64_-m32] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Debian_9_x86_64_-m32] binding to CPU1
[Debian_9_x86_64_-m32] APIC ID 0x01 max_log_proc 1
[Debian_9_x86_64_-m32] phys 1 thread 0
[Debian_9_x86_64_-m32] cache 0 type 1
[Debian_9_x86_64_-m32] thus 1 threads
[Debian_9_x86_64_-m32] this is thread 0 of core 0
[Debian_9_x86_64_-m32] cache 1 type 2
[Debian_9_x86_64_-m32] cache 2 type 3
[Debian_9_x86_64_-m32] cache 3 type 0
[Debian_9_x86_64_-m32] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_9_x86_64_-m32] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_9_x86_64_-m32] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Debian_9_x86_64_-m32] Machine#0(local=2052540KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[Debian_9_x86_64_-m32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000001 arity 1
[Debian_9_x86_64_-m32]             PU#0 cpuset 0x00000001
[Debian_9_x86_64_-m32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000002 arity 1
[Debian_9_x86_64_-m32]             PU#1 cpuset 0x00000002
[Debian_9_x86_64_-m32] Machine#0(local=2052540KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[Debian_9_x86_64_-m32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000001 arity 1
[Debian_9_x86_64_-m32]             PU#0 cpuset 0x00000001
[Debian_9_x86_64_-m32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000002 arity 1
[Debian_9_x86_64_-m32]             PU#1 cpuset 0x00000002
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Restrict topology cpusets to existing PU and NODE objects
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Propagate offline and disallowed cpus down and up
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Propagate nodesets
[Debian_9_x86_64_-m32] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Debian_9_x86_64_-m32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64_-m32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Debian_9_x86_64_-m32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64_-m32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Removing unauthorized and offline sets from all sets
[Debian_9_x86_64_-m32] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Debian_9_x86_64_-m32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64_-m32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Debian_9_x86_64_-m32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64_-m32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Add default object sets
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Ok, finished tweaking, now connect
[Debian_9_x86_64_-m32] --- Package level has number 1
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Cache level depth 2 has number 2
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Cache level depth 1 has number 3
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Cache level depth 1 has number 4
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Core level has number 5
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- PU level has number 6
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_9_x86_64_-m32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64_-m32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64_-m32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Scanning PCI buses...
[Debian_9_x86_64_-m32]   0000:00:00.0 0600 8086:1237 Intel Corporation 440FX - 82441FX PMC [Natoma]
[Debian_9_x86_64_-m32]   0000:00:01.0 0601 8086:7000 Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
[Debian_9_x86_64_-m32]   0000:00:01.1 0101 8086:7010 Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
[Debian_9_x86_64_-m32]   0000:00:01.2 0c03 8086:7020 Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]
[Debian_9_x86_64_-m32]   0000:00:01.3 0680 8086:7113 Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[Debian_9_x86_64_-m32]   0000:00:02.0 0300 1013:00b8 Cirrus Logic GD 5446
[Debian_9_x86_64_-m32]   0000:00:03.0 0200 1af4:1000 Red Hat, Inc Virtio network device
[Debian_9_x86_64_-m32]   0000:00:04.0 0100 1af4:1001 Red Hat, Inc Virtio block device
[Debian_9_x86_64_-m32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] PCI hierarchy under fake parent:
[Debian_9_x86_64_-m32]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[Debian_9_x86_64_-m32]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[Debian_9_x86_64_-m32]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[Debian_9_x86_64_-m32]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[Debian_9_x86_64_-m32]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[Debian_9_x86_64_-m32]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[Debian_9_x86_64_-m32]   0000:00:03.0 Device [1af4:1000 (1af4:0001) rev=00 class=0200]
[Debian_9_x86_64_-m32]   0000:00:04.0 Device [1af4:1001 (1af4:0002) rev=00 class=0100]
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Starting new PCI hostbridge 0000:00
[Debian_9_x86_64_-m32] New PCI hostbridge 0000:[00-00]
[Debian_9_x86_64_-m32] Attaching hostbridge to cpuset 0x00000003
[Debian_9_x86_64_-m32] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_9_x86_64_-m32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64_-m32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64_-m32]   Bridge Host->PCI#0(buses=0000:[00-00])
[Debian_9_x86_64_-m32]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Debian_9_x86_64_-m32]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Debian_9_x86_64_-m32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]"
[Debian_9_x86_64_-m32]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_9_x86_64_-m32]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Debian_9_x86_64_-m32]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Debian_9_x86_64_-m32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446"
[Debian_9_x86_64_-m32]       GPU name "card0"
[Debian_9_x86_64_-m32]       GPU name "controlD64"
[Debian_9_x86_64_-m32]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_9_x86_64_-m32]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_9_x86_64_-m32] Backend linuxpci forcing a reconnect of levels
[Debian_9_x86_64_-m32] --- Package level has number 1
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Cache level depth 2 has number 2
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Cache level depth 1 has number 3
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Cache level depth 1 has number 4
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Core level has number 5
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- PU level has number 6
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] PCI objects already added, ignoring linuxpci backend.
[Debian_9_x86_64_-m32] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_9_x86_64_-m32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64_-m32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64_-m32]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_9_x86_64_-m32]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Debian_9_x86_64_-m32]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Debian_9_x86_64_-m32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_9_x86_64_-m32]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_9_x86_64_-m32]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Debian_9_x86_64_-m32]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Debian_9_x86_64_-m32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Debian_9_x86_64_-m32]       GPU name "card0"
[Debian_9_x86_64_-m32]       GPU name "controlD64"
[Debian_9_x86_64_-m32]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_9_x86_64_-m32]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Now reconnecting
[Debian_9_x86_64_-m32] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_9_x86_64_-m32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64_-m32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64_-m32]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_9_x86_64_-m32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_9_x86_64_-m32]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_9_x86_64_-m32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Debian_9_x86_64_-m32]       GPU name "card0"
[Debian_9_x86_64_-m32]       GPU name "controlD64"
[Debian_9_x86_64_-m32]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_9_x86_64_-m32]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Removing ignored objects
[Debian_9_x86_64_-m32] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_9_x86_64_-m32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64_-m32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64_-m32]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_9_x86_64_-m32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_9_x86_64_-m32]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_9_x86_64_-m32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Debian_9_x86_64_-m32]       GPU name "card0"
[Debian_9_x86_64_-m32]       GPU name "controlD64"
[Debian_9_x86_64_-m32]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_9_x86_64_-m32]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Removing empty objects except numa nodes and PCI devices
[Debian_9_x86_64_-m32] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_9_x86_64_-m32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64_-m32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64_-m32]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_9_x86_64_-m32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_9_x86_64_-m32]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_9_x86_64_-m32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Debian_9_x86_64_-m32]       GPU name "card0"
[Debian_9_x86_64_-m32]       GPU name "controlD64"
[Debian_9_x86_64_-m32]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_9_x86_64_-m32]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[Debian_9_x86_64_-m32] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_9_x86_64_-m32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64_-m32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64_-m32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64_-m32]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_9_x86_64_-m32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_9_x86_64_-m32]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_9_x86_64_-m32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Debian_9_x86_64_-m32]       GPU name "card0"
[Debian_9_x86_64_-m32]       GPU name "controlD64"
[Debian_9_x86_64_-m32]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_9_x86_64_-m32]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_9_x86_64_-m32] --- Package level has number 1
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Cache level depth 2 has number 2
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Cache level depth 1 has number 3
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Cache level depth 1 has number 4
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- Core level has number 5
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] --- PU level has number 6
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] 
[Debian_9_x86_64_-m32] Propagate total memory up
[Debian_9_x86_64_-m32] Machine (2004MB)
[Debian_9_x86_64_-m32]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[Debian_9_x86_64_-m32]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[Debian_9_x86_64_-m32]   HostBridge L#0
[Debian_9_x86_64_-m32]     PCI 8086:7010
[Debian_9_x86_64_-m32]       Block(Removable Media Device) L#0 "sr0"
[Debian_9_x86_64_-m32]     PCI 1013:00b8
[Debian_9_x86_64_-m32]       GPU L#1 "card0"
[Debian_9_x86_64_-m32]       GPU L#2 "controlD64"
[Debian_9_x86_64_-m32]     PCI 1af4:1000
[Debian_9_x86_64_-m32]     PCI 1af4:1001
[Debian_9_x86_64_-m32] + cd ..
[Debian_9_x86_64_-m32] + exit 0
[Fedora_25_x86_64]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[Fedora_25_x86_64]   CCLD     libhwloc-port-hpux.la
[Fedora_25_x86_64]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[Fedora_25_x86_64]   CCLD     libhwloc-port-netbsd.la
[Fedora_25_x86_64]   CC       libhwloc_port_osf_la-topology-osf.lo
[Fedora_25_x86_64]   CCLD     libhwloc-port-osf.la
[Fedora_25_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] # TOTAL: 36
[NetBSD_7.1_x86_64] # PASS:  36
[NetBSD_7.1_x86_64] # SKIP:  0
[NetBSD_7.1_x86_64] # XFAIL: 0
[NetBSD_7.1_x86_64] # FAIL:  0
[NetBSD_7.1_x86_64] # XPASS: 0
[NetBSD_7.1_x86_64] # ERROR: 0
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] Making check in ports
[NetBSD_7.1_x86_64] make  
[NetBSD_7.1_x86_64] Making check in xml
[NetBSD_7.1_x86_64] make  check-TESTS
[NetBSD_7.1_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[NetBSD_7.1_x86_64] PASS: 16amd64-4distances.xml
[NetBSD_7.1_x86_64] PASS: 16em64t-4s2c2t.xml
[NetBSD_7.1_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[NetBSD_7.1_x86_64] PASS: 16em64t-4s2c2t.console.output
[NetBSD_7.1_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[NetBSD_7.1_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[NetBSD_7.1_x86_64] PASS: 16intel64-manyVFs.xml
[NetBSD_7.1_x86_64] PASS: 16intel64-manyVFs.console.output
[NetBSD_7.1_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[NetBSD_7.1_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[NetBSD_7.1_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc-bind.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc-bind
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc-calc.o
[OpenIndiana_x86_64] PASS: test-hwloc-info.sh
[OpenIndiana_x86_64] PASS: test-fake-plugin.sh
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] # TOTAL: 9
[OpenIndiana_x86_64] # PASS:  9
[OpenIndiana_x86_64] # SKIP:  0
[OpenIndiana_x86_64] # XFAIL: 0
[OpenIndiana_x86_64] # FAIL:  0
[OpenIndiana_x86_64] # XPASS: 0
[OpenIndiana_x86_64] # ERROR: 0
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] Making check in lstopo
[OpenIndiana_x86_64] make  check-TESTS
[OpenIndiana_x86_64] PASS: test-hwloc-ls.sh
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] # TOTAL: 1
[OpenIndiana_x86_64] # PASS:  1
[OpenIndiana_x86_64] # SKIP:  0
[OpenIndiana_x86_64] # XFAIL: 0
[OpenIndiana_x86_64] # FAIL:  0
[OpenIndiana_x86_64] # XPASS: 0
[OpenIndiana_x86_64] # ERROR: 0
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] Making check in tests
[OpenIndiana_x86_64] Making check in .
[OpenIndiana_x86_64] make  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_bind hwloc_get_last_cpu_location  hwloc_get_area_memlocation  hwloc_object_userdata hwloc_synthetic  hwloc_custom hwloc_backends  hwloc_pci_backend hwloc_is_thissystem  hwloc_distances hwloc_groups  hwloc_groups2 hwloc_insert_misc  hwloc_topology_restrict hwloc_topology_dup  hwloc_topology_diff hwloc_obj_infos  hwloc_iodevs xmlbuffer gl  intel-mic          
[OpenIndiana_x86_64]   CC       hwloc_list_components.o
[OpenIndiana_x86_64]   CCLD     hwloc_list_components
[OpenIndiana_x86_64]   CC       hwloc_bitmap.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_bitmap_singlify
[Ubuntu_12.04_x86_64]   CC       hwloc_type_depth.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_type_depth
[Ubuntu_12.04_x86_64]   CC       hwloc_bind.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_bind
[Ubuntu_12.04_x86_64]   CC       hwloc_get_last_cpu_location.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_get_last_cpu_location
[Ubuntu_12.04_x86_64]   CC       hwloc_get_area_memlocation.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_get_area_memlocation
[Ubuntu_12.04_x86_64]   CC       hwloc_object_userdata.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_object_userdata
[Ubuntu_12.04_x86_64]   CC       hwloc_synthetic.o
[Ubuntu_14.04_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[Ubuntu_14.04_x86_64]   CCLD     libhwloc-port-solaris.la
[Ubuntu_14.04_x86_64]   CC       libhwloc_port_windows_la-topology-windows.lo
[Ubuntu_14.04_x86_64]   CCLD     libhwloc-port-windows.la
[Ubuntu_14.04_x86_64]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[Ubuntu_16.04_x86_32]   CC       hwloc_topology_restrict.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_topology_restrict
[Ubuntu_16.04_x86_32]   CC       hwloc_topology_dup.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_topology_dup
[Ubuntu_16.04_x86_32]   CC       hwloc_topology_diff.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_topology_diff
[Ubuntu_16.04_x86_32]   CC       hwloc_obj_infos.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_obj_infos
[Ubuntu_16.04_x86_32]   CC       hwloc_iodevs.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc_iodevs
[Ubuntu_16.04_x86_32]   CC       xmlbuffer.o
[Ubuntu_16.04_x86_32]   CCLD     xmlbuffer
[Ubuntu_16.04_x86_32]   CC       gl.o
[Ubuntu_16.04_x86_64]   CCLD     glibc-sched
[Ubuntu_16.04_x86_64]   CC       openfabrics-verbs.o
[Ubuntu_16.04_x86_64]   CCLD     openfabrics-verbs
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_64] make  check-TESTS
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_64] PASS: hwloc_list_components
[Ubuntu_16.04_x86_64] PASS: hwloc_bitmap
[Ubuntu_16.04_x86_64] PASS: hwloc_bitmap_string
[Ubuntu_16.04_x86_64] PASS: hwloc_bitmap_compare_inclusion
[Ubuntu_16.04_x86_64] PASS: hwloc_get_closest_objs
[Ubuntu_18.04_x86_64]   CC       hwloc_pci_backend.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_pci_backend
[Ubuntu_18.04_x86_64]   CC       hwloc_is_thissystem.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_is_thissystem
[Ubuntu_18.04_x86_64]   CC       hwloc_distances.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_distances
[Ubuntu_18.04_x86_64]   CC       hwloc_groups.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_groups
[Ubuntu_18.04_x86_64]   CC       hwloc_groups2.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_groups2
[Ubuntu_18.04_x86_64]   CC       hwloc_insert_misc.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_insert_misc
[MinGW] checking for fls... no
[MinGW] checking for flsl... no
[MinGW] checking for clz... no
[MinGW] checking for clzl... no
[CentOS_6.3_x86_32]   CCLD     libhwloc-port-osf.la
[CentOS_6.3_x86_32]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[CentOS_6.3_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[CentOS_6.3_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[CentOS_7.2_x86_64]   CCLD     libhwloc-port-windows.la
[CentOS_7.2_x86_64]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[Debian_5_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[Debian_5_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[Debian_6_x86_32] PASS: hwloc_object_userdata
[Debian_6_x86_32] PASS: hwloc_synthetic
[Debian_7_x86_64] PASS: hwloc_get_cache_covering_cpuset
[Debian_7_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[Debian_7_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[Debian_8_x86_64]   CC       hwloc_groups2.o
[Debian_8_x86_64]   CCLD     hwloc_groups2
[Debian_8_x86_64]   CC       hwloc_insert_misc.o
[Debian_8_x86_64]   CCLD     hwloc_insert_misc
[Debian_8_x86_64]   CC       hwloc_topology_restrict.o
[Debian_9_x86_64] PASS: hwloc_groups2
[Debian_9_x86_64] PASS: hwloc_insert_misc
[Debian_9_x86_64] PASS: hwloc_topology_restrict
[Debian_9_x86_64] PASS: hwloc_topology_dup
[Debian_9_x86_64] PASS: hwloc_topology_diff
[Debian_9_x86_64] PASS: hwloc_obj_infos
[Debian_9_x86_64] PASS: hwloc_iodevs
[Debian_9_x86_64] PASS: xmlbuffer
[Debian_9_x86_64] PASS: gl
[Debian_9_x86_64] PASS: intel-mic
[Debian_9_x86_64] PASS: linux-libnuma
[Debian_9_x86_64] PASS: glibc-sched
[Debian_9_x86_64] PASS: openfabrics-verbs
[Debian_9_x86_64] PASS: opencl
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] # TOTAL: 40
[Debian_9_x86_64] # PASS:  40
[Debian_9_x86_64] # SKIP:  0
[Debian_9_x86_64] # XFAIL: 0
[Debian_9_x86_64] # FAIL:  0
[Debian_9_x86_64] # XPASS: 0
[Debian_9_x86_64] # ERROR: 0
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64] Making check in ports
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_9_x86_64] make  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-osf.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
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_9_x86_64]   CC       libhwloc_port_aix_la-topology-aix.lo
[Fedora_25_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[Fedora_25_x86_64]   CCLD     libhwloc-port-solaris.la
[Fedora_25_x86_64]   CC       libhwloc_port_windows_la-topology-windows.lo
[NetBSD_7.1_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[NetBSD_7.1_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[OS_X_12]   CC       lstopo_no_graphics-lstopo-fig.o
[OpenIndiana_x86_64]   CCLD     hwloc_bitmap
[Ubuntu_12.04_x86_64]   CCLD     hwloc_synthetic
[Ubuntu_12.04_x86_64]   CC       hwloc_custom.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_custom
[Ubuntu_14.04_x86_64]   CCLD     libhwloc-port-opencl.la
[Ubuntu_14.04_x86_64]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[Ubuntu_14.04_x86_64]   CCLD     libhwloc-port-cuda.la
[Ubuntu_14.04_x86_64]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[Ubuntu_16.04_x86_32]   CCLD     gl
[Ubuntu_16.04_x86_32]   CC       intel-mic.o
[Ubuntu_16.04_x86_64] PASS: hwloc_get_obj_covering_cpuset
[Ubuntu_16.04_x86_64] PASS: hwloc_get_cache_covering_cpuset
[Ubuntu_18.04_x86_64]   CC       hwloc_topology_restrict.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_topology_restrict
[MinGW] checking for openat... no
[MinGW] checking malloc.h usability... yes
[MinGW] checking malloc.h presence... yes
[MinGW] checking for malloc.h... yes
[Pipeline] [Debian_9_x86_64_-m32] deleteDir
[CentOS_6.3_x86_32]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[CentOS_6.3_x86_32]   CCLD     libhwloc-port-solaris.la
[CentOS_6.3_x86_32]   CC       libhwloc_port_windows_la-topology-windows.lo
[CentOS_6.3_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[CentOS_7.2_x86_64]   CCLD     libhwloc-port-opencl.la
[CentOS_7.2_x86_64]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[CentOS_7.2_x86_64]   CCLD     libhwloc-port-cuda.la
[CentOS_7.2_x86_64]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[CentOS_7.2_x86_64]   CCLD     libhwloc-port-nvml.la
[CentOS_7.2_x86_64]   CC       libhwloc_port_gl_la-topology-gl.lo
[Debian_5_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[Debian_6_x86_32] PASS: hwloc_custom
[Debian_6_x86_32] PASS: hwloc_backends
[Debian_6_x86_32] PASS: hwloc_pci_backend
[Debian_6_x86_32] PASS: hwloc_is_thissystem
[Debian_6_x86_32] PASS: hwloc_distances
[Debian_6_x86_32] PASS: hwloc_groups
[Debian_7_x86_64] PASS: hwloc_get_obj_inside_cpuset
[Debian_7_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[Debian_7_x86_64] PASS: hwloc_get_obj_below_array_by_type
[Debian_7_x86_64] PASS: hwloc_bitmap_first_last_weight
[Debian_8_x86_64]   CCLD     hwloc_topology_restrict
[Debian_8_x86_64]   CC       hwloc_topology_dup.o
[Debian_8_x86_64]   CCLD     hwloc_topology_dup
[Debian_8_x86_64]   CC       hwloc_topology_diff.o
[Debian_9_x86_64]   CCLD     libhwloc-port-aix.la
[Debian_9_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[Debian_9_x86_64]   CCLD     libhwloc-port-bgq.la
[Fedora_25_x86_64]   CCLD     libhwloc-port-windows.la
[Fedora_25_x86_64]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[Fedora_25_x86_64]   CCLD     libhwloc-port-opencl.la
[NetBSD_7.1_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[NetBSD_7.1_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[NetBSD_7.1_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[OS_X_12]   CC       lstopo_no_graphics-lstopo-ascii.o
[OS_X_12]   CC       lstopo_no_graphics-lstopo-text.o
[OS_X_12]   CC       lstopo_no_graphics-lstopo-xml.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc-calc
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc-diff.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc-diff
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc-distances.o
[OpenIndiana_x86_64]   CC       hwloc_bitmap_string.o
[OpenIndiana_x86_64]   CCLD     hwloc_bitmap_string
[OpenIndiana_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[OpenIndiana_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[OpenIndiana_x86_64]   CC       hwloc_get_closest_objs.o
[OpenIndiana_x86_64]   CCLD     hwloc_get_closest_objs
[Ubuntu_12.04_x86_64]   CC       hwloc_backends.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_backends
[Ubuntu_12.04_x86_64]   CC       hwloc_pci_backend.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_pci_backend
[Ubuntu_14.04_x86_64]   CCLD     libhwloc-port-nvml.la
[Ubuntu_14.04_x86_64]   CC       libhwloc_port_gl_la-topology-gl.lo
[Ubuntu_14.04_x86_64]   CCLD     libhwloc-port-gl.la
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_14.04_x86_64] Making check in xml
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_14.04_x86_64] make  check-TESTS
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_14.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_14.04_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[Ubuntu_16.04_x86_32]   CCLD     intel-mic
[Ubuntu_16.04_x86_32]   CC       linux-libnuma.o
[Ubuntu_16.04_x86_32]   CCLD     linux-libnuma
[Ubuntu_16.04_x86_32]   CC       glibc-sched.o
[Ubuntu_16.04_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[Ubuntu_16.04_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[Ubuntu_16.04_x86_64] PASS: hwloc_get_obj_inside_cpuset
[Ubuntu_18.04_x86_64]   CC       hwloc_topology_dup.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_topology_dup
[Ubuntu_18.04_x86_64]   CC       hwloc_topology_diff.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_topology_diff
[Ubuntu_18.04_x86_64]   CC       hwloc_obj_infos.o
[MinGW] checking for getpagesize... yes
[MinGW] checking for memalign... no
[CentOS_6.3_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[CentOS_7.2_x86_64]   CCLD     libhwloc-port-gl.la
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_7.2_x86_64] Making check in xml
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_7.2_x86_64] make  check-TESTS
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_7.2_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_7.2_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[Debian_5_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[Debian_6_x86_32] PASS: hwloc_groups2
[Debian_6_x86_32] PASS: hwloc_insert_misc
[Debian_6_x86_32] PASS: hwloc_topology_restrict
[Debian_6_x86_32] PASS: hwloc_topology_dup
[Debian_6_x86_32] PASS: hwloc_topology_diff
[Debian_6_x86_32] PASS: hwloc_obj_infos
[Debian_6_x86_32] PASS: hwloc_iodevs
[Debian_7_x86_64] PASS: hwloc_bitmap_singlify
[Debian_7_x86_64] PASS: hwloc_type_depth
[Debian_7_x86_64] PASS: hwloc_bind
[Debian_7_x86_64] PASS: hwloc_get_last_cpu_location
[Debian_8_x86_64]   CCLD     hwloc_topology_diff
[Debian_8_x86_64]   CC       hwloc_obj_infos.o
[Debian_8_x86_64]   CCLD     hwloc_obj_infos
[Debian_9_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[Fedora_25_x86_64]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[Fedora_25_x86_64]   CCLD     libhwloc-port-cuda.la
[Fedora_25_x86_64]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[Fedora_25_x86_64]   CCLD     libhwloc-port-nvml.la
[Fedora_25_x86_64]   CC       libhwloc_port_gl_la-topology-gl.lo
[OS_X_12]   CCLD     lstopo-no-graphics
[OpenBSD_5.9_x86_64]   CCLD     hwloc-distances
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc-distrib.o
[OpenIndiana_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[OpenIndiana_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[OpenIndiana_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[Ubuntu_12.04_x86_64]   CC       hwloc_is_thissystem.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_is_thissystem
[Ubuntu_12.04_x86_64]   CC       hwloc_distances.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_distances
[Ubuntu_12.04_x86_64]   CC       hwloc_groups.o
[Ubuntu_14.04_x86_64] PASS: 16amd64-4distances.xml
[Ubuntu_14.04_x86_64] PASS: 16em64t-4s2c2t.xml
[Ubuntu_14.04_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[Ubuntu_14.04_x86_64] PASS: 16em64t-4s2c2t.console.output
[Ubuntu_14.04_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[Ubuntu_14.04_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[Ubuntu_16.04_x86_32]   CCLD     glibc-sched
[Ubuntu_16.04_x86_32]   CC       openfabrics-verbs.o
[Ubuntu_16.04_x86_32]   CCLD     openfabrics-verbs
[Ubuntu_16.04_x86_32]   CC       opencl.o
[Ubuntu_16.04_x86_32]   CCLD     opencl
[Ubuntu_16.04_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[Ubuntu_16.04_x86_64] PASS: hwloc_get_obj_below_array_by_type
[Ubuntu_16.04_x86_64] PASS: hwloc_bitmap_first_last_weight
[Ubuntu_16.04_x86_64] PASS: hwloc_bitmap_singlify
[Ubuntu_16.04_x86_64] PASS: hwloc_type_depth
[Ubuntu_16.04_x86_64] PASS: hwloc_bind
[Ubuntu_18.04_x86_64]   CCLD     hwloc_obj_infos
[Ubuntu_18.04_x86_64]   CC       hwloc_iodevs.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc_iodevs
[Ubuntu_18.04_x86_64]   CC       xmlbuffer.o
[Ubuntu_18.04_x86_64]   CCLD     xmlbuffer
[MinGW] checking for posix_memalign... no
[Pipeline] [Debian_9_x86_64_-m32] }
[CentOS_6.3_x86_32]   CCLD     libhwloc-port-windows.la
[CentOS_6.3_x86_32]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[CentOS_6.3_x86_32]   CCLD     libhwloc-port-opencl.la
[CentOS_6.3_x86_32]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[CentOS_6.3_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[CentOS_7.2_x86_64] PASS: 16amd64-4distances.xml
[CentOS_7.2_x86_64] PASS: 16em64t-4s2c2t.xml
[CentOS_7.2_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[CentOS_7.2_x86_64] PASS: 16em64t-4s2c2t.console.output
[CentOS_7.2_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[CentOS_7.2_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[CentOS_7.2_x86_64] PASS: 16intel64-manyVFs.xml
[CentOS_7.2_x86_64] PASS: 16intel64-manyVFs.console.output
[Debian_5_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] # TOTAL: 20
[Debian_5_x86_64] # PASS:  20
[Debian_5_x86_64] # SKIP:  0
[Debian_5_x86_64] # XFAIL: 0
[Debian_5_x86_64] # FAIL:  0
[Debian_5_x86_64] # XPASS: 0
[Debian_5_x86_64] # ERROR: 0
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_5_x86_64] Making check in linux
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_5_x86_64] Making check in .
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_5_x86_64] make  check-TESTS
[Debian_5_x86_64] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_5_x86_64] make[5]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_5_x86_64] PASS: 2amd64-2n.output
[Debian_5_x86_64] PASS: 2i386-2t-hugepagesizecount.xml.output
[Debian_6_x86_32] PASS: xmlbuffer
[Debian_6_x86_32] PASS: gl
[Debian_6_x86_32] PASS: intel-mic
[Debian_6_x86_32] SKIP: linux-libnuma
[Debian_6_x86_32] PASS: glibc-sched
[Debian_6_x86_32] PASS: openfabrics-verbs
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] # TOTAL: 39
[Debian_6_x86_32] # PASS:  38
[Debian_6_x86_32] # SKIP:  1
[Debian_6_x86_32] # XFAIL: 0
[Debian_6_x86_32] # FAIL:  0
[Debian_6_x86_32] # XPASS: 0
[Debian_6_x86_32] # ERROR: 0
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_6_x86_32] Making check in ports
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports »
[Debian_6_x86_32] make  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-osf.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
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports »
[Debian_6_x86_32]   CC       libhwloc_port_aix_la-topology-aix.lo
[Debian_7_x86_64] PASS: hwloc_get_area_memlocation
[Debian_8_x86_64]   CC       hwloc_iodevs.o
[Debian_8_x86_64]   CCLD     hwloc_iodevs
[Debian_8_x86_64]   CC       xmlbuffer.o
[Debian_8_x86_64]   CCLD     xmlbuffer
[Debian_8_x86_64]   CC       gl.o
[Debian_8_x86_64]   CCLD     gl
[Debian_8_x86_64]   CC       intel-mic.o
[Debian_9_x86_64]   CCLD     libhwloc-port-darwin.la
[Debian_9_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[Debian_9_x86_64]   CCLD     libhwloc-port-freebsd.la
[Debian_9_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[Debian_9_x86_64]   CCLD     libhwloc-port-hpux.la
[Debian_9_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[Debian_9_x86_64]   CCLD     libhwloc-port-netbsd.la
[Fedora_25_x86_64]   CCLD     libhwloc-port-gl.la
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Fedora_25_x86_64] Making check in xml
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Fedora_25_x86_64] make  check-TESTS
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Fedora_25_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Fedora_25_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[Fedora_25_x86_64] PASS: 16amd64-4distances.xml
[Fedora_25_x86_64] PASS: 16em64t-4s2c2t.xml
[Fedora_25_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[NetBSD_7.1_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[OS_X_12]   CC       lstopo-lstopo.o
[OS_X_12]   CC       lstopo-lstopo-color.o
[OS_X_12]   CC       lstopo-lstopo-draw.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc-distrib
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc-info.o
[OpenIndiana_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[OpenIndiana_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[OpenIndiana_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[OpenIndiana_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[OpenIndiana_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[Ubuntu_12.04_x86_64]   CCLD     hwloc_groups
[Ubuntu_12.04_x86_64]   CC       hwloc_groups2.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_groups2
[Ubuntu_12.04_x86_64]   CC       hwloc_insert_misc.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_insert_misc
[Ubuntu_14.04_x86_64] PASS: 16intel64-manyVFs.xml
[Ubuntu_14.04_x86_64] PASS: 16intel64-manyVFs.console.output
[Ubuntu_14.04_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[Ubuntu_14.04_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[Ubuntu_14.04_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[Ubuntu_14.04_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[Ubuntu_14.04_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_32] make  check-TESTS
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_32] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_32] PASS: hwloc_list_components
[Ubuntu_16.04_x86_32] PASS: hwloc_bitmap
[Ubuntu_16.04_x86_64] PASS: hwloc_get_last_cpu_location
[Ubuntu_16.04_x86_64] PASS: hwloc_get_area_memlocation
[Ubuntu_18.04_x86_64]   CC       gl.o
[Ubuntu_18.04_x86_64]   CCLD     gl
[Ubuntu_18.04_x86_64]   CC       intel-mic.o
[Ubuntu_18.04_x86_64]   CCLD     intel-mic
[Ubuntu_18.04_x86_64]   CC       linux-libnuma.o
[MinGW] checking sys/utsname.h usability... no
[MinGW] checking sys/utsname.h presence... no
[MinGW] checking for sys/utsname.h... no
[MinGW] checking for uname... no
[CentOS_6.3_x86_32]   CCLD     libhwloc-port-cuda.la
[CentOS_6.3_x86_32]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[CentOS_6.3_x86_32]   CCLD     libhwloc-port-nvml.la
[CentOS_7.2_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[CentOS_7.2_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[CentOS_7.2_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[Debian_5_x86_64] PASS: 2i386-2c-nohugepage.xml.output
[Debian_5_x86_64] PASS: 2ps3-2t.output
[Debian_5_x86_64] PASS: 4em64t-2c2t-ignore-reorder.output
[Debian_5_x86_64] PASS: 4ia64-4s.output
[Debian_5_x86_64] PASS: 4ppc-4c.output
[Ubuntu_14.04_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[Ubuntu_14.04_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[MinGW] checking valgrind/valgrind.h usability... no
[MinGW] checking valgrind/valgrind.h presence... no
[MinGW] checking for valgrind/valgrind.h... no
[Pipeline] [Debian_9_x86_64_-m32] // dir
[CentOS_6.3_x86_32]   CC       libhwloc_port_gl_la-topology-gl.lo
[CentOS_6.3_x86_32]   CCLD     libhwloc-port-gl.la
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[CentOS_6.3_x86_32] Making check in xml
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_32] make  check-TESTS
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_32] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_32] PASS: 16amd64-8n2c-cpusets.xml
[CentOS_6.3_x86_32] PASS: 16amd64-4distances.xml
[CentOS_6.3_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] # TOTAL: 20
[CentOS_6.3_x86_64] # PASS:  20
[CentOS_6.3_x86_64] # SKIP:  0
[CentOS_6.3_x86_64] # XFAIL: 0
[CentOS_6.3_x86_64] # FAIL:  0
[CentOS_6.3_x86_64] # XPASS: 0
[CentOS_6.3_x86_64] # ERROR: 0
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_64] Making check in linux
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_64] Making check in .
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_64] make  check-TESTS
[CentOS_6.3_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_64] PASS: 2amd64-2n.output
[CentOS_6.3_x86_64] PASS: 2i386-2t-hugepagesizecount.xml.output
[CentOS_6.3_x86_64] PASS: 2i386-2c-nohugepage.xml.output
[CentOS_6.3_x86_64] PASS: 2ps3-2t.output
[CentOS_6.3_x86_64] PASS: 4em64t-2c2t-ignore-reorder.output
[CentOS_6.3_x86_64] PASS: 4ia64-4s.output
[CentOS_6.3_x86_64] PASS: 4ppc-4c.output
[CentOS_7.2_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[CentOS_7.2_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[CentOS_7.2_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[CentOS_7.2_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[Debian_6_x86_32]   CCLD     libhwloc-port-aix.la
[Debian_6_x86_32]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[Debian_6_x86_32]   CCLD     libhwloc-port-bgq.la
[Debian_6_x86_32]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[Debian_6_x86_32]   CCLD     libhwloc-port-darwin.la
[Debian_7_x86_64] PASS: hwloc_object_userdata
[Debian_7_x86_64] PASS: hwloc_synthetic
[Debian_7_x86_64] PASS: hwloc_custom
[Debian_7_x86_64] PASS: hwloc_backends
[Debian_7_x86_64] PASS: hwloc_pci_backend
[Debian_7_x86_64] PASS: hwloc_is_thissystem
[Debian_8_x86_64]   CCLD     intel-mic
[Debian_8_x86_64]   CC       linux-libnuma.o
[Debian_8_x86_64]   CCLD     linux-libnuma
[Debian_8_x86_64]   CC       glibc-sched.o
[Debian_8_x86_64]   CCLD     glibc-sched
[Debian_9_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64]   CC       libhwloc_port_osf_la-topology-osf.lo
[Debian_9_x86_64]   CCLD     libhwloc-port-osf.la
[Debian_9_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[Debian_9_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[Fedora_25_x86_64] PASS: 16em64t-4s2c2t.console.output
[Fedora_25_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[Fedora_25_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[Fedora_25_x86_64] PASS: 16intel64-manyVFs.xml
[Fedora_25_x86_64] PASS: 16intel64-manyVFs.console.output
[Fedora_25_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[Fedora_25_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[Fedora_25_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[Fedora_25_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[Fedora_25_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[NetBSD_7.1_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[OpenBSD_5.9_x86_64]   CCLD     hwloc-info
[OpenIndiana_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[OpenIndiana_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[OpenIndiana_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[OpenIndiana_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[OpenIndiana_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[OpenIndiana_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[Ubuntu_12.04_x86_64]   CC       hwloc_topology_restrict.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_topology_restrict
[Ubuntu_12.04_x86_64]   CC       hwloc_topology_dup.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_topology_dup
[Ubuntu_12.04_x86_64]   CC       hwloc_topology_diff.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_topology_diff
[Ubuntu_12.04_x86_64]   CC       hwloc_obj_infos.o
[Ubuntu_14.04_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[Ubuntu_16.04_x86_32] PASS: hwloc_bitmap_string
[Ubuntu_16.04_x86_32] PASS: hwloc_bitmap_compare_inclusion
[Ubuntu_16.04_x86_32] PASS: hwloc_get_closest_objs
[Ubuntu_16.04_x86_32] PASS: hwloc_get_obj_covering_cpuset
[Ubuntu_16.04_x86_32] PASS: hwloc_get_cache_covering_cpuset
[Ubuntu_16.04_x86_64] PASS: hwloc_object_userdata
[Ubuntu_16.04_x86_64] PASS: hwloc_synthetic
[Ubuntu_18.04_x86_64]   CCLD     linux-libnuma
[Ubuntu_18.04_x86_64]   CC       glibc-sched.o
[Ubuntu_18.04_x86_64]   CCLD     glibc-sched
[Ubuntu_18.04_x86_64]   CC       openfabrics-verbs.o
[Ubuntu_18.04_x86_64]   CCLD     openfabrics-verbs
[Ubuntu_18.04_x86_64]   CC       opencl.o
[MinGW] checking whether RUNNING_ON_VALGRIND is declared... no
[MinGW] checking pthread_np.h usability... no
[MinGW] checking pthread_np.h presence... no
[MinGW] checking for pthread_np.h... no
[MinGW] checking whether pthread_setaffinity_np is declared... no
[Pipeline] [Debian_9_x86_64_-m32] }
[CentOS_6.3_x86_32] PASS: 16em64t-4s2c2t.xml
[CentOS_6.3_x86_32] PASS: 16em64t-4s2c2t-offlines.xml
[CentOS_6.3_x86_32] PASS: 16em64t-4s2c2t.console.output
[CentOS_6.3_x86_32] PASS: 16-2gr2gr2n2c+misc.xml
[CentOS_7.2_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[Debian_5_x86_64] PASS: 256ppc-8n8s4t.output
[Debian_6_x86_32]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[Debian_6_x86_32]   CCLD     libhwloc-port-freebsd.la
[Debian_7_x86_64] PASS: hwloc_distances
[Debian_7_x86_64] PASS: hwloc_groups
[Debian_7_x86_64] PASS: hwloc_groups2
[Debian_7_x86_64] PASS: hwloc_insert_misc
[Debian_8_x86_64]   CC       openfabrics-verbs.o
[Debian_8_x86_64]   CCLD     openfabrics-verbs
[Debian_8_x86_64]   CC       opencl.o
[Debian_9_x86_64]   CCLD     libhwloc-port-solaris.la
[Debian_9_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Fedora_25_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[Fedora_25_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[NetBSD_7.1_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] # TOTAL: 20
[NetBSD_7.1_x86_64] # PASS:  20
[NetBSD_7.1_x86_64] # SKIP:  0
[NetBSD_7.1_x86_64] # XFAIL: 0
[NetBSD_7.1_x86_64] # FAIL:  0
[NetBSD_7.1_x86_64] # XPASS: 0
[NetBSD_7.1_x86_64] # ERROR: 0
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] Making check in contrib/systemd
[NetBSD_7.1_x86_64] Making check in doc
[NetBSD_7.1_x86_64] make  check-recursive
[NetBSD_7.1_x86_64] Making check in examples
[NetBSD_7.1_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind  nodeset+membind+policy get-knl-modes  gpu sharedcaches
[NetBSD_7.1_x86_64]   CC       hwloc-hello.o
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc-patch.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc-patch
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc-ps.o
[OpenIndiana_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[OpenIndiana_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[Ubuntu_12.04_x86_64]   CCLD     hwloc_obj_infos
[Ubuntu_12.04_x86_64]   CC       hwloc_iodevs.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc_iodevs
[Ubuntu_14.04_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[Ubuntu_16.04_x86_32] PASS: hwloc_get_largest_objs_inside_cpuset
[Ubuntu_16.04_x86_32] PASS: hwloc_get_next_obj_covering_cpuset
[Ubuntu_16.04_x86_64] PASS: hwloc_custom
[Ubuntu_16.04_x86_64] PASS: hwloc_backends
[Ubuntu_16.04_x86_64] PASS: hwloc_pci_backend
[Ubuntu_16.04_x86_64] PASS: hwloc_is_thissystem
[Ubuntu_18.04_x86_64]   CCLD     opencl
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_18.04_x86_64] make  check-TESTS
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_18.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_18.04_x86_64] PASS: hwloc_list_components
[Ubuntu_18.04_x86_64] PASS: hwloc_bitmap
[MinGW] checking whether pthread_getaffinity_np is declared... no
[CentOS_6.3_x86_32] PASS: 16-2gr2gr2n2c+misc.console.output
[CentOS_6.3_x86_32] PASS: 16intel64-manyVFs.xml
[CentOS_6.3_x86_32] PASS: 16intel64-manyVFs.console.output
[CentOS_6.3_x86_32] PASS: 16intel64-manyVFs.console.nocollapse.output
[CentOS_6.3_x86_32] PASS: 24em64t-2n6c2t-pci.xml
[CentOS_6.3_x86_32] PASS: 32em64t-2n8c2t-pci-noio.xml
[CentOS_7.2_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[Debian_5_x86_64] PASS: 256ppc-8n8s4t-nocache.output
[Debian_6_x86_32]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[Debian_6_x86_32]   CCLD     libhwloc-port-hpux.la
[Debian_7_x86_64] PASS: hwloc_topology_restrict
[Debian_7_x86_64] PASS: hwloc_topology_dup
[Debian_7_x86_64] PASS: hwloc_topology_diff
[Debian_7_x86_64] PASS: hwloc_obj_infos
[Debian_7_x86_64] PASS: hwloc_iodevs
[Debian_7_x86_64] PASS: xmlbuffer
[Debian_7_x86_64] PASS: gl
[Debian_8_x86_64]   CCLD     opencl
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_8_x86_64] make  check-TESTS
[Debian_9_x86_64]   CC       libhwloc_port_windows_la-topology-windows.lo
[Fedora_25_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[NetBSD_7.1_x86_64]   CCLD     hwloc-hello
[NetBSD_7.1_x86_64]   CXX      hwloc-hello-cpp.o
[NetBSD_7.1_x86_64]   CXXLD    hwloc-hello-cpp
[NetBSD_7.1_x86_64]   CC       cpuset+bitmap+cpubind.o
[NetBSD_7.1_x86_64]   CCLD     cpuset+bitmap+cpubind
[NetBSD_7.1_x86_64]   CC       nodeset+membind+policy.o
[NetBSD_7.1_x86_64]   CCLD     nodeset+membind+policy
[OS_X_9] PASS: test-hwloc-compress-dir.sh
[OS_X_9] PASS: test-hwloc-diffpatch.sh
[OS_X_9] PASS: test-hwloc-distances.sh
[OpenBSD_5.9_x86_64]   CCLD     hwloc-ps
[OpenIndiana_x86_64]   CC       hwloc_bitmap_singlify.o
[OpenIndiana_x86_64]   CCLD     hwloc_bitmap_singlify
[OpenIndiana_x86_64]   CC       hwloc_type_depth.o
[OpenIndiana_x86_64]   CCLD     hwloc_type_depth
[OpenIndiana_x86_64]   CC       hwloc_bind.o
[Ubuntu_12.04_x86_64]   CC       xmlbuffer.o
[Ubuntu_12.04_x86_64]   CCLD     xmlbuffer
[Ubuntu_12.04_x86_64]   CC       gl.o
[Ubuntu_12.04_x86_64]   CCLD     gl
[Ubuntu_14.04_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[Ubuntu_16.04_x86_32] PASS: hwloc_get_obj_inside_cpuset
[Ubuntu_16.04_x86_64] PASS: hwloc_distances
[Ubuntu_16.04_x86_64] PASS: hwloc_groups
[Ubuntu_16.04_x86_64] PASS: hwloc_groups2
[Ubuntu_16.04_x86_64] PASS: hwloc_insert_misc
[Ubuntu_16.04_x86_64] PASS: hwloc_topology_restrict
[Ubuntu_16.04_x86_64] PASS: hwloc_topology_dup
[Ubuntu_16.04_x86_64] PASS: hwloc_topology_diff
[Ubuntu_16.04_x86_64] PASS: hwloc_obj_infos
[Ubuntu_16.04_x86_64] PASS: hwloc_iodevs
[Ubuntu_18.04_x86_64] PASS: hwloc_bitmap_string
[Ubuntu_18.04_x86_64] PASS: hwloc_bitmap_compare_inclusion
[Ubuntu_18.04_x86_64] PASS: hwloc_get_closest_objs
[Ubuntu_18.04_x86_64] PASS: hwloc_get_obj_covering_cpuset
[MinGW] checking for sched_setaffinity... no
[MinGW] checking for sys/cpuset.h... no
[MinGW] checking for cpuset_setaffinity... no
[Pipeline] [Debian_9_x86_64_-m32] // node
[CentOS_6.3_x86_32] PASS: 32em64t-2n8c2t-pci-normalio.xml
[CentOS_6.3_x86_32] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[CentOS_6.3_x86_32] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[CentOS_6.3_x86_64] PASS: 256ppc-8n8s4t.output
[Debian_5_x86_64] PASS: 256ppc-8n8s4t-nosys.output
[Debian_5_x86_64] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[Debian_5_x86_64] PASS: 32amd64-4s2n4c-cgroup.output
[Debian_5_x86_64] PASS: 32amd64-4s2n4c-cgroup.xml.output
[Debian_6_x86_32]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[Debian_6_x86_32]   CCLD     libhwloc-port-netbsd.la
[Debian_6_x86_32]   CC       libhwloc_port_osf_la-topology-osf.lo
[Debian_6_x86_32]   CCLD     libhwloc-port-osf.la
[Debian_6_x86_32]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[Debian_7_x86_64] PASS: intel-mic
[Debian_7_x86_64] PASS: linux-libnuma
[Debian_7_x86_64] PASS: glibc-sched
[Debian_7_x86_64] PASS: openfabrics-verbs
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] # TOTAL: 39
[Debian_7_x86_64] # PASS:  39
[Debian_7_x86_64] # SKIP:  0
[Debian_7_x86_64] # XFAIL: 0
[Debian_7_x86_64] # FAIL:  0
[Debian_7_x86_64] # XPASS: 0
[Debian_7_x86_64] # ERROR: 0
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_7_x86_64] Making check in ports
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_7_x86_64] make  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-osf.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
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_7_x86_64]   CC       libhwloc_port_aix_la-topology-aix.lo
[Debian_7_x86_64]   CCLD     libhwloc-port-aix.la
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_8_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_8_x86_64] PASS: hwloc_list_components
[Debian_8_x86_64] PASS: hwloc_bitmap
[Debian_8_x86_64] PASS: hwloc_bitmap_string
[Debian_8_x86_64] PASS: hwloc_bitmap_compare_inclusion
[Debian_8_x86_64] PASS: hwloc_get_closest_objs
[Debian_9_x86_64]   CCLD     libhwloc-port-windows.la
[Debian_9_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[Debian_9_x86_64]   CCLD     libhwloc-port-opencl.la
[Debian_9_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[Debian_9_x86_64]   CCLD     libhwloc-port-cuda.la
[Debian_9_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[Fedora_25_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[NetBSD_7.1_x86_64]   CC       get-knl-modes.o
[NetBSD_7.1_x86_64]   CCLD     get-knl-modes
[NetBSD_7.1_x86_64]   CC       gpu.o
[NetBSD_7.1_x86_64]   CCLD     gpu
[NetBSD_7.1_x86_64]   CC       sharedcaches.o
[NetBSD_7.1_x86_64]   CCLD     sharedcaches
[NetBSD_7.1_x86_64] make  check-TESTS
[OS_X_9] PASS: test-hwloc-distrib.sh
[OS_X_9] PASS: test-hwloc-info.sh
[OS_X_9] PASS: test-fake-plugin.sh
[OS_X_9] ============================================================================
[OS_X_9] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OS_X_9] ============================================================================
[OS_X_9] # TOTAL: 9
[OS_X_9] # PASS:  9
[OS_X_9] # SKIP:  0
[OS_X_9] # XFAIL: 0
[OS_X_9] # FAIL:  0
[OS_X_9] # XPASS: 0
[OS_X_9] # ERROR: 0
[OS_X_9] ============================================================================
[OS_X_9] Making check in lstopo
[OS_X_9] /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] hwloc-ps.o: In function `one_process':
[OpenBSD_5.9_x86_64] ../../../utils/hwloc/hwloc-ps.c:238: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64] Creating hwloc.7 man page...
[OpenBSD_5.9_x86_64] Creating hwloc-annotate.1 man page...
[OpenBSD_5.9_x86_64] Creating hwloc-assembler.1 man page...
[OpenBSD_5.9_x86_64] Creating hwloc-assembler-remote.1 man page...
[OpenBSD_5.9_x86_64] Creating hwloc-bind.1 man page...
[OpenBSD_5.9_x86_64] Creating hwloc-calc.1 man page...
[OpenBSD_5.9_x86_64] Creating hwloc-compress-dir.1 man page...
[OpenBSD_5.9_x86_64] Creating hwloc-diff.1 man page...
[OpenBSD_5.9_x86_64] Creating hwloc-distances.1 man page...
[OpenBSD_5.9_x86_64] Creating hwloc-distrib.1 man page...
[OpenBSD_5.9_x86_64] Creating hwloc-info.1 man page...
[OpenBSD_5.9_x86_64] Creating hwloc-patch.1 man page...
[OpenBSD_5.9_x86_64] Creating hwloc-ps.1 man page...
[OpenBSD_5.9_x86_64] Making all in lstopo
[OpenBSD_5.9_x86_64]   CC       lstopo_no_graphics-lstopo.o
[OpenIndiana_x86_64]   CCLD     hwloc_bind
[OpenIndiana_x86_64]   CC       hwloc_get_last_cpu_location.o
[OpenIndiana_x86_64]   CCLD     hwloc_get_last_cpu_location
[OpenIndiana_x86_64]   CC       hwloc_get_area_memlocation.o
[Ubuntu_12.04_x86_64]   CC       intel-mic.o
[Ubuntu_12.04_x86_64]   CCLD     intel-mic
[Ubuntu_12.04_x86_64]   CC       linux-libnuma.o
[Ubuntu_12.04_x86_64]   CCLD     linux-libnuma
[Ubuntu_14.04_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] # TOTAL: 20
[Ubuntu_14.04_x86_64] # PASS:  20
[Ubuntu_14.04_x86_64] # SKIP:  0
[Ubuntu_14.04_x86_64] # XFAIL: 0
[Ubuntu_14.04_x86_64] # FAIL:  0
[Ubuntu_14.04_x86_64] # XPASS: 0
[Ubuntu_14.04_x86_64] # ERROR: 0
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_14.04_x86_64] Making check in linux
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_14.04_x86_64] Making check in .
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_14.04_x86_64] make  check-TESTS
[Ubuntu_14.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_14.04_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_14.04_x86_64] PASS: 2amd64-2n.output
[Ubuntu_14.04_x86_64] PASS: 2i386-2t-hugepagesizecount.xml.output
[Ubuntu_16.04_x86_32] PASS: hwloc_get_shared_cache_covering_obj
[Ubuntu_16.04_x86_32] PASS: hwloc_get_obj_below_array_by_type
[Ubuntu_16.04_x86_32] PASS: hwloc_bitmap_first_last_weight
[Ubuntu_16.04_x86_32] PASS: hwloc_bitmap_singlify
[Ubuntu_16.04_x86_32] PASS: hwloc_type_depth
[Ubuntu_16.04_x86_32] PASS: hwloc_bind
[Ubuntu_16.04_x86_32] PASS: hwloc_get_last_cpu_location
[Ubuntu_16.04_x86_32] PASS: hwloc_get_area_memlocation
[Ubuntu_16.04_x86_64] PASS: xmlbuffer
[Ubuntu_16.04_x86_64] PASS: gl
[Ubuntu_16.04_x86_64] PASS: intel-mic
[Ubuntu_16.04_x86_64] PASS: linux-libnuma
[Ubuntu_16.04_x86_64] PASS: glibc-sched
[Ubuntu_16.04_x86_64] PASS: openfabrics-verbs
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] # TOTAL: 39
[Ubuntu_16.04_x86_64] # PASS:  39
[Ubuntu_16.04_x86_64] # SKIP:  0
[Ubuntu_16.04_x86_64] # XFAIL: 0
[Ubuntu_16.04_x86_64] # FAIL:  0
[Ubuntu_16.04_x86_64] # XPASS: 0
[Ubuntu_16.04_x86_64] # ERROR: 0
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_64] Making check in ports
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_16.04_x86_64] make  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-osf.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
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_16.04_x86_64]   CC       libhwloc_port_aix_la-topology-aix.lo
[Ubuntu_18.04_x86_64] PASS: hwloc_get_cache_covering_cpuset
[Ubuntu_18.04_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[MinGW] checking for library containing pthread_getthrds_np... no
[CentOS_6.3_x86_32] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[Debian_7_x86_64]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[Debian_7_x86_64]   CCLD     libhwloc-port-bgq.la
[NetBSD_7.1_x86_64] PASS: hwloc-hello
[NetBSD_7.1_x86_64] PASS: hwloc-hello-cpp
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] # TOTAL: 2
[NetBSD_7.1_x86_64] # PASS:  2
[NetBSD_7.1_x86_64] # SKIP:  0
[NetBSD_7.1_x86_64] # XFAIL: 0
[NetBSD_7.1_x86_64] # FAIL:  0
[NetBSD_7.1_x86_64] # XPASS: 0
[NetBSD_7.1_x86_64] # ERROR: 0
[NetBSD_7.1_x86_64] ============================================================================
[NetBSD_7.1_x86_64] + 'tests/wrapper.sh' utils/lstopo/lstopo-no-graphics
[NetBSD_7.1_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64]  * CPU cpusets *
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] cpu 0 (os 0) has cpuset 0x00000001
[NetBSD_7.1_x86_64] cpu 1 (os 1) has cpuset 0x00000002
[NetBSD_7.1_x86_64] Machine#0(local=2096756KB total=0KB Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f
[NetBSD_7.1_x86_64]   PU#0 cpuset 0x00000001
[NetBSD_7.1_x86_64]   PU#1 cpuset 0x00000002
[NetBSD_7.1_x86_64] Backend x86 forcing a reconnect of levels
[NetBSD_7.1_x86_64] --- PU level has number 1
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[NetBSD_7.1_x86_64] highest cpuid d, cpuid type 0
[NetBSD_7.1_x86_64] highest extended cpuid 80000008
[NetBSD_7.1_x86_64] binding to CPU0
[NetBSD_7.1_x86_64] APIC ID 0x00 max_log_proc 1
[NetBSD_7.1_x86_64] phys 0 thread 0
[NetBSD_7.1_x86_64] cache 0 type 1
[NetBSD_7.1_x86_64] thus 1 threads
[NetBSD_7.1_x86_64] this is thread 0 of core 0
[NetBSD_7.1_x86_64] cache 1 type 2
[NetBSD_7.1_x86_64] cache 2 type 3
[NetBSD_7.1_x86_64] cache 3 type 0
[NetBSD_7.1_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[NetBSD_7.1_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[NetBSD_7.1_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[NetBSD_7.1_x86_64] binding to CPU1
[NetBSD_7.1_x86_64] APIC ID 0x01 max_log_proc 1
[NetBSD_7.1_x86_64] phys 1 thread 0
[NetBSD_7.1_x86_64] cache 0 type 1
[NetBSD_7.1_x86_64] thus 1 threads
[NetBSD_7.1_x86_64] this is thread 0 of core 0
[NetBSD_7.1_x86_64] cache 1 type 2
[NetBSD_7.1_x86_64] cache 2 type 3
[NetBSD_7.1_x86_64] cache 3 type 0
[NetBSD_7.1_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[NetBSD_7.1_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[NetBSD_7.1_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[NetBSD_7.1_x86_64] os package 0 has cpuset 0x00000001
[NetBSD_7.1_x86_64] os package 1 has cpuset 0x00000002
[NetBSD_7.1_x86_64] os core 0 has cpuset 0x00000001
[NetBSD_7.1_x86_64] os core 0 has cpuset 0x00000002
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64]  * CPU cpusets *
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] PU 0 has cpuset 0x00000001
[NetBSD_7.1_x86_64] PU 1 has cpuset 0x00000002
[NetBSD_7.1_x86_64] os L2 cache 0 has cpuset 0x00000001
[NetBSD_7.1_x86_64] os L2 cache 1 has cpuset 0x00000002
[NetBSD_7.1_x86_64] os L1 cache 0 has cpuset 0x00000001
[NetBSD_7.1_x86_64] os L1 cache 1 has cpuset 0x00000002
[NetBSD_7.1_x86_64] os L1 cache 0 has cpuset 0x00000001
[NetBSD_7.1_x86_64] os L1 cache 1 has cpuset 0x00000002
[NetBSD_7.1_x86_64] Machine#0(local=2096756KB total=0KB Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 Backend=x86) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[NetBSD_7.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[NetBSD_7.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001
[NetBSD_7.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001
[NetBSD_7.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000001
[NetBSD_7.1_x86_64]             PU#0 cpuset 0x00000001
[NetBSD_7.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[NetBSD_7.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002
[NetBSD_7.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002
[NetBSD_7.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000002
[NetBSD_7.1_x86_64]             PU#1 cpuset 0x00000002
[NetBSD_7.1_x86_64] Machine#0(local=2096756KB total=0KB Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 Backend=x86) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[NetBSD_7.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[NetBSD_7.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001
[NetBSD_7.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001
[NetBSD_7.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000001
[NetBSD_7.1_x86_64]             PU#0 cpuset 0x00000001
[NetBSD_7.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[NetBSD_7.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002
[NetBSD_7.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002
[NetBSD_7.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000002
[NetBSD_7.1_x86_64]             PU#1 cpuset 0x00000002
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] Restrict topology cpusets to existing PU and NODE objects
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] Propagate offline and disallowed cpus down and up
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] Propagate nodesets
[NetBSD_7.1_x86_64] Machine#0(local=2096756KB total=0KB Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 arity 2
[NetBSD_7.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[NetBSD_7.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[NetBSD_7.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[NetBSD_7.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[NetBSD_7.1_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[NetBSD_7.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[NetBSD_7.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[NetBSD_7.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[NetBSD_7.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[NetBSD_7.1_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] Removing unauthorized and offline sets from all sets
[NetBSD_7.1_x86_64] Machine#0(local=2096756KB total=0KB Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 arity 2
[NetBSD_7.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[NetBSD_7.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[NetBSD_7.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[NetBSD_7.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[NetBSD_7.1_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[NetBSD_7.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[NetBSD_7.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[NetBSD_7.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[NetBSD_7.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[NetBSD_7.1_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] Add default object sets
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] Ok, finished tweaking, now connect
[NetBSD_7.1_x86_64] --- Package level has number 1
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] --- Cache level depth 2 has number 2
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] --- Cache level depth 1 has number 3
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] --- Cache level depth 1 has number 4
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] --- Core level has number 5
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] --- PU level has number 6
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] Machine#0(local=2096756KB total=0KB Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[NetBSD_7.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[NetBSD_7.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] Removing ignored objects
[NetBSD_7.1_x86_64] Machine#0(local=2096756KB total=0KB Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[NetBSD_7.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[NetBSD_7.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] Removing empty objects except numa nodes and PCI devices
[NetBSD_7.1_x86_64] Machine#0(local=2096756KB total=0KB Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[NetBSD_7.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[NetBSD_7.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[NetBSD_7.1_x86_64] Machine#0(local=2096756KB total=0KB Backend=NetBSD OSName=NetBSD OSRelease=7.1 OSVersion="NetBSD 7.1 (GENERIC.201703111743Z)" HostName=hwloc-netbsd7amd64.cs1cloud.internal Architecture=amd64 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[NetBSD_7.1_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]     L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]       L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]         L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[NetBSD_7.1_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]     L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]       L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]         L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[NetBSD_7.1_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[NetBSD_7.1_x86_64] --- Package level has number 1
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] --- Cache level depth 2 has number 2
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] --- Cache level depth 1 has number 3
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] --- Cache level depth 1 has number 4
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] --- Core level has number 5
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] --- PU level has number 6
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] 
[NetBSD_7.1_x86_64] Propagate total memory up
[NetBSD_7.1_x86_64] Machine (2048MB)
[NetBSD_7.1_x86_64]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[NetBSD_7.1_x86_64]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[NetBSD_7.1_x86_64] + cd '..'
[NetBSD_7.1_x86_64] + exit 0
[OpenBSD_5.9_x86_64]   CC       lstopo_no_graphics-lstopo-color.o
[OpenBSD_5.9_x86_64]   CC       lstopo_no_graphics-lstopo-draw.o
[OpenIndiana_x86_64]   CCLD     hwloc_get_area_memlocation
[OpenIndiana_x86_64]   CC       hwloc_object_userdata.o
[Ubuntu_16.04_x86_64]   CCLD     libhwloc-port-aix.la
[Ubuntu_18.04_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[Ubuntu_18.04_x86_64] PASS: hwloc_get_obj_inside_cpuset
[Pipeline] [Debian_9_x86_64_-m32] }
[CentOS_6.3_x86_32] PASS: 96em64t-4n4d3ca2co-pci.xml
[CentOS_6.3_x86_32] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[CentOS_6.3_x86_64] PASS: 256ppc-8n8s4t-nocache.output
[CentOS_6.3_x86_64] PASS: 256ppc-8n8s4t-nosys.output
[CentOS_6.3_x86_64] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[CentOS_7.2_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[CentOS_7.2_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] # TOTAL: 20
[CentOS_7.2_x86_64] # PASS:  20
[CentOS_7.2_x86_64] # SKIP:  0
[CentOS_7.2_x86_64] # XFAIL: 0
[CentOS_7.2_x86_64] # FAIL:  0
[CentOS_7.2_x86_64] # XPASS: 0
[CentOS_7.2_x86_64] # ERROR: 0
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_7.2_x86_64] Making check in linux
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_7.2_x86_64] Making check in .
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_7.2_x86_64] make  check-TESTS
[CentOS_7.2_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_7.2_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_7.2_x86_64] PASS: 2amd64-2n.output
[CentOS_7.2_x86_64] PASS: 2i386-2t-hugepagesizecount.xml.output
[CentOS_7.2_x86_64] PASS: 2i386-2c-nohugepage.xml.output
[CentOS_7.2_x86_64] PASS: 2ps3-2t.output
[CentOS_7.2_x86_64] PASS: 4em64t-2c2t-ignore-reorder.output
[CentOS_7.2_x86_64] PASS: 4ia64-4s.output
[Debian_5_x86_64] PASS: 32ppc-4n4c2c.output
[Debian_5_x86_64] PASS: 8amd64-4n2c.output
[Debian_5_x86_64] PASS: 8em64t-4c2t.output
[Debian_5_x86_64] PASS: 8em64t-2s2ca2c.output
[Debian_5_x86_64] PASS: 8em64t-2s2ca2c-buggynuma.output
[Debian_5_x86_64] PASS: 8em64t-2s4c-heterogeneous.output
[Debian_5_x86_64] PASS: 8ia64-2n2s2c.output
[Debian_5_x86_64] PASS: 8ia64-2s2c2t.output
[Debian_5_x86_64] PASS: 8ia64-4s2c.output
[Debian_5_x86_64] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[Debian_5_x86_64] PASS: 16amd64-8n2c.output
[Debian_5_x86_64] PASS: 16amd64-8n2c-cpusets.output
[Debian_5_x86_64] PASS: 16amd64-8n2c-cpusets.xml.output
[Debian_5_x86_64] PASS: 16amd64-8n2c-cpusets_noadmin.output
[Debian_5_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[Debian_5_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[Debian_5_x86_64] PASS: 16em64t-4s2c2t.output
[Debian_5_x86_64] PASS: 16em64t-4s2c2t-offlines.output
[Debian_5_x86_64] PASS: 16em64t-4s2c2t-offlines.xml.output
[Debian_6_x86_32]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[Debian_6_x86_32]   CCLD     libhwloc-port-solaris.la
[Debian_6_x86_32]   CC       libhwloc_port_windows_la-topology-windows.lo
[Debian_6_x86_32]   CCLD     libhwloc-port-windows.la
[Debian_6_x86_32]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[Debian_7_x86_64]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[Debian_7_x86_64]   CCLD     libhwloc-port-darwin.la
[Debian_7_x86_64]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[Debian_7_x86_64]   CCLD     libhwloc-port-freebsd.la
[Debian_7_x86_64]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[Debian_8_x86_64] PASS: hwloc_get_obj_covering_cpuset
[Debian_8_x86_64] PASS: hwloc_get_cache_covering_cpuset
[Debian_8_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[Debian_8_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[Debian_8_x86_64] PASS: hwloc_get_obj_inside_cpuset
[Debian_9_x86_64]   CCLD     libhwloc-port-nvml.la
[Debian_9_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64]   CC       libhwloc_port_gl_la-topology-gl.lo
[Debian_9_x86_64]   CCLD     libhwloc-port-gl.la
[Debian_9_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_9_x86_64] Making check in xml
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64] make  check-TESTS
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[Debian_9_x86_64] PASS: 16amd64-4distances.xml
[Debian_9_x86_64] PASS: 16em64t-4s2c2t.xml
[Debian_9_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[Debian_9_x86_64] PASS: 16em64t-4s2c2t.console.output
[Debian_9_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[Debian_9_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[Debian_9_x86_64] PASS: 16intel64-manyVFs.xml
[Debian_9_x86_64] PASS: 16intel64-manyVFs.console.output
[Debian_9_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[Debian_9_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[Debian_9_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[Fedora_25_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[Fedora_25_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] # TOTAL: 20
[Fedora_25_x86_64] # PASS:  20
[Fedora_25_x86_64] # SKIP:  0
[Fedora_25_x86_64] # XFAIL: 0
[Fedora_25_x86_64] # FAIL:  0
[Fedora_25_x86_64] # XPASS: 0
[Fedora_25_x86_64] # ERROR: 0
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Fedora_25_x86_64] Making check in linux
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Fedora_25_x86_64] Making check in .
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Fedora_25_x86_64] make  check-TESTS
[Fedora_25_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Fedora_25_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] # TOTAL: 0
[Fedora_25_x86_64] # PASS:  0
[Fedora_25_x86_64] # SKIP:  0
[Fedora_25_x86_64] # XFAIL: 0
[Fedora_25_x86_64] # FAIL:  0
[Fedora_25_x86_64] # XPASS: 0
[Fedora_25_x86_64] # ERROR: 0
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Fedora_25_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Fedora_25_x86_64] Making check in allowed
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Fedora_25_x86_64] make  check-TESTS
[Fedora_25_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Fedora_25_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] # TOTAL: 0
[Fedora_25_x86_64] # PASS:  0
[Fedora_25_x86_64] # SKIP:  0
[Fedora_25_x86_64] # XFAIL: 0
[Fedora_25_x86_64] # FAIL:  0
[Fedora_25_x86_64] # XPASS: 0
[Fedora_25_x86_64] # ERROR: 0
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Fedora_25_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Fedora_25_x86_64] Making check in gather
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Fedora_25_x86_64] make  check-TESTS
[Fedora_25_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Fedora_25_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] # TOTAL: 0
[Fedora_25_x86_64] # PASS:  0
[Fedora_25_x86_64] # SKIP:  0
[Fedora_25_x86_64] # XFAIL: 0
[Fedora_25_x86_64] # FAIL:  0
[Fedora_25_x86_64] # XPASS: 0
[Fedora_25_x86_64] # ERROR: 0
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Fedora_25_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Fedora_25_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Fedora_25_x86_64] Making check in contrib/systemd
[Fedora_25_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Fedora_25_x86_64] make[1]: Nothing to be done for 'check'.
[Fedora_25_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Fedora_25_x86_64] Making check in doc
[Fedora_25_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Fedora_25_x86_64] make  check-recursive
[Fedora_25_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Fedora_25_x86_64] Making check in examples
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Fedora_25_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[Fedora_25_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Fedora_25_x86_64]   CC       hwloc-hello.o
[Fedora_25_x86_64]   CCLD     hwloc-hello
[Fedora_25_x86_64]   CXX      hwloc-hello-cpp.o
[Fedora_25_x86_64]   CXXLD    hwloc-hello-cpp
[OS_X_12]   CC       lstopo-lstopo-fig.o
[OS_X_12]   CC       lstopo-lstopo-ascii.o
[OS_X_12]   CC       lstopo-lstopo-text.o
[OS_X_12]   CC       lstopo-lstopo-xml.o
[OS_X_12]   CC       lstopo-lstopo-cairo.o
[OS_X_9] PASS: test-hwloc-ls.sh
[OS_X_9] ============================================================================
[OS_X_9] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OS_X_9] ============================================================================
[OS_X_9] # TOTAL: 1
[OS_X_9] # PASS:  1
[OS_X_9] # SKIP:  0
[OS_X_9] # XFAIL: 0
[OS_X_9] # FAIL:  0
[OS_X_9] # XPASS: 0
[OS_X_9] # ERROR: 0
[OS_X_9] ============================================================================
[OS_X_9] make[2]: Nothing to be done for `check-am'.
[OS_X_9] Making check in tests
[OS_X_9] Making check in .
[OS_X_9] /Applications/Xcode.app/Contents/Developer/usr/bin/make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic        
[OS_X_9]   CC       hwloc_list_components.o
[OS_X_9]   CCLD     hwloc_list_components
[OS_X_9]   CC       hwloc_bitmap.o
[OS_X_9]   CCLD     hwloc_bitmap
[OpenIndiana_x86_64]   CCLD     hwloc_object_userdata
[OpenIndiana_x86_64]   CC       hwloc_synthetic.o
[OpenIndiana_x86_64]   CCLD     hwloc_synthetic
[OpenIndiana_x86_64]   CC       hwloc_custom.o
[OpenIndiana_x86_64]   CCLD     hwloc_custom
[OpenIndiana_x86_64]   CC       hwloc_backends.o
[OpenIndiana_x86_64]   CCLD     hwloc_backends
[OpenIndiana_x86_64]   CC       hwloc_pci_backend.o
[OpenIndiana_x86_64]   CCLD     hwloc_pci_backend
[Ubuntu_12.04_x86_64]   CC       glibc-sched.o
[Ubuntu_12.04_x86_64]   CCLD     glibc-sched
[Ubuntu_12.04_x86_64]   CC       openfabrics-verbs.o
[Ubuntu_12.04_x86_64]   CCLD     openfabrics-verbs
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_12.04_x86_64] make  check-TESTS
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_12.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_12.04_x86_64] PASS: hwloc_list_components
[Ubuntu_12.04_x86_64] PASS: hwloc_bitmap
[Ubuntu_12.04_x86_64] PASS: hwloc_bitmap_string
[Ubuntu_12.04_x86_64] PASS: hwloc_bitmap_compare_inclusion
[Ubuntu_12.04_x86_64] PASS: hwloc_get_closest_objs
[Ubuntu_14.04_x86_64] PASS: 2i386-2c-nohugepage.xml.output
[Ubuntu_14.04_x86_64] PASS: 2ps3-2t.output
[Ubuntu_14.04_x86_64] PASS: 4em64t-2c2t-ignore-reorder.output
[Ubuntu_14.04_x86_64] PASS: 4ia64-4s.output
[Ubuntu_14.04_x86_64] PASS: 4ppc-4c.output
[Ubuntu_14.04_x86_64] PASS: 256ppc-8n8s4t.output
[Ubuntu_16.04_x86_32] PASS: hwloc_object_userdata
[Ubuntu_16.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_64]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[Ubuntu_16.04_x86_64]   CCLD     libhwloc-port-bgq.la
[Ubuntu_16.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_64]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[Ubuntu_16.04_x86_64]   CCLD     libhwloc-port-darwin.la
[Ubuntu_16.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_64]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[Ubuntu_16.04_x86_64]   CCLD     libhwloc-port-freebsd.la
[Ubuntu_16.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_64]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[Ubuntu_18.04_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[Ubuntu_18.04_x86_64] PASS: hwloc_get_obj_below_array_by_type
[Ubuntu_18.04_x86_64] PASS: hwloc_bitmap_first_last_weight
[Ubuntu_18.04_x86_64] PASS: hwloc_bitmap_singlify
[Ubuntu_18.04_x86_64] PASS: hwloc_type_depth
[Ubuntu_18.04_x86_64] PASS: hwloc_bind
[Ubuntu_18.04_x86_64] PASS: hwloc_get_last_cpu_location
[Ubuntu_18.04_x86_64] PASS: hwloc_get_area_memlocation
[MinGW] checking for cpuset_setid... no
[MinGW] checking numaif.h usability... no
[MinGW] checking numaif.h presence... no
[MinGW] checking for numaif.h... no
[MinGW] checking libudev.h usability... no
[MinGW] checking libudev.h presence... no
[MinGW] checking for libudev.h... no
[MinGW] checking for PCIACCESS... cannot check without pkg-config
[MinGW] checking pciaccess.h usability... no
[MinGW] checking pciaccess.h presence... no
[MinGW] checking for pciaccess.h... no
[MinGW] checking CL/cl_ext.h usability... no
[CentOS_6.3_x86_64] PASS: 32amd64-4s2n4c-cgroup.output
[CentOS_6.3_x86_64] PASS: 32amd64-4s2n4c-cgroup.xml.output
[CentOS_7.2_x86_64] PASS: 4ppc-4c.output
[Debian_5_x86_64] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[Debian_5_x86_64] PASS: 16em64t-4s2c2t_ncaches.output
[Debian_5_x86_64] PASS: 16em64t-4s2c2t_merge.output
[Debian_5_x86_64] PASS: 16em64t-4s2c2t.xml.output
[Debian_5_x86_64] PASS: 16em64t-2m4c2t.output
[Debian_5_x86_64] PASS: 16ia64-8n2s.output
[Debian_6_x86_32]   CCLD     libhwloc-port-opencl.la
[Debian_6_x86_32]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[Debian_6_x86_32]   CCLD     libhwloc-port-cuda.la
[Debian_6_x86_32]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[Debian_7_x86_64]   CCLD     libhwloc-port-hpux.la
[Debian_7_x86_64]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[Debian_7_x86_64]   CCLD     libhwloc-port-netbsd.la
[Debian_7_x86_64]   CC       libhwloc_port_osf_la-topology-osf.lo
[Debian_8_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[Debian_8_x86_64] PASS: hwloc_get_obj_below_array_by_type
[Debian_8_x86_64] PASS: hwloc_bitmap_first_last_weight
[Debian_8_x86_64] PASS: hwloc_bitmap_singlify
[Debian_8_x86_64] PASS: hwloc_type_depth
[Debian_8_x86_64] PASS: hwloc_bind
[Debian_8_x86_64] PASS: hwloc_get_last_cpu_location
[Debian_8_x86_64] PASS: hwloc_get_area_memlocation
[Debian_9_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[Debian_9_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[Debian_9_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[Debian_9_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[Fedora_25_x86_64]   CC       cpuset+bitmap+cpubind.o
[Fedora_25_x86_64]   CCLD     cpuset+bitmap+cpubind
[Fedora_25_x86_64]   CC       nodeset+membind+policy.o
[Fedora_25_x86_64]   CCLD     nodeset+membind+policy
[Fedora_25_x86_64]   CC       get-knl-modes.o
[OS_X_12]   CCLD     lstopo
[OS_X_12] Creating lstopo-no-graphics.1 man page...
[OS_X_12] make[2]: Nothing to be done for `all-am'.
[OS_X_12] Making all in tests
[OS_X_12] Making all in .
[OS_X_12] make[2]: Nothing to be done for `all-am'.
[OS_X_12] Making all in ports
[OS_X_12] make[2]: Nothing to be done for `all'.
[OS_X_12] Making all in xml
[OS_X_12] make[2]: Nothing to be done for `all'.
[OS_X_12] Making all in contrib/systemd
[OS_X_12] make[1]: Nothing to be done for `all'.
[OS_X_12] Making all in doc
[OS_X_12] /Applications/Xcode.app/Contents/Developer/usr/bin/make  all-recursive
[OS_X_12] Making all in examples
[OS_X_12] make[3]: Nothing to be done for `all'.
[OS_X_12] make[3]: Nothing to be done for `all-am'.
[OS_X_12] make[1]: Nothing to be done for `all-am'.
[OS_X_12] + make check
[OS_X_12] Making check in src
[OS_X_12] /Applications/Xcode.app/Contents/Developer/usr/bin/make  hwloc_fake.la
[OS_X_9]   CC       hwloc_bitmap_string.o
[OS_X_9]   CCLD     hwloc_bitmap_string
[OS_X_9]   CC       hwloc_bitmap_compare_inclusion.o
[OS_X_9]   CCLD     hwloc_bitmap_compare_inclusion
[OpenIndiana_x86_64]   CC       hwloc_is_thissystem.o
[OpenIndiana_x86_64]   CCLD     hwloc_is_thissystem
[OpenIndiana_x86_64]   CC       hwloc_distances.o
[OpenIndiana_x86_64]   CCLD     hwloc_distances
[Ubuntu_12.04_x86_64] PASS: hwloc_get_obj_covering_cpuset
[Ubuntu_12.04_x86_64] PASS: hwloc_get_cache_covering_cpuset
[Ubuntu_14.04_x86_64] PASS: 256ppc-8n8s4t-nocache.output
[Ubuntu_14.04_x86_64] PASS: 256ppc-8n8s4t-nosys.output
[Ubuntu_16.04_x86_32] PASS: hwloc_synthetic
[Ubuntu_16.04_x86_32] PASS: hwloc_custom
[Ubuntu_16.04_x86_32] PASS: hwloc_backends
[Ubuntu_16.04_x86_32] PASS: hwloc_pci_backend
[Ubuntu_16.04_x86_64]   CCLD     libhwloc-port-hpux.la
[Ubuntu_16.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_64]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[Ubuntu_16.04_x86_64]   CCLD     libhwloc-port-netbsd.la
[Ubuntu_16.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_64]   CC       libhwloc_port_osf_la-topology-osf.lo
[Ubuntu_18.04_x86_64] PASS: hwloc_object_userdata
[MinGW] checking CL/cl_ext.h presence... no
[MinGW] checking for CL/cl_ext.h... no
[MinGW] checking cuda.h usability... no
[MinGW] checking cuda.h presence... no
[MinGW] checking for cuda.h... no
[MinGW] checking cuda_runtime_api.h usability... no
[Pipeline] [NetBSD_7.1_x86_64] deleteDir
[CentOS_6.3_x86_32] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[CentOS_6.3_x86_64] PASS: 32ppc-4n4c2c.output
[CentOS_7.2_x86_64] PASS: 256ppc-8n8s4t.output
[Debian_5_x86_64] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[Debian_6_x86_32]   CCLD     libhwloc-port-nvml.la
[Debian_6_x86_32]   CC       libhwloc_port_gl_la-topology-gl.lo
[Debian_7_x86_64]   CCLD     libhwloc-port-osf.la
[Debian_7_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[Debian_9_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[Fedora_25_x86_64]   CCLD     get-knl-modes
[Fedora_25_x86_64]   CC       gpu.o
[Fedora_25_x86_64]   CCLD     gpu
[OS_X_12]   CC       topology-fake.lo
[OS_X_9]   CC       hwloc_get_closest_objs.o
[OS_X_9]   CCLD     hwloc_get_closest_objs
[OpenIndiana_x86_64]   CC       hwloc_groups.o
[OpenIndiana_x86_64]   CCLD     hwloc_groups
[Ubuntu_12.04_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[Ubuntu_12.04_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[Ubuntu_12.04_x86_64] PASS: hwloc_get_obj_inside_cpuset
[Ubuntu_14.04_x86_64] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[Ubuntu_14.04_x86_64] PASS: 32amd64-4s2n4c-cgroup.output
[Ubuntu_16.04_x86_32] PASS: hwloc_is_thissystem
[Ubuntu_16.04_x86_32] PASS: hwloc_distances
[Ubuntu_16.04_x86_32] PASS: hwloc_groups
[Ubuntu_16.04_x86_32] PASS: hwloc_groups2
[Ubuntu_16.04_x86_32] PASS: hwloc_insert_misc
[Ubuntu_16.04_x86_32] PASS: hwloc_topology_restrict
[Ubuntu_16.04_x86_32] PASS: hwloc_topology_dup
[Ubuntu_16.04_x86_32] PASS: hwloc_topology_diff
[Ubuntu_16.04_x86_32] PASS: hwloc_obj_infos
[Ubuntu_16.04_x86_64]   CCLD     libhwloc-port-osf.la
[Ubuntu_16.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[Ubuntu_18.04_x86_64] PASS: hwloc_synthetic
[Ubuntu_18.04_x86_64] PASS: hwloc_custom
[Ubuntu_18.04_x86_64] PASS: hwloc_backends
[MinGW] checking cuda_runtime_api.h presence... no
[MinGW] checking for cuda_runtime_api.h... no
[MinGW] checking nvml.h usability... no
[CentOS_6.3_x86_32] PASS: 192em64t-24n8c2t-distancegroups.xml
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] # TOTAL: 20
[CentOS_6.3_x86_32] # PASS:  20
[CentOS_6.3_x86_32] # SKIP:  0
[CentOS_6.3_x86_32] # XFAIL: 0
[CentOS_6.3_x86_32] # FAIL:  0
[CentOS_6.3_x86_32] # XPASS: 0
[CentOS_6.3_x86_32] # ERROR: 0
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[CentOS_6.3_x86_32] Making check in linux
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_32] Making check in .
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_32] make  check-TESTS
[CentOS_6.3_x86_32] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_32] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_64] PASS: 8amd64-4n2c.output
[CentOS_6.3_x86_64] PASS: 8em64t-4c2t.output
[CentOS_6.3_x86_64] PASS: 8em64t-2s2ca2c.output
[CentOS_6.3_x86_64] PASS: 8em64t-2s2ca2c-buggynuma.output
[CentOS_6.3_x86_64] PASS: 8em64t-2s4c-heterogeneous.output
[CentOS_6.3_x86_64] PASS: 8ia64-2n2s2c.output
[CentOS_6.3_x86_64] PASS: 8ia64-2s2c2t.output
[CentOS_6.3_x86_64] PASS: 8ia64-4s2c.output
[CentOS_6.3_x86_64] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[CentOS_6.3_x86_64] PASS: 16amd64-8n2c.output
[CentOS_6.3_x86_64] PASS: 16amd64-8n2c-cpusets.output
[CentOS_6.3_x86_64] PASS: 16amd64-8n2c-cpusets.xml.output
[CentOS_6.3_x86_64] PASS: 16amd64-8n2c-cpusets_noadmin.output
[CentOS_6.3_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[CentOS_7.2_x86_64] PASS: 256ppc-8n8s4t-nocache.output
[CentOS_7.2_x86_64] PASS: 256ppc-8n8s4t-nosys.output
[CentOS_7.2_x86_64] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[CentOS_7.2_x86_64] PASS: 32amd64-4s2n4c-cgroup.output
[Debian_5_x86_64] PASS: 32em64t-2n8c+1mic.output
[Debian_5_x86_64] PASS: 40intel64-2g2n4c+pci.output
[Debian_6_x86_32]   CCLD     libhwloc-port-gl.la
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports »
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports »
[Debian_6_x86_32] Making check in xml
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_6_x86_32] make  check-TESTS
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_6_x86_32] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_6_x86_32] PASS: 16amd64-8n2c-cpusets.xml
[Debian_6_x86_32] PASS: 16amd64-4distances.xml
[Debian_6_x86_32] PASS: 16em64t-4s2c2t.xml
[Debian_6_x86_32] PASS: 16em64t-4s2c2t-offlines.xml
[Debian_6_x86_32] PASS: 16em64t-4s2c2t.console.output
[Debian_6_x86_32] PASS: 16-2gr2gr2n2c+misc.xml
[Debian_6_x86_32] PASS: 16-2gr2gr2n2c+misc.console.output
[Debian_6_x86_32] PASS: 16intel64-manyVFs.xml
[Debian_6_x86_32] PASS: 16intel64-manyVFs.console.output
[Debian_6_x86_32] PASS: 16intel64-manyVFs.console.nocollapse.output
[Debian_7_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[Debian_7_x86_64]   CCLD     libhwloc-port-solaris.la
[Debian_7_x86_64]   CC       libhwloc_port_windows_la-topology-windows.lo
[Debian_7_x86_64]   CCLD     libhwloc-port-windows.la
[Debian_7_x86_64]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[Debian_8_x86_64] PASS: hwloc_object_userdata
[Debian_8_x86_64] PASS: hwloc_synthetic
[Debian_8_x86_64] PASS: hwloc_custom
[Debian_8_x86_64] PASS: hwloc_backends
[Debian_9_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[Fedora_25_x86_64]   CC       sharedcaches.o
[Fedora_25_x86_64]   CCLD     sharedcaches
[Fedora_25_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Fedora_25_x86_64] make  check-TESTS
[Fedora_25_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Fedora_25_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Fedora_25_x86_64] PASS: hwloc-hello
[Fedora_25_x86_64] PASS: hwloc-hello-cpp
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] # TOTAL: 2
[Fedora_25_x86_64] # PASS:  2
[Fedora_25_x86_64] # SKIP:  0
[Fedora_25_x86_64] # XFAIL: 0
[Fedora_25_x86_64] # FAIL:  0
[Fedora_25_x86_64] # XPASS: 0
[Fedora_25_x86_64] # ERROR: 0
[Fedora_25_x86_64] ============================================================================
[Fedora_25_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Fedora_25_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Fedora_25_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Fedora_25_x86_64] make[3]: Nothing to be done for 'check-am'.
[Fedora_25_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Fedora_25_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Fedora_25_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Fedora_25_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Fedora_25_x86_64] make[1]: Nothing to be done for 'check-am'.
[Fedora_25_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Fedora_25_x86_64] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[Fedora_25_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Fedora_25_x86_64] 
[Fedora_25_x86_64] 
[Fedora_25_x86_64]  * Topology extraction from /proc/cpuinfo *
[Fedora_25_x86_64] 
[Fedora_25_x86_64] processor 0
[Fedora_25_x86_64] physical id 0
[Fedora_25_x86_64] core id 0
[Fedora_25_x86_64] processor 1
[Fedora_25_x86_64] physical id 1
[Fedora_25_x86_64] core id 0
[Fedora_25_x86_64] Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset
[Fedora_25_x86_64] Found cgroup-cpuset /
[Fedora_25_x86_64] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.cpus>
[Fedora_25_x86_64] cpuset includes 0x00000003
[Fedora_25_x86_64] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.mems>
[Fedora_25_x86_64] cpuset includes 0x00000001
[Fedora_25_x86_64] os proc 1 is online
[Fedora_25_x86_64] found 2 cpu topologies, cpuset 0x00000003
[Fedora_25_x86_64] os package 0 has cpuset 0x00000001
[Fedora_25_x86_64] os core 0 has cpuset 0x00000001
[Fedora_25_x86_64] thread 0 has cpuset 0x00000001
[Fedora_25_x86_64] cache depth 1 has cpuset 0x00000001
[Fedora_25_x86_64] cache depth 1 has cpuset 0x00000001
[Fedora_25_x86_64] cache depth 2 has cpuset 0x00000001
[Fedora_25_x86_64] os package 1 has cpuset 0x00000002
[Fedora_25_x86_64] os core 0 has cpuset 0x00000002
[Fedora_25_x86_64] thread 1 has cpuset 0x00000002
[Fedora_25_x86_64] cache depth 1 has cpuset 0x00000002
[Fedora_25_x86_64] cache depth 1 has cpuset 0x00000002
[Fedora_25_x86_64] cache depth 2 has cpuset 0x00000002
[Fedora_25_x86_64] found DMIProductName 'CloudStack KVM Hypervisor'
[Fedora_25_x86_64] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[Fedora_25_x86_64] found DMIChassisVendor 'Bochs'
[Fedora_25_x86_64] found DMIChassisType '1'
[Fedora_25_x86_64] found DMIChassisVersion ''
[Fedora_25_x86_64] found DMIChassisAssetTag ''
[Fedora_25_x86_64] found DMIBIOSVendor 'Seabios'
[Fedora_25_x86_64] found DMIBIOSVersion '0.5.1'
[Fedora_25_x86_64] found DMIBIOSDate '01/01/2011'
[Fedora_25_x86_64] found DMISysVendor 'Apache Software Foundation'
[Fedora_25_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Fedora_25_x86_64] Machine#0(local=2048688KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001
[Fedora_25_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Fedora_25_x86_64]           Core#0 cpuset 0x00000001
[Fedora_25_x86_64]             PU#0 cpuset 0x00000001
[Fedora_25_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Fedora_25_x86_64]           Core#0 cpuset 0x00000002
[Fedora_25_x86_64]             PU#1 cpuset 0x00000002
[Fedora_25_x86_64] Backend x86 forcing a reconnect of levels
[Fedora_25_x86_64] --- Package level has number 1
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Cache level depth 2 has number 2
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Cache level depth 1 has number 3
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Cache level depth 1 has number 4
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Core level has number 5
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- PU level has number 6
[Fedora_25_x86_64] 
[Fedora_25_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Fedora_25_x86_64] highest cpuid d, cpuid type 0
[Fedora_25_x86_64] highest extended cpuid 80000008
[Fedora_25_x86_64] possible CPUs are 0x00000003
[Fedora_25_x86_64] binding to CPU0
[Fedora_25_x86_64] APIC ID 0x00 max_log_proc 1
[Fedora_25_x86_64] phys 0 thread 0
[Fedora_25_x86_64] cache 0 type 1
[Fedora_25_x86_64] thus 1 threads
[Fedora_25_x86_64] this is thread 0 of core 0
[Fedora_25_x86_64] cache 1 type 2
[Fedora_25_x86_64] cache 2 type 3
[Fedora_25_x86_64] cache 3 type 0
[Fedora_25_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Fedora_25_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Fedora_25_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Fedora_25_x86_64] binding to CPU1
[Fedora_25_x86_64] APIC ID 0x01 max_log_proc 1
[Fedora_25_x86_64] phys 1 thread 0
[Fedora_25_x86_64] cache 0 type 1
[Fedora_25_x86_64] thus 1 threads
[Fedora_25_x86_64] this is thread 0 of core 0
[Fedora_25_x86_64] cache 1 type 2
[Fedora_25_x86_64] cache 2 type 3
[Fedora_25_x86_64] cache 3 type 0
[Fedora_25_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Fedora_25_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Fedora_25_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Fedora_25_x86_64] Machine#0(local=2048688KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[Fedora_25_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Fedora_25_x86_64]             PU#0 cpuset 0x00000001
[Fedora_25_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Fedora_25_x86_64]             PU#1 cpuset 0x00000002
[Fedora_25_x86_64] Machine#0(local=2048688KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[Fedora_25_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Fedora_25_x86_64]             PU#0 cpuset 0x00000001
[Fedora_25_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Fedora_25_x86_64]             PU#1 cpuset 0x00000002
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Restrict topology cpusets to existing PU and NODE objects
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Propagate offline and disallowed cpus down and up
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Propagate nodesets
[Fedora_25_x86_64] Machine#0(local=2048688KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Fedora_25_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Fedora_25_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Fedora_25_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Fedora_25_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Removing unauthorized and offline sets from all sets
[Fedora_25_x86_64] Machine#0(local=2048688KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Fedora_25_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Fedora_25_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Fedora_25_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Fedora_25_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Add default object sets
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Ok, finished tweaking, now connect
[Fedora_25_x86_64] --- Package level has number 1
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Cache level depth 2 has number 2
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Cache level depth 1 has number 3
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Cache level depth 1 has number 4
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Core level has number 5
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- PU level has number 6
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Machine#0(local=2048688KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Fedora_25_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Fedora_25_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Fedora_25_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Scanning PCI buses...
[Fedora_25_x86_64]   0000:00:00.0 0600 8086:1237 Intel Corporation 440FX - 82441FX PMC [Natoma]
[Fedora_25_x86_64]   0000:00:01.0 0601 8086:7000 Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
[Fedora_25_x86_64]   0000:00:01.1 0101 8086:7010 Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
[Fedora_25_x86_64]   0000:00:01.2 0c03 8086:7020 Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]
[Fedora_25_x86_64]   0000:00:01.3 0680 8086:7113 Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[Fedora_25_x86_64]   0000:00:02.0 0300 1013:00b8 Cirrus Logic GD 5446
[Fedora_25_x86_64]   0000:00:03.0 0200 1af4:1000 Red Hat, Inc Virtio network device
[Fedora_25_x86_64]   0000:00:04.0 0100 1af4:1001 Red Hat, Inc Virtio block device
[Fedora_25_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Fedora_25_x86_64] 
[Fedora_25_x86_64] PCI hierarchy under fake parent:
[Fedora_25_x86_64]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[Fedora_25_x86_64]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[Fedora_25_x86_64]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[Fedora_25_x86_64]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[Fedora_25_x86_64]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[Fedora_25_x86_64]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[Fedora_25_x86_64]   0000:00:03.0 Device [1af4:1000 (1af4:0001) rev=00 class=0200]
[Fedora_25_x86_64]   0000:00:04.0 Device [1af4:1001 (1af4:0002) rev=00 class=0100]
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Starting new PCI hostbridge 0000:00
[Fedora_25_x86_64] New PCI hostbridge 0000:[00-00]
[Fedora_25_x86_64] Attaching hostbridge to cpuset 0x00000003
[Fedora_25_x86_64] Machine#0(local=2048688KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Fedora_25_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Fedora_25_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Fedora_25_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[Fedora_25_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Fedora_25_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Fedora_25_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]"
[Fedora_25_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Fedora_25_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Fedora_25_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Fedora_25_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446"
[Fedora_25_x86_64]       GPU name "card0"
[Fedora_25_x86_64]       GPU name "controlD64"
[Fedora_25_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Fedora_25_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Fedora_25_x86_64] Backend linuxpci forcing a reconnect of levels
[Fedora_25_x86_64] --- Package level has number 1
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Cache level depth 2 has number 2
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Cache level depth 1 has number 3
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Cache level depth 1 has number 4
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Core level has number 5
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- PU level has number 6
[Fedora_25_x86_64] 
[Fedora_25_x86_64] PCI objects already added, ignoring linuxpci backend.
[Fedora_25_x86_64] Machine#0(local=2048688KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Fedora_25_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Fedora_25_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Fedora_25_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Fedora_25_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Fedora_25_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Fedora_25_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Fedora_25_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Fedora_25_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Fedora_25_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Fedora_25_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Fedora_25_x86_64]       GPU name "card0"
[Fedora_25_x86_64]       GPU name "controlD64"
[Fedora_25_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Fedora_25_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Now reconnecting
[Fedora_25_x86_64] Machine#0(local=2048688KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Fedora_25_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Fedora_25_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Fedora_25_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Fedora_25_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Fedora_25_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Fedora_25_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Fedora_25_x86_64]       GPU name "card0"
[Fedora_25_x86_64]       GPU name "controlD64"
[Fedora_25_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Fedora_25_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Removing ignored objects
[Fedora_25_x86_64] Machine#0(local=2048688KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Fedora_25_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Fedora_25_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Fedora_25_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Fedora_25_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Fedora_25_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Fedora_25_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Fedora_25_x86_64]       GPU name "card0"
[Fedora_25_x86_64]       GPU name "controlD64"
[Fedora_25_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Fedora_25_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Removing empty objects except numa nodes and PCI devices
[Fedora_25_x86_64] Machine#0(local=2048688KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Fedora_25_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Fedora_25_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Fedora_25_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Fedora_25_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Fedora_25_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Fedora_25_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Fedora_25_x86_64]       GPU name "card0"
[Fedora_25_x86_64]       GPU name "controlD64"
[Fedora_25_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Fedora_25_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[Fedora_25_x86_64] Machine#0(local=2048688KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Fedora_25_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Fedora_25_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Fedora_25_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Fedora_25_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Fedora_25_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Fedora_25_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Fedora_25_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Fedora_25_x86_64]       GPU name "card0"
[Fedora_25_x86_64]       GPU name "controlD64"
[Fedora_25_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Fedora_25_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Fedora_25_x86_64] --- Package level has number 1
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Cache level depth 2 has number 2
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Cache level depth 1 has number 3
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Cache level depth 1 has number 4
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- Core level has number 5
[Fedora_25_x86_64] 
[Fedora_25_x86_64] --- PU level has number 6
[Fedora_25_x86_64] 
[Fedora_25_x86_64] 
[Fedora_25_x86_64] Propagate total memory up
[Fedora_25_x86_64] Machine (2001MB)
[Fedora_25_x86_64]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[Fedora_25_x86_64]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[Fedora_25_x86_64]   HostBridge L#0
[Fedora_25_x86_64]     PCI 8086:7010
[Fedora_25_x86_64]       Block(Removable Media Device) L#0 "sr0"
[Fedora_25_x86_64]     PCI 1013:00b8
[Fedora_25_x86_64]       GPU L#1 "card0"
[Fedora_25_x86_64]       GPU L#2 "controlD64"
[Fedora_25_x86_64]     PCI 1af4:1000
[Fedora_25_x86_64]     PCI 1af4:1001
[Fedora_25_x86_64] + cd ..
[Fedora_25_x86_64] + exit 0
[OS_X_12]   CCLD     hwloc_fake.la
[OS_X_12] Making check in include
[OS_X_12] make[1]: Nothing to be done for `check'.
[OS_X_12] Making check in utils
[OS_X_12] Making check in hwloc
[OS_X_12] /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
[OS_X_9]   CC       hwloc_get_obj_covering_cpuset.o
[OS_X_9]   CCLD     hwloc_get_obj_covering_cpuset
[OS_X_9]   CC       hwloc_get_cache_covering_cpuset.o
[OS_X_9]   CCLD     hwloc_get_cache_covering_cpuset
[OpenBSD_5.9_x86_64]   CC       lstopo_no_graphics-lstopo-fig.o
[OpenBSD_5.9_x86_64]   CC       lstopo_no_graphics-lstopo-ascii.o
[OpenBSD_5.9_x86_64]   CC       lstopo_no_graphics-lstopo-text.o
[OpenIndiana_x86_64]   CC       hwloc_groups2.o
[OpenIndiana_x86_64]   CCLD     hwloc_groups2
[OpenIndiana_x86_64]   CC       hwloc_insert_misc.o
[OpenIndiana_x86_64]   CCLD     hwloc_insert_misc
[OpenIndiana_x86_64]   CC       hwloc_topology_restrict.o
[OpenIndiana_x86_64]   CCLD     hwloc_topology_restrict
[OpenIndiana_x86_64]   CC       hwloc_topology_dup.o
[OpenIndiana_x86_64]   CCLD     hwloc_topology_dup
[OpenIndiana_x86_64]   CC       hwloc_topology_diff.o
[Ubuntu_12.04_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[Ubuntu_12.04_x86_64] PASS: hwloc_get_obj_below_array_by_type
[Ubuntu_12.04_x86_64] PASS: hwloc_bitmap_first_last_weight
[Ubuntu_12.04_x86_64] PASS: hwloc_bitmap_singlify
[Ubuntu_12.04_x86_64] PASS: hwloc_type_depth
[Ubuntu_12.04_x86_64] PASS: hwloc_bind
[Ubuntu_12.04_x86_64] PASS: hwloc_get_last_cpu_location
[Ubuntu_12.04_x86_64] PASS: hwloc_get_area_memlocation
[Ubuntu_14.04_x86_64] PASS: 32amd64-4s2n4c-cgroup.xml.output
[Ubuntu_14.04_x86_64] PASS: 32ppc-4n4c2c.output
[Ubuntu_14.04_x86_64] PASS: 8amd64-4n2c.output
[Ubuntu_14.04_x86_64] PASS: 8em64t-4c2t.output
[Ubuntu_14.04_x86_64] PASS: 8em64t-2s2ca2c.output
[Ubuntu_14.04_x86_64] PASS: 8em64t-2s2ca2c-buggynuma.output
[Ubuntu_14.04_x86_64] PASS: 8em64t-2s4c-heterogeneous.output
[Ubuntu_14.04_x86_64] PASS: 8ia64-2n2s2c.output
[Ubuntu_14.04_x86_64] PASS: 8ia64-2s2c2t.output
[Ubuntu_14.04_x86_64] PASS: 8ia64-4s2c.output
[Ubuntu_14.04_x86_64] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[Ubuntu_14.04_x86_64] PASS: 16amd64-8n2c.output
[Ubuntu_14.04_x86_64] PASS: 16amd64-8n2c-cpusets.output
[Ubuntu_14.04_x86_64] PASS: 16amd64-8n2c-cpusets.xml.output
[Ubuntu_14.04_x86_64] PASS: 16amd64-8n2c-cpusets_noadmin.output
[Ubuntu_16.04_x86_32] PASS: hwloc_iodevs
[Ubuntu_16.04_x86_32] PASS: xmlbuffer
[Ubuntu_16.04_x86_32] PASS: gl
[Ubuntu_16.04_x86_32] PASS: intel-mic
[Ubuntu_16.04_x86_32] SKIP: linux-libnuma
[Ubuntu_16.04_x86_32] PASS: glibc-sched
[Ubuntu_16.04_x86_32] PASS: openfabrics-verbs
[Ubuntu_16.04_x86_32] PASS: opencl
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] # TOTAL: 40
[Ubuntu_16.04_x86_32] # PASS:  39
[Ubuntu_16.04_x86_32] # SKIP:  1
[Ubuntu_16.04_x86_32] # XFAIL: 0
[Ubuntu_16.04_x86_32] # FAIL:  0
[Ubuntu_16.04_x86_32] # XPASS: 0
[Ubuntu_16.04_x86_32] # ERROR: 0
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_32] Making check in ports
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_16.04_x86_32] make  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-osf.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
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_16.04_x86_32]   CC       libhwloc_port_aix_la-topology-aix.lo
[Ubuntu_16.04_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[Ubuntu_16.04_x86_64]   CCLD     libhwloc-port-solaris.la
[Ubuntu_16.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_64]   CC       libhwloc_port_windows_la-topology-windows.lo
[Ubuntu_18.04_x86_64] PASS: hwloc_pci_backend
[Ubuntu_18.04_x86_64] PASS: hwloc_is_thissystem
[Ubuntu_18.04_x86_64] PASS: hwloc_distances
[Ubuntu_18.04_x86_64] PASS: hwloc_groups
[Ubuntu_18.04_x86_64] PASS: hwloc_groups2
[Ubuntu_18.04_x86_64] PASS: hwloc_insert_misc
[Ubuntu_18.04_x86_64] PASS: hwloc_topology_restrict
[Ubuntu_18.04_x86_64] PASS: hwloc_topology_dup
[Ubuntu_18.04_x86_64] PASS: hwloc_topology_diff
[Ubuntu_18.04_x86_64] PASS: hwloc_obj_infos
[Ubuntu_18.04_x86_64] PASS: hwloc_iodevs
[Ubuntu_18.04_x86_64] PASS: xmlbuffer
[Ubuntu_18.04_x86_64] PASS: gl
[Ubuntu_18.04_x86_64] PASS: intel-mic
[Ubuntu_18.04_x86_64] PASS: linux-libnuma
[Ubuntu_18.04_x86_64] PASS: glibc-sched
[Ubuntu_18.04_x86_64] PASS: openfabrics-verbs
[Ubuntu_18.04_x86_64] PASS: opencl
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] # TOTAL: 40
[Ubuntu_18.04_x86_64] # PASS:  40
[Ubuntu_18.04_x86_64] # SKIP:  0
[Ubuntu_18.04_x86_64] # XFAIL: 0
[Ubuntu_18.04_x86_64] # FAIL:  0
[Ubuntu_18.04_x86_64] # XPASS: 0
[Ubuntu_18.04_x86_64] # ERROR: 0
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_18.04_x86_64] Making check in ports
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_18.04_x86_64] make  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-osf.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
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_18.04_x86_64]   CC       libhwloc_port_aix_la-topology-aix.lo
[Ubuntu_18.04_x86_64]   CCLD     libhwloc-port-aix.la
[MinGW] checking nvml.h presence... no
[MinGW] checking for nvml.h... no
[MinGW] checking X11/Xlib.h usability... no
[MinGW] checking X11/Xlib.h presence... no
[MinGW] checking for X11/Xlib.h... no
[MinGW] configure: WARNING: X11 not found; GL disabled
[MinGW] checking NVCtrl/NVCtrl.h usability... no
[MinGW] checking NVCtrl/NVCtrl.h presence... no
[MinGW] checking for NVCtrl/NVCtrl.h... no
[MinGW] checking for LIBXML2... cannot check without pkg-config
[Pipeline] [Fedora_25_x86_64] deleteDir
[CentOS_6.3_x86_32] PASS: 2amd64-2n.output
[CentOS_6.3_x86_32] PASS: 2i386-2t-hugepagesizecount.xml.output
[CentOS_6.3_x86_32] PASS: 2i386-2c-nohugepage.xml.output
[CentOS_6.3_x86_32] PASS: 2ps3-2t.output
[CentOS_6.3_x86_32] PASS: 4em64t-2c2t-ignore-reorder.output
[CentOS_6.3_x86_32] PASS: 4ia64-4s.output
[CentOS_7.2_x86_64] PASS: 32amd64-4s2n4c-cgroup.xml.output
[CentOS_7.2_x86_64] PASS: 32ppc-4n4c2c.output
[CentOS_7.2_x86_64] PASS: 8amd64-4n2c.output
[Debian_5_x86_64] PASS: 40intel64-4n10c+pci-conflicts.output
[Debian_5_x86_64] PASS: 48amd64-4d2n6c-sparse.output
[Debian_7_x86_64]   CCLD     libhwloc-port-opencl.la
[Debian_7_x86_64]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[Debian_8_x86_64] PASS: hwloc_pci_backend
[Debian_8_x86_64] PASS: hwloc_is_thissystem
[Debian_8_x86_64] PASS: hwloc_distances
[Debian_8_x86_64] PASS: hwloc_groups
[Debian_9_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[OS_X_9]   CC       hwloc_get_largest_objs_inside_cpuset.o
[OS_X_9]   CCLD     hwloc_get_largest_objs_inside_cpuset
[OpenBSD_5.9_x86_64]   CC       lstopo_no_graphics-lstopo-xml.o
[OpenBSD_5.9_x86_64]   CCLD     lstopo-no-graphics
[Ubuntu_16.04_x86_32]   CCLD     libhwloc-port-aix.la
[Ubuntu_16.04_x86_32] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_32]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[Ubuntu_16.04_x86_64]   CCLD     libhwloc-port-windows.la
[Ubuntu_16.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_64]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[CentOS_6.3_x86_32] PASS: 4ppc-4c.output
[CentOS_6.3_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[CentOS_6.3_x86_64] PASS: 16em64t-4s2c2t.output
[CentOS_6.3_x86_64] PASS: 16em64t-4s2c2t-offlines.output
[CentOS_6.3_x86_64] PASS: 16em64t-4s2c2t-offlines.xml.output
[CentOS_6.3_x86_64] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[CentOS_6.3_x86_64] PASS: 16em64t-4s2c2t_ncaches.output
[CentOS_6.3_x86_64] PASS: 16em64t-4s2c2t_merge.output
[CentOS_7.2_x86_64] PASS: 8em64t-4c2t.output
[CentOS_7.2_x86_64] PASS: 8em64t-2s2ca2c.output
[CentOS_7.2_x86_64] PASS: 8em64t-2s2ca2c-buggynuma.output
[CentOS_7.2_x86_64] PASS: 8em64t-2s4c-heterogeneous.output
[CentOS_7.2_x86_64] PASS: 8ia64-2n2s2c.output
[CentOS_7.2_x86_64] PASS: 8ia64-2s2c2t.output
[CentOS_7.2_x86_64] PASS: 8ia64-4s2c.output
[CentOS_7.2_x86_64] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[CentOS_7.2_x86_64] PASS: 16amd64-8n2c.output
[Debian_5_x86_64] PASS: 64amd64-4s2n4ca2co.output
[Debian_5_x86_64] PASS: 64fake-4n2s2ca2c2t.output
[Debian_5_x86_64] PASS: 64intel64-fakeKNL-A2A-cache.output
[Debian_6_x86_32] PASS: 24em64t-2n6c2t-pci.xml
[Debian_6_x86_32] PASS: 32em64t-2n8c2t-pci-noio.xml
[Debian_6_x86_32] PASS: 32em64t-2n8c2t-pci-normalio.xml
[Debian_6_x86_32] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[Debian_7_x86_64]   CCLD     libhwloc-port-cuda.la
[Debian_7_x86_64]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[Debian_7_x86_64]   CCLD     libhwloc-port-nvml.la
[Debian_7_x86_64]   CC       libhwloc_port_gl_la-topology-gl.lo
[Debian_8_x86_64] PASS: hwloc_groups2
[Debian_8_x86_64] PASS: hwloc_insert_misc
[Debian_8_x86_64] PASS: hwloc_topology_restrict
[Debian_8_x86_64] PASS: hwloc_topology_dup
[Debian_8_x86_64] PASS: hwloc_topology_diff
[Debian_8_x86_64] PASS: hwloc_obj_infos
[Debian_8_x86_64] PASS: hwloc_iodevs
[Debian_9_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] # TOTAL: 20
[Debian_9_x86_64] # PASS:  20
[Debian_9_x86_64] # SKIP:  0
[Debian_9_x86_64] # XFAIL: 0
[Debian_9_x86_64] # FAIL:  0
[Debian_9_x86_64] # XPASS: 0
[Debian_9_x86_64] # ERROR: 0
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_9_x86_64] Making check in linux
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64] Making check in .
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64] make  check-TESTS
[Debian_9_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64] PASS: 2amd64-2n.output
[Debian_9_x86_64] PASS: 2i386-2t-hugepagesizecount.xml.output
[Debian_9_x86_64] PASS: 2i386-2c-nohugepage.xml.output
[Debian_9_x86_64] PASS: 2ps3-2t.output
[Debian_9_x86_64] PASS: 4em64t-2c2t-ignore-reorder.output
[OS_X_12] PASS: test-hwloc-annotate.sh
[OS_X_12] PASS: test-hwloc-assembler.sh
[OS_X_9]   CC       hwloc_get_next_obj_covering_cpuset.o
[OS_X_9]   CCLD     hwloc_get_next_obj_covering_cpuset
[OS_X_9]   CC       hwloc_get_obj_inside_cpuset.o
[OS_X_9]   CCLD     hwloc_get_obj_inside_cpuset
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64] Creating lstopo-no-graphics.1 man page...
[OpenBSD_5.9_x86_64] Making all in tests
[OpenBSD_5.9_x86_64] Making all in .
[OpenBSD_5.9_x86_64] Making all in ports
[OpenBSD_5.9_x86_64] Making all in xml
[OpenBSD_5.9_x86_64] Making all in contrib/systemd
[OpenBSD_5.9_x86_64] Making all in doc
[OpenBSD_5.9_x86_64] make  all-recursive
[OpenBSD_5.9_x86_64] Making all in examples
[OpenBSD_5.9_x86_64] + make check
[OpenBSD_5.9_x86_64] Making check in src
[OpenBSD_5.9_x86_64] make  hwloc_fake.la
[OpenBSD_5.9_x86_64]   CC       topology-fake.lo
[OpenIndiana_x86_64]   CCLD     hwloc_topology_diff
[OpenIndiana_x86_64]   CC       hwloc_obj_infos.o
[OpenIndiana_x86_64]   CCLD     hwloc_obj_infos
[OpenIndiana_x86_64]   CC       hwloc_iodevs.o
[Ubuntu_14.04_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[Ubuntu_14.04_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[Ubuntu_14.04_x86_64] PASS: 16em64t-4s2c2t.output
[Ubuntu_14.04_x86_64] PASS: 16em64t-4s2c2t-offlines.output
[Ubuntu_14.04_x86_64] PASS: 16em64t-4s2c2t-offlines.xml.output
[Ubuntu_14.04_x86_64] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[Ubuntu_14.04_x86_64] PASS: 16em64t-4s2c2t_ncaches.output
[Ubuntu_14.04_x86_64] PASS: 16em64t-4s2c2t_merge.output
[Ubuntu_14.04_x86_64] PASS: 16em64t-4s2c2t.xml.output
[Ubuntu_14.04_x86_64] PASS: 16em64t-2m4c2t.output
[Ubuntu_16.04_x86_32]   CCLD     libhwloc-port-bgq.la
[Ubuntu_16.04_x86_32] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_32]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[Ubuntu_16.04_x86_32]   CCLD     libhwloc-port-darwin.la
[Ubuntu_16.04_x86_64]   CCLD     libhwloc-port-opencl.la
[Ubuntu_16.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_64]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[Ubuntu_16.04_x86_64]   CCLD     libhwloc-port-cuda.la
[Ubuntu_16.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_64]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[Ubuntu_16.04_x86_64]   CCLD     libhwloc-port-nvml.la
[Ubuntu_18.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_18.04_x86_64]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[Ubuntu_18.04_x86_64]   CCLD     libhwloc-port-bgq.la
[Ubuntu_18.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_18.04_x86_64]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[MinGW] checking for x86 cpuid... yes
[Pipeline] [Fedora_25_x86_64] }
[CentOS_6.3_x86_64] PASS: 16em64t-4s2c2t.xml.output
[CentOS_6.3_x86_64] PASS: 16em64t-2m4c2t.output
[CentOS_6.3_x86_64] PASS: 16ia64-8n2s.output
[CentOS_7.2_x86_64] PASS: 16amd64-8n2c-cpusets.output
[CentOS_7.2_x86_64] PASS: 16amd64-8n2c-cpusets.xml.output
[CentOS_7.2_x86_64] PASS: 16amd64-8n2c-cpusets_noadmin.output
[CentOS_7.2_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[CentOS_7.2_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[Debian_5_x86_64] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[Debian_6_x86_32] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[Debian_6_x86_32] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[Debian_6_x86_32] PASS: 96em64t-4n4d3ca2co-pci.xml
[Debian_7_x86_64]   CCLD     libhwloc-port-gl.la
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_7_x86_64] Making check in xml
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_7_x86_64] make  check-TESTS
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_7_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_8_x86_64] PASS: xmlbuffer
[Debian_8_x86_64] PASS: gl
[Debian_9_x86_64] PASS: 4ia64-4s.output
[Debian_9_x86_64] PASS: 4ppc-4c.output
[OS_X_9]   CC       hwloc_get_shared_cache_covering_obj.o
[OS_X_9]   CCLD     hwloc_get_shared_cache_covering_obj
[OpenBSD_5.9_x86_64]   CCLD     hwloc_fake.la
[OpenBSD_5.9_x86_64] Making check in include
[OpenBSD_5.9_x86_64] Making check in utils
[OpenBSD_5.9_x86_64] Making check in hwloc
[OpenBSD_5.9_x86_64] make  check-TESTS
[OpenIndiana_x86_64]   CCLD     hwloc_iodevs
[OpenIndiana_x86_64]   CC       xmlbuffer.o
[Ubuntu_12.04_x86_64] PASS: hwloc_object_userdata
[Ubuntu_12.04_x86_64] PASS: hwloc_synthetic
[Ubuntu_14.04_x86_64] PASS: 16ia64-8n2s.output
[Ubuntu_14.04_x86_64] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[Ubuntu_16.04_x86_32] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_32]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[Ubuntu_16.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_64]   CC       libhwloc_port_gl_la-topology-gl.lo
[Ubuntu_16.04_x86_64]   CCLD     libhwloc-port-gl.la
[Ubuntu_18.04_x86_64]   CCLD     libhwloc-port-darwin.la
[Ubuntu_18.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_18.04_x86_64]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[Ubuntu_18.04_x86_64]   CCLD     libhwloc-port-freebsd.la
[Ubuntu_18.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_18.04_x86_64]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[MinGW] checking for pthread_mutex_lock... yes
[MinGW] checking if plugin support is enabled... no
[MinGW] checking components to build statically...  noos xml synthetic custom xml_nolibxml windows x86
[MinGW] checking components to build as plugins... 
[MinGW] checking for a sed that does not truncate output... /usr/bin/sed
[MinGW] 
[MinGW] ###
[MinGW] ### Configuring hwloc documentation
[MinGW] ###
[MinGW] checking if this is a developer build... no (doxygen generation is optional)
[MinGW] checking for doxygen... no
[MinGW] checking for pdflatex... no
[MinGW] checking for makeindex... no
[MinGW] checking for fig2dev... no
[MinGW] checking for gs... no
[MinGW] checking for epstopdf... no
[MinGW] checking if can build doxygen docs... no
[MinGW] checking for w3m... no
[MinGW] checking for lynx... no
[MinGW] checking if can build top-level README... no
[MinGW] checking if will build doxygen docs... no
[MinGW] checking if will install doxygen docs... yes
[MinGW] checking whether to enable "picky" compiler mode... no (default)
[MinGW] 
[MinGW] ###
[MinGW] ### Configuring hwloc command line utilities
[MinGW] ###
[MinGW] checking for CAIRO... cannot check without pkg-config
[MinGW] checking for wchar_t... yes
[Pipeline] [Fedora_25_x86_64] // dir
[Debian_5_x86_64] PASS: 96em64t-4n4d3ca2co.output
[Debian_7_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[Debian_7_x86_64] PASS: 16amd64-4distances.xml
[Debian_7_x86_64] PASS: 16em64t-4s2c2t.xml
[Debian_7_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[Debian_7_x86_64] PASS: 16em64t-4s2c2t.console.output
[Debian_8_x86_64] PASS: intel-mic
[Debian_8_x86_64] PASS: linux-libnuma
[Debian_8_x86_64] PASS: glibc-sched
[Debian_8_x86_64] PASS: openfabrics-verbs
[OS_X_9]   CC       hwloc_get_obj_below_array_by_type.o
[OS_X_9]   CCLD     hwloc_get_obj_below_array_by_type
[OpenIndiana_x86_64]   CCLD     xmlbuffer
[OpenIndiana_x86_64]   CC       gl.o
[Ubuntu_12.04_x86_64] PASS: hwloc_custom
[Ubuntu_12.04_x86_64] PASS: hwloc_backends
[Ubuntu_16.04_x86_32]   CCLD     libhwloc-port-freebsd.la
[Ubuntu_16.04_x86_32] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_32]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[Ubuntu_16.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_16.04_x86_64] Making check in xml
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_64] make  check-TESTS
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[Ubuntu_16.04_x86_64] PASS: 16amd64-4distances.xml
[CentOS_6.3_x86_64] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[CentOS_7.2_x86_64] PASS: 16em64t-4s2c2t.output
[CentOS_7.2_x86_64] PASS: 16em64t-4s2c2t-offlines.output
[CentOS_7.2_x86_64] PASS: 16em64t-4s2c2t-offlines.xml.output
[CentOS_7.2_x86_64] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[CentOS_7.2_x86_64] PASS: 16em64t-4s2c2t_ncaches.output
[CentOS_7.2_x86_64] PASS: 16em64t-4s2c2t_merge.output
[CentOS_7.2_x86_64] PASS: 16em64t-4s2c2t.xml.output
[CentOS_7.2_x86_64] PASS: 16em64t-2m4c2t.output
[CentOS_7.2_x86_64] PASS: 16ia64-8n2s.output
[Debian_5_x86_64] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[Debian_5_x86_64] PASS: 128ia64-17n4s2c.output
[Debian_7_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[Debian_7_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[Debian_7_x86_64] PASS: 16intel64-manyVFs.xml
[Debian_7_x86_64] PASS: 16intel64-manyVFs.console.output
[Debian_8_x86_64] PASS: opencl
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] # TOTAL: 40
[Debian_8_x86_64] # PASS:  40
[Debian_8_x86_64] # SKIP:  0
[Debian_8_x86_64] # XFAIL: 0
[Debian_8_x86_64] # FAIL:  0
[Debian_8_x86_64] # XPASS: 0
[Debian_8_x86_64] # ERROR: 0
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_8_x86_64] Making check in ports
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_8_x86_64] make  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-osf.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
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_8_x86_64]   CC       libhwloc_port_aix_la-topology-aix.lo
[Debian_9_x86_64] PASS: 256ppc-8n8s4t.output
[OS_X_9]   CC       hwloc_bitmap_first_last_weight.o
[OpenIndiana_x86_64]   CCLD     gl
[OpenIndiana_x86_64]   CC       intel-mic.o
[OpenIndiana_x86_64]   CCLD     intel-mic
[Ubuntu_12.04_x86_64] PASS: hwloc_pci_backend
[Ubuntu_12.04_x86_64] PASS: hwloc_is_thissystem
[Ubuntu_12.04_x86_64] PASS: hwloc_distances
[Ubuntu_12.04_x86_64] PASS: hwloc_groups
[Ubuntu_14.04_x86_64] PASS: 32em64t-2n8c+1mic.output
[Ubuntu_16.04_x86_32]   CCLD     libhwloc-port-hpux.la
[Ubuntu_16.04_x86_32] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_32]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[Ubuntu_16.04_x86_64] PASS: 16em64t-4s2c2t.xml
[Ubuntu_16.04_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[Ubuntu_16.04_x86_64] PASS: 16em64t-4s2c2t.console.output
[Ubuntu_16.04_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[Ubuntu_16.04_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[Ubuntu_18.04_x86_64]   CCLD     libhwloc-port-hpux.la
[Ubuntu_18.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_18.04_x86_64]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[MinGW] checking for putwc... yes
[Pipeline] [Fedora_25_x86_64] }
[CentOS_6.3_x86_32] PASS: 256ppc-8n8s4t.output
[CentOS_7.2_x86_64] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[CentOS_7.2_x86_64] PASS: 32em64t-2n8c+1mic.output
[Debian_5_x86_64] PASS: 256ia64-64n2s2c.output
[Debian_5_x86_64] PASS: 4qs22-2s2t.output
[Debian_5_x86_64] PASS: 2s390-2c.output
[Debian_5_x86_64] PASS: 20s390-2g6s4c.output
[Debian_5_x86_64] PASS: 1alpha.output
[Debian_5_x86_64] PASS: 2arm-2c.output
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] # TOTAL: 56
[Debian_5_x86_64] # PASS:  56
[Debian_5_x86_64] # SKIP:  0
[Debian_5_x86_64] # XFAIL: 0
[Debian_5_x86_64] # FAIL:  0
[Debian_5_x86_64] # XPASS: 0
[Debian_5_x86_64] # ERROR: 0
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] make[5]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_5_x86_64] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_5_x86_64] Making check in allowed
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_5_x86_64] make  check-TESTS
[Debian_5_x86_64] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_5_x86_64] make[5]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_5_x86_64] PASS: test1.output
[Debian_6_x86_32] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[Debian_7_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[Debian_7_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[Debian_7_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[Debian_7_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[Debian_7_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[Debian_7_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[Debian_8_x86_64]   CCLD     libhwloc-port-aix.la
[Debian_8_x86_64]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[Debian_8_x86_64]   CCLD     libhwloc-port-bgq.la
[Debian_8_x86_64]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[Debian_9_x86_64] PASS: 256ppc-8n8s4t-nocache.output
[OS_X_9]   CCLD     hwloc_bitmap_first_last_weight
[OS_X_9]   CC       hwloc_bitmap_singlify.o
[OS_X_9]   CCLD     hwloc_bitmap_singlify
[OS_X_9]   CC       hwloc_type_depth.o
[OpenBSD_5.9_x86_64] PASS: test-hwloc-annotate.sh
[OpenBSD_5.9_x86_64] PASS: test-hwloc-assembler.sh
[OpenIndiana_x86_64] make  check-TESTS
[OpenIndiana_x86_64] PASS: hwloc_list_components
[OpenIndiana_x86_64] PASS: hwloc_bitmap
[Ubuntu_12.04_x86_64] PASS: hwloc_groups2
[Ubuntu_12.04_x86_64] PASS: hwloc_insert_misc
[Ubuntu_12.04_x86_64] PASS: hwloc_topology_restrict
[Ubuntu_12.04_x86_64] PASS: hwloc_topology_dup
[Ubuntu_12.04_x86_64] PASS: hwloc_topology_diff
[Ubuntu_12.04_x86_64] PASS: hwloc_obj_infos
[Ubuntu_12.04_x86_64] PASS: hwloc_iodevs
[Ubuntu_14.04_x86_64] PASS: 40intel64-2g2n4c+pci.output
[Ubuntu_16.04_x86_32]   CCLD     libhwloc-port-netbsd.la
[Ubuntu_16.04_x86_32] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_32]   CC       libhwloc_port_osf_la-topology-osf.lo
[Ubuntu_16.04_x86_32]   CCLD     libhwloc-port-osf.la
[Ubuntu_16.04_x86_32] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_32]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[Ubuntu_16.04_x86_64] PASS: 16intel64-manyVFs.xml
[Ubuntu_16.04_x86_64] PASS: 16intel64-manyVFs.console.output
[Ubuntu_16.04_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[Ubuntu_16.04_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[Ubuntu_16.04_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[Ubuntu_16.04_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[Ubuntu_16.04_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[Ubuntu_18.04_x86_64]   CCLD     libhwloc-port-netbsd.la
[Ubuntu_18.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_18.04_x86_64]   CC       libhwloc_port_osf_la-topology-osf.lo
[Ubuntu_18.04_x86_64]   CCLD     libhwloc-port-osf.la
[Ubuntu_18.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[MinGW] checking locale.h usability... yes
[MinGW] checking locale.h presence... yes
[MinGW] checking for locale.h... yes
[MinGW] checking for setlocale... (cached) yes
[MinGW] checking for uselocale... no
[Pipeline] [Fedora_25_x86_64] // node
[Ubuntu_14.04_x86_64] PASS: 40intel64-4n10c+pci-conflicts.output
[Ubuntu_18.04_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[MinGW] checking xlocale.h usability... no
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] # TOTAL: 1
[Debian_5_x86_64] # PASS:  1
[Debian_5_x86_64] # SKIP:  0
[Debian_5_x86_64] # XFAIL: 0
[Debian_5_x86_64] # FAIL:  0
[Debian_5_x86_64] # XPASS: 0
[Debian_5_x86_64] # ERROR: 0
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] make[5]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_5_x86_64] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_5_x86_64] Making check in gather
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_5_x86_64] make  check-TESTS
[Debian_5_x86_64] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_5_x86_64] make[5]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_7_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[Pipeline] [Fedora_25_x86_64] }
[Debian_8_x86_64]   CCLD     libhwloc-port-darwin.la
[Debian_8_x86_64]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[OS_X_9]   CCLD     hwloc_type_depth
[OS_X_9]   CC       hwloc_bind.o
[Ubuntu_16.04_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[Pipeline] [NetBSD_7.1_x86_64] }
[CentOS_6.3_x86_32] PASS: 256ppc-8n8s4t-nocache.output
[CentOS_6.3_x86_64] PASS: 32em64t-2n8c+1mic.output
[CentOS_7.2_x86_64] PASS: 40intel64-2g2n4c+pci.output
[Debian_5_x86_64] PASS: test-gather-topology.sh
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] # TOTAL: 1
[Debian_5_x86_64] # PASS:  1
[Debian_5_x86_64] # SKIP:  0
[Debian_5_x86_64] # XFAIL: 0
[Debian_5_x86_64] # FAIL:  0
[Debian_5_x86_64] # XPASS: 0
[Debian_5_x86_64] # ERROR: 0
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] make[5]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_5_x86_64] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_5_x86_64] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_5_x86_64] Making check in contrib/systemd
[Debian_5_x86_64] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd »
[Debian_5_x86_64] make[1]: Rien à faire pour « check ».
[Debian_5_x86_64] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd »
[Debian_5_x86_64] Making check in doc
[Debian_5_x86_64] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_5_x86_64] make  check-recursive
[Debian_5_x86_64] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_5_x86_64] Making check in examples
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_5_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[Debian_5_x86_64] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_5_x86_64]   CC       hwloc-hello.o
[Debian_5_x86_64]   CCLD     hwloc-hello
[Debian_5_x86_64]   CXX      hwloc-hello-cpp.o
[Debian_5_x86_64]   CXXLD    hwloc-hello-cpp
[Debian_5_x86_64]   CC       cpuset+bitmap+cpubind.o
[Debian_7_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[Debian_8_x86_64]   CCLD     libhwloc-port-freebsd.la
[Debian_8_x86_64]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[Debian_8_x86_64]   CCLD     libhwloc-port-hpux.la
[Debian_8_x86_64]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[Debian_9_x86_64] PASS: 256ppc-8n8s4t-nosys.output
[Debian_9_x86_64] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[Debian_9_x86_64] PASS: 32amd64-4s2n4c-cgroup.output
[Debian_9_x86_64] PASS: 32amd64-4s2n4c-cgroup.xml.output
[Debian_9_x86_64] PASS: 32ppc-4n4c2c.output
[Debian_9_x86_64] PASS: 8amd64-4n2c.output
[OS_X_9]   CCLD     hwloc_bind
[OS_X_9]   CC       hwloc_get_last_cpu_location.o
[OS_X_9]   CCLD     hwloc_get_last_cpu_location
[OS_X_9]   CC       hwloc_get_area_memlocation.o
[OpenIndiana_x86_64] PASS: hwloc_bitmap_string
[OpenIndiana_x86_64] PASS: hwloc_bitmap_compare_inclusion
[OpenIndiana_x86_64] PASS: hwloc_get_closest_objs
[Ubuntu_12.04_x86_64] PASS: xmlbuffer
[Ubuntu_12.04_x86_64] PASS: gl
[Ubuntu_12.04_x86_64] PASS: intel-mic
[Ubuntu_12.04_x86_64] PASS: linux-libnuma
[Ubuntu_12.04_x86_64] PASS: glibc-sched
[Ubuntu_14.04_x86_64] PASS: 48amd64-4d2n6c-sparse.output
[Ubuntu_14.04_x86_64] PASS: 64amd64-4s2n4ca2co.output
[Ubuntu_14.04_x86_64] PASS: 64fake-4n2s2ca2c2t.output
[Ubuntu_16.04_x86_32]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[Ubuntu_16.04_x86_32]   CCLD     libhwloc-port-solaris.la
[Ubuntu_16.04_x86_32] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_32]   CC       libhwloc_port_windows_la-topology-windows.lo
[Ubuntu_16.04_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[Ubuntu_16.04_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[Ubuntu_18.04_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[Ubuntu_18.04_x86_64]   CCLD     libhwloc-port-solaris.la
[Ubuntu_18.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_18.04_x86_64]   CC       libhwloc_port_windows_la-topology-windows.lo
[MinGW] checking xlocale.h presence... no
[MinGW] checking for xlocale.h... no
[MinGW] checking langinfo.h usability... no
[MinGW] checking langinfo.h presence... no
[MinGW] checking for langinfo.h... no
[MinGW] checking termcap support using ncurses and ... no
[Pipeline] [NetBSD_7.1_x86_64] // dir
[CentOS_6.3_x86_32] PASS: 256ppc-8n8s4t-nosys.output
[CentOS_7.2_x86_64] PASS: 40intel64-4n10c+pci-conflicts.output
[CentOS_7.2_x86_64] PASS: 48amd64-4d2n6c-sparse.output
[Debian_5_x86_64]   CCLD     cpuset+bitmap+cpubind
[Debian_5_x86_64]   CC       nodeset+membind+policy.o
[Debian_5_x86_64]   CCLD     nodeset+membind+policy
[Debian_6_x86_32] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[Debian_7_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[Debian_8_x86_64]   CCLD     libhwloc-port-netbsd.la
[Debian_8_x86_64]   CC       libhwloc_port_osf_la-topology-osf.lo
[Debian_9_x86_64] PASS: 8em64t-4c2t.output
[Debian_9_x86_64] PASS: 8em64t-2s2ca2c.output
[Debian_9_x86_64] PASS: 8em64t-2s2ca2c-buggynuma.output
[Debian_9_x86_64] PASS: 8em64t-2s4c-heterogeneous.output
[Debian_9_x86_64] PASS: 8ia64-2n2s2c.output
[OS_X_9]   CCLD     hwloc_get_area_memlocation
[Ubuntu_12.04_x86_64] PASS: openfabrics-verbs
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] # TOTAL: 39
[Ubuntu_12.04_x86_64] # PASS:  39
[Ubuntu_12.04_x86_64] # SKIP:  0
[Ubuntu_12.04_x86_64] # XFAIL: 0
[Ubuntu_12.04_x86_64] # FAIL:  0
[Ubuntu_12.04_x86_64] # XPASS: 0
[Ubuntu_12.04_x86_64] # ERROR: 0
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_12.04_x86_64] Making check in ports
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_12.04_x86_64] make  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-osf.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
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_12.04_x86_64]   CC       libhwloc_port_aix_la-topology-aix.lo
[Ubuntu_14.04_x86_64] PASS: 64intel64-fakeKNL-A2A-cache.output
[Ubuntu_14.04_x86_64] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[Ubuntu_16.04_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[Ubuntu_18.04_x86_64]   CCLD     libhwloc-port-windows.la
[Ubuntu_18.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_18.04_x86_64]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[MinGW] checking termcap support using ncurses and -ltermcap... no
[MinGW] checking termcap support using ncurses and -lncursesw... no
[CentOS_6.3_x86_32] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[CentOS_6.3_x86_64] PASS: 40intel64-2g2n4c+pci.output
[Debian_5_x86_64]   CC       get-knl-modes.o
[Debian_5_x86_64]   CCLD     get-knl-modes
[Debian_5_x86_64]   CC       gpu.o
[Debian_5_x86_64]   CCLD     gpu
[Debian_8_x86_64]   CCLD     libhwloc-port-osf.la
[Debian_9_x86_64] PASS: 8ia64-2s2c2t.output
[Debian_9_x86_64] PASS: 8ia64-4s2c.output
[Debian_9_x86_64] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[Debian_9_x86_64] PASS: 16amd64-8n2c.output
[OS_X_9]   CC       hwloc_object_userdata.o
[OS_X_9]   CCLD     hwloc_object_userdata
[Ubuntu_12.04_x86_64]   CCLD     libhwloc-port-aix.la
[Ubuntu_12.04_x86_64]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[Ubuntu_14.04_x86_64] PASS: 96em64t-4n4d3ca2co.output
[Ubuntu_16.04_x86_32]   CCLD     libhwloc-port-windows.la
[Ubuntu_16.04_x86_32] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_32]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[MinGW] checking termcap support using ncurses and -lncurses... no
[MinGW] checking termcap support using curses and ... no
[Pipeline] [NetBSD_7.1_x86_64] }
[CentOS_6.3_x86_32] PASS: 32amd64-4s2n4c-cgroup.output
[CentOS_7.2_x86_64] PASS: 64amd64-4s2n4ca2co.output
[CentOS_7.2_x86_64] PASS: 64fake-4n2s2ca2c2t.output
[CentOS_7.2_x86_64] PASS: 64intel64-fakeKNL-A2A-cache.output
[CentOS_7.2_x86_64] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[Debian_5_x86_64]   CC       sharedcaches.o
[Debian_5_x86_64]   CCLD     sharedcaches
[Debian_5_x86_64] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_5_x86_64] make  check-TESTS
[Debian_5_x86_64] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_6_x86_32] PASS: 192em64t-24n8c2t-distancegroups.xml
[Debian_7_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[Debian_8_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[Debian_9_x86_64] PASS: 16amd64-8n2c-cpusets.output
[Debian_9_x86_64] PASS: 16amd64-8n2c-cpusets.xml.output
[Debian_9_x86_64] PASS: 16amd64-8n2c-cpusets_noadmin.output
[Debian_9_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[Debian_9_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[OS_X_9]   CC       hwloc_synthetic.o
[OS_X_9]   CCLD     hwloc_synthetic
[OpenIndiana_x86_64] PASS: hwloc_get_obj_covering_cpuset
[Ubuntu_12.04_x86_64]   CCLD     libhwloc-port-bgq.la
[Ubuntu_12.04_x86_64]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[Ubuntu_12.04_x86_64]   CCLD     libhwloc-port-darwin.la
[Ubuntu_14.04_x86_64] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[Ubuntu_14.04_x86_64] PASS: 128ia64-17n4s2c.output
[Ubuntu_14.04_x86_64] PASS: 256ia64-64n2s2c.output
[Ubuntu_14.04_x86_64] PASS: 4qs22-2s2t.output
[Ubuntu_16.04_x86_32]   CCLD     libhwloc-port-opencl.la
[Ubuntu_16.04_x86_32] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_32]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[Ubuntu_16.04_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[Ubuntu_18.04_x86_64]   CCLD     libhwloc-port-opencl.la
[Ubuntu_18.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_18.04_x86_64]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[Ubuntu_18.04_x86_64]   CCLD     libhwloc-port-cuda.la
[Ubuntu_18.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_18.04_x86_64]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[MinGW] checking termcap support using curses and -ltermcap... no
[MinGW] checking termcap support using curses and -lcursesw... no
[Pipeline] [NetBSD_7.1_x86_64] // node
[CentOS_6.3_x86_32] PASS: 32amd64-4s2n4c-cgroup.xml.output
[CentOS_6.3_x86_32] PASS: 32ppc-4n4c2c.output
[CentOS_6.3_x86_32] PASS: 8amd64-4n2c.output
[CentOS_6.3_x86_32] PASS: 8em64t-4c2t.output
[CentOS_6.3_x86_64] PASS: 40intel64-4n10c+pci-conflicts.output
[CentOS_6.3_x86_64] PASS: 48amd64-4d2n6c-sparse.output
[Debian_5_x86_64] make[5]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_5_x86_64] PASS: hwloc-hello
[Debian_5_x86_64] PASS: hwloc-hello-cpp
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] # TOTAL: 2
[Debian_5_x86_64] # PASS:  2
[Debian_5_x86_64] # SKIP:  0
[Debian_5_x86_64] # XFAIL: 0
[Debian_5_x86_64] # FAIL:  0
[Debian_5_x86_64] # XPASS: 0
[Debian_5_x86_64] # ERROR: 0
[Debian_5_x86_64] ============================================================================
[Debian_5_x86_64] make[5]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_5_x86_64] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_5_x86_64] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_5_x86_64] make[3]: Rien à faire pour « check-am ».
[Debian_5_x86_64] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_5_x86_64] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_5_x86_64] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_5_x86_64] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug »
[Debian_5_x86_64] make[1]: Rien à faire pour « check-am ».
[Debian_5_x86_64] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug »
[Debian_5_x86_64] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[Debian_5_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_5_x86_64] 
[Debian_5_x86_64] 
[Debian_5_x86_64]  * Topology extraction from /proc/cpuinfo *
[Debian_5_x86_64] 
[Debian_5_x86_64] processor 0
[Debian_5_x86_64] processor 1
[Debian_5_x86_64] os proc 1 is online
[Debian_5_x86_64] found 2 cpu topologies, cpuset 0x00000003
[Debian_5_x86_64] os package 0 has cpuset 0x00000001
[Debian_5_x86_64] os core 0 has cpuset 0x00000001
[Debian_5_x86_64] thread 0 has cpuset 0x00000001
[Debian_5_x86_64] cache depth 1 has cpuset 0x00000001
[Debian_5_x86_64] cache depth 1 has cpuset 0x00000001
[Debian_5_x86_64] cache depth 2 has cpuset 0x00000001
[Debian_5_x86_64] os package 1 has cpuset 0x00000002
[Debian_5_x86_64] os core 0 has cpuset 0x00000002
[Debian_5_x86_64] thread 1 has cpuset 0x00000002
[Debian_5_x86_64] cache depth 1 has cpuset 0x00000002
[Debian_5_x86_64] cache depth 1 has cpuset 0x00000002
[Debian_5_x86_64] cache depth 2 has cpuset 0x00000002
[Debian_5_x86_64] found DMIProductName 'CloudStack KVM Hypervisor'
[Debian_5_x86_64] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[Debian_5_x86_64] found DMIChassisVendor 'Bochs'
[Debian_5_x86_64] found DMIChassisType '1'
[Debian_5_x86_64] found DMIChassisVersion ''
[Debian_5_x86_64] found DMIChassisAssetTag ''
[Debian_5_x86_64] found DMIBIOSVendor 'Seabios'
[Debian_5_x86_64] found DMIBIOSVersion '0.5.1'
[Debian_5_x86_64] found DMIBIOSDate '01/01/2011'
[Debian_5_x86_64] found DMISysVendor 'Apache Software Foundation'
[Debian_5_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_5_x86_64] Machine#0(local=2063616KB total=0KB 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.26-2-amd64 OSVersion="#1 SMP Sun Mar 4 21:48:06 UTC 2012" HostName=hwloc-debian5amd64 Architecture=x86_64) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f
[Debian_5_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Debian_5_x86_64]           Core#0 cpuset 0x00000001
[Debian_5_x86_64]             PU#0 cpuset 0x00000001
[Debian_5_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Debian_5_x86_64]           Core#0 cpuset 0x00000002
[Debian_5_x86_64]             PU#1 cpuset 0x00000002
[Debian_5_x86_64] Backend x86 forcing a reconnect of levels
[Debian_5_x86_64] --- Package level has number 1
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Cache level depth 2 has number 2
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Cache level depth 1 has number 3
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Cache level depth 1 has number 4
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Core level has number 5
[Debian_5_x86_64] 
[Debian_5_x86_64] --- PU level has number 6
[Debian_5_x86_64] 
[Debian_5_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_5_x86_64] highest cpuid d, cpuid type 0
[Debian_5_x86_64] highest extended cpuid 80000008
[Debian_5_x86_64] possible CPUs are 0x00000003
[Debian_5_x86_64] binding to CPU0
[Debian_5_x86_64] APIC ID 0x00 max_log_proc 1
[Debian_5_x86_64] phys 0 thread 0
[Debian_5_x86_64] cache 0 type 1
[Debian_5_x86_64] thus 1 threads
[Debian_5_x86_64] this is thread 0 of core 0
[Debian_5_x86_64] cache 1 type 2
[Debian_5_x86_64] cache 2 type 3
[Debian_5_x86_64] cache 3 type 0
[Debian_5_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_5_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_5_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Debian_5_x86_64] binding to CPU1
[Debian_5_x86_64] APIC ID 0x01 max_log_proc 1
[Debian_5_x86_64] phys 1 thread 0
[Debian_5_x86_64] cache 0 type 1
[Debian_5_x86_64] thus 1 threads
[Debian_5_x86_64] this is thread 0 of core 0
[Debian_5_x86_64] cache 1 type 2
[Debian_5_x86_64] cache 2 type 3
[Debian_5_x86_64] cache 3 type 0
[Debian_5_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_5_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_5_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Debian_5_x86_64] Machine#0(local=2063616KB total=0KB 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.26-2-amd64 OSVersion="#1 SMP Sun Mar 4 21:48:06 UTC 2012" HostName=hwloc-debian5amd64 Architecture=x86_64) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[Debian_5_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Debian_5_x86_64]             PU#0 cpuset 0x00000001
[Debian_5_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Debian_5_x86_64]             PU#1 cpuset 0x00000002
[Debian_5_x86_64] Machine#0(local=2063616KB total=0KB 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.26-2-amd64 OSVersion="#1 SMP Sun Mar 4 21:48:06 UTC 2012" HostName=hwloc-debian5amd64 Architecture=x86_64) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[Debian_5_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Debian_5_x86_64]             PU#0 cpuset 0x00000001
[Debian_5_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Debian_5_x86_64]             PU#1 cpuset 0x00000002
[Debian_5_x86_64] 
[Debian_5_x86_64] Restrict topology cpusets to existing PU and NODE objects
[Debian_5_x86_64] 
[Debian_5_x86_64] Propagate offline and disallowed cpus down and up
[Debian_5_x86_64] 
[Debian_5_x86_64] Propagate nodesets
[Debian_5_x86_64] Machine#0(local=2063616KB total=0KB 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.26-2-amd64 OSVersion="#1 SMP Sun Mar 4 21:48:06 UTC 2012" HostName=hwloc-debian5amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 arity 2
[Debian_5_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_5_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Debian_5_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_5_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Debian_5_x86_64] 
[Debian_5_x86_64] Removing unauthorized and offline sets from all sets
[Debian_5_x86_64] Machine#0(local=2063616KB total=0KB 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.26-2-amd64 OSVersion="#1 SMP Sun Mar 4 21:48:06 UTC 2012" HostName=hwloc-debian5amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 arity 2
[Debian_5_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_5_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Debian_5_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_5_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Debian_5_x86_64] 
[Debian_5_x86_64] Add default object sets
[Debian_5_x86_64] 
[Debian_5_x86_64] Ok, finished tweaking, now connect
[Debian_5_x86_64] --- Package level has number 1
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Cache level depth 2 has number 2
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Cache level depth 1 has number 3
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Cache level depth 1 has number 4
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Core level has number 5
[Debian_5_x86_64] 
[Debian_5_x86_64] --- PU level has number 6
[Debian_5_x86_64] 
[Debian_5_x86_64] Machine#0(local=2063616KB total=0KB 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.26-2-amd64 OSVersion="#1 SMP Sun Mar 4 21:48:06 UTC 2012" HostName=hwloc-debian5amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_5_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_5_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_5_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_5_x86_64] 
[Debian_5_x86_64] Scanning PCI buses...
[Debian_5_x86_64]   0000:00:00.0 0600 8086:1237 Intel Corporation 440FX - 82441FX PMC [Natoma]
[Debian_5_x86_64]   0000:00:01.0 0601 8086:7000 Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
[Debian_5_x86_64]   0000:00:01.1 0101 8086:7010 Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
[Debian_5_x86_64]   0000:00:01.2 0c03 8086:7020 Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]
[Debian_5_x86_64]   0000:00:01.3 0680 8086:7113 Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[Debian_5_x86_64]   0000:00:02.0 0300 1013:00b8 Cirrus Logic GD 5446
[Debian_5_x86_64]   0000:00:03.0 0200 1af4:1000 Qumranet, Inc.
[Debian_5_x86_64]   0000:00:04.0 0100 1af4:1001 Qumranet, Inc.
[Debian_5_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_5_x86_64] 
[Debian_5_x86_64] PCI hierarchy under fake parent:
[Debian_5_x86_64]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[Debian_5_x86_64]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[Debian_5_x86_64]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[Debian_5_x86_64]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[Debian_5_x86_64]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[Debian_5_x86_64]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[Debian_5_x86_64]   0000:00:03.0 Device [1af4:1000 (1af4:0001) rev=00 class=0200]
[Debian_5_x86_64]   0000:00:04.0 Device [1af4:1001 (1af4:0002) rev=00 class=0100]
[Debian_5_x86_64] 
[Debian_5_x86_64] Starting new PCI hostbridge 0000:00
[Debian_5_x86_64] New PCI hostbridge 0000:[00-00]
[Debian_5_x86_64] Attaching hostbridge to cpuset 0x00000003
[Debian_5_x86_64] Machine#0(local=2063616KB total=0KB 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.26-2-amd64 OSVersion="#1 SMP Sun Mar 4 21:48:06 UTC 2012" HostName=hwloc-debian5amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_5_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_5_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_5_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[Debian_5_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Debian_5_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Debian_5_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]"
[Debian_5_x86_64]       Block name "hdc"
[Debian_5_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Debian_5_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI") name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Debian_5_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Debian_5_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
[Debian_5_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
[Debian_5_x86_64] Backend linuxpci forcing a reconnect of levels
[Debian_5_x86_64] --- Package level has number 1
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Cache level depth 2 has number 2
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Cache level depth 1 has number 3
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Cache level depth 1 has number 4
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Core level has number 5
[Debian_5_x86_64] 
[Debian_5_x86_64] --- PU level has number 6
[Debian_5_x86_64] 
[Debian_5_x86_64] PCI objects already added, ignoring linuxpci backend.
[Debian_5_x86_64] Machine#0(local=2063616KB total=0KB 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.26-2-amd64 OSVersion="#1 SMP Sun Mar 4 21:48:06 UTC 2012" HostName=hwloc-debian5amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_5_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_5_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_5_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_5_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Debian_5_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Debian_5_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_5_x86_64]       Block name "hdc"
[Debian_5_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Debian_5_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI") name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Debian_5_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Debian_5_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
[Debian_5_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
[Debian_5_x86_64] 
[Debian_5_x86_64] Now reconnecting
[Debian_5_x86_64] Machine#0(local=2063616KB total=0KB 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.26-2-amd64 OSVersion="#1 SMP Sun Mar 4 21:48:06 UTC 2012" HostName=hwloc-debian5amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_5_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_5_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_5_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_5_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_5_x86_64]       Block name "hdc"
[Debian_5_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Debian_5_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
[Debian_5_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
[Debian_5_x86_64] 
[Debian_5_x86_64] Removing ignored objects
[Debian_5_x86_64] Machine#0(local=2063616KB total=0KB 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.26-2-amd64 OSVersion="#1 SMP Sun Mar 4 21:48:06 UTC 2012" HostName=hwloc-debian5amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_5_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_5_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_5_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_5_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_5_x86_64]       Block name "hdc"
[Debian_5_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Debian_5_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
[Debian_5_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
[Debian_5_x86_64] 
[Debian_5_x86_64] Removing empty objects except numa nodes and PCI devices
[Debian_5_x86_64] Machine#0(local=2063616KB total=0KB 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.26-2-amd64 OSVersion="#1 SMP Sun Mar 4 21:48:06 UTC 2012" HostName=hwloc-debian5amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_5_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_5_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_5_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_5_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_5_x86_64]       Block name "hdc"
[Debian_5_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Debian_5_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
[Debian_5_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
[Debian_5_x86_64] 
[Debian_5_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[Debian_5_x86_64] Machine#0(local=2063616KB total=0KB 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.26-2-amd64 OSVersion="#1 SMP Sun Mar 4 21:48:06 UTC 2012" HostName=hwloc-debian5amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_5_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_5_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_5_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_5_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_5_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_5_x86_64]       Block name "hdc"
[Debian_5_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Debian_5_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
[Debian_5_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
[Debian_5_x86_64] --- Package level has number 1
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Cache level depth 2 has number 2
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Cache level depth 1 has number 3
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Cache level depth 1 has number 4
[Debian_5_x86_64] 
[Debian_5_x86_64] --- Core level has number 5
[Debian_5_x86_64] 
[Debian_5_x86_64] --- PU level has number 6
[Debian_5_x86_64] 
[Debian_5_x86_64] 
[Debian_5_x86_64] Propagate total memory up
[Debian_5_x86_64] Machine (2015MB)
[Debian_5_x86_64]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[Debian_5_x86_64]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[Debian_5_x86_64]   HostBridge L#0
[Debian_5_x86_64]     PCI 8086:7010
[Debian_5_x86_64]       Block L#0 "hdc"
[Debian_5_x86_64]     PCI 1013:00b8
[Debian_5_x86_64]     PCI 1af4:1000
[Debian_5_x86_64]     PCI 1af4:1001
[Debian_5_x86_64] + cd ..
[Debian_5_x86_64] + exit 0
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] # TOTAL: 20
[Debian_6_x86_32] # PASS:  20
[Debian_6_x86_32] # SKIP:  0
[Debian_6_x86_32] # XFAIL: 0
[Debian_6_x86_32] # FAIL:  0
[Debian_6_x86_32] # XPASS: 0
[Debian_6_x86_32] # ERROR: 0
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml »
[Debian_6_x86_32] Making check in linux
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_6_x86_32] Making check in .
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_6_x86_32] make  check-TESTS
[Debian_6_x86_32] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_6_x86_32] make[5]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_6_x86_32] PASS: 2amd64-2n.output
[Debian_6_x86_32] PASS: 2i386-2t-hugepagesizecount.xml.output
[Debian_6_x86_32] PASS: 2i386-2c-nohugepage.xml.output
[Debian_6_x86_32] PASS: 2ps3-2t.output
[Debian_6_x86_32] PASS: 4em64t-2c2t-ignore-reorder.output
[Debian_6_x86_32] PASS: 4ia64-4s.output
[Debian_6_x86_32] PASS: 4ppc-4c.output
[Debian_8_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[Debian_8_x86_64]   CCLD     libhwloc-port-solaris.la
[Debian_8_x86_64]   CC       libhwloc_port_windows_la-topology-windows.lo
[Debian_9_x86_64] PASS: 16em64t-4s2c2t.output
[Debian_9_x86_64] PASS: 16em64t-4s2c2t-offlines.output
[Debian_9_x86_64] PASS: 16em64t-4s2c2t-offlines.xml.output
[Debian_9_x86_64] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[Debian_9_x86_64] PASS: 16em64t-4s2c2t_ncaches.output
[Debian_9_x86_64] PASS: 16em64t-4s2c2t_merge.output
[Debian_9_x86_64] PASS: 16em64t-4s2c2t.xml.output
[Debian_9_x86_64] PASS: 16em64t-2m4c2t.output
[Debian_9_x86_64] PASS: 16ia64-8n2s.output
[OS_X_9]   CC       hwloc_custom.o
[OS_X_9]   CCLD     hwloc_custom
[OS_X_9]   CC       hwloc_backends.o
[OS_X_9]   CCLD     hwloc_backends
[Ubuntu_12.04_x86_64]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[Ubuntu_12.04_x86_64]   CCLD     libhwloc-port-freebsd.la
[Ubuntu_14.04_x86_64] PASS: 2s390-2c.output
[Ubuntu_14.04_x86_64] PASS: 20s390-2g6s4c.output
[Ubuntu_14.04_x86_64] PASS: 1alpha.output
[Ubuntu_14.04_x86_64] PASS: 2arm-2c.output
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] # TOTAL: 56
[Ubuntu_14.04_x86_64] # PASS:  56
[Ubuntu_14.04_x86_64] # SKIP:  0
[Ubuntu_14.04_x86_64] # XFAIL: 0
[Ubuntu_14.04_x86_64] # FAIL:  0
[Ubuntu_14.04_x86_64] # XPASS: 0
[Ubuntu_14.04_x86_64] # ERROR: 0
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_14.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_14.04_x86_64] Making check in allowed
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_14.04_x86_64] make  check-TESTS
[Ubuntu_14.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_14.04_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_14.04_x86_64] PASS: test1.output
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] # TOTAL: 1
[Ubuntu_14.04_x86_64] # PASS:  1
[Ubuntu_14.04_x86_64] # SKIP:  0
[Ubuntu_14.04_x86_64] # XFAIL: 0
[Ubuntu_14.04_x86_64] # FAIL:  0
[Ubuntu_14.04_x86_64] # XPASS: 0
[Ubuntu_14.04_x86_64] # ERROR: 0
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_14.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_14.04_x86_64] Making check in gather
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_14.04_x86_64] make  check-TESTS
[Ubuntu_14.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_14.04_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_32]   CCLD     libhwloc-port-cuda.la
[Ubuntu_16.04_x86_32] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_32]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[Ubuntu_16.04_x86_32]   CCLD     libhwloc-port-nvml.la
[Ubuntu_16.04_x86_32] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_32]   CC       libhwloc_port_gl_la-topology-gl.lo
[Ubuntu_16.04_x86_32]   CCLD     libhwloc-port-gl.la
[Ubuntu_18.04_x86_64]   CCLD     libhwloc-port-nvml.la
[Ubuntu_18.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_18.04_x86_64]   CC       libhwloc_port_gl_la-topology-gl.lo
[MinGW] checking termcap support using curses and -lcurses... no
[MinGW] checking whether diff accepts -u... yes
[MinGW] checking whether diff accepts -w... yes
[MinGW] checking time.h usability... yes
[MinGW] checking time.h presence... yes
[MinGW] checking for time.h... yes
[MinGW] checking for clock_gettime... yes
[Pipeline] [NetBSD_7.1_x86_64] }
[Debian_7_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] # TOTAL: 20
[Debian_7_x86_64] # PASS:  20
[Debian_7_x86_64] # SKIP:  0
[Debian_7_x86_64] # XFAIL: 0
[Debian_7_x86_64] # FAIL:  0
[Debian_7_x86_64] # XPASS: 0
[Debian_7_x86_64] # ERROR: 0
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_7_x86_64] Making check in linux
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_7_x86_64] Making check in .
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_7_x86_64] make  check-TESTS
[Debian_7_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_7_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_7_x86_64] PASS: 2amd64-2n.output
[Debian_7_x86_64] PASS: 2i386-2t-hugepagesizecount.xml.output
[Ubuntu_18.04_x86_64]   CCLD     libhwloc-port-gl.la
[Ubuntu_18.04_x86_64] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_18.04_x86_64] Making check in xml
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_18.04_x86_64] make  check-TESTS
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_18.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_18.04_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[CentOS_6.3_x86_32] PASS: 8em64t-2s2ca2c.output
[CentOS_6.3_x86_32] PASS: 8em64t-2s2ca2c-buggynuma.output
[CentOS_6.3_x86_32] PASS: 8em64t-2s4c-heterogeneous.output
[CentOS_6.3_x86_32] PASS: 8ia64-2n2s2c.output
[CentOS_6.3_x86_32] PASS: 8ia64-2s2c2t.output
[CentOS_6.3_x86_32] PASS: 8ia64-4s2c.output
[CentOS_6.3_x86_32] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[CentOS_6.3_x86_64] PASS: 64amd64-4s2n4ca2co.output
[CentOS_7.2_x86_64] PASS: 96em64t-4n4d3ca2co.output
[CentOS_7.2_x86_64] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[CentOS_7.2_x86_64] PASS: 128ia64-17n4s2c.output
[Debian_7_x86_64] PASS: 2i386-2c-nohugepage.xml.output
[Debian_7_x86_64] PASS: 2ps3-2t.output
[Debian_7_x86_64] PASS: 4em64t-2c2t-ignore-reorder.output
[Debian_7_x86_64] PASS: 4ia64-4s.output
[Debian_7_x86_64] PASS: 4ppc-4c.output
[Debian_9_x86_64] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[OS_X_9]   CC       hwloc_pci_backend.o
[OS_X_9]   CCLD     hwloc_pci_backend
[OpenIndiana_x86_64] PASS: hwloc_get_cache_covering_cpuset
[Ubuntu_12.04_x86_64]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[Ubuntu_12.04_x86_64]   CCLD     libhwloc-port-hpux.la
[Ubuntu_12.04_x86_64]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[Ubuntu_12.04_x86_64]   CCLD     libhwloc-port-netbsd.la
[Ubuntu_14.04_x86_64] PASS: test-gather-topology.sh
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] # TOTAL: 1
[Ubuntu_14.04_x86_64] # PASS:  1
[Ubuntu_14.04_x86_64] # SKIP:  0
[Ubuntu_14.04_x86_64] # XFAIL: 0
[Ubuntu_14.04_x86_64] # FAIL:  0
[Ubuntu_14.04_x86_64] # XPASS: 0
[Ubuntu_14.04_x86_64] # ERROR: 0
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_14.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_14.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_14.04_x86_64] Making check in contrib/systemd
[Ubuntu_14.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_14.04_x86_64] make[1]: Nothing to be done for `check'.
[Ubuntu_14.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_14.04_x86_64] Making check in doc
[Ubuntu_14.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_14.04_x86_64] make  check-recursive
[Ubuntu_14.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_14.04_x86_64] Making check in examples
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_14.04_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[Ubuntu_14.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_14.04_x86_64]   CC       hwloc-hello.o
[Ubuntu_16.04_x86_32] ar: `u' modifier ignored since `D' is the default (see `U')
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_16.04_x86_32] Making check in xml
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_32] make  check-TESTS
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_32] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_32] PASS: 16amd64-8n2c-cpusets.xml
[Ubuntu_16.04_x86_32] PASS: 16amd64-4distances.xml
[Ubuntu_16.04_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] # TOTAL: 20
[Ubuntu_16.04_x86_64] # PASS:  20
[Ubuntu_16.04_x86_64] # SKIP:  0
[Ubuntu_16.04_x86_64] # XFAIL: 0
[Ubuntu_16.04_x86_64] # FAIL:  0
[Ubuntu_16.04_x86_64] # XPASS: 0
[Ubuntu_16.04_x86_64] # ERROR: 0
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_64] Making check in linux
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_64] Making check in .
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_64] make  check-TESTS
[Ubuntu_16.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_64] PASS: 2amd64-2n.output
[Ubuntu_16.04_x86_64] PASS: 2i386-2t-hugepagesizecount.xml.output
[Ubuntu_16.04_x86_64] PASS: 2i386-2c-nohugepage.xml.output
[Ubuntu_16.04_x86_64] PASS: 2ps3-2t.output
[Ubuntu_16.04_x86_64] PASS: 4em64t-2c2t-ignore-reorder.output
[Ubuntu_16.04_x86_64] PASS: 4ia64-4s.output
[Ubuntu_16.04_x86_64] PASS: 4ppc-4c.output
[Ubuntu_18.04_x86_64] PASS: 16amd64-4distances.xml
[Ubuntu_18.04_x86_64] PASS: 16em64t-4s2c2t.xml
[Ubuntu_18.04_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[Ubuntu_18.04_x86_64] PASS: 16em64t-4s2c2t.console.output
[MinGW] 
[MinGW] ###
[MinGW] ### Configuring hwloc tests
[MinGW] ###
[MinGW] checking for pthread_self in -lpthread... yes
[Pipeline] [Debian_5_x86_64] deleteDir
[CentOS_6.3_x86_32] PASS: 16amd64-8n2c.output
[CentOS_6.3_x86_32] PASS: 16amd64-8n2c-cpusets.output
[CentOS_6.3_x86_32] PASS: 16amd64-8n2c-cpusets.xml.output
[CentOS_6.3_x86_64] PASS: 64fake-4n2s2ca2c2t.output
[CentOS_6.3_x86_64] PASS: 64intel64-fakeKNL-A2A-cache.output
[CentOS_6.3_x86_64] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[CentOS_7.2_x86_64] PASS: 256ia64-64n2s2c.output
[CentOS_7.2_x86_64] PASS: 4qs22-2s2t.output
[CentOS_7.2_x86_64] PASS: 2s390-2c.output
[CentOS_7.2_x86_64] PASS: 20s390-2g6s4c.output
[CentOS_7.2_x86_64] PASS: 1alpha.output
[Debian_8_x86_64]   CCLD     libhwloc-port-windows.la
[Debian_8_x86_64]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[Debian_8_x86_64]   CCLD     libhwloc-port-opencl.la
[Debian_8_x86_64]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[Debian_8_x86_64]   CCLD     libhwloc-port-cuda.la
[Debian_9_x86_64] PASS: 32em64t-2n8c+1mic.output
[OS_X_9]   CC       hwloc_is_thissystem.o
[OS_X_9]   CCLD     hwloc_is_thissystem
[OS_X_9]   CC       hwloc_distances.o
[OS_X_9]   CCLD     hwloc_distances
[OpenBSD_5.9_x86_64] PASS: test-hwloc-calc.sh
[Ubuntu_12.04_x86_64]   CC       libhwloc_port_osf_la-topology-osf.lo
[Ubuntu_12.04_x86_64]   CCLD     libhwloc-port-osf.la
[Ubuntu_14.04_x86_64]   CCLD     hwloc-hello
[Ubuntu_14.04_x86_64]   CXX      hwloc-hello-cpp.o
[Ubuntu_14.04_x86_64]   CXXLD    hwloc-hello-cpp
[Ubuntu_16.04_x86_32] PASS: 16em64t-4s2c2t.xml
[Ubuntu_16.04_x86_32] PASS: 16em64t-4s2c2t-offlines.xml
[Ubuntu_16.04_x86_32] PASS: 16em64t-4s2c2t.console.output
[Ubuntu_16.04_x86_32] PASS: 16-2gr2gr2n2c+misc.xml
[Ubuntu_16.04_x86_32] PASS: 16-2gr2gr2n2c+misc.console.output
[Ubuntu_16.04_x86_32] PASS: 16intel64-manyVFs.xml
[Ubuntu_16.04_x86_32] PASS: 16intel64-manyVFs.console.output
[Ubuntu_18.04_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[Ubuntu_18.04_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[Ubuntu_18.04_x86_64] PASS: 16intel64-manyVFs.xml
[Ubuntu_18.04_x86_64] PASS: 16intel64-manyVFs.console.output
[Ubuntu_18.04_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[Ubuntu_18.04_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[Ubuntu_18.04_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[MinGW] checking for numa_available in -lnuma... no
[MinGW] checking for stdlib.h... (cached) yes
[MinGW] checking for mkstemp... yes
[Pipeline] [Debian_5_x86_64] }
[CentOS_6.3_x86_32] PASS: 16amd64-8n2c-cpusets_noadmin.output
[CentOS_6.3_x86_32] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[CentOS_6.3_x86_32] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[CentOS_7.2_x86_64] PASS: 2arm-2c.output
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] # TOTAL: 56
[CentOS_7.2_x86_64] # PASS:  56
[CentOS_7.2_x86_64] # SKIP:  0
[CentOS_7.2_x86_64] # XFAIL: 0
[CentOS_7.2_x86_64] # FAIL:  0
[CentOS_7.2_x86_64] # XPASS: 0
[CentOS_7.2_x86_64] # ERROR: 0
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_7.2_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_7.2_x86_64] Making check in allowed
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_7.2_x86_64] make  check-TESTS
[CentOS_7.2_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_7.2_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_7.2_x86_64] PASS: test1.output
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] # TOTAL: 1
[CentOS_7.2_x86_64] # PASS:  1
[CentOS_7.2_x86_64] # SKIP:  0
[CentOS_7.2_x86_64] # XFAIL: 0
[CentOS_7.2_x86_64] # FAIL:  0
[CentOS_7.2_x86_64] # XPASS: 0
[CentOS_7.2_x86_64] # ERROR: 0
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_7.2_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_7.2_x86_64] Making check in gather
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_7.2_x86_64] make  check-TESTS
[CentOS_7.2_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_7.2_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_6_x86_32] PASS: 256ppc-8n8s4t.output
[Debian_8_x86_64]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[Debian_8_x86_64]   CCLD     libhwloc-port-nvml.la
[Debian_9_x86_64] PASS: 40intel64-2g2n4c+pci.output
[OS_X_9]   CC       hwloc_groups.o
[OS_X_9]   CCLD     hwloc_groups
[Ubuntu_12.04_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[Ubuntu_14.04_x86_64]   CC       cpuset+bitmap+cpubind.o
[Ubuntu_14.04_x86_64]   CCLD     cpuset+bitmap+cpubind
[Ubuntu_16.04_x86_32] PASS: 16intel64-manyVFs.console.nocollapse.output
[Ubuntu_16.04_x86_32] PASS: 24em64t-2n6c2t-pci.xml
[Ubuntu_16.04_x86_32] PASS: 32em64t-2n8c2t-pci-noio.xml
[MinGW] checking infiniband/verbs.h usability... no
[MinGW] checking infiniband/verbs.h presence... no
[MinGW] checking for infiniband/verbs.h... no
[OpenIndiana_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[Ubuntu_18.04_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[Ubuntu_18.04_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[Pipeline] [Debian_5_x86_64] // dir
[CentOS_6.3_x86_32] PASS: 16em64t-4s2c2t.output
[CentOS_6.3_x86_32] PASS: 16em64t-4s2c2t-offlines.output
[CentOS_6.3_x86_32] PASS: 16em64t-4s2c2t-offlines.xml.output
[CentOS_6.3_x86_64] PASS: 96em64t-4n4d3ca2co.output
[Debian_7_x86_64] PASS: 256ppc-8n8s4t.output
[Debian_8_x86_64]   CC       libhwloc_port_gl_la-topology-gl.lo
[Debian_8_x86_64]   CCLD     libhwloc-port-gl.la
[OS_X_9]   CC       hwloc_groups2.o
[OpenIndiana_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[Ubuntu_12.04_x86_64]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[Ubuntu_12.04_x86_64]   CCLD     libhwloc-port-solaris.la
[Ubuntu_12.04_x86_64]   CC       libhwloc_port_windows_la-topology-windows.lo
[Ubuntu_14.04_x86_64]   CC       nodeset+membind+policy.o
[Ubuntu_14.04_x86_64]   CCLD     nodeset+membind+policy
[Ubuntu_14.04_x86_64]   CC       get-knl-modes.o
[Ubuntu_14.04_x86_64]   CCLD     get-knl-modes
[Ubuntu_16.04_x86_32] PASS: 32em64t-2n8c2t-pci-normalio.xml
[Ubuntu_16.04_x86_32] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[Ubuntu_16.04_x86_64] PASS: 256ppc-8n8s4t.output
[Ubuntu_18.04_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[Ubuntu_18.04_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[MinGW] checking myriexpress.h usability... no
[MinGW] checking myriexpress.h presence... no
[MinGW] checking for myriexpress.h... no
[MinGW] checking for xmllint... xmllint
[MinGW] checking for bunzip2... bunzip2
[Pipeline] [Debian_5_x86_64] }
[CentOS_6.3_x86_32] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[CentOS_6.3_x86_32] PASS: 16em64t-4s2c2t_ncaches.output
[CentOS_6.3_x86_32] PASS: 16em64t-4s2c2t_merge.output
[CentOS_6.3_x86_32] PASS: 16em64t-4s2c2t.xml.output
[CentOS_6.3_x86_32] PASS: 16em64t-2m4c2t.output
[CentOS_6.3_x86_32] PASS: 16ia64-8n2s.output
[CentOS_6.3_x86_64] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[CentOS_7.2_x86_64] PASS: test-gather-topology.sh
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] # TOTAL: 1
[CentOS_7.2_x86_64] # PASS:  1
[CentOS_7.2_x86_64] # SKIP:  0
[CentOS_7.2_x86_64] # XFAIL: 0
[CentOS_7.2_x86_64] # FAIL:  0
[CentOS_7.2_x86_64] # XPASS: 0
[CentOS_7.2_x86_64] # ERROR: 0
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_7.2_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_7.2_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_7.2_x86_64] Making check in contrib/systemd
[CentOS_7.2_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[CentOS_7.2_x86_64] make[1]: Nothing to be done for `check'.
[CentOS_7.2_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[CentOS_7.2_x86_64] Making check in doc
[CentOS_7.2_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_7.2_x86_64] make  check-recursive
[CentOS_7.2_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_7.2_x86_64] Making check in examples
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_7.2_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[CentOS_7.2_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_7.2_x86_64]   CC       hwloc-hello.o
[CentOS_7.2_x86_64]   CCLD     hwloc-hello
[CentOS_7.2_x86_64]   CXX      hwloc-hello-cpp.o
[Debian_6_x86_32] PASS: 256ppc-8n8s4t-nocache.output
[Debian_7_x86_64] PASS: 256ppc-8n8s4t-nocache.output
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Debian_8_x86_64] Making check in xml
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_8_x86_64] make  check-TESTS
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_8_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_8_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[Debian_8_x86_64] PASS: 16amd64-4distances.xml
[Debian_8_x86_64] PASS: 16em64t-4s2c2t.xml
[Debian_8_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[Debian_9_x86_64] PASS: 40intel64-4n10c+pci-conflicts.output
[Debian_9_x86_64] PASS: 48amd64-4d2n6c-sparse.output
[OS_X_12] PASS: test-hwloc-calc.sh
[OS_X_9]   CCLD     hwloc_groups2
[OS_X_9]   CC       hwloc_insert_misc.o
[Ubuntu_14.04_x86_64]   CC       gpu.o
[Ubuntu_14.04_x86_64]   CCLD     gpu
[Ubuntu_14.04_x86_64]   CC       sharedcaches.o
[Ubuntu_14.04_x86_64]   CCLD     sharedcaches
[Ubuntu_14.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_14.04_x86_64] make  check-TESTS
[Ubuntu_14.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_14.04_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_14.04_x86_64] PASS: hwloc-hello
[Ubuntu_16.04_x86_32] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[Ubuntu_16.04_x86_64] PASS: 256ppc-8n8s4t-nocache.output
[Ubuntu_18.04_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[Pipeline] [Debian_5_x86_64] // node
[CentOS_6.3_x86_64] PASS: 128ia64-17n4s2c.output
[CentOS_7.2_x86_64]   CXXLD    hwloc-hello-cpp
[CentOS_7.2_x86_64]   CC       cpuset+bitmap+cpubind.o
[CentOS_7.2_x86_64]   CCLD     cpuset+bitmap+cpubind
[Debian_8_x86_64] PASS: 16em64t-4s2c2t.console.output
[Debian_8_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[Debian_8_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[Debian_8_x86_64] PASS: 16intel64-manyVFs.xml
[Debian_9_x86_64] PASS: 64amd64-4s2n4ca2co.output
[OS_X_9]   CCLD     hwloc_insert_misc
[OS_X_9]   CC       hwloc_topology_restrict.o
[OpenIndiana_x86_64] PASS: hwloc_get_obj_inside_cpuset
[Ubuntu_14.04_x86_64] PASS: hwloc-hello-cpp
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] # TOTAL: 2
[Ubuntu_14.04_x86_64] # PASS:  2
[Ubuntu_14.04_x86_64] # SKIP:  0
[Ubuntu_14.04_x86_64] # XFAIL: 0
[Ubuntu_14.04_x86_64] # FAIL:  0
[Ubuntu_14.04_x86_64] # XPASS: 0
[Ubuntu_14.04_x86_64] # ERROR: 0
[Ubuntu_14.04_x86_64] ============================================================================
[Ubuntu_14.04_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_14.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_14.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_14.04_x86_64] make[3]: Nothing to be done for `check-am'.
[Ubuntu_14.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_14.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_14.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_14.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_14.04_x86_64] make[1]: Nothing to be done for `check-am'.
[Ubuntu_14.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_14.04_x86_64] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[Ubuntu_14.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64]  * Topology extraction from /proc/cpuinfo *
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] processor 0
[Ubuntu_14.04_x86_64] physical id 0
[Ubuntu_14.04_x86_64] core id 0
[Ubuntu_14.04_x86_64] processor 1
[Ubuntu_14.04_x86_64] physical id 1
[Ubuntu_14.04_x86_64] core id 0
[Ubuntu_14.04_x86_64] os proc 1 is online
[Ubuntu_14.04_x86_64] found 2 cpu topologies, cpuset 0x00000003
[Ubuntu_14.04_x86_64] os package 0 has cpuset 0x00000001
[Ubuntu_14.04_x86_64] os core 0 has cpuset 0x00000001
[Ubuntu_14.04_x86_64] thread 0 has cpuset 0x00000001
[Ubuntu_14.04_x86_64] cache depth 1 has cpuset 0x00000001
[Ubuntu_14.04_x86_64] cache depth 1 has cpuset 0x00000001
[Ubuntu_14.04_x86_64] cache depth 2 has cpuset 0x00000001
[Ubuntu_14.04_x86_64] os package 1 has cpuset 0x00000002
[Ubuntu_14.04_x86_64] os core 0 has cpuset 0x00000002
[Ubuntu_14.04_x86_64] thread 1 has cpuset 0x00000002
[Ubuntu_14.04_x86_64] cache depth 1 has cpuset 0x00000002
[Ubuntu_14.04_x86_64] cache depth 1 has cpuset 0x00000002
[Ubuntu_14.04_x86_64] cache depth 2 has cpuset 0x00000002
[Ubuntu_14.04_x86_64] found DMIProductName 'CloudStack KVM Hypervisor'
[Ubuntu_14.04_x86_64] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[Ubuntu_14.04_x86_64] found DMIChassisVendor 'Bochs'
[Ubuntu_14.04_x86_64] found DMIChassisType '1'
[Ubuntu_14.04_x86_64] found DMIChassisVersion ''
[Ubuntu_14.04_x86_64] found DMIChassisAssetTag ''
[Ubuntu_14.04_x86_64] found DMIBIOSVendor 'Seabios'
[Ubuntu_14.04_x86_64] found DMIBIOSVersion '0.5.1'
[Ubuntu_14.04_x86_64] found DMIBIOSDate '01/01/2011'
[Ubuntu_14.04_x86_64] found DMISysVendor 'Apache Software Foundation'
[Ubuntu_14.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_14.04_x86_64] Machine#0(local=2049880KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f
[Ubuntu_14.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000001
[Ubuntu_14.04_x86_64]             PU#0 cpuset 0x00000001
[Ubuntu_14.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000002
[Ubuntu_14.04_x86_64]             PU#1 cpuset 0x00000002
[Ubuntu_14.04_x86_64] Backend x86 forcing a reconnect of levels
[Ubuntu_14.04_x86_64] --- Package level has number 1
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Core level has number 5
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- PU level has number 6
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_14.04_x86_64] highest cpuid d, cpuid type 0
[Ubuntu_14.04_x86_64] highest extended cpuid 80000008
[Ubuntu_14.04_x86_64] possible CPUs are 0x00000003
[Ubuntu_14.04_x86_64] binding to CPU0
[Ubuntu_14.04_x86_64] APIC ID 0x00 max_log_proc 1
[Ubuntu_14.04_x86_64] phys 0 thread 0
[Ubuntu_14.04_x86_64] cache 0 type 1
[Ubuntu_14.04_x86_64] thus 1 threads
[Ubuntu_14.04_x86_64] this is thread 0 of core 0
[Ubuntu_14.04_x86_64] cache 1 type 2
[Ubuntu_14.04_x86_64] cache 2 type 3
[Ubuntu_14.04_x86_64] cache 3 type 0
[Ubuntu_14.04_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_14.04_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_14.04_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Ubuntu_14.04_x86_64] binding to CPU1
[Ubuntu_14.04_x86_64] APIC ID 0x01 max_log_proc 1
[Ubuntu_14.04_x86_64] phys 1 thread 0
[Ubuntu_14.04_x86_64] cache 0 type 1
[Ubuntu_14.04_x86_64] thus 1 threads
[Ubuntu_14.04_x86_64] this is thread 0 of core 0
[Ubuntu_14.04_x86_64] cache 1 type 2
[Ubuntu_14.04_x86_64] cache 2 type 3
[Ubuntu_14.04_x86_64] cache 3 type 0
[Ubuntu_14.04_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_14.04_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_14.04_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Ubuntu_14.04_x86_64] Machine#0(local=2049880KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[Ubuntu_14.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Ubuntu_14.04_x86_64]             PU#0 cpuset 0x00000001
[Ubuntu_14.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Ubuntu_14.04_x86_64]             PU#1 cpuset 0x00000002
[Ubuntu_14.04_x86_64] Machine#0(local=2049880KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[Ubuntu_14.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Ubuntu_14.04_x86_64]             PU#0 cpuset 0x00000001
[Ubuntu_14.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Ubuntu_14.04_x86_64]             PU#1 cpuset 0x00000002
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Restrict topology cpusets to existing PU and NODE objects
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Propagate offline and disallowed cpus down and up
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Propagate nodesets
[Ubuntu_14.04_x86_64] Machine#0(local=2049880KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Ubuntu_14.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_14.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Ubuntu_14.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_14.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Removing unauthorized and offline sets from all sets
[Ubuntu_14.04_x86_64] Machine#0(local=2049880KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Ubuntu_14.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_14.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Ubuntu_14.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_14.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Add default object sets
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Ok, finished tweaking, now connect
[Ubuntu_14.04_x86_64] --- Package level has number 1
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Core level has number 5
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- PU level has number 6
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Machine#0(local=2049880KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Ubuntu_14.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_14.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_14.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Scanning PCI buses...
[Ubuntu_14.04_x86_64]   0000:00:00.0 0600 8086:1237 Intel Corporation 440FX - 82441FX PMC [Natoma]
[Ubuntu_14.04_x86_64]   0000:00:01.0 0601 8086:7000 Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
[Ubuntu_14.04_x86_64]   0000:00:01.1 0101 8086:7010 Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
[Ubuntu_14.04_x86_64]   0000:00:01.2 0c03 8086:7020 Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]
[Ubuntu_14.04_x86_64]   0000:00:01.3 0680 8086:7113 Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[Ubuntu_14.04_x86_64]   0000:00:02.0 0300 1013:00b8 Cirrus Logic GD 5446
[Ubuntu_14.04_x86_64]   0000:00:03.0 0200 1af4:1000 Red Hat, Inc Virtio network device
[Ubuntu_14.04_x86_64]   0000:00:04.0 0100 1af4:1001 Red Hat, Inc Virtio block device
[Ubuntu_14.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] PCI hierarchy under fake parent:
[Ubuntu_14.04_x86_64]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[Ubuntu_14.04_x86_64]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[Ubuntu_14.04_x86_64]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[Ubuntu_14.04_x86_64]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[Ubuntu_14.04_x86_64]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[Ubuntu_14.04_x86_64]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[Ubuntu_14.04_x86_64]   0000:00:03.0 Device [1af4:1000 (1af4:0001) rev=00 class=0200]
[Ubuntu_14.04_x86_64]   0000:00:04.0 Device [1af4:1001 (1af4:0002) rev=00 class=0100]
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Starting new PCI hostbridge 0000:00
[Ubuntu_14.04_x86_64] New PCI hostbridge 0000:[00-00]
[Ubuntu_14.04_x86_64] Attaching hostbridge to cpuset 0x00000003
[Ubuntu_14.04_x86_64] Machine#0(local=2049880KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Ubuntu_14.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_14.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_14.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[Ubuntu_14.04_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Ubuntu_14.04_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Ubuntu_14.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]"
[Ubuntu_14.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_14.04_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Ubuntu_14.04_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Ubuntu_14.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446"
[Ubuntu_14.04_x86_64]       GPU name "card0"
[Ubuntu_14.04_x86_64]       GPU name "controlD64"
[Ubuntu_14.04_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Ubuntu_14.04_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Ubuntu_14.04_x86_64] Backend linuxpci forcing a reconnect of levels
[Ubuntu_14.04_x86_64] --- Package level has number 1
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Core level has number 5
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- PU level has number 6
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] PCI objects already added, ignoring linuxpci backend.
[Ubuntu_14.04_x86_64] Machine#0(local=2049880KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_14.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_14.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_14.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Ubuntu_14.04_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Ubuntu_14.04_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Ubuntu_14.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Ubuntu_14.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_14.04_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Ubuntu_14.04_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Ubuntu_14.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_14.04_x86_64]       GPU name "card0"
[Ubuntu_14.04_x86_64]       GPU name "controlD64"
[Ubuntu_14.04_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Ubuntu_14.04_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Now reconnecting
[Ubuntu_14.04_x86_64] Machine#0(local=2049880KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_14.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_14.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_14.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Ubuntu_14.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Ubuntu_14.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_14.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_14.04_x86_64]       GPU name "card0"
[Ubuntu_14.04_x86_64]       GPU name "controlD64"
[Ubuntu_14.04_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Ubuntu_14.04_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Removing ignored objects
[Ubuntu_14.04_x86_64] Machine#0(local=2049880KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_14.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_14.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_14.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Ubuntu_14.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Ubuntu_14.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_14.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_14.04_x86_64]       GPU name "card0"
[Ubuntu_14.04_x86_64]       GPU name "controlD64"
[Ubuntu_14.04_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Ubuntu_14.04_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Removing empty objects except numa nodes and PCI devices
[Ubuntu_14.04_x86_64] Machine#0(local=2049880KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_14.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_14.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_14.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Ubuntu_14.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Ubuntu_14.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_14.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_14.04_x86_64]       GPU name "card0"
[Ubuntu_14.04_x86_64]       GPU name "controlD64"
[Ubuntu_14.04_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Ubuntu_14.04_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[Ubuntu_14.04_x86_64] Machine#0(local=2049880KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_14.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_14.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_14.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_14.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Ubuntu_14.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Ubuntu_14.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_14.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_14.04_x86_64]       GPU name "card0"
[Ubuntu_14.04_x86_64]       GPU name "controlD64"
[Ubuntu_14.04_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Ubuntu_14.04_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Ubuntu_14.04_x86_64] --- Package level has number 1
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- Core level has number 5
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] --- PU level has number 6
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] 
[Ubuntu_14.04_x86_64] Propagate total memory up
[Ubuntu_14.04_x86_64] Machine (2002MB)
[Ubuntu_14.04_x86_64]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[Ubuntu_14.04_x86_64]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[Ubuntu_14.04_x86_64]   HostBridge L#0
[Ubuntu_14.04_x86_64]     PCI 8086:7010
[Ubuntu_14.04_x86_64]       Block(Removable Media Device) L#0 "sr0"
[Ubuntu_14.04_x86_64]     PCI 1013:00b8
[Ubuntu_14.04_x86_64]       GPU L#1 "card0"
[Ubuntu_14.04_x86_64]       GPU L#2 "controlD64"
[Ubuntu_14.04_x86_64]     PCI 1af4:1000
[Ubuntu_14.04_x86_64]     PCI 1af4:1001
[Ubuntu_14.04_x86_64] + cd ..
[Ubuntu_14.04_x86_64] + exit 0
[Ubuntu_16.04_x86_32] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[Ubuntu_16.04_x86_32] PASS: 96em64t-4n4d3ca2co-pci.xml
[MinGW] checking if CXX works... yes
[MinGW] checking whether diff accepts -u... yes
[MinGW] 
[MinGW] ###
[MinGW] ### Performing final hwloc configuration
[MinGW] ###
[MinGW] checking how to print strings... printf
[MinGW] checking for a sed that does not truncate output... (cached) /usr/bin/sed
[MinGW] checking for fgrep... /usr/bin/grep -F
[Pipeline] [Debian_5_x86_64] }
[CentOS_6.3_x86_64] PASS: 256ia64-64n2s2c.output
[Debian_6_x86_32] PASS: 256ppc-8n8s4t-nosys.output
[Debian_7_x86_64] PASS: 256ppc-8n8s4t-nosys.output
[Debian_8_x86_64] PASS: 16intel64-manyVFs.console.output
[Debian_8_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[Debian_8_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[Debian_8_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[Ubuntu_12.04_x86_64]   CCLD     libhwloc-port-windows.la
[Ubuntu_12.04_x86_64]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[CentOS_6.3_x86_32] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[CentOS_6.3_x86_64] PASS: 4qs22-2s2t.output
[CentOS_6.3_x86_64] PASS: 2s390-2c.output
[CentOS_6.3_x86_64] PASS: 20s390-2g6s4c.output
[CentOS_6.3_x86_64] PASS: 1alpha.output
[CentOS_6.3_x86_64] PASS: 2arm-2c.output
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] # TOTAL: 56
[CentOS_6.3_x86_64] # PASS:  56
[CentOS_6.3_x86_64] # SKIP:  0
[CentOS_6.3_x86_64] # XFAIL: 0
[CentOS_6.3_x86_64] # FAIL:  0
[CentOS_6.3_x86_64] # XPASS: 0
[CentOS_6.3_x86_64] # ERROR: 0
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_64] Making check in allowed
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_64] make  check-TESTS
[CentOS_6.3_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_64] PASS: test1.output
[CentOS_7.2_x86_64]   CC       nodeset+membind+policy.o
[CentOS_7.2_x86_64]   CCLD     nodeset+membind+policy
[CentOS_7.2_x86_64]   CC       get-knl-modes.o
[CentOS_7.2_x86_64]   CCLD     get-knl-modes
[Debian_6_x86_32] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[Debian_7_x86_64] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[Debian_7_x86_64] PASS: 32amd64-4s2n4c-cgroup.output
[Debian_8_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[Debian_8_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[Debian_9_x86_64] PASS: 64fake-4n2s2ca2c2t.output
[Debian_9_x86_64] PASS: 64intel64-fakeKNL-A2A-cache.output
[OS_X_9]   CCLD     hwloc_topology_restrict
[OS_X_9]   CC       hwloc_topology_dup.o
[Ubuntu_12.04_x86_64]   CCLD     libhwloc-port-opencl.la
[Ubuntu_12.04_x86_64]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[Ubuntu_16.04_x86_64] PASS: 256ppc-8n8s4t-nosys.output
[Ubuntu_16.04_x86_64] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[Ubuntu_18.04_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[MinGW] checking for ld used by gcc -static-libgcc... C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe
[MinGW] checking if the linker (C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe) is GNU ld... yes
[MinGW] checking for BSD- or MS-compatible name lister (nm)... /mingw32/bin/nm -B
[Pipeline] [Ubuntu_14.04_x86_64] deleteDir
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] # TOTAL: 1
[CentOS_6.3_x86_64] # PASS:  1
[CentOS_6.3_x86_64] # SKIP:  0
[CentOS_6.3_x86_64] # XFAIL: 0
[CentOS_6.3_x86_64] # FAIL:  0
[CentOS_6.3_x86_64] # XPASS: 0
[CentOS_6.3_x86_64] # ERROR: 0
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_64] Making check in gather
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_64] make  check-TESTS
[CentOS_6.3_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_7.2_x86_64]   CC       gpu.o
[CentOS_7.2_x86_64]   CCLD     gpu
[Debian_6_x86_32] PASS: 32amd64-4s2n4c-cgroup.output
[Debian_6_x86_32] PASS: 32amd64-4s2n4c-cgroup.xml.output
[Debian_7_x86_64] PASS: 32amd64-4s2n4c-cgroup.xml.output
[Debian_7_x86_64] PASS: 32ppc-4n4c2c.output
[Debian_8_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[Debian_8_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[Debian_9_x86_64] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[Debian_9_x86_64] PASS: 96em64t-4n4d3ca2co.output
[OS_X_9]   CCLD     hwloc_topology_dup
[OS_X_9]   CC       hwloc_topology_diff.o
[Ubuntu_12.04_x86_64]   CCLD     libhwloc-port-cuda.la
[Ubuntu_12.04_x86_64]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[Ubuntu_16.04_x86_64] PASS: 32amd64-4s2n4c-cgroup.output
[MinGW] checking the name lister (/mingw32/bin/nm -B) interface... BSD nm
[MinGW] checking whether ln -s works... no, using cp -pR
[MinGW] checking the maximum length of command line arguments... 8192
[MinGW] checking how to convert i686-w64-mingw32 file names to i686-w64-mingw32 format... func_convert_file_msys_to_w32
[MinGW] checking how to convert i686-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
[MinGW] checking for C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe option to reload object files... -r
[MinGW] checking for objdump... objdump
[MinGW] checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
[MinGW] checking for dlltool... dlltool
[MinGW] checking how to associate runtime and link libraries... func_cygming_dll_for_implib
[Pipeline] [Ubuntu_14.04_x86_64] }
[CentOS_7.2_x86_64]   CC       sharedcaches.o
[CentOS_7.2_x86_64]   CCLD     sharedcaches
[CentOS_7.2_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_7.2_x86_64] make  check-TESTS
[CentOS_7.2_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_7.2_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_7.2_x86_64] PASS: hwloc-hello
[Debian_9_x86_64] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[OS_X_9]   CCLD     hwloc_topology_diff
[Ubuntu_16.04_x86_32] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[Ubuntu_16.04_x86_64] PASS: 32amd64-4s2n4c-cgroup.xml.output
[Ubuntu_16.04_x86_64] PASS: 32ppc-4n4c2c.output
[Ubuntu_16.04_x86_64] PASS: 8amd64-4n2c.output
[MinGW] checking for archiver @FILE support... @
[MinGW] checking for strip... strip
[MinGW] checking for ranlib... ranlib
[Pipeline] [Ubuntu_14.04_x86_64] // dir
[CentOS_6.3_x86_32] PASS: 32em64t-2n8c+1mic.output
[CentOS_6.3_x86_64] PASS: test-gather-topology.sh
[Debian_6_x86_32] PASS: 32ppc-4n4c2c.output
[Debian_6_x86_32] PASS: 8amd64-4n2c.output
[Debian_7_x86_64] PASS: 8amd64-4n2c.output
[Debian_7_x86_64] PASS: 8em64t-4c2t.output
[Debian_7_x86_64] PASS: 8em64t-2s2ca2c.output
[Debian_7_x86_64] PASS: 8em64t-2s2ca2c-buggynuma.output
[Debian_7_x86_64] PASS: 8em64t-2s4c-heterogeneous.output
[Debian_8_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[Ubuntu_12.04_x86_64]   CCLD     libhwloc-port-nvml.la
[Ubuntu_12.04_x86_64]   CC       libhwloc_port_gl_la-topology-gl.lo
[Ubuntu_18.04_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[Pipeline] [Ubuntu_14.04_x86_64] }
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] # TOTAL: 1
[CentOS_6.3_x86_64] # PASS:  1
[CentOS_6.3_x86_64] # SKIP:  0
[CentOS_6.3_x86_64] # XFAIL: 0
[CentOS_6.3_x86_64] # FAIL:  0
[CentOS_6.3_x86_64] # XPASS: 0
[CentOS_6.3_x86_64] # ERROR: 0
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_64] Making check in contrib/systemd
[CentOS_6.3_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[CentOS_6.3_x86_64] make[1]: Nothing to be done for `check'.
[CentOS_6.3_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[CentOS_6.3_x86_64] Making check in doc
[CentOS_6.3_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_64] make  check-recursive
[CentOS_6.3_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_64] Making check in examples
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[CentOS_6.3_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_64]   CC       hwloc-hello.o
[CentOS_6.3_x86_64]   CCLD     hwloc-hello
[CentOS_6.3_x86_64]   CXX      hwloc-hello-cpp.o
[CentOS_7.2_x86_64] PASS: hwloc-hello-cpp
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] # TOTAL: 2
[CentOS_7.2_x86_64] # PASS:  2
[CentOS_7.2_x86_64] # SKIP:  0
[CentOS_7.2_x86_64] # XFAIL: 0
[CentOS_7.2_x86_64] # FAIL:  0
[CentOS_7.2_x86_64] # XPASS: 0
[CentOS_7.2_x86_64] # ERROR: 0
[CentOS_7.2_x86_64] ============================================================================
[CentOS_7.2_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_7.2_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_7.2_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_7.2_x86_64] make[3]: Nothing to be done for `check-am'.
[CentOS_7.2_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_7.2_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_7.2_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_7.2_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[CentOS_7.2_x86_64] make[1]: Nothing to be done for `check-am'.
[CentOS_7.2_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[CentOS_7.2_x86_64] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[CentOS_7.2_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64]  * Topology extraction from /proc/cpuinfo *
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] processor 0
[CentOS_7.2_x86_64] physical id 0
[CentOS_7.2_x86_64] core id 0
[CentOS_7.2_x86_64] processor 1
[CentOS_7.2_x86_64] physical id 1
[CentOS_7.2_x86_64] core id 0
[CentOS_7.2_x86_64] Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset
[CentOS_7.2_x86_64] Found cgroup-cpuset /
[CentOS_7.2_x86_64] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.cpus>
[CentOS_7.2_x86_64] cpuset includes 0x00000003
[CentOS_7.2_x86_64] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.mems>
[CentOS_7.2_x86_64] cpuset includes 0x00000001
[CentOS_7.2_x86_64] os proc 0 is online
[CentOS_7.2_x86_64] os proc 1 is online
[CentOS_7.2_x86_64] found 2 cpu topologies, cpuset 0x00000003
[CentOS_7.2_x86_64] os package 0 has cpuset 0x00000001
[CentOS_7.2_x86_64] os core 0 has cpuset 0x00000001
[CentOS_7.2_x86_64] thread 0 has cpuset 0x00000001
[CentOS_7.2_x86_64] cache depth 1 has cpuset 0x00000001
[CentOS_7.2_x86_64] cache depth 1 has cpuset 0x00000001
[CentOS_7.2_x86_64] cache depth 2 has cpuset 0x00000001
[CentOS_7.2_x86_64] os package 1 has cpuset 0x00000002
[CentOS_7.2_x86_64] os core 0 has cpuset 0x00000002
[CentOS_7.2_x86_64] thread 1 has cpuset 0x00000002
[CentOS_7.2_x86_64] cache depth 1 has cpuset 0x00000002
[CentOS_7.2_x86_64] cache depth 1 has cpuset 0x00000002
[CentOS_7.2_x86_64] cache depth 2 has cpuset 0x00000002
[CentOS_7.2_x86_64] found DMIProductName 'CloudStack KVM Hypervisor'
[CentOS_7.2_x86_64] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[CentOS_7.2_x86_64] found DMIChassisVendor 'Bochs'
[CentOS_7.2_x86_64] found DMIChassisType '1'
[CentOS_7.2_x86_64] found DMIChassisVersion ''
[CentOS_7.2_x86_64] found DMIChassisAssetTag ''
[CentOS_7.2_x86_64] found DMIBIOSVendor 'Seabios'
[CentOS_7.2_x86_64] found DMIBIOSVersion '0.5.1'
[CentOS_7.2_x86_64] found DMIBIOSDate '01/01/2011'
[CentOS_7.2_x86_64] found DMISysVendor 'Apache Software Foundation'
[CentOS_7.2_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[CentOS_7.2_x86_64] Machine#0(local=1883716KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001
[CentOS_7.2_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000001
[CentOS_7.2_x86_64]             PU#0 cpuset 0x00000001
[CentOS_7.2_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000002
[CentOS_7.2_x86_64]             PU#1 cpuset 0x00000002
[CentOS_7.2_x86_64] Backend x86 forcing a reconnect of levels
[CentOS_7.2_x86_64] --- Package level has number 1
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- Cache level depth 2 has number 2
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- Cache level depth 1 has number 3
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- Cache level depth 1 has number 4
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- Core level has number 5
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- PU level has number 6
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[CentOS_7.2_x86_64] highest cpuid 4, cpuid type 0
[CentOS_7.2_x86_64] highest extended cpuid 8000000a
[CentOS_7.2_x86_64] possible CPUs are 0x00000003
[CentOS_7.2_x86_64] binding to CPU0
[CentOS_7.2_x86_64] APIC ID 0x00 max_log_proc 1
[CentOS_7.2_x86_64] phys 0 thread 0
[CentOS_7.2_x86_64] cache 0 type 1
[CentOS_7.2_x86_64] thus 1 threads
[CentOS_7.2_x86_64] this is thread 0 of core 0
[CentOS_7.2_x86_64] cache 1 type 2
[CentOS_7.2_x86_64] cache 2 type 3
[CentOS_7.2_x86_64] cache 3 type 0
[CentOS_7.2_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[CentOS_7.2_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[CentOS_7.2_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[CentOS_7.2_x86_64] binding to CPU1
[CentOS_7.2_x86_64] APIC ID 0x01 max_log_proc 1
[CentOS_7.2_x86_64] phys 1 thread 0
[CentOS_7.2_x86_64] cache 0 type 1
[CentOS_7.2_x86_64] thus 1 threads
[CentOS_7.2_x86_64] this is thread 0 of core 0
[CentOS_7.2_x86_64] cache 1 type 2
[CentOS_7.2_x86_64] cache 2 type 3
[CentOS_7.2_x86_64] cache 3 type 0
[CentOS_7.2_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[CentOS_7.2_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[CentOS_7.2_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[CentOS_7.2_x86_64] Machine#0(local=1883716KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[CentOS_7.2_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000001 arity 1
[CentOS_7.2_x86_64]             PU#0 cpuset 0x00000001
[CentOS_7.2_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000002 arity 1
[CentOS_7.2_x86_64]             PU#1 cpuset 0x00000002
[CentOS_7.2_x86_64] Machine#0(local=1883716KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[CentOS_7.2_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000001 arity 1
[CentOS_7.2_x86_64]             PU#0 cpuset 0x00000001
[CentOS_7.2_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000002 arity 1
[CentOS_7.2_x86_64]             PU#1 cpuset 0x00000002
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] Restrict topology cpusets to existing PU and NODE objects
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] Propagate offline and disallowed cpus down and up
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] Propagate nodesets
[CentOS_7.2_x86_64] Machine#0(local=1883716KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[CentOS_7.2_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_7.2_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[CentOS_7.2_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_7.2_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] Removing unauthorized and offline sets from all sets
[CentOS_7.2_x86_64] Machine#0(local=1883716KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[CentOS_7.2_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_7.2_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[CentOS_7.2_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_7.2_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] Add default object sets
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] Ok, finished tweaking, now connect
[CentOS_7.2_x86_64] --- Package level has number 1
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- Cache level depth 2 has number 2
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- Cache level depth 1 has number 3
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- Cache level depth 1 has number 4
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- Core level has number 5
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- PU level has number 6
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] Machine#0(local=1883716KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_7.2_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_7.2_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_7.2_x86_64] linuxpci backend stole linux backend root_fd 3
[CentOS_7.2_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] PCI hierarchy under fake parent:
[CentOS_7.2_x86_64]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[CentOS_7.2_x86_64]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[CentOS_7.2_x86_64]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[CentOS_7.2_x86_64]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[CentOS_7.2_x86_64]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[CentOS_7.2_x86_64]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[CentOS_7.2_x86_64]   0000:00:03.0 Device [1af4:1000 (1af4:0001) rev=00 class=0200]
[CentOS_7.2_x86_64]   0000:00:04.0 Device [1af4:1001 (1af4:0002) rev=00 class=0100]
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] Starting new PCI hostbridge 0000:00
[CentOS_7.2_x86_64] New PCI hostbridge 0000:[00-00]
[CentOS_7.2_x86_64] Attaching hostbridge to cpuset 0x00000003
[CentOS_7.2_x86_64] Machine#0(local=1883716KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_7.2_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_7.2_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_7.2_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_7.2_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host))
[CentOS_7.2_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCISlot=1)
[CentOS_7.2_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_7.2_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[CentOS_7.2_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCISlot=1)
[CentOS_7.2_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCISlot=1)
[CentOS_7.2_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_7.2_x86_64]       GPU name "card0"
[CentOS_7.2_x86_64]       GPU name "controlD64"
[CentOS_7.2_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_7.2_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCISlot=4)
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] Now reconnecting
[CentOS_7.2_x86_64] Machine#0(local=1883716KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_7.2_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_7.2_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_7.2_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_7.2_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_7.2_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[CentOS_7.2_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_7.2_x86_64]       GPU name "card0"
[CentOS_7.2_x86_64]       GPU name "controlD64"
[CentOS_7.2_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_7.2_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCISlot=4)
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] Removing ignored objects
[CentOS_7.2_x86_64] Machine#0(local=1883716KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_7.2_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_7.2_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_7.2_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_7.2_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_7.2_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[CentOS_7.2_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_7.2_x86_64]       GPU name "card0"
[CentOS_7.2_x86_64]       GPU name "controlD64"
[CentOS_7.2_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_7.2_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCISlot=4)
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] Removing empty objects except numa nodes and PCI devices
[CentOS_7.2_x86_64] Machine#0(local=1883716KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_7.2_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_7.2_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_7.2_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_7.2_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_7.2_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[CentOS_7.2_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_7.2_x86_64]       GPU name "card0"
[CentOS_7.2_x86_64]       GPU name "controlD64"
[CentOS_7.2_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_7.2_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCISlot=4)
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[CentOS_7.2_x86_64] Machine#0(local=1883716KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_7.2_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_7.2_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_7.2_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_7.2_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_7.2_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_7.2_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[CentOS_7.2_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_7.2_x86_64]       GPU name "card0"
[CentOS_7.2_x86_64]       GPU name "controlD64"
[CentOS_7.2_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_7.2_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCISlot=4)
[CentOS_7.2_x86_64] --- Package level has number 1
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- Cache level depth 2 has number 2
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- Cache level depth 1 has number 3
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- Cache level depth 1 has number 4
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- Core level has number 5
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] --- PU level has number 6
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] 
[CentOS_7.2_x86_64] Propagate total memory up
[CentOS_7.2_x86_64] Machine (1840MB)
[CentOS_7.2_x86_64]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[CentOS_7.2_x86_64]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[CentOS_7.2_x86_64]   HostBridge L#0
[CentOS_7.2_x86_64]     PCI 8086:7010
[CentOS_7.2_x86_64]       Block(Removable Media Device) L#0 "sr0"
[CentOS_7.2_x86_64]     PCI 1013:00b8
[CentOS_7.2_x86_64]       GPU L#1 "card0"
[CentOS_7.2_x86_64]       GPU L#2 "controlD64"
[CentOS_7.2_x86_64]     PCI 1af4:1000
[CentOS_7.2_x86_64]     PCI 1af4:1001
[CentOS_7.2_x86_64] + cd ..
[CentOS_7.2_x86_64] + exit 0
[Debian_6_x86_32] PASS: 8em64t-4c2t.output
[Debian_6_x86_32] PASS: 8em64t-2s2ca2c.output
[Debian_6_x86_32] PASS: 8em64t-2s2ca2c-buggynuma.output
[Debian_6_x86_32] PASS: 8em64t-2s4c-heterogeneous.output
[Debian_6_x86_32] PASS: 8ia64-2n2s2c.output
[Debian_7_x86_64] PASS: 8ia64-2n2s2c.output
[Debian_7_x86_64] PASS: 8ia64-2s2c2t.output
[Debian_7_x86_64] PASS: 8ia64-4s2c.output
[Debian_7_x86_64] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[Debian_9_x86_64] PASS: 128ia64-17n4s2c.output
[OS_X_9]   CC       hwloc_obj_infos.o
[OS_X_9]   CCLD     hwloc_obj_infos
[Ubuntu_12.04_x86_64]   CCLD     libhwloc-port-gl.la
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/ports'
[Ubuntu_12.04_x86_64] Making check in xml
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_12.04_x86_64] make  check-TESTS
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_12.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_12.04_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[Ubuntu_12.04_x86_64] PASS: 16amd64-4distances.xml
[Ubuntu_16.04_x86_64] PASS: 8em64t-4c2t.output
[Ubuntu_16.04_x86_64] PASS: 8em64t-2s2ca2c.output
[Ubuntu_16.04_x86_64] PASS: 8em64t-2s2ca2c-buggynuma.output
[Ubuntu_16.04_x86_64] PASS: 8em64t-2s4c-heterogeneous.output
[Pipeline] [Ubuntu_14.04_x86_64] // node
[Debian_9_x86_64] PASS: 256ia64-64n2s2c.output
[Debian_9_x86_64] PASS: 4qs22-2s2t.output
[Debian_9_x86_64] PASS: 2s390-2c.output
[Debian_9_x86_64] PASS: 20s390-2g6s4c.output
[Debian_9_x86_64] PASS: 1alpha.output
[OS_X_9]   CC       hwloc_iodevs.o
[OS_X_9]   CCLD     hwloc_iodevs
[Ubuntu_16.04_x86_32] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[Ubuntu_16.04_x86_64] PASS: 8ia64-2n2s2c.output
[Ubuntu_16.04_x86_64] PASS: 8ia64-2s2c2t.output
[Ubuntu_16.04_x86_64] PASS: 8ia64-4s2c.output
[Ubuntu_16.04_x86_64] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[MinGW] checking command to parse /mingw32/bin/nm -B output from gcc -static-libgcc object... ok
[MinGW] checking for sysroot... no
[Pipeline] [Ubuntu_14.04_x86_64] }
[CentOS_6.3_x86_64]   CXXLD    hwloc-hello-cpp
[CentOS_6.3_x86_64]   CC       cpuset+bitmap+cpubind.o
[CentOS_6.3_x86_64]   CCLD     cpuset+bitmap+cpubind
[Debian_6_x86_32] PASS: 8ia64-2s2c2t.output
[Debian_6_x86_32] PASS: 8ia64-4s2c.output
[Debian_6_x86_32] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[Debian_6_x86_32] PASS: 16amd64-8n2c.output
[Debian_7_x86_64] PASS: 16amd64-8n2c.output
[Debian_7_x86_64] PASS: 16amd64-8n2c-cpusets.output
[Debian_7_x86_64] PASS: 16amd64-8n2c-cpusets.xml.output
[Debian_7_x86_64] PASS: 16amd64-8n2c-cpusets_noadmin.output
[Debian_8_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[Debian_9_x86_64] PASS: 2arm-2c.output
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] # TOTAL: 56
[Debian_9_x86_64] # PASS:  56
[Debian_9_x86_64] # SKIP:  0
[Debian_9_x86_64] # XFAIL: 0
[Debian_9_x86_64] # FAIL:  0
[Debian_9_x86_64] # XPASS: 0
[Debian_9_x86_64] # ERROR: 0
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64] Making check in allowed
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64] make  check-TESTS
[Debian_9_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64] PASS: test1.output
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] # TOTAL: 1
[Debian_9_x86_64] # PASS:  1
[Debian_9_x86_64] # SKIP:  0
[Debian_9_x86_64] # XFAIL: 0
[Debian_9_x86_64] # FAIL:  0
[Debian_9_x86_64] # XPASS: 0
[Debian_9_x86_64] # ERROR: 0
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_9_x86_64] Making check in gather
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_9_x86_64] make  check-TESTS
[Debian_9_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_9_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[OS_X_9]   CC       xmlbuffer.o
[OS_X_9]   CCLD     xmlbuffer
[OpenIndiana_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[OpenIndiana_x86_64] PASS: hwloc_get_obj_below_array_by_type
[OpenIndiana_x86_64] PASS: hwloc_bitmap_first_last_weight
[OpenIndiana_x86_64] PASS: hwloc_bitmap_singlify
[Ubuntu_12.04_x86_64] PASS: 16em64t-4s2c2t.xml
[Ubuntu_12.04_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[Ubuntu_12.04_x86_64] PASS: 16em64t-4s2c2t.console.output
[Ubuntu_12.04_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[Ubuntu_12.04_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[Ubuntu_16.04_x86_64] PASS: 16amd64-8n2c.output
[Ubuntu_16.04_x86_64] PASS: 16amd64-8n2c-cpusets.output
[Ubuntu_16.04_x86_64] PASS: 16amd64-8n2c-cpusets.xml.output
[Pipeline] [CentOS_7.2_x86_64] deleteDir
[CentOS_6.3_x86_64]   CC       nodeset+membind+policy.o
[CentOS_6.3_x86_64]   CCLD     nodeset+membind+policy
[CentOS_6.3_x86_64]   CC       get-knl-modes.o
[Debian_6_x86_32] PASS: 16amd64-8n2c-cpusets.output
[Debian_6_x86_32] PASS: 16amd64-8n2c-cpusets.xml.output
[Debian_6_x86_32] PASS: 16amd64-8n2c-cpusets_noadmin.output
[Debian_7_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[Debian_7_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[Debian_7_x86_64] PASS: 16em64t-4s2c2t.output
[Debian_7_x86_64] PASS: 16em64t-4s2c2t-offlines.output
[Debian_7_x86_64] PASS: 16em64t-4s2c2t-offlines.xml.output
[OpenIndiana_x86_64] PASS: hwloc_type_depth
[OpenIndiana_x86_64] PASS: hwloc_bind
[OpenIndiana_x86_64] PASS: hwloc_get_last_cpu_location
[OpenIndiana_x86_64] PASS: hwloc_get_area_memlocation
[Ubuntu_12.04_x86_64] PASS: 16intel64-manyVFs.xml
[Ubuntu_12.04_x86_64] PASS: 16intel64-manyVFs.console.output
[Ubuntu_12.04_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[MinGW] checking for a working dd... /usr/bin/dd
[MinGW] checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
[MinGW] checking for mt... no
[MinGW] checking if : is a manifest tool... no
[MinGW] checking for dlfcn.h... no
[MinGW] checking for as... as
[MinGW] checking for dlltool... (cached) dlltool
[MinGW] checking for objdump... (cached) objdump
[Pipeline] [CentOS_7.2_x86_64] }
[OS_X_9]   CC       gl.o
[OS_X_9]   CCLD     gl
[Ubuntu_16.04_x86_64] PASS: 16amd64-8n2c-cpusets_noadmin.output
[Ubuntu_16.04_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[Ubuntu_16.04_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[Ubuntu_16.04_x86_64] PASS: 16em64t-4s2c2t.output
[Ubuntu_16.04_x86_64] PASS: 16em64t-4s2c2t-offlines.output
[Ubuntu_18.04_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] # TOTAL: 20
[Ubuntu_18.04_x86_64] # PASS:  20
[Ubuntu_18.04_x86_64] # SKIP:  0
[Ubuntu_18.04_x86_64] # XFAIL: 0
[Ubuntu_18.04_x86_64] # FAIL:  0
[Ubuntu_18.04_x86_64] # XPASS: 0
[Ubuntu_18.04_x86_64] # ERROR: 0
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_18.04_x86_64] Making check in linux
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_18.04_x86_64] Making check in .
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_18.04_x86_64] make  check-TESTS
[Ubuntu_18.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_18.04_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_18.04_x86_64] PASS: 2amd64-2n.output
[Ubuntu_18.04_x86_64] PASS: 2i386-2t-hugepagesizecount.xml.output
[Ubuntu_18.04_x86_64] PASS: 2i386-2c-nohugepage.xml.output
[Ubuntu_18.04_x86_64] PASS: 2ps3-2t.output
[Ubuntu_18.04_x86_64] PASS: 4em64t-2c2t-ignore-reorder.output
[Ubuntu_18.04_x86_64] PASS: 4ia64-4s.output
[Ubuntu_18.04_x86_64] PASS: 4ppc-4c.output
[Pipeline] [CentOS_7.2_x86_64] // dir
[CentOS_6.3_x86_32] PASS: 40intel64-2g2n4c+pci.output
[CentOS_6.3_x86_64]   CCLD     get-knl-modes
[CentOS_6.3_x86_64]   CC       gpu.o
[CentOS_6.3_x86_64]   CCLD     gpu
[Debian_6_x86_32] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[Debian_6_x86_32] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[Debian_6_x86_32] PASS: 16em64t-4s2c2t.output
[Debian_6_x86_32] PASS: 16em64t-4s2c2t-offlines.output
[Debian_6_x86_32] PASS: 16em64t-4s2c2t-offlines.xml.output
[Debian_7_x86_64] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[Debian_7_x86_64] PASS: 16em64t-4s2c2t_ncaches.output
[Debian_7_x86_64] PASS: 16em64t-4s2c2t_merge.output
[Debian_7_x86_64] PASS: 16em64t-4s2c2t.xml.output
[Debian_7_x86_64] PASS: 16em64t-2m4c2t.output
[Ubuntu_12.04_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[Ubuntu_12.04_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[Ubuntu_12.04_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[Ubuntu_16.04_x86_32] PASS: 192em64t-24n8c2t-distancegroups.xml
[MinGW] checking for objdir... .libs
[Pipeline] [CentOS_7.2_x86_64] }
[Debian_6_x86_32] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[Debian_6_x86_32] PASS: 16em64t-4s2c2t_ncaches.output
[Debian_6_x86_32] PASS: 16em64t-4s2c2t_merge.output
[Debian_6_x86_32] PASS: 16em64t-4s2c2t.xml.output
[Debian_6_x86_32] PASS: 16em64t-2m4c2t.output
[Debian_7_x86_64] PASS: 16ia64-8n2s.output
[Debian_8_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[OS_X_9]   CC       intel-mic.o
[OS_X_9]   CCLD     intel-mic
[Ubuntu_12.04_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[Ubuntu_12.04_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] # TOTAL: 20
[Ubuntu_16.04_x86_32] # PASS:  20
[Ubuntu_16.04_x86_32] # SKIP:  0
[Ubuntu_16.04_x86_32] # XFAIL: 0
[Ubuntu_16.04_x86_32] # FAIL:  0
[Ubuntu_16.04_x86_32] # XPASS: 0
[Ubuntu_16.04_x86_32] # ERROR: 0
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_16.04_x86_32] Making check in linux
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_32] Making check in .
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_32] make  check-TESTS
[Ubuntu_16.04_x86_32] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_32] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_32] PASS: 2amd64-2n.output
[Ubuntu_16.04_x86_32] PASS: 2i386-2t-hugepagesizecount.xml.output
[Ubuntu_16.04_x86_32] PASS: 2i386-2c-nohugepage.xml.output
[Ubuntu_16.04_x86_32] PASS: 2ps3-2t.output
[Ubuntu_16.04_x86_64] PASS: 16em64t-4s2c2t-offlines.xml.output
[Ubuntu_16.04_x86_64] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[Ubuntu_16.04_x86_64] PASS: 16em64t-4s2c2t_ncaches.output
[Ubuntu_16.04_x86_64] PASS: 16em64t-4s2c2t_merge.output
[CentOS_6.3_x86_64]   CC       sharedcaches.o
[CentOS_6.3_x86_64]   CCLD     sharedcaches
[CentOS_6.3_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_64] make  check-TESTS
[CentOS_6.3_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Pipeline] [CentOS_7.2_x86_64] // node
[CentOS_6.3_x86_32] PASS: 40intel64-4n10c+pci-conflicts.output
[Debian_7_x86_64] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[OS_X_9] /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
[Ubuntu_12.04_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[Ubuntu_16.04_x86_64] PASS: 16em64t-4s2c2t.xml.output
[Ubuntu_16.04_x86_64] PASS: 16em64t-2m4c2t.output
[Ubuntu_16.04_x86_64] PASS: 16ia64-8n2s.output
[Pipeline] [CentOS_7.2_x86_64] }
[CentOS_6.3_x86_64] PASS: hwloc-hello
[CentOS_6.3_x86_64] PASS: hwloc-hello-cpp
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] # TOTAL: 2
[CentOS_6.3_x86_64] # PASS:  2
[CentOS_6.3_x86_64] # SKIP:  0
[CentOS_6.3_x86_64] # XFAIL: 0
[CentOS_6.3_x86_64] # FAIL:  0
[CentOS_6.3_x86_64] # XPASS: 0
[CentOS_6.3_x86_64] # ERROR: 0
[CentOS_6.3_x86_64] ============================================================================
[CentOS_6.3_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_64] make[3]: Nothing to be done for `check-am'.
[CentOS_6.3_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[CentOS_6.3_x86_64] make[1]: Nothing to be done for `check-am'.
[CentOS_6.3_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[CentOS_6.3_x86_64] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[CentOS_6.3_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64]  * Topology extraction from /proc/cpuinfo *
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] processor 0
[CentOS_6.3_x86_64] processor 1
[CentOS_6.3_x86_64] os proc 1 is online
[CentOS_6.3_x86_64] found 2 cpu topologies, cpuset 0x00000003
[CentOS_6.3_x86_64] os package 0 has cpuset 0x00000001
[CentOS_6.3_x86_64] os core 0 has cpuset 0x00000001
[CentOS_6.3_x86_64] thread 0 has cpuset 0x00000001
[CentOS_6.3_x86_64] cache depth 1 has cpuset 0x00000001
[CentOS_6.3_x86_64] cache depth 1 has cpuset 0x00000001
[CentOS_6.3_x86_64] cache depth 2 has cpuset 0x00000001
[CentOS_6.3_x86_64] os package 1 has cpuset 0x00000002
[CentOS_6.3_x86_64] os core 0 has cpuset 0x00000002
[CentOS_6.3_x86_64] thread 1 has cpuset 0x00000002
[CentOS_6.3_x86_64] cache depth 1 has cpuset 0x00000002
[CentOS_6.3_x86_64] cache depth 1 has cpuset 0x00000002
[CentOS_6.3_x86_64] cache depth 2 has cpuset 0x00000002
[CentOS_6.3_x86_64] found DMIProductName 'CloudStack KVM Hypervisor'
[CentOS_6.3_x86_64] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[CentOS_6.3_x86_64] found DMIChassisVendor 'Bochs'
[CentOS_6.3_x86_64] found DMIChassisType '1'
[CentOS_6.3_x86_64] found DMIChassisVersion ''
[CentOS_6.3_x86_64] found DMIChassisAssetTag ''
[CentOS_6.3_x86_64] found DMIBIOSVendor 'Seabios'
[CentOS_6.3_x86_64] found DMIBIOSVersion '0.5.1'
[CentOS_6.3_x86_64] found DMIBIOSDate '01/01/2011'
[CentOS_6.3_x86_64] found DMISysVendor 'Apache Software Foundation'
[CentOS_6.3_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[CentOS_6.3_x86_64] Machine#0(local=1922732KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f
[CentOS_6.3_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000001
[CentOS_6.3_x86_64]             PU#0 cpuset 0x00000001
[CentOS_6.3_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000002
[CentOS_6.3_x86_64]             PU#1 cpuset 0x00000002
[CentOS_6.3_x86_64] Backend x86 forcing a reconnect of levels
[CentOS_6.3_x86_64] --- Package level has number 1
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- Cache level depth 2 has number 2
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- Cache level depth 1 has number 3
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- Cache level depth 1 has number 4
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- Core level has number 5
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- PU level has number 6
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[CentOS_6.3_x86_64] highest cpuid d, cpuid type 0
[CentOS_6.3_x86_64] highest extended cpuid 80000008
[CentOS_6.3_x86_64] possible CPUs are 0x00000003
[CentOS_6.3_x86_64] binding to CPU0
[CentOS_6.3_x86_64] APIC ID 0x00 max_log_proc 1
[CentOS_6.3_x86_64] phys 0 thread 0
[CentOS_6.3_x86_64] cache 0 type 1
[CentOS_6.3_x86_64] thus 1 threads
[CentOS_6.3_x86_64] this is thread 0 of core 0
[CentOS_6.3_x86_64] cache 1 type 2
[CentOS_6.3_x86_64] cache 2 type 3
[CentOS_6.3_x86_64] cache 3 type 0
[CentOS_6.3_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[CentOS_6.3_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[CentOS_6.3_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[CentOS_6.3_x86_64] binding to CPU1
[CentOS_6.3_x86_64] APIC ID 0x01 max_log_proc 1
[CentOS_6.3_x86_64] phys 1 thread 0
[CentOS_6.3_x86_64] cache 0 type 1
[CentOS_6.3_x86_64] thus 1 threads
[CentOS_6.3_x86_64] this is thread 0 of core 0
[CentOS_6.3_x86_64] cache 1 type 2
[CentOS_6.3_x86_64] cache 2 type 3
[CentOS_6.3_x86_64] cache 3 type 0
[CentOS_6.3_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[CentOS_6.3_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[CentOS_6.3_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[CentOS_6.3_x86_64] Machine#0(local=1922732KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[CentOS_6.3_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000001 arity 1
[CentOS_6.3_x86_64]             PU#0 cpuset 0x00000001
[CentOS_6.3_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000002 arity 1
[CentOS_6.3_x86_64]             PU#1 cpuset 0x00000002
[CentOS_6.3_x86_64] Machine#0(local=1922732KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[CentOS_6.3_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000001 arity 1
[CentOS_6.3_x86_64]             PU#0 cpuset 0x00000001
[CentOS_6.3_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000002 arity 1
[CentOS_6.3_x86_64]             PU#1 cpuset 0x00000002
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] Restrict topology cpusets to existing PU and NODE objects
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] Propagate offline and disallowed cpus down and up
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] Propagate nodesets
[CentOS_6.3_x86_64] Machine#0(local=1922732KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[CentOS_6.3_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[CentOS_6.3_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] Removing unauthorized and offline sets from all sets
[CentOS_6.3_x86_64] Machine#0(local=1922732KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[CentOS_6.3_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[CentOS_6.3_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] Add default object sets
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] Ok, finished tweaking, now connect
[CentOS_6.3_x86_64] --- Package level has number 1
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- Cache level depth 2 has number 2
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- Cache level depth 1 has number 3
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- Cache level depth 1 has number 4
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- Core level has number 5
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- PU level has number 6
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] Machine#0(local=1922732KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_6.3_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_64] linuxpci backend stole linux backend root_fd 3
[CentOS_6.3_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] PCI hierarchy under fake parent:
[CentOS_6.3_x86_64]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[CentOS_6.3_x86_64]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[CentOS_6.3_x86_64]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[CentOS_6.3_x86_64]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[CentOS_6.3_x86_64]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[CentOS_6.3_x86_64]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[CentOS_6.3_x86_64]   0000:00:03.0 Device [8086:100e (1af4:1100) rev=03 class=0200]
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] Starting new PCI hostbridge 0000:00
[CentOS_6.3_x86_64] New PCI hostbridge 0000:[00-00]
[CentOS_6.3_x86_64] Attaching hostbridge to cpuset 0x00000003
[CentOS_6.3_x86_64] Machine#0(local=1922732KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_6.3_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_6.3_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host))
[CentOS_6.3_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCISlot=1)
[CentOS_6.3_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_6.3_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=2875d57a1d1e4024b4ed Type=Disk) name "sda"
[CentOS_6.3_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[CentOS_6.3_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCISlot=1)
[CentOS_6.3_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCISlot=1)
[CentOS_6.3_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_6.3_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_6.3_x86_64]       Network(Address=06:d2:2a:00:05:1d) name "eth0"
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] Now reconnecting
[CentOS_6.3_x86_64] Machine#0(local=1922732KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_6.3_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_6.3_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_6.3_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=2875d57a1d1e4024b4ed Type=Disk) name "sda"
[CentOS_6.3_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[CentOS_6.3_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_6.3_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_6.3_x86_64]       Network(Address=06:d2:2a:00:05:1d) name "eth0"
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] Removing ignored objects
[CentOS_6.3_x86_64] Machine#0(local=1922732KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_6.3_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_6.3_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_6.3_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=2875d57a1d1e4024b4ed Type=Disk) name "sda"
[CentOS_6.3_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[CentOS_6.3_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_6.3_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_6.3_x86_64]       Network(Address=06:d2:2a:00:05:1d) name "eth0"
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] Removing empty objects except numa nodes and PCI devices
[CentOS_6.3_x86_64] Machine#0(local=1922732KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_6.3_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_6.3_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_6.3_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=2875d57a1d1e4024b4ed Type=Disk) name "sda"
[CentOS_6.3_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[CentOS_6.3_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_6.3_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_6.3_x86_64]       Network(Address=06:d2:2a:00:05:1d) name "eth0"
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[CentOS_6.3_x86_64] Machine#0(local=1922732KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_6.3_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_6.3_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_6.3_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=2875d57a1d1e4024b4ed Type=Disk) name "sda"
[CentOS_6.3_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[CentOS_6.3_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_6.3_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_6.3_x86_64]       Network(Address=06:d2:2a:00:05:1d) name "eth0"
[CentOS_6.3_x86_64] --- Package level has number 1
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- Cache level depth 2 has number 2
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- Cache level depth 1 has number 3
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- Cache level depth 1 has number 4
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- Core level has number 5
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] --- PU level has number 6
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] 
[CentOS_6.3_x86_64] Propagate total memory up
[CentOS_6.3_x86_64] Machine (1878MB)
[CentOS_6.3_x86_64]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[CentOS_6.3_x86_64]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[CentOS_6.3_x86_64]   HostBridge L#0
[CentOS_6.3_x86_64]     PCI 8086:7010
[CentOS_6.3_x86_64]       Block(Disk) L#0 "sda"
[CentOS_6.3_x86_64]       Block(Removable Media Device) L#1 "sr0"
[CentOS_6.3_x86_64]     PCI 1013:00b8
[CentOS_6.3_x86_64]     PCI 8086:100e
[CentOS_6.3_x86_64]       Net L#2 "eth0"
[CentOS_6.3_x86_64] + cd ..
[CentOS_6.3_x86_64] + exit 0
[Debian_6_x86_32] PASS: 16ia64-8n2s.output
[Debian_8_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] # TOTAL: 20
[Debian_8_x86_64] # PASS:  20
[Debian_8_x86_64] # SKIP:  0
[Debian_8_x86_64] # XFAIL: 0
[Debian_8_x86_64] # FAIL:  0
[Debian_8_x86_64] # XPASS: 0
[Debian_8_x86_64] # ERROR: 0
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Debian_8_x86_64] Making check in linux
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_8_x86_64] Making check in .
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_8_x86_64] make  check-TESTS
[Debian_8_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_8_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_8_x86_64] PASS: 2amd64-2n.output
[Debian_8_x86_64] PASS: 2i386-2t-hugepagesizecount.xml.output
[Debian_8_x86_64] PASS: 2i386-2c-nohugepage.xml.output
[Debian_8_x86_64] PASS: 2ps3-2t.output
[Debian_8_x86_64] PASS: 4em64t-2c2t-ignore-reorder.output
[Debian_9_x86_64] PASS: test-gather-topology.sh
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] # TOTAL: 1
[Debian_9_x86_64] # PASS:  1
[Debian_9_x86_64] # SKIP:  0
[Debian_9_x86_64] # XFAIL: 0
[Debian_9_x86_64] # FAIL:  0
[Debian_9_x86_64] # XPASS: 0
[Debian_9_x86_64] # ERROR: 0
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_9_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_9_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_9_x86_64] Making check in contrib/systemd
[Debian_9_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_9_x86_64] make[1]: Nothing to be done for 'check'.
[Debian_9_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_9_x86_64] Making check in doc
[Debian_9_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64] make  check-recursive
[Debian_9_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64] Making check in examples
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[Debian_9_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64]   CC       hwloc-hello.o
[Debian_9_x86_64]   CCLD     hwloc-hello
[Debian_9_x86_64]   CXX      hwloc-hello-cpp.o
[Debian_9_x86_64]   CXXLD    hwloc-hello-cpp
[OS_X_9] PASS: hwloc_list_components
[OS_X_9] PASS: hwloc_bitmap
[Ubuntu_16.04_x86_32] PASS: 4em64t-2c2t-ignore-reorder.output
[Ubuntu_16.04_x86_32] PASS: 4ia64-4s.output
[Ubuntu_16.04_x86_32] PASS: 4ppc-4c.output
[Ubuntu_16.04_x86_64] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[MinGW] checking if gcc -static-libgcc supports -fno-rtti -fno-exceptions... no
[MinGW] checking for gcc -static-libgcc option to produce PIC... -DDLL_EXPORT -DPIC
[MinGW] checking if gcc -static-libgcc PIC flag -DDLL_EXPORT -DPIC works... yes
[Pipeline] [CentOS_6.3_x86_64] deleteDir
[CentOS_6.3_x86_32] PASS: 48amd64-4d2n6c-sparse.output
[Debian_6_x86_32] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[Debian_7_x86_64] PASS: 32em64t-2n8c+1mic.output
[Debian_9_x86_64]   CC       cpuset+bitmap+cpubind.o
[Debian_9_x86_64]   CCLD     cpuset+bitmap+cpubind
[Ubuntu_12.04_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[Ubuntu_18.04_x86_64] PASS: 256ppc-8n8s4t.output
[MinGW] checking if gcc -static-libgcc static flag -static works... yes
[Pipeline] [CentOS_6.3_x86_64] }
[Debian_8_x86_64] PASS: 4ia64-4s.output
[Debian_8_x86_64] PASS: 4ppc-4c.output
[Pipeline] [CentOS_6.3_x86_64] // dir
[Embedded] Running on CentOS_6.3_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[Debian_9_x86_64]   CC       nodeset+membind+policy.o
[Debian_9_x86_64]   CCLD     nodeset+membind+policy
[Debian_9_x86_64]   CC       get-knl-modes.o
[Debian_9_x86_64]   CCLD     get-knl-modes
[Pipeline] [CentOS_6.3_x86_64] }
[Ubuntu_18.04_x86_64] PASS: 256ppc-8n8s4t-nocache.output
[MinGW] checking if gcc -static-libgcc supports -c -o file.o... yes
[MinGW] checking if gcc -static-libgcc supports -c -o file.o... (cached) yes
[MinGW] checking whether the gcc -static-libgcc linker (C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe) supports shared libraries... yes
[Pipeline] [CentOS_6.3_x86_64] // node
[Pipeline] [Embedded] {
[Ubuntu_16.04_x86_64] PASS: 32em64t-2n8c+1mic.output
[Pipeline] [CentOS_6.3_x86_64] }
[CentOS_6.3_x86_32] PASS: 64amd64-4s2n4ca2co.output
[CentOS_6.3_x86_32] PASS: 64fake-4n2s2ca2c2t.output
[Debian_6_x86_32] PASS: 32em64t-2n8c+1mic.output
[Debian_7_x86_64] PASS: 40intel64-2g2n4c+pci.output
[Debian_9_x86_64]   CC       gpu.o
[Debian_9_x86_64]   CCLD     gpu
[OS_X_9] PASS: hwloc_bitmap_string
[OS_X_9] PASS: hwloc_bitmap_compare_inclusion
[OS_X_9] PASS: hwloc_get_closest_objs
[Ubuntu_12.04_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[Ubuntu_18.04_x86_64] PASS: 256ppc-8n8s4t-nosys.output
[MinGW] checking whether -lc should be explicitly linked in... yes
[MinGW] checking dynamic linker characteristics... Win32 ld.exe
[MinGW] checking how to hardcode library paths into programs... immediate
[MinGW] checking whether stripping libraries is possible... yes
[MinGW] checking if libtool supports shared libraries... yes
[MinGW] checking whether to build shared libraries... yes
[MinGW] checking whether to build static libraries... yes
[Pipeline] [Embedded] dir
[Embedded] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded
[Pipeline] [Embedded] {
[CentOS_6.3_x86_32] PASS: 64intel64-fakeKNL-A2A-cache.output
[Debian_8_x86_64] PASS: 256ppc-8n8s4t.output
[Debian_9_x86_64]   CC       sharedcaches.o
[Debian_9_x86_64]   CCLD     sharedcaches
[Debian_9_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64] make  check-TESTS
[Debian_9_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64] PASS: hwloc-hello
[Debian_9_x86_64] PASS: hwloc-hello-cpp
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] # TOTAL: 2
[Debian_9_x86_64] # PASS:  2
[Debian_9_x86_64] # SKIP:  0
[Debian_9_x86_64] # XFAIL: 0
[Debian_9_x86_64] # FAIL:  0
[Debian_9_x86_64] # XPASS: 0
[Debian_9_x86_64] # ERROR: 0
[Debian_9_x86_64] ============================================================================
[Debian_9_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_9_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64] make[3]: Nothing to be done for 'check-am'.
[Debian_9_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_9_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_9_x86_64] make[1]: Nothing to be done for 'check-am'.
[Debian_9_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_9_x86_64] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[Debian_9_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_9_x86_64] 
[Debian_9_x86_64] 
[Debian_9_x86_64]  * Topology extraction from /proc/cpuinfo *
[Debian_9_x86_64] 
[Debian_9_x86_64] processor 0
[Debian_9_x86_64] physical id 0
[Debian_9_x86_64] core id 0
[Debian_9_x86_64] processor 1
[Debian_9_x86_64] physical id 1
[Debian_9_x86_64] core id 0
[Debian_9_x86_64] Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset
[Debian_9_x86_64] Found cgroup-cpuset /
[Debian_9_x86_64] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.cpus>
[Debian_9_x86_64] cpuset includes 0x00000003
[Debian_9_x86_64] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.mems>
[Debian_9_x86_64] cpuset includes 0x00000001
[Debian_9_x86_64] os proc 1 is online
[Debian_9_x86_64] found 2 cpu topologies, cpuset 0x00000003
[Debian_9_x86_64] os package 0 has cpuset 0x00000001
[Debian_9_x86_64] os core 0 has cpuset 0x00000001
[Debian_9_x86_64] thread 0 has cpuset 0x00000001
[Debian_9_x86_64] cache depth 1 has cpuset 0x00000001
[Debian_9_x86_64] cache depth 1 has cpuset 0x00000001
[Debian_9_x86_64] cache depth 2 has cpuset 0x00000001
[Debian_9_x86_64] os package 1 has cpuset 0x00000002
[Debian_9_x86_64] os core 0 has cpuset 0x00000002
[Debian_9_x86_64] thread 1 has cpuset 0x00000002
[Debian_9_x86_64] cache depth 1 has cpuset 0x00000002
[Debian_9_x86_64] cache depth 1 has cpuset 0x00000002
[Debian_9_x86_64] cache depth 2 has cpuset 0x00000002
[Debian_9_x86_64] found DMIProductName 'CloudStack KVM Hypervisor'
[Debian_9_x86_64] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[Debian_9_x86_64] found DMIChassisVendor 'Bochs'
[Debian_9_x86_64] found DMIChassisType '1'
[Debian_9_x86_64] found DMIChassisVersion ''
[Debian_9_x86_64] found DMIChassisAssetTag ''
[Debian_9_x86_64] found DMIBIOSVendor 'Seabios'
[Debian_9_x86_64] found DMIBIOSVersion '0.5.1'
[Debian_9_x86_64] found DMIBIOSDate '01/01/2011'
[Debian_9_x86_64] found DMISysVendor 'Apache Software Foundation'
[Debian_9_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_9_x86_64] Machine#0(local=2052540KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001
[Debian_9_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Debian_9_x86_64]           Core#0 cpuset 0x00000001
[Debian_9_x86_64]             PU#0 cpuset 0x00000001
[Debian_9_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Debian_9_x86_64]           Core#0 cpuset 0x00000002
[Debian_9_x86_64]             PU#1 cpuset 0x00000002
[Debian_9_x86_64] Backend x86 forcing a reconnect of levels
[Debian_9_x86_64] --- Package level has number 1
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Cache level depth 2 has number 2
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Cache level depth 1 has number 3
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Cache level depth 1 has number 4
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Core level has number 5
[Debian_9_x86_64] 
[Debian_9_x86_64] --- PU level has number 6
[Debian_9_x86_64] 
[Debian_9_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_9_x86_64] highest cpuid d, cpuid type 0
[Debian_9_x86_64] highest extended cpuid 80000008
[Debian_9_x86_64] possible CPUs are 0x00000003
[Debian_9_x86_64] binding to CPU0
[Debian_9_x86_64] APIC ID 0x00 max_log_proc 1
[Debian_9_x86_64] phys 0 thread 0
[Debian_9_x86_64] cache 0 type 1
[Debian_9_x86_64] thus 1 threads
[Debian_9_x86_64] this is thread 0 of core 0
[Debian_9_x86_64] cache 1 type 2
[Debian_9_x86_64] cache 2 type 3
[Debian_9_x86_64] cache 3 type 0
[Debian_9_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_9_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_9_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Debian_9_x86_64] binding to CPU1
[Debian_9_x86_64] APIC ID 0x01 max_log_proc 1
[Debian_9_x86_64] phys 1 thread 0
[Debian_9_x86_64] cache 0 type 1
[Debian_9_x86_64] thus 1 threads
[Debian_9_x86_64] this is thread 0 of core 0
[Debian_9_x86_64] cache 1 type 2
[Debian_9_x86_64] cache 2 type 3
[Debian_9_x86_64] cache 3 type 0
[Debian_9_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_9_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_9_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Debian_9_x86_64] Machine#0(local=2052540KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[Debian_9_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Debian_9_x86_64]             PU#0 cpuset 0x00000001
[Debian_9_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Debian_9_x86_64]             PU#1 cpuset 0x00000002
[Debian_9_x86_64] Machine#0(local=2052540KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[Debian_9_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Debian_9_x86_64]             PU#0 cpuset 0x00000001
[Debian_9_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Debian_9_x86_64]             PU#1 cpuset 0x00000002
[Debian_9_x86_64] 
[Debian_9_x86_64] Restrict topology cpusets to existing PU and NODE objects
[Debian_9_x86_64] 
[Debian_9_x86_64] Propagate offline and disallowed cpus down and up
[Debian_9_x86_64] 
[Debian_9_x86_64] Propagate nodesets
[Debian_9_x86_64] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Debian_9_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Debian_9_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Debian_9_x86_64] 
[Debian_9_x86_64] Removing unauthorized and offline sets from all sets
[Debian_9_x86_64] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Ubuntu_16.04_x86_32] PASS: 256ppc-8n8s4t.output
[Ubuntu_16.04_x86_64] PASS: 40intel64-2g2n4c+pci.output
[Ubuntu_18.04_x86_64] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[Pipeline] [Embedded] unstash
[Debian_9_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_9_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Debian_9_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_9_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Debian_9_x86_64] 
[Debian_9_x86_64] Add default object sets
[Debian_9_x86_64] 
[Debian_9_x86_64] Ok, finished tweaking, now connect
[Debian_9_x86_64] --- Package level has number 1
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Cache level depth 2 has number 2
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Cache level depth 1 has number 3
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Cache level depth 1 has number 4
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Core level has number 5
[Debian_9_x86_64] 
[Debian_9_x86_64] --- PU level has number 6
[Debian_9_x86_64] 
[Debian_9_x86_64] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_9_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_9_x86_64] 
[Debian_9_x86_64] Scanning PCI buses...
[Debian_9_x86_64]   0000:00:00.0 0600 8086:1237 Intel Corporation 440FX - 82441FX PMC [Natoma]
[Debian_9_x86_64]   0000:00:01.0 0601 8086:7000 Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
[Debian_9_x86_64]   0000:00:01.1 0101 8086:7010 Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
[Debian_9_x86_64]   0000:00:01.2 0c03 8086:7020 Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]
[Debian_9_x86_64]   0000:00:01.3 0680 8086:7113 Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[Debian_9_x86_64]   0000:00:02.0 0300 1013:00b8 Cirrus Logic GD 5446
[Debian_9_x86_64]   0000:00:03.0 0200 1af4:1000 Red Hat, Inc Virtio network device
[Debian_9_x86_64]   0000:00:04.0 0100 1af4:1001 Red Hat, Inc Virtio block device
[Debian_9_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_9_x86_64] 
[Debian_9_x86_64] PCI hierarchy under fake parent:
[Debian_9_x86_64]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[Debian_9_x86_64]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[Debian_9_x86_64]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[Debian_9_x86_64]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[Debian_9_x86_64]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[Debian_9_x86_64]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[Debian_9_x86_64]   0000:00:03.0 Device [1af4:1000 (1af4:0001) rev=00 class=0200]
[Debian_9_x86_64]   0000:00:04.0 Device [1af4:1001 (1af4:0002) rev=00 class=0100]
[Debian_9_x86_64] 
[Debian_9_x86_64] Starting new PCI hostbridge 0000:00
[Debian_9_x86_64] New PCI hostbridge 0000:[00-00]
[Debian_9_x86_64] Attaching hostbridge to cpuset 0x00000003
[Debian_9_x86_64] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_9_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[Debian_9_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Debian_9_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Debian_9_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]"
[Debian_9_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_9_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Debian_9_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Debian_9_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446"
[Debian_9_x86_64]       GPU name "card0"
[Debian_9_x86_64]       GPU name "controlD64"
[Debian_9_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_9_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_9_x86_64] Backend linuxpci forcing a reconnect of levels
[Debian_9_x86_64] --- Package level has number 1
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Cache level depth 2 has number 2
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Cache level depth 1 has number 3
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Cache level depth 1 has number 4
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Core level has number 5
[Debian_9_x86_64] 
[Debian_9_x86_64] --- PU level has number 6
[Debian_9_x86_64] 
[Debian_9_x86_64] PCI objects already added, ignoring linuxpci backend.
[Debian_9_x86_64] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_9_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_9_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Debian_9_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Debian_9_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_9_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_9_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Debian_9_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Debian_9_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Debian_9_x86_64]       GPU name "card0"
[Debian_9_x86_64]       GPU name "controlD64"
[Debian_9_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_9_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_9_x86_64] 
[Debian_9_x86_64] Now reconnecting
[Debian_9_x86_64] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_9_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_9_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_9_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_9_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Debian_9_x86_64]       GPU name "card0"
[Debian_9_x86_64]       GPU name "controlD64"
[Debian_9_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_9_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_9_x86_64] 
[Debian_9_x86_64] Removing ignored objects
[Debian_9_x86_64] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_9_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_9_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_9_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_9_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Debian_9_x86_64]       GPU name "card0"
[Debian_9_x86_64]       GPU name "controlD64"
[Debian_9_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_9_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_9_x86_64] 
[Debian_9_x86_64] Removing empty objects except numa nodes and PCI devices
[Debian_9_x86_64] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_9_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_9_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_9_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_9_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Debian_9_x86_64]       GPU name "card0"
[Debian_9_x86_64]       GPU name "controlD64"
[Debian_9_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_9_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_9_x86_64] 
[Debian_9_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[Debian_9_x86_64] Machine#0(local=2052540KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_9_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_9_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_9_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_9_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_9_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_9_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Debian_9_x86_64]       GPU name "card0"
[Debian_9_x86_64]       GPU name "controlD64"
[Debian_9_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_9_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_9_x86_64] --- Package level has number 1
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Cache level depth 2 has number 2
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Cache level depth 1 has number 3
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Cache level depth 1 has number 4
[Debian_9_x86_64] 
[Debian_9_x86_64] --- Core level has number 5
[Debian_9_x86_64] 
[Debian_9_x86_64] --- PU level has number 6
[Debian_9_x86_64] 
[Debian_9_x86_64] 
[Debian_9_x86_64] Propagate total memory up
[Debian_9_x86_64] Machine (2004MB)
[Debian_9_x86_64]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[Debian_9_x86_64]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[Debian_9_x86_64]   HostBridge L#0
[Debian_9_x86_64]     PCI 8086:7010
[Debian_9_x86_64]       Block(Removable Media Device) L#0 "sr0"
[Debian_9_x86_64]     PCI 1013:00b8
[Debian_9_x86_64]       GPU L#1 "card0"
[Debian_9_x86_64]       GPU L#2 "controlD64"
[Debian_9_x86_64]     PCI 1af4:1000
[Debian_9_x86_64]     PCI 1af4:1001
[Debian_9_x86_64] + cd ..
[Debian_9_x86_64] + exit 0
[Ubuntu_16.04_x86_32] PASS: 256ppc-8n8s4t-nocache.output
[Ubuntu_18.04_x86_64] PASS: 32amd64-4s2n4c-cgroup.output
[Ubuntu_18.04_x86_64] PASS: 32amd64-4s2n4c-cgroup.xml.output
[Pipeline] [Embedded] unstash
[CentOS_6.3_x86_32] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[Debian_6_x86_32] PASS: 40intel64-2g2n4c+pci.output
[Debian_7_x86_64] PASS: 40intel64-4n10c+pci-conflicts.output
[OS_X_9] PASS: hwloc_get_obj_covering_cpuset
[Ubuntu_12.04_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[MinGW] checking how to run the C++ preprocessor... g++ -E
[Pipeline] [Debian_9_x86_64] deleteDir
[CentOS_6.3_x86_32] PASS: 96em64t-4n4d3ca2co.output
[Debian_8_x86_64] PASS: 256ppc-8n8s4t-nocache.output
[Ubuntu_16.04_x86_64] PASS: 40intel64-4n10c+pci-conflicts.output
[Ubuntu_16.04_x86_64] PASS: 48amd64-4d2n6c-sparse.output
[Pipeline] [Embedded] sh
[Debian_7_x86_64] PASS: 48amd64-4d2n6c-sparse.output
[Debian_7_x86_64] PASS: 64amd64-4s2n4ca2co.output
[Ubuntu_18.04_x86_64] PASS: 32ppc-4n4c2c.output
[Ubuntu_18.04_x86_64] PASS: 8amd64-4n2c.output
[Ubuntu_18.04_x86_64] PASS: 8em64t-4c2t.output
[Ubuntu_18.04_x86_64] PASS: 8em64t-2s2ca2c.output
[Embedded] [check-embedded] Running shell script
[Embedded] + chmod 755 job-3-embedded.sh
[Embedded] + ./job-3-embedded.sh hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Embedded] ############################
[Embedded] Running on:
[Embedded] 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
[Embedded] Tarball: hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Embedded] ############################
[Embedded] + test -f /builds/.ciprofile
[Embedded] + . /builds/.ciprofile
[Embedded] ++ export PATH=/builds/local/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/rvm/bin
[Embedded] ++ PATH=/builds/local/bin:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/rvm/bin
[Embedded] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Embedded] ++ basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[Embedded] + basename=hwloc-v1.11-20190314.0500.git550b2be
[Embedded] + test -d hwloc-v1.11-20190314.0500.git550b2be
[Embedded] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Embedded] + mv hwloc-v1.11-20190314.0500.git550b2be.tar.gz hwloc-v1.11-20190314.0500.git550b2be
[Embedded] + cd hwloc-v1.11-20190314.0500.git550b2be
[Embedded] + touch configure
[Embedded] + cd tests/embedded
[Embedded] + ./run-embedded-tests.sh ../../hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Embedded] === 1: Got tarball: ../../hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[Embedded] === 2: Got version: v1.11-20190314.0500.git550b2be
[Embedded] === 3: Extracting tarball...
[Ubuntu_16.04_x86_32] PASS: 256ppc-8n8s4t-nosys.output
[Ubuntu_16.04_x86_32] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[Pipeline] [Debian_9_x86_64] }
[Debian_7_x86_64] PASS: 64fake-4n2s2ca2c2t.output
[Debian_8_x86_64] PASS: 256ppc-8n8s4t-nosys.output
[Debian_8_x86_64] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[Ubuntu_18.04_x86_64] PASS: 8em64t-2s2ca2c-buggynuma.output
[Ubuntu_18.04_x86_64] PASS: 8em64t-2s4c-heterogeneous.output
[Ubuntu_18.04_x86_64] PASS: 8ia64-2n2s2c.output
[Ubuntu_18.04_x86_64] PASS: 8ia64-2s2c2t.output
[Pipeline] [Debian_9_x86_64] // dir
[Debian_6_x86_32] PASS: 40intel64-4n10c+pci-conflicts.output
[Debian_6_x86_32] PASS: 48amd64-4d2n6c-sparse.output
[OS_X_9] PASS: hwloc_get_cache_covering_cpuset
[Ubuntu_12.04_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] # TOTAL: 20
[Ubuntu_12.04_x86_64] # PASS:  20
[Ubuntu_12.04_x86_64] # SKIP:  0
[Ubuntu_12.04_x86_64] # XFAIL: 0
[Ubuntu_12.04_x86_64] # FAIL:  0
[Ubuntu_12.04_x86_64] # XPASS: 0
[Ubuntu_12.04_x86_64] # ERROR: 0
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/xml'
[Ubuntu_12.04_x86_64] Making check in linux
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_12.04_x86_64] Making check in .
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_12.04_x86_64] make  check-TESTS
[Ubuntu_12.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_12.04_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_12.04_x86_64] PASS: 2amd64-2n.output
[Ubuntu_12.04_x86_64] PASS: 2i386-2t-hugepagesizecount.xml.output
[Ubuntu_12.04_x86_64] PASS: 2i386-2c-nohugepage.xml.output
[Ubuntu_16.04_x86_32] PASS: 32amd64-4s2n4c-cgroup.output
[Ubuntu_16.04_x86_32] PASS: 32amd64-4s2n4c-cgroup.xml.output
[MinGW] checking for ld used by g++... C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe
[Embedded] === 4: Removing old tree...
[Embedded] === 5: Running autogen...
[Embedded] autoreconf: Entering directory `.'
[Embedded] autoreconf: configure.ac: not using Gettext
[Pipeline] [Debian_9_x86_64] }
[CentOS_6.3_x86_32] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[Debian_6_x86_32] PASS: 64amd64-4s2n4ca2co.output
[Debian_7_x86_64] PASS: 64intel64-fakeKNL-A2A-cache.output
[Debian_7_x86_64] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[Debian_8_x86_64] PASS: 32amd64-4s2n4c-cgroup.output
[Ubuntu_12.04_x86_64] PASS: 2ps3-2t.output
[Ubuntu_12.04_x86_64] PASS: 4em64t-2c2t-ignore-reorder.output
[Ubuntu_12.04_x86_64] PASS: 4ia64-4s.output
[Ubuntu_12.04_x86_64] PASS: 4ppc-4c.output
[Ubuntu_16.04_x86_64] PASS: 64amd64-4s2n4ca2co.output
[Ubuntu_16.04_x86_64] PASS: 64fake-4n2s2ca2c2t.output
[Ubuntu_18.04_x86_64] PASS: 8ia64-4s2c.output
[Ubuntu_18.04_x86_64] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[Ubuntu_18.04_x86_64] PASS: 16amd64-8n2c.output
[Ubuntu_18.04_x86_64] PASS: 16amd64-8n2c-cpusets.output
[MinGW] checking if the linker (C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe) is GNU ld... yes
[MinGW] checking whether the g++ linker (C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe) supports shared libraries... yes
[Pipeline] [Debian_9_x86_64] // node
[CentOS_6.3_x86_32] PASS: 128ia64-17n4s2c.output
[Debian_7_x86_64] PASS: 96em64t-4n4d3ca2co.output
[Debian_8_x86_64] PASS: 32amd64-4s2n4c-cgroup.xml.output
[Debian_8_x86_64] PASS: 32ppc-4n4c2c.output
[Debian_8_x86_64] PASS: 8amd64-4n2c.output
[Ubuntu_16.04_x86_32] PASS: 32ppc-4n4c2c.output
[Ubuntu_16.04_x86_32] PASS: 8amd64-4n2c.output
[Ubuntu_16.04_x86_64] PASS: 64intel64-fakeKNL-A2A-cache.output
[Ubuntu_16.04_x86_64] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[Ubuntu_18.04_x86_64] PASS: 16amd64-8n2c-cpusets.xml.output
[Ubuntu_18.04_x86_64] PASS: 16amd64-8n2c-cpusets_noadmin.output
[Ubuntu_18.04_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[Pipeline] [Debian_9_x86_64] }
[CentOS_6.3_x86_32] PASS: 256ia64-64n2s2c.output
[Debian_6_x86_32] PASS: 64fake-4n2s2ca2c2t.output
[Debian_6_x86_32] PASS: 64intel64-fakeKNL-A2A-cache.output
[Debian_7_x86_64] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[Debian_8_x86_64] PASS: 8em64t-4c2t.output
[Debian_8_x86_64] PASS: 8em64t-2s2ca2c.output
[Debian_8_x86_64] PASS: 8em64t-2s2ca2c-buggynuma.output
[Debian_8_x86_64] PASS: 8em64t-2s4c-heterogeneous.output
[Debian_8_x86_64] PASS: 8ia64-2n2s2c.output
[OS_X_9] PASS: hwloc_get_largest_objs_inside_cpuset
[OS_X_9] PASS: hwloc_get_next_obj_covering_cpuset
[OpenIndiana_x86_64] PASS: hwloc_object_userdata
[Ubuntu_16.04_x86_32] PASS: 8em64t-4c2t.output
[Ubuntu_16.04_x86_32] PASS: 8em64t-2s2ca2c.output
[Ubuntu_16.04_x86_32] PASS: 8em64t-2s2ca2c-buggynuma.output
[Ubuntu_16.04_x86_32] PASS: 8em64t-2s4c-heterogeneous.output
[Ubuntu_18.04_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[Ubuntu_18.04_x86_64] PASS: 16em64t-4s2c2t.output
[Ubuntu_18.04_x86_64] PASS: 16em64t-4s2c2t-offlines.output
[Ubuntu_18.04_x86_64] PASS: 16em64t-4s2c2t-offlines.xml.output
[Ubuntu_18.04_x86_64] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[CentOS_6.3_x86_32] PASS: 4qs22-2s2t.output
[CentOS_6.3_x86_32] PASS: 2s390-2c.output
[CentOS_6.3_x86_32] PASS: 20s390-2g6s4c.output
[CentOS_6.3_x86_32] PASS: 1alpha.output
[CentOS_6.3_x86_32] PASS: 2arm-2c.output
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] # TOTAL: 56
[CentOS_6.3_x86_32] # PASS:  56
[CentOS_6.3_x86_32] # SKIP:  0
[CentOS_6.3_x86_32] # XFAIL: 0
[CentOS_6.3_x86_32] # FAIL:  0
[CentOS_6.3_x86_32] # XPASS: 0
[CentOS_6.3_x86_32] # ERROR: 0
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_32] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_32] Making check in allowed
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_32] make  check-TESTS
[CentOS_6.3_x86_32] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_32] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_32] PASS: test1.output
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] # TOTAL: 1
[CentOS_6.3_x86_32] # PASS:  1
[CentOS_6.3_x86_32] # SKIP:  0
[CentOS_6.3_x86_32] # XFAIL: 0
[CentOS_6.3_x86_32] # FAIL:  0
[CentOS_6.3_x86_32] # XPASS: 0
[CentOS_6.3_x86_32] # ERROR: 0
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_32] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[CentOS_6.3_x86_32] Making check in gather
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_32] make  check-TESTS
[CentOS_6.3_x86_32] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_32] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_32] PASS: test-gather-topology.sh
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] # TOTAL: 1
[CentOS_6.3_x86_32] # PASS:  1
[CentOS_6.3_x86_32] # SKIP:  0
[CentOS_6.3_x86_32] # XFAIL: 0
[CentOS_6.3_x86_32] # FAIL:  0
[CentOS_6.3_x86_32] # XPASS: 0
[CentOS_6.3_x86_32] # ERROR: 0
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_32] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[CentOS_6.3_x86_32] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[CentOS_6.3_x86_32] Making check in contrib/systemd
[CentOS_6.3_x86_32] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[CentOS_6.3_x86_32] make[1]: Nothing to be done for `check'.
[CentOS_6.3_x86_32] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[CentOS_6.3_x86_32] Making check in doc
[CentOS_6.3_x86_32] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_32] make  check-recursive
[CentOS_6.3_x86_32] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_32] Making check in examples
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_32] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[CentOS_6.3_x86_32] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_32]   CC       hwloc-hello.o
[CentOS_6.3_x86_32]   CCLD     hwloc-hello
[CentOS_6.3_x86_32]   CXX      hwloc-hello-cpp.o
[Debian_6_x86_32] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[Debian_6_x86_32] PASS: 96em64t-4n4d3ca2co.output
[Debian_6_x86_32] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[Debian_6_x86_32] PASS: 128ia64-17n4s2c.output
[Debian_7_x86_64] PASS: 128ia64-17n4s2c.output
[Debian_7_x86_64] PASS: 256ia64-64n2s2c.output
[Debian_7_x86_64] PASS: 4qs22-2s2t.output
[Debian_7_x86_64] PASS: 2s390-2c.output
[Debian_7_x86_64] PASS: 20s390-2g6s4c.output
[Debian_7_x86_64] PASS: 1alpha.output
[Debian_7_x86_64] PASS: 2arm-2c.output
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] # TOTAL: 56
[Debian_7_x86_64] # PASS:  56
[Debian_7_x86_64] # SKIP:  0
[Debian_7_x86_64] # XFAIL: 0
[Debian_7_x86_64] # FAIL:  0
[Debian_7_x86_64] # XPASS: 0
[Debian_7_x86_64] # ERROR: 0
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_7_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_7_x86_64] Making check in allowed
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_7_x86_64] make  check-TESTS
[Debian_7_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_7_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_7_x86_64] PASS: test1.output
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] # TOTAL: 1
[Debian_7_x86_64] # PASS:  1
[Debian_7_x86_64] # SKIP:  0
[Debian_7_x86_64] # XFAIL: 0
[Debian_7_x86_64] # FAIL:  0
[Debian_7_x86_64] # XPASS: 0
[Debian_7_x86_64] # ERROR: 0
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_7_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_7_x86_64] Making check in gather
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_7_x86_64] make  check-TESTS
[Debian_7_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_7_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_8_x86_64] PASS: 8ia64-2s2c2t.output
[Debian_8_x86_64] PASS: 8ia64-4s2c.output
[Debian_8_x86_64] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[Debian_8_x86_64] PASS: 16amd64-8n2c.output
[Debian_8_x86_64] PASS: 16amd64-8n2c-cpusets.output
[Debian_8_x86_64] PASS: 16amd64-8n2c-cpusets.xml.output
[Debian_8_x86_64] PASS: 16amd64-8n2c-cpusets_noadmin.output
[Debian_8_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[Debian_8_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[Debian_8_x86_64] PASS: 16em64t-4s2c2t.output
[Debian_8_x86_64] PASS: 16em64t-4s2c2t-offlines.output
[Debian_8_x86_64] PASS: 16em64t-4s2c2t-offlines.xml.output
[Debian_8_x86_64] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[Debian_8_x86_64] PASS: 16em64t-4s2c2t_ncaches.output
[Debian_8_x86_64] PASS: 16em64t-4s2c2t_merge.output
[Debian_8_x86_64] PASS: 16em64t-4s2c2t.xml.output
[Debian_8_x86_64] PASS: 16em64t-2m4c2t.output
[Debian_8_x86_64] PASS: 16ia64-8n2s.output
[OS_X_9] PASS: hwloc_get_obj_inside_cpuset
[OS_X_9] PASS: hwloc_get_shared_cache_covering_obj
[OS_X_9] PASS: hwloc_get_obj_below_array_by_type
[OS_X_9] PASS: hwloc_bitmap_first_last_weight
[OS_X_9] PASS: hwloc_bitmap_singlify
[OpenBSD_5.9_x86_64] PASS: test-hwloc-compress-dir.sh
[OpenBSD_5.9_x86_64] PASS: test-hwloc-diffpatch.sh
[OpenBSD_5.9_x86_64] PASS: test-hwloc-distances.sh
[OpenIndiana_x86_64] PASS: hwloc_synthetic
[OpenIndiana_x86_64] PASS: hwloc_custom
[OpenIndiana_x86_64] PASS: hwloc_backends
[OpenIndiana_x86_64] PASS: hwloc_pci_backend
[OpenIndiana_x86_64] PASS: hwloc_is_thissystem
[OpenIndiana_x86_64] PASS: hwloc_distances
[OpenIndiana_x86_64] PASS: hwloc_groups
[Ubuntu_12.04_x86_64] PASS: 256ppc-8n8s4t.output
[Ubuntu_12.04_x86_64] PASS: 256ppc-8n8s4t-nocache.output
[Ubuntu_16.04_x86_32] PASS: 8ia64-2n2s2c.output
[Ubuntu_16.04_x86_32] PASS: 8ia64-2s2c2t.output
[Ubuntu_16.04_x86_32] PASS: 8ia64-4s2c.output
[Ubuntu_16.04_x86_32] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[Ubuntu_16.04_x86_32] PASS: 16amd64-8n2c.output
[Ubuntu_16.04_x86_32] PASS: 16amd64-8n2c-cpusets.output
[Ubuntu_16.04_x86_32] PASS: 16amd64-8n2c-cpusets.xml.output
[Ubuntu_16.04_x86_32] PASS: 16amd64-8n2c-cpusets_noadmin.output
[Ubuntu_16.04_x86_32] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[Ubuntu_16.04_x86_32] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[Ubuntu_16.04_x86_32] PASS: 16em64t-4s2c2t.output
[Ubuntu_16.04_x86_32] PASS: 16em64t-4s2c2t-offlines.output
[Ubuntu_16.04_x86_32] PASS: 16em64t-4s2c2t-offlines.xml.output
[Ubuntu_16.04_x86_32] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[Ubuntu_16.04_x86_32] PASS: 16em64t-4s2c2t_ncaches.output
[Ubuntu_16.04_x86_64] PASS: 96em64t-4n4d3ca2co.output
[Ubuntu_16.04_x86_64] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[Ubuntu_16.04_x86_64] PASS: 128ia64-17n4s2c.output
[Ubuntu_16.04_x86_64] PASS: 256ia64-64n2s2c.output
[Ubuntu_16.04_x86_64] PASS: 4qs22-2s2t.output
[Ubuntu_16.04_x86_64] PASS: 2s390-2c.output
[Ubuntu_16.04_x86_64] PASS: 20s390-2g6s4c.output
[Ubuntu_16.04_x86_64] PASS: 1alpha.output
[Ubuntu_16.04_x86_64] PASS: 2arm-2c.output
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] # TOTAL: 56
[Ubuntu_16.04_x86_64] # PASS:  56
[Ubuntu_16.04_x86_64] # SKIP:  0
[Ubuntu_16.04_x86_64] # XFAIL: 0
[Ubuntu_16.04_x86_64] # FAIL:  0
[Ubuntu_16.04_x86_64] # XPASS: 0
[Ubuntu_16.04_x86_64] # ERROR: 0
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_64] Making check in allowed
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_64] make  check-TESTS
[Ubuntu_16.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_64] PASS: test1.output
[Ubuntu_18.04_x86_64] PASS: 16em64t-4s2c2t_ncaches.output
[Ubuntu_18.04_x86_64] PASS: 16em64t-4s2c2t_merge.output
[Ubuntu_18.04_x86_64] PASS: 16em64t-4s2c2t.xml.output
[Ubuntu_18.04_x86_64] PASS: 16em64t-2m4c2t.output
[Ubuntu_18.04_x86_64] PASS: 16ia64-8n2s.output
[Ubuntu_18.04_x86_64] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[Ubuntu_18.04_x86_64] PASS: 32em64t-2n8c+1mic.output
[MinGW] checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
[MinGW] checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
[MinGW] checking if g++ static flag -static works... yes
[MinGW] checking if g++ supports -c -o file.o... yes
[MinGW] checking if g++ supports -c -o file.o... (cached) yes
[MinGW] checking whether the g++ linker (C:/msys64/mingw32/i686-w64-mingw32/bin/ld.exe) supports shared libraries... yes
[MinGW] checking dynamic linker characteristics... Win32 ld.exe
[MinGW] checking how to hardcode library paths into programs... immediate
[MinGW] checking that generated files are newer than configure... done
[MinGW] configure: creating ./config.status
[Embedded] autoreconf: running: aclocal --force -I./config -I./hwloc-tree/config
[CentOS_6.3_x86_32]   CXXLD    hwloc-hello-cpp
[CentOS_6.3_x86_32]   CC       cpuset+bitmap+cpubind.o
[CentOS_6.3_x86_32]   CCLD     cpuset+bitmap+cpubind
[CentOS_6.3_x86_32]   CC       nodeset+membind+policy.o
[CentOS_6.3_x86_32]   CCLD     nodeset+membind+policy
[CentOS_6.3_x86_32]   CC       get-knl-modes.o
[CentOS_6.3_x86_32]   CCLD     get-knl-modes
[CentOS_6.3_x86_32]   CC       gpu.o
[CentOS_6.3_x86_32]   CCLD     gpu
[CentOS_6.3_x86_32]   CC       sharedcaches.o
[CentOS_6.3_x86_32]   CCLD     sharedcaches
[CentOS_6.3_x86_32] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_32] make  check-TESTS
[CentOS_6.3_x86_32] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_6_x86_32] PASS: 256ia64-64n2s2c.output
[Debian_6_x86_32] PASS: 4qs22-2s2t.output
[Debian_6_x86_32] PASS: 2s390-2c.output
[Debian_6_x86_32] PASS: 20s390-2g6s4c.output
[Debian_6_x86_32] PASS: 1alpha.output
[Debian_6_x86_32] PASS: 2arm-2c.output
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] # TOTAL: 56
[Debian_6_x86_32] # PASS:  56
[Debian_6_x86_32] # SKIP:  0
[Debian_6_x86_32] # XFAIL: 0
[Debian_6_x86_32] # FAIL:  0
[Debian_6_x86_32] # XPASS: 0
[Debian_6_x86_32] # ERROR: 0
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] make[5]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_6_x86_32] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_6_x86_32] Making check in allowed
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_6_x86_32] make  check-TESTS
[Debian_6_x86_32] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_6_x86_32] make[5]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_6_x86_32] PASS: test1.output
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] # TOTAL: 1
[Debian_6_x86_32] # PASS:  1
[Debian_6_x86_32] # SKIP:  0
[Debian_6_x86_32] # XFAIL: 0
[Debian_6_x86_32] # FAIL:  0
[Debian_6_x86_32] # XPASS: 0
[Debian_6_x86_32] # ERROR: 0
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] make[5]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_6_x86_32] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed »
[Debian_6_x86_32] Making check in gather
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_6_x86_32] make  check-TESTS
[Debian_6_x86_32] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_6_x86_32] make[5]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_7_x86_64] PASS: test-gather-topology.sh
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] # TOTAL: 1
[Debian_7_x86_64] # PASS:  1
[Debian_7_x86_64] # SKIP:  0
[Debian_7_x86_64] # XFAIL: 0
[Debian_7_x86_64] # FAIL:  0
[Debian_7_x86_64] # XPASS: 0
[Debian_7_x86_64] # ERROR: 0
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_7_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_7_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_7_x86_64] Making check in contrib/systemd
[Debian_7_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_7_x86_64] make[1]: Nothing to be done for `check'.
[Debian_7_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_7_x86_64] Making check in doc
[Debian_7_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_7_x86_64] make  check-recursive
[Debian_7_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_7_x86_64] Making check in examples
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_7_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[Debian_7_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_7_x86_64]   CC       hwloc-hello.o
[Debian_7_x86_64]   CCLD     hwloc-hello
[Debian_7_x86_64]   CXX      hwloc-hello-cpp.o
[Debian_7_x86_64]   CXXLD    hwloc-hello-cpp
[Debian_7_x86_64]   CC       cpuset+bitmap+cpubind.o
[Debian_7_x86_64]   CCLD     cpuset+bitmap+cpubind
[Debian_7_x86_64]   CC       nodeset+membind+policy.o
[Debian_7_x86_64]   CCLD     nodeset+membind+policy
[Debian_7_x86_64]   CC       get-knl-modes.o
[Debian_7_x86_64]   CCLD     get-knl-modes
[Debian_8_x86_64] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[Debian_8_x86_64] PASS: 32em64t-2n8c+1mic.output
[Debian_8_x86_64] PASS: 40intel64-2g2n4c+pci.output
[OS_X_9] PASS: hwloc_type_depth
[OS_X_9] PASS: hwloc_bind
[OS_X_9] PASS: hwloc_get_last_cpu_location
[OS_X_9] PASS: hwloc_get_area_memlocation
[OpenBSD_5.9_x86_64] PASS: test-hwloc-distrib.sh
[OpenBSD_5.9_x86_64] PASS: test-hwloc-info.sh
[OpenBSD_5.9_x86_64] PASS: test-fake-plugin.sh
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] # TOTAL: 9
[OpenBSD_5.9_x86_64] # PASS:  9
[OpenBSD_5.9_x86_64] # SKIP:  0
[OpenBSD_5.9_x86_64] # XFAIL: 0
[OpenBSD_5.9_x86_64] # FAIL:  0
[OpenBSD_5.9_x86_64] # XPASS: 0
[OpenBSD_5.9_x86_64] # ERROR: 0
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] Making check in lstopo
[OpenBSD_5.9_x86_64] make  check-TESTS
[OpenBSD_5.9_x86_64] PASS: test-hwloc-ls.sh
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] # TOTAL: 1
[OpenBSD_5.9_x86_64] # PASS:  1
[OpenBSD_5.9_x86_64] # SKIP:  0
[OpenBSD_5.9_x86_64] # XFAIL: 0
[OpenBSD_5.9_x86_64] # FAIL:  0
[OpenBSD_5.9_x86_64] # XPASS: 0
[OpenBSD_5.9_x86_64] # ERROR: 0
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] Making check in tests
[OpenBSD_5.9_x86_64] Making check in .
[OpenIndiana_x86_64] PASS: hwloc_groups2
[OpenIndiana_x86_64] PASS: hwloc_insert_misc
[OpenIndiana_x86_64] PASS: hwloc_topology_restrict
[OpenIndiana_x86_64] PASS: hwloc_topology_dup
[OpenIndiana_x86_64] PASS: hwloc_topology_diff
[OpenIndiana_x86_64] PASS: hwloc_obj_infos
[OpenIndiana_x86_64] PASS: hwloc_iodevs
[OpenIndiana_x86_64] PASS: xmlbuffer
[OpenIndiana_x86_64] PASS: gl
[OpenIndiana_x86_64] PASS: intel-mic
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] # TOTAL: 36
[OpenIndiana_x86_64] # PASS:  36
[OpenIndiana_x86_64] # SKIP:  0
[OpenIndiana_x86_64] # XFAIL: 0
[OpenIndiana_x86_64] # FAIL:  0
[OpenIndiana_x86_64] # XPASS: 0
[OpenIndiana_x86_64] # ERROR: 0
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] Making check in ports
[OpenIndiana_x86_64] make  
[OpenIndiana_x86_64] Making check in xml
[OpenIndiana_x86_64] make  check-TESTS
[Ubuntu_12.04_x86_64] PASS: 256ppc-8n8s4t-nosys.output
[Ubuntu_12.04_x86_64] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[Ubuntu_12.04_x86_64] PASS: 32amd64-4s2n4c-cgroup.output
[Ubuntu_12.04_x86_64] PASS: 32amd64-4s2n4c-cgroup.xml.output
[Ubuntu_12.04_x86_64] PASS: 32ppc-4n4c2c.output
[Ubuntu_12.04_x86_64] PASS: 8amd64-4n2c.output
[Ubuntu_12.04_x86_64] PASS: 8em64t-4c2t.output
[Ubuntu_12.04_x86_64] PASS: 8em64t-2s2ca2c.output
[Ubuntu_12.04_x86_64] PASS: 8em64t-2s2ca2c-buggynuma.output
[Ubuntu_12.04_x86_64] PASS: 8em64t-2s4c-heterogeneous.output
[Ubuntu_12.04_x86_64] PASS: 8ia64-2n2s2c.output
[Ubuntu_12.04_x86_64] PASS: 8ia64-2s2c2t.output
[Ubuntu_16.04_x86_32] PASS: 16em64t-4s2c2t_merge.output
[Ubuntu_16.04_x86_32] PASS: 16em64t-4s2c2t.xml.output
[Ubuntu_16.04_x86_32] PASS: 16em64t-2m4c2t.output
[Ubuntu_16.04_x86_32] PASS: 16ia64-8n2s.output
[Ubuntu_16.04_x86_32] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[Ubuntu_16.04_x86_32] PASS: 32em64t-2n8c+1mic.output
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] # TOTAL: 1
[Ubuntu_16.04_x86_64] # PASS:  1
[Ubuntu_16.04_x86_64] # SKIP:  0
[Ubuntu_16.04_x86_64] # XFAIL: 0
[Ubuntu_16.04_x86_64] # FAIL:  0
[Ubuntu_16.04_x86_64] # XPASS: 0
[Ubuntu_16.04_x86_64] # ERROR: 0
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_64] Making check in gather
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_64] make  check-TESTS
[Ubuntu_16.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_18.04_x86_64] PASS: 40intel64-2g2n4c+pci.output
[Ubuntu_18.04_x86_64] PASS: 40intel64-4n10c+pci-conflicts.output
[Ubuntu_18.04_x86_64] PASS: 48amd64-4d2n6c-sparse.output
[Ubuntu_18.04_x86_64] PASS: 64amd64-4s2n4ca2co.output
[CentOS_6.3_x86_32] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_32] PASS: hwloc-hello
[CentOS_6.3_x86_32] PASS: hwloc-hello-cpp
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] # TOTAL: 2
[CentOS_6.3_x86_32] # PASS:  2
[CentOS_6.3_x86_32] # SKIP:  0
[CentOS_6.3_x86_32] # XFAIL: 0
[CentOS_6.3_x86_32] # FAIL:  0
[CentOS_6.3_x86_32] # XPASS: 0
[CentOS_6.3_x86_32] # ERROR: 0
[CentOS_6.3_x86_32] ============================================================================
[CentOS_6.3_x86_32] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_32] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[CentOS_6.3_x86_32] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_32] make[3]: Nothing to be done for `check-am'.
[CentOS_6.3_x86_32] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_32] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_32] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[CentOS_6.3_x86_32] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[CentOS_6.3_x86_32] make[1]: Nothing to be done for `check-am'.
[CentOS_6.3_x86_32] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[CentOS_6.3_x86_32] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[CentOS_6.3_x86_32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32]  * Topology extraction from /proc/cpuinfo *
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] processor 0
[CentOS_6.3_x86_32] processor 1
[CentOS_6.3_x86_32] os proc 1 is online
[CentOS_6.3_x86_32] found 2 cpu topologies, cpuset 0x00000003
[CentOS_6.3_x86_32] os package 0 has cpuset 0x00000001
[CentOS_6.3_x86_32] os core 0 has cpuset 0x00000001
[CentOS_6.3_x86_32] thread 0 has cpuset 0x00000001
[CentOS_6.3_x86_32] cache depth 1 has cpuset 0x00000001
[CentOS_6.3_x86_32] cache depth 1 has cpuset 0x00000001
[CentOS_6.3_x86_32] cache depth 2 has cpuset 0x00000001
[CentOS_6.3_x86_32] os package 1 has cpuset 0x00000002
[CentOS_6.3_x86_32] os core 0 has cpuset 0x00000002
[CentOS_6.3_x86_32] thread 1 has cpuset 0x00000002
[CentOS_6.3_x86_32] cache depth 1 has cpuset 0x00000002
[CentOS_6.3_x86_32] cache depth 1 has cpuset 0x00000002
[CentOS_6.3_x86_32] cache depth 2 has cpuset 0x00000002
[CentOS_6.3_x86_32] found DMIProductName 'CloudStack KVM Hypervisor'
[CentOS_6.3_x86_32] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[CentOS_6.3_x86_32] found DMIChassisVendor 'Bochs'
[CentOS_6.3_x86_32] found DMIChassisType '1'
[CentOS_6.3_x86_32] found DMIChassisVersion ''
[CentOS_6.3_x86_32] found DMIChassisAssetTag ''
[CentOS_6.3_x86_32] found DMIBIOSVendor 'Seabios'
[CentOS_6.3_x86_32] found DMIBIOSVersion '0.5.1'
[CentOS_6.3_x86_32] found DMIBIOSDate '01/01/2011'
[CentOS_6.3_x86_32] found DMISysVendor 'Apache Software Foundation'
[CentOS_6.3_x86_32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[CentOS_6.3_x86_32] Machine#0(local=1939116KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f
[CentOS_6.3_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000001
[CentOS_6.3_x86_32]             PU#0 cpuset 0x00000001
[CentOS_6.3_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000002
[CentOS_6.3_x86_32]             PU#1 cpuset 0x00000002
[CentOS_6.3_x86_32] Backend x86 forcing a reconnect of levels
[CentOS_6.3_x86_32] --- Package level has number 1
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- Cache level depth 2 has number 2
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- Cache level depth 1 has number 3
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- Cache level depth 1 has number 4
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- Core level has number 5
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- PU level has number 6
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[CentOS_6.3_x86_32] highest cpuid d, cpuid type 0
[CentOS_6.3_x86_32] highest extended cpuid 80000008
[CentOS_6.3_x86_32] possible CPUs are 0x00000003
[CentOS_6.3_x86_32] binding to CPU0
[CentOS_6.3_x86_32] APIC ID 0x00 max_log_proc 1
[CentOS_6.3_x86_32] phys 0 thread 0
[CentOS_6.3_x86_32] cache 0 type 1
[CentOS_6.3_x86_32] thus 1 threads
[CentOS_6.3_x86_32] this is thread 0 of core 0
[CentOS_6.3_x86_32] cache 1 type 2
[CentOS_6.3_x86_32] cache 2 type 3
[CentOS_6.3_x86_32] cache 3 type 0
[CentOS_6.3_x86_32] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[CentOS_6.3_x86_32] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[CentOS_6.3_x86_32] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[CentOS_6.3_x86_32] binding to CPU1
[CentOS_6.3_x86_32] APIC ID 0x01 max_log_proc 1
[CentOS_6.3_x86_32] phys 1 thread 0
[CentOS_6.3_x86_32] cache 0 type 1
[CentOS_6.3_x86_32] thus 1 threads
[CentOS_6.3_x86_32] this is thread 0 of core 0
[CentOS_6.3_x86_32] cache 1 type 2
[CentOS_6.3_x86_32] cache 2 type 3
[CentOS_6.3_x86_32] cache 3 type 0
[CentOS_6.3_x86_32] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[CentOS_6.3_x86_32] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[CentOS_6.3_x86_32] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[CentOS_6.3_x86_32] Machine#0(local=1939116KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[CentOS_6.3_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000001 arity 1
[CentOS_6.3_x86_32]             PU#0 cpuset 0x00000001
[CentOS_6.3_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000002 arity 1
[CentOS_6.3_x86_32]             PU#1 cpuset 0x00000002
[CentOS_6.3_x86_32] Machine#0(local=1939116KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[CentOS_6.3_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000001 arity 1
[CentOS_6.3_x86_32]             PU#0 cpuset 0x00000001
[CentOS_6.3_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000002 arity 1
[CentOS_6.3_x86_32]             PU#1 cpuset 0x00000002
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] Restrict topology cpusets to existing PU and NODE objects
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] Propagate offline and disallowed cpus down and up
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] Propagate nodesets
[CentOS_6.3_x86_32] Machine#0(local=1939116KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[CentOS_6.3_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[CentOS_6.3_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] Removing unauthorized and offline sets from all sets
[CentOS_6.3_x86_32] Machine#0(local=1939116KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[CentOS_6.3_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[CentOS_6.3_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[CentOS_6.3_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[CentOS_6.3_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] Add default object sets
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] Ok, finished tweaking, now connect
[CentOS_6.3_x86_32] --- Package level has number 1
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- Cache level depth 2 has number 2
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- Cache level depth 1 has number 3
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- Cache level depth 1 has number 4
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- Core level has number 5
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- PU level has number 6
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] Machine#0(local=1939116KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_6.3_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_32] linuxpci backend stole linux backend root_fd 3
[CentOS_6.3_x86_32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] PCI hierarchy under fake parent:
[CentOS_6.3_x86_32]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[CentOS_6.3_x86_32]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[CentOS_6.3_x86_32]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[CentOS_6.3_x86_32]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[CentOS_6.3_x86_32]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[CentOS_6.3_x86_32]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[CentOS_6.3_x86_32]   0000:00:03.0 Device [8086:100e (1af4:1100) rev=03 class=0200]
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] Starting new PCI hostbridge 0000:00
[CentOS_6.3_x86_32] New PCI hostbridge 0000:[00-00]
[CentOS_6.3_x86_32] Attaching hostbridge to cpuset 0xffffffff
[CentOS_6.3_x86_32] Machine#0(local=1939116KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_6.3_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_6.3_x86_32]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host))
[CentOS_6.3_x86_32]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCISlot=1)
[CentOS_6.3_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_6.3_x86_32]       Block(LinuxDeviceID=8:0 Type=Other) name "sda"
[CentOS_6.3_x86_32]       Block(LinuxDeviceID=11:0 Type=Other) name "sr0"
[CentOS_6.3_x86_32]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCISlot=1)
[CentOS_6.3_x86_32]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCISlot=1)
[CentOS_6.3_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_6.3_x86_32]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_6.3_x86_32]       Network(Address=06:54:3c:00:03:8a) name "eth0"
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] Now reconnecting
[CentOS_6.3_x86_32] Machine#0(local=1939116KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_6.3_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_6.3_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_6.3_x86_32]       Block(LinuxDeviceID=8:0 Type=Other) name "sda"
[CentOS_6.3_x86_32]       Block(LinuxDeviceID=11:0 Type=Other) name "sr0"
[CentOS_6.3_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_6.3_x86_32]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_6.3_x86_32]       Network(Address=06:54:3c:00:03:8a) name "eth0"
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] Removing ignored objects
[CentOS_6.3_x86_32] Machine#0(local=1939116KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_6.3_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_6.3_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_6.3_x86_32]       Block(LinuxDeviceID=8:0 Type=Other) name "sda"
[CentOS_6.3_x86_32]       Block(LinuxDeviceID=11:0 Type=Other) name "sr0"
[CentOS_6.3_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_6.3_x86_32]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_6.3_x86_32]       Network(Address=06:54:3c:00:03:8a) name "eth0"
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] Removing empty objects except numa nodes and PCI devices
[CentOS_6.3_x86_32] Machine#0(local=1939116KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_6.3_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_6.3_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_6.3_x86_32]       Block(LinuxDeviceID=8:0 Type=Other) name "sda"
[CentOS_6.3_x86_32]       Block(LinuxDeviceID=11:0 Type=Other) name "sr0"
[CentOS_6.3_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_6.3_x86_32]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_6.3_x86_32]       Network(Address=06:54:3c:00:03:8a) name "eth0"
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[CentOS_6.3_x86_32] Machine#0(local=1939116KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[CentOS_6.3_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[CentOS_6.3_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[CentOS_6.3_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00])
[CentOS_6.3_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCISlot=1)
[CentOS_6.3_x86_32]       Block(LinuxDeviceID=8:0 Type=Other) name "sda"
[CentOS_6.3_x86_32]       Block(LinuxDeviceID=11:0 Type=Other) name "sr0"
[CentOS_6.3_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCISlot=2)
[CentOS_6.3_x86_32]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCISlot=3)
[CentOS_6.3_x86_32]       Network(Address=06:54:3c:00:03:8a) name "eth0"
[CentOS_6.3_x86_32] --- Package level has number 1
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- Cache level depth 2 has number 2
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- Cache level depth 1 has number 3
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- Cache level depth 1 has number 4
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- Core level has number 5
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] --- PU level has number 6
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] 
[CentOS_6.3_x86_32] Propagate total memory up
[CentOS_6.3_x86_32] Machine (1894MB)
[CentOS_6.3_x86_32]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[CentOS_6.3_x86_32]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[CentOS_6.3_x86_32]   HostBridge L#0
[CentOS_6.3_x86_32]     PCI 8086:7010
[CentOS_6.3_x86_32]       Block(Other) L#0 "sda"
[CentOS_6.3_x86_32]       Block(Other) L#1 "sr0"
[CentOS_6.3_x86_32]     PCI 1013:00b8
[CentOS_6.3_x86_32]     PCI 8086:100e
[CentOS_6.3_x86_32]       Net L#2 "eth0"
[CentOS_6.3_x86_32] + cd ..
[CentOS_6.3_x86_32] + exit 0
[Debian_6_x86_32] PASS: test-gather-topology.sh
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] # TOTAL: 1
[Debian_6_x86_32] # PASS:  1
[Debian_6_x86_32] # SKIP:  0
[Debian_6_x86_32] # XFAIL: 0
[Debian_6_x86_32] # FAIL:  0
[Debian_6_x86_32] # XPASS: 0
[Debian_6_x86_32] # ERROR: 0
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] make[5]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_6_x86_32] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather »
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux »
[Debian_6_x86_32] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests »
[Debian_6_x86_32] Making check in contrib/systemd
[Debian_6_x86_32] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd »
[Debian_6_x86_32] make[1]: Rien à faire pour « check ».
[Debian_6_x86_32] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd »
[Debian_6_x86_32] Making check in doc
[Debian_6_x86_32] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_6_x86_32] make  check-recursive
[Debian_6_x86_32] make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_6_x86_32] Making check in examples
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_6_x86_32] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[Debian_6_x86_32] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_6_x86_32]   CC       hwloc-hello.o
[Debian_6_x86_32]   CCLD     hwloc-hello
[Debian_6_x86_32]   CXX      hwloc-hello-cpp.o
[Debian_7_x86_64]   CC       gpu.o
[Debian_7_x86_64]   CCLD     gpu
[OpenBSD_5.9_x86_64] make  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_bind hwloc_get_last_cpu_location  hwloc_get_area_memlocation  hwloc_object_userdata hwloc_synthetic  hwloc_custom hwloc_backends  hwloc_pci_backend hwloc_is_thissystem  hwloc_distances hwloc_groups  hwloc_groups2 hwloc_insert_misc  hwloc_topology_restrict hwloc_topology_dup  hwloc_topology_diff hwloc_obj_infos  hwloc_iodevs xmlbuffer gl  intel-mic          
[OpenBSD_5.9_x86_64]   CC       hwloc_list_components.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_list_components
[OpenIndiana_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[Ubuntu_12.04_x86_64] PASS: 8ia64-4s2c.output
[Ubuntu_12.04_x86_64] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[Ubuntu_12.04_x86_64] PASS: 16amd64-8n2c.output
[Ubuntu_12.04_x86_64] PASS: 16amd64-8n2c-cpusets.output
[Ubuntu_16.04_x86_64] PASS: test-gather-topology.sh
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] # TOTAL: 1
[Ubuntu_16.04_x86_64] # PASS:  1
[Ubuntu_16.04_x86_64] # SKIP:  0
[Ubuntu_16.04_x86_64] # XFAIL: 0
[Ubuntu_16.04_x86_64] # FAIL:  0
[Ubuntu_16.04_x86_64] # XPASS: 0
[Ubuntu_16.04_x86_64] # ERROR: 0
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_64] Making check in contrib/systemd
[Ubuntu_16.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_16.04_x86_64] make[1]: Nothing to be done for 'check'.
[Ubuntu_16.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_16.04_x86_64] Making check in doc
[Ubuntu_16.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_64] make  check-recursive
[Ubuntu_16.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_64] Making check in examples
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[Ubuntu_16.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_64]   CC       hwloc-hello.o
[Ubuntu_16.04_x86_64]   CCLD     hwloc-hello
[Ubuntu_16.04_x86_64]   CXX      hwloc-hello-cpp.o
[Ubuntu_16.04_x86_64]   CXXLD    hwloc-hello-cpp
[Ubuntu_18.04_x86_64] PASS: 64fake-4n2s2ca2c2t.output
[Ubuntu_18.04_x86_64] PASS: 64intel64-fakeKNL-A2A-cache.output
[Pipeline] [CentOS_6.3_x86_32] deleteDir
[Debian_6_x86_32]   CXXLD    hwloc-hello-cpp
[Debian_6_x86_32]   CC       cpuset+bitmap+cpubind.o
[Ubuntu_16.04_x86_64]   CC       cpuset+bitmap+cpubind.o
[Ubuntu_16.04_x86_64]   CCLD     cpuset+bitmap+cpubind
[Pipeline] [CentOS_6.3_x86_32] }
[Debian_7_x86_64]   CC       sharedcaches.o
[Debian_7_x86_64]   CCLD     sharedcaches
[Debian_7_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_7_x86_64] make  check-TESTS
[Debian_7_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_7_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_8_x86_64] PASS: 40intel64-4n10c+pci-conflicts.output
[Debian_8_x86_64] PASS: 48amd64-4d2n6c-sparse.output
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_bitmap.o
[OpenIndiana_x86_64] PASS: 16amd64-4distances.xml
[OpenIndiana_x86_64] PASS: 16em64t-4s2c2t.xml
[Ubuntu_12.04_x86_64] PASS: 16amd64-8n2c-cpusets.xml.output
[Ubuntu_12.04_x86_64] PASS: 16amd64-8n2c-cpusets_noadmin.output
[Ubuntu_12.04_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[Ubuntu_12.04_x86_64] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[Ubuntu_16.04_x86_32] PASS: 40intel64-2g2n4c+pci.output
[Ubuntu_18.04_x86_64] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[Pipeline] [CentOS_6.3_x86_32] // dir
[Debian_6_x86_32]   CCLD     cpuset+bitmap+cpubind
[Debian_6_x86_32]   CC       nodeset+membind+policy.o
[Debian_6_x86_32]   CCLD     nodeset+membind+policy
[Ubuntu_16.04_x86_64]   CC       nodeset+membind+policy.o
[Ubuntu_16.04_x86_64]   CCLD     nodeset+membind+policy
[Ubuntu_16.04_x86_64]   CC       get-knl-modes.o
[Pipeline] [CentOS_6.3_x86_32] }
[Debian_7_x86_64] PASS: hwloc-hello
[Debian_7_x86_64] PASS: hwloc-hello-cpp
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] # TOTAL: 2
[Debian_7_x86_64] # PASS:  2
[Debian_7_x86_64] # SKIP:  0
[Debian_7_x86_64] # XFAIL: 0
[Debian_7_x86_64] # FAIL:  0
[Debian_7_x86_64] # XPASS: 0
[Debian_7_x86_64] # ERROR: 0
[Debian_7_x86_64] ============================================================================
[Debian_7_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_7_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_7_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_7_x86_64] make[3]: Nothing to be done for `check-am'.
[Debian_7_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_7_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_7_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_7_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_7_x86_64] make[1]: Nothing to be done for `check-am'.
[Debian_7_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_7_x86_64] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[Debian_7_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_7_x86_64] 
[Debian_7_x86_64] 
[Debian_7_x86_64]  * Topology extraction from /proc/cpuinfo *
[Debian_7_x86_64] 
[Debian_7_x86_64] processor 0
[Debian_7_x86_64] processor 1
[Debian_7_x86_64] os proc 1 is online
[Debian_7_x86_64] found 2 cpu topologies, cpuset 0x00000003
[Debian_7_x86_64] os package 0 has cpuset 0x00000001
[Debian_7_x86_64] os core 0 has cpuset 0x00000001
[Debian_7_x86_64] thread 0 has cpuset 0x00000001
[Debian_7_x86_64] cache depth 1 has cpuset 0x00000001
[Debian_7_x86_64] cache depth 1 has cpuset 0x00000001
[Debian_7_x86_64] cache depth 2 has cpuset 0x00000001
[Debian_7_x86_64] os package 1 has cpuset 0x00000002
[Debian_7_x86_64] os core 0 has cpuset 0x00000002
[Debian_7_x86_64] thread 1 has cpuset 0x00000002
[Debian_7_x86_64] cache depth 1 has cpuset 0x00000002
[Debian_7_x86_64] cache depth 1 has cpuset 0x00000002
[Debian_7_x86_64] cache depth 2 has cpuset 0x00000002
[Debian_7_x86_64] found DMIProductName 'CloudStack KVM Hypervisor'
[Debian_7_x86_64] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[Debian_7_x86_64] found DMIChassisVendor 'Bochs'
[Debian_7_x86_64] found DMIChassisType '1'
[Debian_7_x86_64] found DMIChassisVersion ''
[Debian_7_x86_64] found DMIChassisAssetTag ''
[Debian_7_x86_64] found DMIBIOSVendor 'Seabios'
[Debian_7_x86_64] found DMIBIOSVersion '0.5.1'
[Debian_7_x86_64] found DMIBIOSDate '01/01/2011'
[Debian_7_x86_64] found DMISysVendor 'Apache Software Foundation'
[Debian_7_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_7_x86_64] Machine#0(local=2061144KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f
[Debian_7_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Debian_7_x86_64]           Core#0 cpuset 0x00000001
[Debian_7_x86_64]             PU#0 cpuset 0x00000001
[Debian_7_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Debian_7_x86_64]           Core#0 cpuset 0x00000002
[Debian_7_x86_64]             PU#1 cpuset 0x00000002
[Debian_7_x86_64] Backend x86 forcing a reconnect of levels
[Debian_7_x86_64] --- Package level has number 1
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Cache level depth 2 has number 2
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Cache level depth 1 has number 3
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Cache level depth 1 has number 4
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Core level has number 5
[Debian_7_x86_64] 
[Debian_7_x86_64] --- PU level has number 6
[Debian_7_x86_64] 
[Debian_7_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_7_x86_64] highest cpuid d, cpuid type 0
[Debian_7_x86_64] highest extended cpuid 80000008
[Debian_7_x86_64] possible CPUs are 0x00000003
[Debian_7_x86_64] binding to CPU0
[Debian_7_x86_64] APIC ID 0x00 max_log_proc 1
[Debian_7_x86_64] phys 0 thread 0
[Debian_7_x86_64] cache 0 type 1
[Debian_7_x86_64] thus 1 threads
[Debian_7_x86_64] this is thread 0 of core 0
[Debian_7_x86_64] cache 1 type 2
[Debian_7_x86_64] cache 2 type 3
[Debian_7_x86_64] cache 3 type 0
[Debian_7_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_7_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_7_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Debian_7_x86_64] binding to CPU1
[Debian_7_x86_64] APIC ID 0x01 max_log_proc 1
[Debian_7_x86_64] phys 1 thread 0
[Debian_7_x86_64] cache 0 type 1
[Debian_7_x86_64] thus 1 threads
[Debian_7_x86_64] this is thread 0 of core 0
[Debian_7_x86_64] cache 1 type 2
[Debian_7_x86_64] cache 2 type 3
[Debian_7_x86_64] cache 3 type 0
[Debian_7_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_7_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_7_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Debian_7_x86_64] Machine#0(local=2061144KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[Debian_7_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Debian_7_x86_64]             PU#0 cpuset 0x00000001
[Debian_7_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Debian_7_x86_64]             PU#1 cpuset 0x00000002
[Debian_7_x86_64] Machine#0(local=2061144KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[Debian_7_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Debian_7_x86_64]             PU#0 cpuset 0x00000001
[Debian_7_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Debian_7_x86_64]             PU#1 cpuset 0x00000002
[Debian_7_x86_64] 
[Debian_7_x86_64] Restrict topology cpusets to existing PU and NODE objects
[Debian_7_x86_64] 
[Debian_7_x86_64] Propagate offline and disallowed cpus down and up
[Debian_7_x86_64] 
[Debian_7_x86_64] Propagate nodesets
[Debian_7_x86_64] Machine#0(local=2061144KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Debian_7_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_7_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Debian_7_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_7_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Debian_7_x86_64] 
[Debian_7_x86_64] Removing unauthorized and offline sets from all sets
[Debian_7_x86_64] Machine#0(local=2061144KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Debian_7_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_7_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Debian_7_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_7_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Debian_7_x86_64] 
[Debian_7_x86_64] Add default object sets
[Debian_7_x86_64] 
[Debian_7_x86_64] Ok, finished tweaking, now connect
[Debian_7_x86_64] --- Package level has number 1
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Cache level depth 2 has number 2
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Cache level depth 1 has number 3
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Cache level depth 1 has number 4
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Core level has number 5
[Debian_7_x86_64] 
[Debian_7_x86_64] --- PU level has number 6
[Debian_7_x86_64] 
[Debian_7_x86_64] Machine#0(local=2061144KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_7_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_7_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_7_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_7_x86_64] 
[Debian_7_x86_64] Scanning PCI buses...
[Debian_7_x86_64]   0000:00:00.0 0600 8086:1237 Intel Corporation 440FX - 82441FX PMC [Natoma]
[Debian_7_x86_64]   0000:00:01.0 0601 8086:7000 Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
[Debian_7_x86_64]   0000:00:01.1 0101 8086:7010 Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
[Debian_7_x86_64]   0000:00:01.2 0c03 8086:7020 Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]
[Debian_7_x86_64]   0000:00:01.3 0680 8086:7113 Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[Debian_7_x86_64]   0000:00:02.0 0300 1013:00b8 Cirrus Logic GD 5446
[Debian_7_x86_64]   0000:00:03.0 0200 1af4:1000 Red Hat, Inc Virtio network device
[Debian_7_x86_64]   0000:00:04.0 0100 1af4:1001 Red Hat, Inc Virtio block device
[Debian_7_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_7_x86_64] 
[Debian_7_x86_64] PCI hierarchy under fake parent:
[Debian_7_x86_64]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[Debian_7_x86_64]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[Debian_7_x86_64]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[Debian_7_x86_64]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[Debian_7_x86_64]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[Debian_7_x86_64]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[Debian_7_x86_64]   0000:00:03.0 Device [1af4:1000 (1af4:0001) rev=00 class=0200]
[Debian_7_x86_64]   0000:00:04.0 Device [1af4:1001 (1af4:0002) rev=00 class=0100]
[Debian_7_x86_64] 
[Debian_7_x86_64] Starting new PCI hostbridge 0000:00
[Debian_7_x86_64] New PCI hostbridge 0000:[00-00]
[Debian_7_x86_64] Attaching hostbridge to cpuset 0x00000003
[Debian_7_x86_64] Machine#0(local=2061144KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_7_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_7_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_7_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[Debian_7_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Debian_7_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Debian_7_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]"
[Debian_7_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_7_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Debian_7_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI") name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Debian_7_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Debian_7_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_7_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_7_x86_64] Backend linuxpci forcing a reconnect of levels
[Debian_7_x86_64] --- Package level has number 1
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Cache level depth 2 has number 2
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Cache level depth 1 has number 3
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Cache level depth 1 has number 4
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Core level has number 5
[Debian_7_x86_64] 
[Debian_7_x86_64] --- PU level has number 6
[Debian_7_x86_64] 
[Debian_7_x86_64] PCI objects already added, ignoring linuxpci backend.
[Debian_7_x86_64] Machine#0(local=2061144KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_7_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_7_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_7_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_7_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Debian_7_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Debian_7_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_7_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_7_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Debian_7_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI") name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Debian_7_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Debian_7_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_7_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_7_x86_64] 
[Debian_7_x86_64] Now reconnecting
[Debian_7_x86_64] Machine#0(local=2061144KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_7_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_7_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_7_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_7_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_7_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_7_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Debian_7_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_7_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_7_x86_64] 
[Debian_7_x86_64] Removing ignored objects
[Debian_7_x86_64] Machine#0(local=2061144KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_7_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_7_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_7_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_7_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_7_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_7_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Debian_7_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_7_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_7_x86_64] 
[Debian_7_x86_64] Removing empty objects except numa nodes and PCI devices
[Debian_7_x86_64] Machine#0(local=2061144KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_7_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_7_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_7_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_7_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_7_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_7_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Debian_7_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_7_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_7_x86_64] 
[Debian_7_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[Debian_7_x86_64] Machine#0(local=2061144KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_7_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_7_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_7_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_7_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Debian_7_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Debian_7_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_7_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Debian_7_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Debian_7_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Debian_7_x86_64] --- Package level has number 1
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Cache level depth 2 has number 2
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Cache level depth 1 has number 3
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Cache level depth 1 has number 4
[Debian_7_x86_64] 
[Debian_7_x86_64] --- Core level has number 5
[Debian_7_x86_64] 
[Debian_7_x86_64] --- PU level has number 6
[Debian_7_x86_64] 
[Debian_7_x86_64] 
[Debian_7_x86_64] Propagate total memory up
[Debian_7_x86_64] Machine (2013MB)
[Debian_7_x86_64]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[Debian_7_x86_64]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[Debian_7_x86_64]   HostBridge L#0
[Debian_7_x86_64]     PCI 8086:7010
[Debian_7_x86_64]       Block(Removable Media Device) L#0 "sr0"
[Debian_7_x86_64]     PCI 1013:00b8
[Debian_7_x86_64]     PCI 1af4:1000
[Debian_7_x86_64]     PCI 1af4:1001
[Debian_7_x86_64] + cd ..
[Debian_7_x86_64] + exit 0
[Debian_8_x86_64] PASS: 64amd64-4s2n4ca2co.output
[OS_X_12] PASS: test-hwloc-compress-dir.sh
[OS_X_12] PASS: test-hwloc-diffpatch.sh
[OS_X_12] PASS: test-hwloc-distances.sh
[OpenBSD_5.9_x86_64]   CCLD     hwloc_bitmap
[OpenIndiana_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[OpenIndiana_x86_64] PASS: 16em64t-4s2c2t.console.output
[Ubuntu_12.04_x86_64] PASS: 16em64t-4s2c2t.output
[Ubuntu_12.04_x86_64] PASS: 16em64t-4s2c2t-offlines.output
[Ubuntu_12.04_x86_64] PASS: 16em64t-4s2c2t-offlines.xml.output
[Ubuntu_12.04_x86_64] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[Ubuntu_12.04_x86_64] PASS: 16em64t-4s2c2t_ncaches.output
[Ubuntu_16.04_x86_32] PASS: 40intel64-4n10c+pci-conflicts.output
[Ubuntu_18.04_x86_64] PASS: 96em64t-4n4d3ca2co.output
[Pipeline] [CentOS_6.3_x86_32] // node
[Debian_6_x86_32]   CC       get-knl-modes.o
[Debian_6_x86_32]   CCLD     get-knl-modes
[Debian_6_x86_32]   CC       gpu.o
[OpenIndiana_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[OpenIndiana_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[Ubuntu_16.04_x86_64]   CCLD     get-knl-modes
[Ubuntu_16.04_x86_64]   CC       gpu.o
[Pipeline] [CentOS_6.3_x86_32] }
[Debian_8_x86_64] PASS: 64fake-4n2s2ca2c2t.output
[Debian_8_x86_64] PASS: 64intel64-fakeKNL-A2A-cache.output
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_bitmap_string.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_bitmap_string
[Ubuntu_12.04_x86_64] PASS: 16em64t-4s2c2t_merge.output
[Ubuntu_12.04_x86_64] PASS: 16em64t-4s2c2t.xml.output
[Ubuntu_12.04_x86_64] PASS: 16em64t-2m4c2t.output
[Ubuntu_12.04_x86_64] PASS: 16ia64-8n2s.output
[Ubuntu_16.04_x86_32] PASS: 48amd64-4d2n6c-sparse.output
[Ubuntu_18.04_x86_64] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[Ubuntu_18.04_x86_64] PASS: 128ia64-17n4s2c.output
[Debian_6_x86_32]   CCLD     gpu
[Debian_6_x86_32]   CC       sharedcaches.o
[Embedded] autoreconf: configure.ac: tracing
[Pipeline] [Debian_7_x86_64] deleteDir
[OpenIndiana_x86_64] PASS: 16intel64-manyVFs.xml
[Ubuntu_16.04_x86_32] PASS: 64amd64-4s2n4ca2co.output
[Ubuntu_16.04_x86_64]   CCLD     gpu
[Ubuntu_16.04_x86_64]   CC       sharedcaches.o
[Ubuntu_16.04_x86_64]   CCLD     sharedcaches
[Pipeline] [Debian_7_x86_64] }
[Debian_6_x86_32]   CCLD     sharedcaches
[Debian_6_x86_32] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_6_x86_32] make  check-TESTS
[Debian_6_x86_32] make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_6_x86_32] make[5]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_6_x86_32] PASS: hwloc-hello
[Debian_8_x86_64] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[OS_X_12] PASS: test-hwloc-distrib.sh
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_bitmap_compare_inclusion.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_bitmap_compare_inclusion
[Ubuntu_12.04_x86_64] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[Pipeline] [Debian_7_x86_64] // dir
[OS_X_9] PASS: hwloc_object_userdata
[Ubuntu_16.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_64] make  check-TESTS
[Ubuntu_16.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_64] PASS: hwloc-hello
[Ubuntu_16.04_x86_64] PASS: hwloc-hello-cpp
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] # TOTAL: 2
[Ubuntu_16.04_x86_64] # PASS:  2
[Ubuntu_16.04_x86_64] # SKIP:  0
[Ubuntu_16.04_x86_64] # XFAIL: 0
[Ubuntu_16.04_x86_64] # FAIL:  0
[Ubuntu_16.04_x86_64] # XPASS: 0
[Ubuntu_16.04_x86_64] # ERROR: 0
[Ubuntu_16.04_x86_64] ============================================================================
[Ubuntu_16.04_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_64] make[3]: Nothing to be done for 'check-am'.
[Ubuntu_16.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_16.04_x86_64] make[1]: Nothing to be done for 'check-am'.
[Ubuntu_16.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_16.04_x86_64] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[Ubuntu_16.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64]  * Topology extraction from /proc/cpuinfo *
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] processor 0
[Ubuntu_16.04_x86_64] physical id 0
[Ubuntu_16.04_x86_64] core id 0
[Ubuntu_16.04_x86_64] processor 1
[Ubuntu_16.04_x86_64] physical id 1
[Ubuntu_16.04_x86_64] core id 0
[Ubuntu_16.04_x86_64] Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset
[Ubuntu_16.04_x86_64] Found cgroup-cpuset /
[Ubuntu_16.04_x86_64] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.cpus>
[Ubuntu_16.04_x86_64] cpuset includes 0x00000003
[Ubuntu_16.04_x86_64] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.mems>
[Ubuntu_16.04_x86_64] cpuset includes 0x00000001
[Ubuntu_16.04_x86_64] os proc 1 is online
[Ubuntu_16.04_x86_64] found 2 cpu topologies, cpuset 0x00000003
[Ubuntu_16.04_x86_64] os package 0 has cpuset 0x00000001
[Ubuntu_16.04_x86_64] os core 0 has cpuset 0x00000001
[Ubuntu_16.04_x86_64] thread 0 has cpuset 0x00000001
[Ubuntu_16.04_x86_64] cache depth 1 has cpuset 0x00000001
[Ubuntu_16.04_x86_64] cache depth 1 has cpuset 0x00000001
[Ubuntu_16.04_x86_64] cache depth 2 has cpuset 0x00000001
[Ubuntu_16.04_x86_64] os package 1 has cpuset 0x00000002
[Ubuntu_16.04_x86_64] os core 0 has cpuset 0x00000002
[Ubuntu_16.04_x86_64] thread 1 has cpuset 0x00000002
[Ubuntu_16.04_x86_64] cache depth 1 has cpuset 0x00000002
[Ubuntu_16.04_x86_64] cache depth 1 has cpuset 0x00000002
[Ubuntu_16.04_x86_64] cache depth 2 has cpuset 0x00000002
[Ubuntu_16.04_x86_64] found DMIProductName 'CloudStack KVM Hypervisor'
[Ubuntu_16.04_x86_64] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[Ubuntu_16.04_x86_64] found DMIChassisVendor 'Bochs'
[Ubuntu_16.04_x86_64] found DMIChassisType '1'
[Ubuntu_16.04_x86_64] found DMIChassisVersion ''
[Ubuntu_16.04_x86_64] found DMIChassisAssetTag ''
[Ubuntu_16.04_x86_64] found DMIBIOSVendor 'Seabios'
[Ubuntu_16.04_x86_64] found DMIBIOSVersion '0.5.1'
[Ubuntu_16.04_x86_64] found DMIBIOSDate '01/01/2011'
[Ubuntu_16.04_x86_64] found DMISysVendor 'Apache Software Foundation'
[Ubuntu_16.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_16.04_x86_64] Machine#0(local=2048088KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018" HostName=ubuntu1604 Architecture=x86_64) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001
[Ubuntu_16.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000001
[Ubuntu_16.04_x86_64]             PU#0 cpuset 0x00000001
[Ubuntu_16.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000002
[Ubuntu_16.04_x86_64]             PU#1 cpuset 0x00000002
[Ubuntu_16.04_x86_64] Backend x86 forcing a reconnect of levels
[Ubuntu_16.04_x86_64] --- Package level has number 1
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Core level has number 5
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- PU level has number 6
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_16.04_x86_64] highest cpuid d, cpuid type 0
[Ubuntu_16.04_x86_64] highest extended cpuid 80000008
[Ubuntu_16.04_x86_64] possible CPUs are 0x00000003
[Ubuntu_16.04_x86_64] binding to CPU0
[Ubuntu_16.04_x86_64] APIC ID 0x00 max_log_proc 1
[Ubuntu_16.04_x86_64] phys 0 thread 0
[Ubuntu_16.04_x86_64] cache 0 type 1
[Ubuntu_16.04_x86_64] thus 1 threads
[Ubuntu_16.04_x86_64] this is thread 0 of core 0
[Ubuntu_16.04_x86_64] cache 1 type 2
[Ubuntu_16.04_x86_64] cache 2 type 3
[Ubuntu_16.04_x86_64] cache 3 type 0
[Ubuntu_16.04_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_16.04_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_16.04_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Ubuntu_16.04_x86_64] binding to CPU1
[Ubuntu_16.04_x86_64] APIC ID 0x01 max_log_proc 1
[Ubuntu_16.04_x86_64] phys 1 thread 0
[Ubuntu_16.04_x86_64] cache 0 type 1
[Ubuntu_16.04_x86_64] thus 1 threads
[Ubuntu_16.04_x86_64] this is thread 0 of core 0
[Ubuntu_16.04_x86_64] cache 1 type 2
[Ubuntu_16.04_x86_64] cache 2 type 3
[Ubuntu_16.04_x86_64] cache 3 type 0
[Ubuntu_16.04_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_16.04_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_16.04_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Ubuntu_16.04_x86_64] Machine#0(local=2048088KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018" HostName=ubuntu1604 Architecture=x86_64) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[Ubuntu_16.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_64]             PU#0 cpuset 0x00000001
[Ubuntu_16.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_64]             PU#1 cpuset 0x00000002
[Ubuntu_16.04_x86_64] Machine#0(local=2048088KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018" HostName=ubuntu1604 Architecture=x86_64) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[Ubuntu_16.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_64]             PU#0 cpuset 0x00000001
[Ubuntu_16.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_64]             PU#1 cpuset 0x00000002
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Restrict topology cpusets to existing PU and NODE objects
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Propagate offline and disallowed cpus down and up
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Propagate nodesets
[Ubuntu_16.04_x86_64] Machine#0(local=2048088KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 arity 2
[Ubuntu_16.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Ubuntu_16.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Removing unauthorized and offline sets from all sets
[Ubuntu_16.04_x86_64] Machine#0(local=2048088KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 arity 2
[Ubuntu_16.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Ubuntu_16.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Add default object sets
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Ok, finished tweaking, now connect
[Ubuntu_16.04_x86_64] --- Package level has number 1
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Core level has number 5
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- PU level has number 6
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Machine#0(local=2048088KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Ubuntu_16.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Scanning PCI buses...
[Ubuntu_16.04_x86_64]   0000:00:00.0 0600 8086:1237 Intel Corporation 440FX - 82441FX PMC [Natoma]
[Ubuntu_16.04_x86_64]   0000:00:01.0 0601 8086:7000 Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
[Ubuntu_16.04_x86_64]   0000:00:01.1 0101 8086:7010 Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
[Ubuntu_16.04_x86_64]   0000:00:01.2 0c03 8086:7020 Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]
[Ubuntu_16.04_x86_64]   0000:00:01.3 0680 8086:7113 Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[Pipeline] [Debian_7_x86_64] }
[Debian_8_x86_64] PASS: 96em64t-4n4d3ca2co.output
[Debian_8_x86_64] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_get_closest_objs.o
[OpenIndiana_x86_64] PASS: 16intel64-manyVFs.console.output
[Ubuntu_16.04_x86_32] PASS: 64fake-4n2s2ca2c2t.output
[Ubuntu_16.04_x86_32] PASS: 64intel64-fakeKNL-A2A-cache.output
[Ubuntu_18.04_x86_64] PASS: 256ia64-64n2s2c.output
[Ubuntu_18.04_x86_64] PASS: 4qs22-2s2t.output
[Ubuntu_18.04_x86_64] PASS: 2s390-2c.output
[Ubuntu_18.04_x86_64] PASS: 20s390-2g6s4c.output
[Ubuntu_18.04_x86_64] PASS: 1alpha.output
[Ubuntu_18.04_x86_64] PASS: 2arm-2c.output
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] # TOTAL: 56
[Ubuntu_18.04_x86_64] # PASS:  56
[Ubuntu_18.04_x86_64] # SKIP:  0
[Ubuntu_18.04_x86_64] # XFAIL: 0
[Ubuntu_18.04_x86_64] # FAIL:  0
[Ubuntu_18.04_x86_64] # XPASS: 0
[Ubuntu_18.04_x86_64] # ERROR: 0
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_18.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_18.04_x86_64] Making check in allowed
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_18.04_x86_64] make  check-TESTS
[Ubuntu_18.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_18.04_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_18.04_x86_64] PASS: test1.output
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] # TOTAL: 1
[Ubuntu_18.04_x86_64] # PASS:  1
[Ubuntu_18.04_x86_64] # SKIP:  0
[Ubuntu_18.04_x86_64] # XFAIL: 0
[Ubuntu_18.04_x86_64] # FAIL:  0
[Ubuntu_18.04_x86_64] # XPASS: 0
[Ubuntu_18.04_x86_64] # ERROR: 0
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_18.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_18.04_x86_64] Making check in gather
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_18.04_x86_64] make  check-TESTS
[Ubuntu_18.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Pipeline] [Debian_7_x86_64] // node
[Debian_6_x86_32] PASS: hwloc-hello-cpp
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] # TOTAL: 2
[Debian_6_x86_32] # PASS:  2
[Debian_6_x86_32] # SKIP:  0
[Debian_6_x86_32] # XFAIL: 0
[Debian_6_x86_32] # FAIL:  0
[Debian_6_x86_32] # XPASS: 0
[Debian_6_x86_32] # ERROR: 0
[Debian_6_x86_32] ============================================================================
[Debian_6_x86_32] make[5]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_6_x86_32] make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples »
[Debian_6_x86_32] make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_6_x86_32] make[3]: Rien à faire pour « check-am ».
[Debian_6_x86_32] make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_6_x86_32] make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_6_x86_32] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc »
[Debian_6_x86_32] make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug »
[Debian_6_x86_32] make[1]: Rien à faire pour « check-am ».
[Debian_6_x86_32] make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug »
[Debian_6_x86_32] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[Debian_6_x86_32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_6_x86_32] 
[Debian_6_x86_32] 
[Debian_6_x86_32]  * Topology extraction from /proc/cpuinfo *
[Debian_6_x86_32] 
[Debian_6_x86_32] processor 0
[Debian_6_x86_32] processor 1
[Debian_6_x86_32] os proc 1 is online
[Debian_6_x86_32] found 2 cpu topologies, cpuset 0x00000003
[Debian_6_x86_32] os package 0 has cpuset 0x00000001
[Debian_6_x86_32] os core 0 has cpuset 0x00000001
[Debian_6_x86_32] thread 0 has cpuset 0x00000001
[Debian_6_x86_32] cache depth 1 has cpuset 0x00000001
[Debian_6_x86_32] cache depth 1 has cpuset 0x00000001
[Debian_6_x86_32] cache depth 2 has cpuset 0x00000001
[Debian_6_x86_32] os package 1 has cpuset 0x00000002
[Debian_6_x86_32] os core 0 has cpuset 0x00000002
[Debian_6_x86_32] thread 1 has cpuset 0x00000002
[Debian_6_x86_32] cache depth 1 has cpuset 0x00000002
[Debian_6_x86_32] cache depth 1 has cpuset 0x00000002
[Debian_6_x86_32] cache depth 2 has cpuset 0x00000002
[Debian_6_x86_32] found DMIProductName 'CloudStack KVM Hypervisor'
[Debian_6_x86_32] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[Debian_6_x86_32] found DMIChassisVendor 'Bochs'
[Debian_6_x86_32] found DMIChassisType '1'
[Debian_6_x86_32] found DMIChassisVersion ''
[Debian_6_x86_32] found DMIChassisAssetTag ''
[Debian_6_x86_32] found DMIBIOSVendor 'Seabios'
[Debian_6_x86_32] found DMIBIOSVersion '0.5.1'
[Debian_6_x86_32] found DMIBIOSDate '01/01/2011'
[Debian_6_x86_32] found DMISysVendor 'Apache Software Foundation'
[Debian_6_x86_32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_6_x86_32] Machine#0(local=2074812KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f
[Debian_6_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Debian_6_x86_32]           Core#0 cpuset 0x00000001
[Debian_6_x86_32]             PU#0 cpuset 0x00000001
[Debian_6_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Debian_6_x86_32]           Core#0 cpuset 0x00000002
[Debian_6_x86_32]             PU#1 cpuset 0x00000002
[Debian_6_x86_32] Backend x86 forcing a reconnect of levels
[Debian_6_x86_32] --- Package level has number 1
[Debian_6_x86_32] 
[Debian_6_x86_32] --- Cache level depth 2 has number 2
[Debian_6_x86_32] 
[Debian_6_x86_32] --- Cache level depth 1 has number 3
[Debian_6_x86_32] 
[Debian_6_x86_32] --- Cache level depth 1 has number 4
[Debian_6_x86_32] 
[Debian_6_x86_32] --- Core level has number 5
[Debian_6_x86_32] 
[Debian_6_x86_32] --- PU level has number 6
[Debian_6_x86_32] 
[Debian_6_x86_32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_6_x86_32] highest cpuid 4, cpuid type 0
[Debian_6_x86_32] highest extended cpuid 8000000a
[Debian_6_x86_32] possible CPUs are 0x00000003
[Debian_6_x86_32] binding to CPU0
[Debian_6_x86_32] APIC ID 0x00 max_log_proc 1
[Debian_6_x86_32] phys 0 thread 0
[Debian_6_x86_32] cache 0 type 1
[Debian_6_x86_32] thus 1 threads
[Debian_6_x86_32] this is thread 0 of core 0
[Debian_6_x86_32] cache 1 type 2
[Debian_6_x86_32] cache 2 type 3
[Debian_6_x86_32] cache 3 type 0
[Debian_6_x86_32] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_6_x86_32] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_6_x86_32] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Debian_6_x86_32] binding to CPU1
[Debian_6_x86_32] APIC ID 0x01 max_log_proc 1
[Debian_6_x86_32] phys 1 thread 0
[Debian_6_x86_32] cache 0 type 1
[Debian_6_x86_32] thus 1 threads
[Debian_6_x86_32] this is thread 0 of core 0
[Debian_6_x86_32] cache 1 type 2
[Debian_6_x86_32] cache 2 type 3
[Debian_6_x86_32] cache 3 type 0
[Debian_6_x86_32] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_6_x86_32] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_6_x86_32] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Debian_6_x86_32] Machine#0(local=2074812KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[Debian_6_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000001 arity 1
[Debian_6_x86_32]             PU#0 cpuset 0x00000001
[Debian_6_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000002 arity 1
[Debian_6_x86_32]             PU#1 cpuset 0x00000002
[Debian_6_x86_32] Machine#0(local=2074812KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[Debian_6_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000001 arity 1
[Debian_6_x86_32]             PU#0 cpuset 0x00000001
[Debian_6_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000002 arity 1
[Debian_6_x86_32]             PU#1 cpuset 0x00000002
[Debian_6_x86_32] 
[Debian_6_x86_32] Restrict topology cpusets to existing PU and NODE objects
[Debian_6_x86_32] 
[Debian_6_x86_32] Propagate offline and disallowed cpus down and up
[Debian_6_x86_32] 
[Debian_6_x86_32] Propagate nodesets
[Debian_6_x86_32] Machine#0(local=2074812KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Debian_6_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_6_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Debian_6_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_6_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Debian_6_x86_32] 
[Debian_6_x86_32] Removing unauthorized and offline sets from all sets
[Debian_6_x86_32] Machine#0(local=2074812KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Debian_6_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_6_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Debian_6_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_6_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Debian_6_x86_32] 
[Debian_6_x86_32] Add default object sets
[Debian_6_x86_32] 
[Debian_6_x86_32] Ok, finished tweaking, now connect
[Debian_6_x86_32] --- Package level has number 1
[Debian_6_x86_32] 
[Debian_6_x86_32] --- Cache level depth 2 has number 2
[Debian_6_x86_32] 
[Debian_6_x86_32] --- Cache level depth 1 has number 3
[Debian_6_x86_32] 
[Debian_6_x86_32] --- Cache level depth 1 has number 4
[Debian_6_x86_32] 
[Debian_6_x86_32] --- Core level has number 5
[Debian_6_x86_32] 
[Debian_6_x86_32] --- PU level has number 6
[Debian_6_x86_32] 
[Debian_6_x86_32] Machine#0(local=2074812KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_6_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_6_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_6_x86_32] linuxpci backend stole linux backend root_fd 3
[Debian_6_x86_32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_6_x86_32] 
[Debian_6_x86_32] PCI hierarchy under fake parent:
[Debian_6_x86_32]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[Debian_6_x86_32]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[Debian_6_x86_32]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[Debian_6_x86_32]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[Debian_6_x86_32]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[Debian_6_x86_32]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[Debian_6_x86_32]   0000:00:03.0 Device [1af4:1000 (1af4:0001) rev=00 class=0200]
[Debian_6_x86_32]   0000:00:04.0 Device [1af4:1001 (1af4:0002) rev=00 class=0100]
[Debian_6_x86_32] 
[Debian_6_x86_32] Starting new PCI hostbridge 0000:00
[Debian_6_x86_32] New PCI hostbridge 0000:[00-00]
[Debian_6_x86_32] Attaching hostbridge to cpuset 0xffffffff
[Debian_6_x86_32] Machine#0(local=2074812KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_6_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_6_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_6_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00])
[Debian_6_x86_32]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host))
[Debian_6_x86_32]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA))
[Debian_6_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE))
[Debian_6_x86_32]       Block(LinuxDeviceID=11:0 Type=Other) name "sr0"
[Debian_6_x86_32]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB))
[Debian_6_x86_32]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg))
[Debian_6_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA))
[Debian_6_x86_32]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether))
[Debian_6_x86_32]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI))
[Debian_6_x86_32] 
[Debian_6_x86_32] Now reconnecting
[Debian_6_x86_32] Machine#0(local=2074812KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_6_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_6_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_6_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00])
[Debian_6_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE))
[Debian_6_x86_32]       Block(LinuxDeviceID=11:0 Type=Other) name "sr0"
[Debian_6_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA))
[Debian_6_x86_32]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether))
[Debian_6_x86_32]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI))
[Debian_6_x86_32] 
[Debian_6_x86_32] Removing ignored objects
[Debian_6_x86_32] Machine#0(local=2074812KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_6_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_6_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_6_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00])
[Debian_6_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE))
[Debian_6_x86_32]       Block(LinuxDeviceID=11:0 Type=Other) name "sr0"
[Debian_6_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA))
[Debian_6_x86_32]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether))
[Debian_6_x86_32]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI))
[Debian_6_x86_32] 
[Debian_6_x86_32] Removing empty objects except numa nodes and PCI devices
[Debian_6_x86_32] Machine#0(local=2074812KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_6_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_6_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_6_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00])
[Debian_6_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE))
[Debian_6_x86_32]       Block(LinuxDeviceID=11:0 Type=Other) name "sr0"
[Debian_6_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA))
[Debian_6_x86_32]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether))
[Debian_6_x86_32]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI))
[Debian_6_x86_32] 
[Debian_6_x86_32] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[Debian_6_x86_32] Machine#0(local=2074812KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_6_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_6_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_6_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_6_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00])
[Debian_6_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE))
[Debian_6_x86_32]       Block(LinuxDeviceID=11:0 Type=Other) name "sr0"
[Debian_6_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA))
[Debian_6_x86_32]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether))
[Debian_6_x86_32]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI))
[Debian_6_x86_32] --- Package level has number 1
[Debian_6_x86_32] 
[Debian_6_x86_32] --- Cache level depth 2 has number 2
[Debian_6_x86_32] 
[Debian_6_x86_32] --- Cache level depth 1 has number 3
[Debian_6_x86_32] 
[Debian_6_x86_32] --- Cache level depth 1 has number 4
[Debian_6_x86_32] 
[Debian_6_x86_32] --- Core level has number 5
[Debian_6_x86_32] 
[Debian_6_x86_32] --- PU level has number 6
[Debian_6_x86_32] 
[Debian_6_x86_32] 
[Debian_6_x86_32] Propagate total memory up
[Debian_6_x86_32] Machine (2026MB)
[Debian_6_x86_32]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[Debian_6_x86_32]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[Debian_6_x86_32]   HostBridge L#0
[Debian_6_x86_32]     PCI 8086:7010
[Debian_6_x86_32]       Block(Other) L#0 "sr0"
[Debian_6_x86_32]     PCI 1013:00b8
[Debian_6_x86_32]     PCI 1af4:1000
[Debian_6_x86_32]     PCI 1af4:1001
[Debian_6_x86_32] + cd ..
[Debian_6_x86_32] + exit 0
[OS_X_9] PASS: hwloc_synthetic
[Ubuntu_16.04_x86_64]   0000:00:02.0 0300 1013:00b8 Cirrus Logic GD 5446
[Ubuntu_16.04_x86_64]   0000:00:03.0 0200 8086:100e Intel Corporation 82540EM Gigabit Ethernet Controller
[Ubuntu_16.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] PCI hierarchy under fake parent:
[Ubuntu_16.04_x86_64]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[Ubuntu_16.04_x86_64]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[Ubuntu_16.04_x86_64]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[Ubuntu_16.04_x86_64]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[Ubuntu_16.04_x86_64]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[Ubuntu_16.04_x86_64]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[Ubuntu_16.04_x86_64]   0000:00:03.0 Device [8086:100e (1af4:1100) rev=03 class=0200]
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Starting new PCI hostbridge 0000:00
[Ubuntu_16.04_x86_64] New PCI hostbridge 0000:[00-00]
[Ubuntu_16.04_x86_64] Attaching hostbridge to cpuset 0x00000003
[Ubuntu_16.04_x86_64] Machine#0(local=2048088KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Ubuntu_16.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[Ubuntu_16.04_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Ubuntu_16.04_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Ubuntu_16.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]"
[Ubuntu_16.04_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=530e789cd108402481a9 Type=Disk) name "sda"
[Ubuntu_16.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_16.04_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Ubuntu_16.04_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Ubuntu_16.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446"
[Ubuntu_16.04_x86_64]       GPU name "card0"
[Ubuntu_16.04_x86_64]       GPU name "controlD64"
[Ubuntu_16.04_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller"
[Ubuntu_16.04_x86_64]       Network(Address=06:d7:a4:00:00:74) name "ens3"
[Ubuntu_16.04_x86_64] Backend linuxpci forcing a reconnect of levels
[Ubuntu_16.04_x86_64] --- Package level has number 1
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Core level has number 5
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- PU level has number 6
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] PCI objects already added, ignoring linuxpci backend.
[Ubuntu_16.04_x86_64] Machine#0(local=2048088KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_16.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_16.04_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Ubuntu_16.04_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Ubuntu_16.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_16.04_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=530e789cd108402481a9 Type=Disk) name "sda"
[Ubuntu_16.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_16.04_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Ubuntu_16.04_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Ubuntu_16.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_16.04_x86_64]       GPU name "card0"
[Ubuntu_16.04_x86_64]       GPU name "controlD64"
[Ubuntu_16.04_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_16.04_x86_64]       Network(Address=06:d7:a4:00:00:74) name "ens3"
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Now reconnecting
[Ubuntu_16.04_x86_64] Machine#0(local=2048088KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_16.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_16.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_16.04_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=530e789cd108402481a9 Type=Disk) name "sda"
[Ubuntu_16.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_16.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_16.04_x86_64]       GPU name "card0"
[Ubuntu_16.04_x86_64]       GPU name "controlD64"
[Ubuntu_16.04_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_16.04_x86_64]       Network(Address=06:d7:a4:00:00:74) name "ens3"
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Removing ignored objects
[Ubuntu_16.04_x86_64] Machine#0(local=2048088KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_16.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_16.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_16.04_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=530e789cd108402481a9 Type=Disk) name "sda"
[Ubuntu_16.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_16.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_16.04_x86_64]       GPU name "card0"
[Ubuntu_16.04_x86_64]       GPU name "controlD64"
[Ubuntu_16.04_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_16.04_x86_64]       Network(Address=06:d7:a4:00:00:74) name "ens3"
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Removing empty objects except numa nodes and PCI devices
[Ubuntu_16.04_x86_64] Machine#0(local=2048088KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_16.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_16.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_16.04_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=530e789cd108402481a9 Type=Disk) name "sda"
[Ubuntu_16.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_16.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_16.04_x86_64]       GPU name "card0"
[Ubuntu_16.04_x86_64]       GPU name "controlD64"
[Ubuntu_16.04_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_16.04_x86_64]       Network(Address=06:d7:a4:00:00:74) name "ens3"
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[Ubuntu_16.04_x86_64] Machine#0(local=2048088KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:53:28 UTC 2018" HostName=ubuntu1604 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_16.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_16.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_16.04_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=530e789cd108402481a9 Type=Disk) name "sda"
[Ubuntu_16.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_16.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_16.04_x86_64]       GPU name "card0"
[Ubuntu_16.04_x86_64]       GPU name "controlD64"
[Ubuntu_16.04_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_16.04_x86_64]       Network(Address=06:d7:a4:00:00:74) name "ens3"
[Ubuntu_16.04_x86_64] --- Package level has number 1
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- Core level has number 5
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] --- PU level has number 6
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] 
[Ubuntu_16.04_x86_64] Propagate total memory up
[Ubuntu_16.04_x86_64] Machine (2000MB)
[Ubuntu_16.04_x86_64]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[Ubuntu_16.04_x86_64]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[Ubuntu_16.04_x86_64]   HostBridge L#0
[Ubuntu_16.04_x86_64]     PCI 8086:7010
[Ubuntu_16.04_x86_64]       Block(Disk) L#0 "sda"
[Ubuntu_16.04_x86_64]       Block(Removable Media Device) L#1 "sr0"
[Ubuntu_16.04_x86_64]     PCI 1013:00b8
[Ubuntu_16.04_x86_64]       GPU L#2 "card0"
[Ubuntu_16.04_x86_64]       GPU L#3 "controlD64"
[Ubuntu_16.04_x86_64]     PCI 8086:100e
[Ubuntu_16.04_x86_64]       Net L#4 "ens3"
[Ubuntu_16.04_x86_64] + cd ..
[Ubuntu_16.04_x86_64] + exit 0
[Pipeline] [Debian_7_x86_64] }
[Debian_8_x86_64] PASS: 128ia64-17n4s2c.output
[OS_X_12] PASS: test-hwloc-info.sh
[OS_X_12] PASS: test-fake-plugin.sh
[OS_X_12] ============================================================================
[OS_X_12] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OS_X_12] ============================================================================
[OS_X_12] # TOTAL: 9
[OS_X_12] # PASS:  9
[OS_X_12] # SKIP:  0
[OS_X_12] # XFAIL: 0
[OS_X_12] # FAIL:  0
[OS_X_12] # XPASS: 0
[OS_X_12] # ERROR: 0
[OS_X_12] ============================================================================
[OS_X_12] Making check in lstopo
[OpenBSD_5.9_x86_64]   CCLD     hwloc_get_closest_objs
[OpenIndiana_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[Ubuntu_12.04_x86_64] PASS: 32em64t-2n8c+1mic.output
[Ubuntu_16.04_x86_32] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[Pipeline] [Debian_6_x86_32] deleteDir
[OS_X_9] PASS: hwloc_custom
[OS_X_9] PASS: hwloc_backends
[Ubuntu_18.04_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Pipeline] [Ubuntu_16.04_x86_64] deleteDir
[Debian_8_x86_64] PASS: 256ia64-64n2s2c.output
[Debian_8_x86_64] PASS: 4qs22-2s2t.output
[Debian_8_x86_64] PASS: 2s390-2c.output
[Debian_8_x86_64] PASS: 20s390-2g6s4c.output
[OpenIndiana_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[Ubuntu_16.04_x86_32] PASS: 96em64t-4n4d3ca2co.output
[Embedded] autoreconf: running: libtoolize --copy --force
[Embedded] libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `./config'.
[Embedded] libtoolize: copying file `./config/ltmain.sh'
[Embedded] libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `./config'.
[Embedded] libtoolize: copying file `./config/libtool.m4'
[Embedded] libtoolize: copying file `./config/ltoptions.m4'
[Embedded] libtoolize: copying file `./config/ltsugar.m4'
[Pipeline] [Debian_6_x86_32] }
[OS_X_12] /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_get_obj_covering_cpuset.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_get_obj_covering_cpuset
[Ubuntu_12.04_x86_64] PASS: 40intel64-2g2n4c+pci.output
[Pipeline] [Debian_6_x86_32] // dir
[Pipeline] [Debian_6_x86_32] }
[OS_X_9] PASS: hwloc_pci_backend
[OS_X_9] PASS: hwloc_is_thissystem
[OS_X_9] PASS: hwloc_distances
[OS_X_9] PASS: hwloc_groups
[OpenIndiana_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[Pipeline] [Ubuntu_16.04_x86_64] }
[Debian_8_x86_64] PASS: 1alpha.output
[Debian_8_x86_64] PASS: 2arm-2c.output
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] # TOTAL: 56
[Debian_8_x86_64] # PASS:  56
[Debian_8_x86_64] # SKIP:  0
[Debian_8_x86_64] # XFAIL: 0
[Debian_8_x86_64] # FAIL:  0
[Debian_8_x86_64] # XPASS: 0
[Debian_8_x86_64] # ERROR: 0
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_8_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_8_x86_64] Making check in allowed
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_8_x86_64] make  check-TESTS
[Debian_8_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_8_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_8_x86_64] PASS: test1.output
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] # TOTAL: 1
[Debian_8_x86_64] # PASS:  1
[Debian_8_x86_64] # SKIP:  0
[Debian_8_x86_64] # XFAIL: 0
[Debian_8_x86_64] # FAIL:  0
[Debian_8_x86_64] # XPASS: 0
[Debian_8_x86_64] # ERROR: 0
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_8_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Debian_8_x86_64] Making check in gather
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_8_x86_64] make  check-TESTS
[Debian_8_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_8_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_32] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[Ubuntu_16.04_x86_32] PASS: 128ia64-17n4s2c.output
[Embedded] libtoolize: copying file `./config/ltversion.m4'
[Embedded] libtoolize: copying file `./config/lt~obsolete.m4'
[Embedded] libtoolize: Consider adding `-I ./config' to ACLOCAL_AMFLAGS in Makefile.am.
[Pipeline] [Debian_6_x86_32] // node
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_get_cache_covering_cpuset.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_get_cache_covering_cpuset
[Ubuntu_18.04_x86_64] PASS: test-gather-topology.sh
[Pipeline] [Ubuntu_16.04_x86_64] // dir
[OS_X_9] PASS: hwloc_groups2
[OpenIndiana_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[Pipeline] [Debian_6_x86_32] }
[Pipeline] [Ubuntu_16.04_x86_64] }
[OS_X_12] PASS: test-hwloc-ls.sh
[OS_X_12] ============================================================================
[OS_X_12] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OS_X_12] ============================================================================
[OS_X_12] # TOTAL: 1
[OS_X_12] # PASS:  1
[OS_X_12] # SKIP:  0
[OS_X_12] # XFAIL: 0
[OS_X_12] # FAIL:  0
[OS_X_12] # XPASS: 0
[OS_X_12] # ERROR: 0
[OS_X_12] ============================================================================
[OS_X_12] make[2]: Nothing to be done for `check-am'.
[OS_X_12] Making check in tests
[OS_X_12] Making check in .
[OS_X_12] /Applications/Xcode.app/Contents/Developer/usr/bin/make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic        
[OS_X_12]   CC       hwloc_list_components.o
[Ubuntu_12.04_x86_64] PASS: 40intel64-4n10c+pci-conflicts.output
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] # TOTAL: 1
[Ubuntu_18.04_x86_64] # PASS:  1
[Ubuntu_18.04_x86_64] # SKIP:  0
[Ubuntu_18.04_x86_64] # XFAIL: 0
[Ubuntu_18.04_x86_64] # FAIL:  0
[Ubuntu_18.04_x86_64] # XPASS: 0
[Ubuntu_18.04_x86_64] # ERROR: 0
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_18.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_18.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_18.04_x86_64] Making check in contrib/systemd
[Ubuntu_18.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_18.04_x86_64] make[1]: Nothing to be done for 'check'.
[Ubuntu_18.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_18.04_x86_64] Making check in doc
[Ubuntu_18.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_18.04_x86_64] make  check-recursive
[Ubuntu_18.04_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_18.04_x86_64] Making check in examples
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_18.04_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[Ubuntu_18.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_18.04_x86_64]   CC       hwloc-hello.o
[Ubuntu_18.04_x86_64]   CCLD     hwloc-hello
[Ubuntu_18.04_x86_64]   CXX      hwloc-hello-cpp.o
[Pipeline] [Ubuntu_16.04_x86_64] // node
[OS_X_9] PASS: hwloc_insert_misc
[OS_X_9] PASS: hwloc_topology_restrict
[OS_X_9] PASS: hwloc_topology_dup
[OpenIndiana_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[Pipeline] [Ubuntu_16.04_x86_64] }
[Debian_8_x86_64] PASS: test-gather-topology.sh
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] # TOTAL: 1
[Debian_8_x86_64] # PASS:  1
[Debian_8_x86_64] # SKIP:  0
[Debian_8_x86_64] # XFAIL: 0
[Debian_8_x86_64] # FAIL:  0
[Debian_8_x86_64] # XPASS: 0
[Debian_8_x86_64] # ERROR: 0
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_8_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Debian_8_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Debian_8_x86_64] Making check in contrib/systemd
[Debian_8_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_8_x86_64] make[1]: Nothing to be done for 'check'.
[Debian_8_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Debian_8_x86_64] Making check in doc
[Debian_8_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_8_x86_64] make  check-recursive
[Debian_8_x86_64] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_8_x86_64] Making check in examples
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_8_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[Debian_8_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_8_x86_64]   CC       hwloc-hello.o
[Debian_8_x86_64]   CCLD     hwloc-hello
[OS_X_12]   CCLD     hwloc_list_components
[OS_X_9] PASS: hwloc_topology_diff
[OS_X_9] PASS: hwloc_obj_infos
[OS_X_9] PASS: hwloc_iodevs
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_get_largest_objs_inside_cpuset.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_get_largest_objs_inside_cpuset
[Ubuntu_12.04_x86_64] PASS: 48amd64-4d2n6c-sparse.output
[Ubuntu_16.04_x86_32] PASS: 256ia64-64n2s2c.output
[Ubuntu_16.04_x86_32] PASS: 4qs22-2s2t.output
[Ubuntu_16.04_x86_32] PASS: 2s390-2c.output
[Ubuntu_16.04_x86_32] PASS: 20s390-2g6s4c.output
[Ubuntu_16.04_x86_32] PASS: 1alpha.output
[Ubuntu_16.04_x86_32] PASS: 2arm-2c.output
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] # TOTAL: 56
[Ubuntu_16.04_x86_32] # PASS:  56
[Ubuntu_16.04_x86_32] # SKIP:  0
[Ubuntu_16.04_x86_32] # XFAIL: 0
[Ubuntu_16.04_x86_32] # FAIL:  0
[Ubuntu_16.04_x86_32] # XPASS: 0
[Ubuntu_16.04_x86_32] # ERROR: 0
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_32] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_32] Making check in allowed
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_32] make  check-TESTS
[Ubuntu_16.04_x86_32] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_32] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_32] PASS: test1.output
[Ubuntu_18.04_x86_64]   CXXLD    hwloc-hello-cpp
[Debian_8_x86_64]   CXX      hwloc-hello-cpp.o
[Debian_8_x86_64]   CXXLD    hwloc-hello-cpp
[Debian_8_x86_64]   CC       cpuset+bitmap+cpubind.o
[Debian_8_x86_64]   CCLD     cpuset+bitmap+cpubind
[Debian_8_x86_64]   CC       nodeset+membind+policy.o
[Debian_8_x86_64]   CCLD     nodeset+membind+policy
[Debian_8_x86_64]   CC       get-knl-modes.o
[Debian_8_x86_64]   CCLD     get-knl-modes
[Debian_8_x86_64]   CC       gpu.o
[OS_X_12]   CC       hwloc_bitmap.o
[OS_X_12]   CCLD     hwloc_bitmap
[OS_X_12]   CC       hwloc_bitmap_string.o
[OS_X_12]   CCLD     hwloc_bitmap_string
[OS_X_12]   CC       hwloc_bitmap_compare_inclusion.o
[OS_X_12]   CCLD     hwloc_bitmap_compare_inclusion
[OS_X_9] PASS: xmlbuffer
[OS_X_9] PASS: gl
[OS_X_9] PASS: intel-mic
[OS_X_9] ============================================================================
[OS_X_9] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OS_X_9] ============================================================================
[OS_X_9] # TOTAL: 36
[OS_X_9] # PASS:  36
[OS_X_9] # SKIP:  0
[OS_X_9] # XFAIL: 0
[OS_X_9] # FAIL:  0
[OS_X_9] # XPASS: 0
[OS_X_9] # ERROR: 0
[OS_X_9] ============================================================================
[OS_X_9] Making check in ports
[OS_X_9] /Applications/Xcode.app/Contents/Developer/usr/bin/make  
[OS_X_9] make[3]: Nothing to be done for `all'.
[OS_X_9] Making check in xml
[OS_X_9] /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
[OS_X_9] PASS: 16amd64-8n2c-cpusets.xml
[OS_X_9] PASS: 16amd64-4distances.xml
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_get_next_obj_covering_cpuset.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_get_next_obj_covering_cpuset
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_get_obj_inside_cpuset.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_get_obj_inside_cpuset
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_get_shared_cache_covering_obj.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_get_shared_cache_covering_obj
[OpenIndiana_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[OpenIndiana_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[Ubuntu_12.04_x86_64] PASS: 64amd64-4s2n4ca2co.output
[Ubuntu_12.04_x86_64] PASS: 64fake-4n2s2ca2c2t.output
[Ubuntu_12.04_x86_64] PASS: 64intel64-fakeKNL-A2A-cache.output
[Ubuntu_12.04_x86_64] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[Ubuntu_12.04_x86_64] PASS: 96em64t-4n4d3ca2co.output
[Ubuntu_12.04_x86_64] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] # TOTAL: 1
[Ubuntu_16.04_x86_32] # PASS:  1
[Ubuntu_16.04_x86_32] # SKIP:  0
[Ubuntu_16.04_x86_32] # XFAIL: 0
[Ubuntu_16.04_x86_32] # FAIL:  0
[Ubuntu_16.04_x86_32] # XPASS: 0
[Ubuntu_16.04_x86_32] # ERROR: 0
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_32] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_32] Making check in gather
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_32] make  check-TESTS
[Ubuntu_16.04_x86_32] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_32] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_32] PASS: test-gather-topology.sh
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] # TOTAL: 1
[Ubuntu_16.04_x86_32] # PASS:  1
[Ubuntu_16.04_x86_32] # SKIP:  0
[Ubuntu_16.04_x86_32] # XFAIL: 0
[Ubuntu_16.04_x86_32] # FAIL:  0
[Ubuntu_16.04_x86_32] # XPASS: 0
[Ubuntu_16.04_x86_32] # ERROR: 0
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_32] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_16.04_x86_32] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_16.04_x86_32] Making check in contrib/systemd
[Ubuntu_16.04_x86_32] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_16.04_x86_32] make[1]: Nothing to be done for 'check'.
[Ubuntu_16.04_x86_32] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_16.04_x86_32] Making check in doc
[Ubuntu_16.04_x86_32] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_32] make  check-recursive
[Ubuntu_16.04_x86_32] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_32] Making check in examples
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_32] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[Ubuntu_16.04_x86_32] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_32]   CC       hwloc-hello.o
[Ubuntu_16.04_x86_32]   CCLD     hwloc-hello
[Ubuntu_16.04_x86_32]   CXX      hwloc-hello-cpp.o
[Ubuntu_16.04_x86_32]   CXXLD    hwloc-hello-cpp
[Ubuntu_18.04_x86_64]   CC       cpuset+bitmap+cpubind.o
[Ubuntu_18.04_x86_64]   CCLD     cpuset+bitmap+cpubind
[Ubuntu_18.04_x86_64]   CC       nodeset+membind+policy.o
[Ubuntu_18.04_x86_64]   CCLD     nodeset+membind+policy
[Ubuntu_18.04_x86_64]   CC       get-knl-modes.o
[Ubuntu_18.04_x86_64]   CCLD     get-knl-modes
[Ubuntu_18.04_x86_64]   CC       gpu.o
[Ubuntu_18.04_x86_64]   CCLD     gpu
[Ubuntu_18.04_x86_64]   CC       sharedcaches.o
[Ubuntu_18.04_x86_64]   CCLD     sharedcaches
[Ubuntu_18.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_18.04_x86_64] make  check-TESTS
[Ubuntu_18.04_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_18.04_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_18.04_x86_64] PASS: hwloc-hello
[Debian_8_x86_64]   CCLD     gpu
[Debian_8_x86_64]   CC       sharedcaches.o
[OS_X_12]   CC       hwloc_get_closest_objs.o
[OS_X_9] PASS: 16em64t-4s2c2t.xml
[OS_X_9] PASS: 16em64t-4s2c2t-offlines.xml
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_get_obj_below_array_by_type.o
[Ubuntu_12.04_x86_64] PASS: 128ia64-17n4s2c.output
[Ubuntu_16.04_x86_32]   CC       cpuset+bitmap+cpubind.o
[Ubuntu_16.04_x86_32]   CCLD     cpuset+bitmap+cpubind
[Ubuntu_18.04_x86_64] PASS: hwloc-hello-cpp
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] # TOTAL: 2
[Ubuntu_18.04_x86_64] # PASS:  2
[Ubuntu_18.04_x86_64] # SKIP:  0
[Ubuntu_18.04_x86_64] # XFAIL: 0
[Ubuntu_18.04_x86_64] # FAIL:  0
[Ubuntu_18.04_x86_64] # XPASS: 0
[Ubuntu_18.04_x86_64] # ERROR: 0
[Ubuntu_18.04_x86_64] ============================================================================
[Ubuntu_18.04_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_18.04_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_18.04_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_18.04_x86_64] make[3]: Nothing to be done for 'check-am'.
[Ubuntu_18.04_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_18.04_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_18.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_18.04_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_18.04_x86_64] make[1]: Nothing to be done for 'check-am'.
[Ubuntu_18.04_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_18.04_x86_64] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[Ubuntu_18.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64]  * Topology extraction from /proc/cpuinfo *
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] processor 0
[Ubuntu_18.04_x86_64] physical id 0
[Ubuntu_18.04_x86_64] core id 0
[Ubuntu_18.04_x86_64] processor 1
[Ubuntu_18.04_x86_64] physical id 1
[Ubuntu_18.04_x86_64] core id 0
[Ubuntu_18.04_x86_64] Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset
[Ubuntu_18.04_x86_64] Found cgroup-cpuset /
[Ubuntu_18.04_x86_64] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.cpus>
[Ubuntu_18.04_x86_64] cpuset includes 0x00000003
[Ubuntu_18.04_x86_64] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.mems>
[Ubuntu_18.04_x86_64] cpuset includes 0x00000001
[Ubuntu_18.04_x86_64] os proc 1 is online
[Ubuntu_18.04_x86_64] found 2 cpu topologies, cpuset 0x00000003
[Ubuntu_18.04_x86_64] os package 0 has cpuset 0x00000001
[Ubuntu_18.04_x86_64] os core 0 has cpuset 0x00000001
[Ubuntu_18.04_x86_64] thread 0 has cpuset 0x00000001
[Ubuntu_18.04_x86_64] cache depth 1 has cpuset 0x00000001
[Ubuntu_18.04_x86_64] cache depth 1 has cpuset 0x00000001
[Ubuntu_18.04_x86_64] cache depth 2 has cpuset 0x00000001
[Ubuntu_18.04_x86_64] os package 1 has cpuset 0x00000002
[Ubuntu_18.04_x86_64] os core 0 has cpuset 0x00000002
[Ubuntu_18.04_x86_64] thread 1 has cpuset 0x00000002
[Ubuntu_18.04_x86_64] cache depth 1 has cpuset 0x00000002
[Ubuntu_18.04_x86_64] cache depth 1 has cpuset 0x00000002
[Ubuntu_18.04_x86_64] cache depth 2 has cpuset 0x00000002
[Ubuntu_18.04_x86_64] found DMIProductName 'CloudStack KVM Hypervisor'
[Ubuntu_18.04_x86_64] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[Ubuntu_18.04_x86_64] found DMIChassisVendor 'Bochs'
[Ubuntu_18.04_x86_64] found DMIChassisType '1'
[Ubuntu_18.04_x86_64] found DMIChassisVersion ''
[Ubuntu_18.04_x86_64] found DMIChassisAssetTag ''
[Ubuntu_18.04_x86_64] found DMIBIOSVendor 'Seabios'
[Ubuntu_18.04_x86_64] found DMIBIOSVersion '0.5.1'
[Ubuntu_18.04_x86_64] found DMIBIOSDate '01/01/2011'
[Ubuntu_18.04_x86_64] found DMISysVendor 'Apache Software Foundation'
[Ubuntu_18.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_18.04_x86_64] Machine#0(local=2041172KB total=0KB 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-33-generic OSVersion="#36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001
[Ubuntu_18.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000001
[Ubuntu_18.04_x86_64]             PU#0 cpuset 0x00000001
[Ubuntu_18.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000002
[Ubuntu_18.04_x86_64]             PU#1 cpuset 0x00000002
[Ubuntu_18.04_x86_64] Backend x86 forcing a reconnect of levels
[Ubuntu_18.04_x86_64] --- Package level has number 1
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Core level has number 5
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- PU level has number 6
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_18.04_x86_64] highest cpuid d, cpuid type 0
[Ubuntu_18.04_x86_64] highest extended cpuid 80000008
[Ubuntu_18.04_x86_64] possible CPUs are 0x00000003
[Ubuntu_18.04_x86_64] binding to CPU0
[Ubuntu_18.04_x86_64] APIC ID 0x00 max_log_proc 1
[Ubuntu_18.04_x86_64] phys 0 thread 0
[Ubuntu_18.04_x86_64] cache 0 type 1
[Ubuntu_18.04_x86_64] thus 1 threads
[Ubuntu_18.04_x86_64] this is thread 0 of core 0
[Ubuntu_18.04_x86_64] cache 1 type 2
[Ubuntu_18.04_x86_64] cache 2 type 3
[Ubuntu_18.04_x86_64] cache 3 type 0
[Ubuntu_18.04_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_18.04_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_18.04_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Ubuntu_18.04_x86_64] binding to CPU1
[Ubuntu_18.04_x86_64] APIC ID 0x01 max_log_proc 1
[Ubuntu_18.04_x86_64] phys 1 thread 0
[Ubuntu_18.04_x86_64] cache 0 type 1
[Ubuntu_18.04_x86_64] thus 1 threads
[Ubuntu_18.04_x86_64] this is thread 0 of core 0
[Ubuntu_18.04_x86_64] cache 1 type 2
[Ubuntu_18.04_x86_64] cache 2 type 3
[Ubuntu_18.04_x86_64] cache 3 type 0
[Ubuntu_18.04_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_18.04_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_18.04_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Ubuntu_18.04_x86_64] Machine#0(local=2041172KB total=0KB 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-33-generic OSVersion="#36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[Ubuntu_18.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Ubuntu_18.04_x86_64]             PU#0 cpuset 0x00000001
[Ubuntu_18.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Ubuntu_18.04_x86_64]             PU#1 cpuset 0x00000002
[Ubuntu_18.04_x86_64] Machine#0(local=2041172KB total=0KB 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-33-generic OSVersion="#36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[Ubuntu_18.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Ubuntu_18.04_x86_64]             PU#0 cpuset 0x00000001
[Ubuntu_18.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Ubuntu_18.04_x86_64]             PU#1 cpuset 0x00000002
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Restrict topology cpusets to existing PU and NODE objects
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Propagate offline and disallowed cpus down and up
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Propagate nodesets
[Ubuntu_18.04_x86_64] Machine#0(local=2041172KB total=0KB 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-33-generic OSVersion="#36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 arity 2
[Ubuntu_18.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_18.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Ubuntu_18.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_18.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Removing unauthorized and offline sets from all sets
[Ubuntu_18.04_x86_64] Machine#0(local=2041172KB total=0KB 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-33-generic OSVersion="#36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 arity 2
[Ubuntu_18.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_18.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Ubuntu_18.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_18.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Add default object sets
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Ok, finished tweaking, now connect
[Ubuntu_18.04_x86_64] --- Package level has number 1
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Core level has number 5
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- PU level has number 6
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Machine#0(local=2041172KB total=0KB 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-33-generic OSVersion="#36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Ubuntu_18.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_18.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_18.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Scanning PCI buses...
[Ubuntu_18.04_x86_64]   0000:00:00.0 0600 8086:1237 Intel Corporation 440FX - 82441FX PMC [Natoma]
[Ubuntu_18.04_x86_64]   0000:00:01.0 0601 8086:7000 Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
[Ubuntu_18.04_x86_64]   0000:00:01.1 0101 8086:7010 Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
[Ubuntu_18.04_x86_64]   0000:00:01.2 0c03 8086:7020 Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]
[Ubuntu_18.04_x86_64]   0000:00:01.3 0680 8086:7113 Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[Ubuntu_18.04_x86_64]   0000:00:02.0 0300 1013:00b8 Cirrus Logic GD 5446
[Ubuntu_18.04_x86_64]   0000:00:03.0 0200 1af4:1000 Red Hat, Inc Virtio network device
[Ubuntu_18.04_x86_64]   0000:00:04.0 0100 1af4:1001 Red Hat, Inc Virtio block device
[Ubuntu_18.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] PCI hierarchy under fake parent:
[Ubuntu_18.04_x86_64]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[Ubuntu_18.04_x86_64]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[Ubuntu_18.04_x86_64]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[Ubuntu_18.04_x86_64]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[Ubuntu_18.04_x86_64]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[Ubuntu_18.04_x86_64]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[Ubuntu_18.04_x86_64]   0000:00:03.0 Device [1af4:1000 (1af4:0001) rev=00 class=0200]
[Ubuntu_18.04_x86_64]   0000:00:04.0 Device [1af4:1001 (1af4:0002) rev=00 class=0100]
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Starting new PCI hostbridge 0000:00
[Ubuntu_18.04_x86_64] New PCI hostbridge 0000:[00-00]
[Ubuntu_18.04_x86_64] Attaching hostbridge to cpuset 0x00000003
[Ubuntu_18.04_x86_64] Machine#0(local=2041172KB total=0KB 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-33-generic OSVersion="#36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Ubuntu_18.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_18.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_18.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[Ubuntu_18.04_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Ubuntu_18.04_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Ubuntu_18.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]"
[Ubuntu_18.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_18.04_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Ubuntu_18.04_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Ubuntu_18.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446"
[Ubuntu_18.04_x86_64]       GPU name "card0"
[Ubuntu_18.04_x86_64]       GPU name "controlD64"
[Ubuntu_18.04_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Ubuntu_18.04_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Ubuntu_18.04_x86_64] Backend linuxpci forcing a reconnect of levels
[Ubuntu_18.04_x86_64] --- Package level has number 1
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Core level has number 5
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- PU level has number 6
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] PCI objects already added, ignoring linuxpci backend.
[Ubuntu_18.04_x86_64] Machine#0(local=2041172KB total=0KB 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-33-generic OSVersion="#36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_18.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_18.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_18.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Ubuntu_18.04_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Ubuntu_18.04_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Ubuntu_18.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Ubuntu_18.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_18.04_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Ubuntu_18.04_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Ubuntu_18.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_18.04_x86_64]       GPU name "card0"
[Ubuntu_18.04_x86_64]       GPU name "controlD64"
[Ubuntu_18.04_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Ubuntu_18.04_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Now reconnecting
[Ubuntu_18.04_x86_64] Machine#0(local=2041172KB total=0KB 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-33-generic OSVersion="#36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_18.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_18.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_18.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Ubuntu_18.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Ubuntu_18.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_18.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_18.04_x86_64]       GPU name "card0"
[Ubuntu_18.04_x86_64]       GPU name "controlD64"
[Ubuntu_18.04_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Ubuntu_18.04_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Removing ignored objects
[Ubuntu_18.04_x86_64] Machine#0(local=2041172KB total=0KB 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-33-generic OSVersion="#36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_18.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_18.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_18.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Ubuntu_18.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Ubuntu_18.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_18.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_18.04_x86_64]       GPU name "card0"
[Ubuntu_18.04_x86_64]       GPU name "controlD64"
[Ubuntu_18.04_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Ubuntu_18.04_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Removing empty objects except numa nodes and PCI devices
[Ubuntu_18.04_x86_64] Machine#0(local=2041172KB total=0KB 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-33-generic OSVersion="#36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_18.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_18.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_18.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Ubuntu_18.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Ubuntu_18.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_18.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_18.04_x86_64]       GPU name "card0"
[Ubuntu_18.04_x86_64]       GPU name "controlD64"
[Ubuntu_18.04_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Ubuntu_18.04_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[Ubuntu_18.04_x86_64] Machine#0(local=2041172KB total=0KB 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-33-generic OSVersion="#36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018" HostName=hwloc-ubuntu1804amd64 Architecture=x86_64) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_18.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_18.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_18.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_18.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
[Ubuntu_18.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 1
[Ubuntu_18.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_18.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_18.04_x86_64]       GPU name "card0"
[Ubuntu_18.04_x86_64]       GPU name "controlD64"
[Ubuntu_18.04_x86_64]     PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Red Hat, Inc" PCIDevice="Virtio network device" PCISlot=3) name "Red Hat, Inc Virtio network device"
[Ubuntu_18.04_x86_64]     PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Red Hat, Inc" PCIDevice="Virtio block device" PCISlot=4) name "Red Hat, Inc Virtio block device"
[Ubuntu_18.04_x86_64] --- Package level has number 1
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- Core level has number 5
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] --- PU level has number 6
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] 
[Ubuntu_18.04_x86_64] Propagate total memory up
[Ubuntu_18.04_x86_64] Machine (1993MB)
[Ubuntu_18.04_x86_64]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[Ubuntu_18.04_x86_64]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[Ubuntu_18.04_x86_64]   HostBridge L#0
[Ubuntu_18.04_x86_64]     PCI 8086:7010
[Ubuntu_18.04_x86_64]       Block(Removable Media Device) L#0 "sr0"
[Ubuntu_18.04_x86_64]     PCI 1013:00b8
[Ubuntu_18.04_x86_64]       GPU L#1 "card0"
[Ubuntu_18.04_x86_64]       GPU L#2 "controlD64"
[Ubuntu_18.04_x86_64]     PCI 1af4:1000
[Ubuntu_18.04_x86_64]     PCI 1af4:1001
[Ubuntu_18.04_x86_64] + cd ..
[Ubuntu_18.04_x86_64] + exit 0
[Pipeline] [Ubuntu_18.04_x86_64] deleteDir
[Debian_8_x86_64]   CCLD     sharedcaches
[Debian_8_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_8_x86_64] make  check-TESTS
[Debian_8_x86_64] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_8_x86_64] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_8_x86_64] PASS: hwloc-hello
[OS_X_9] PASS: 16em64t-4s2c2t.console.output
[Pipeline] [Ubuntu_18.04_x86_64] }
[OS_X_12]   CCLD     hwloc_get_closest_objs
[OS_X_12]   CC       hwloc_get_obj_covering_cpuset.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_get_obj_below_array_by_type
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenIndiana_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[Ubuntu_12.04_x86_64] PASS: 256ia64-64n2s2c.output
[Ubuntu_12.04_x86_64] PASS: 4qs22-2s2t.output
[Ubuntu_12.04_x86_64] PASS: 2s390-2c.output
[Ubuntu_12.04_x86_64] PASS: 20s390-2g6s4c.output
[Ubuntu_12.04_x86_64] PASS: 1alpha.output
[Ubuntu_12.04_x86_64] PASS: 2arm-2c.output
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] # TOTAL: 56
[Ubuntu_12.04_x86_64] # PASS:  56
[Ubuntu_12.04_x86_64] # SKIP:  0
[Ubuntu_12.04_x86_64] # XFAIL: 0
[Ubuntu_12.04_x86_64] # FAIL:  0
[Ubuntu_12.04_x86_64] # XPASS: 0
[Ubuntu_12.04_x86_64] # ERROR: 0
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_12.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_12.04_x86_64] Making check in allowed
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_12.04_x86_64] make  check-TESTS
[Ubuntu_12.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_16.04_x86_32]   CC       nodeset+membind+policy.o
[Ubuntu_16.04_x86_32]   CCLD     nodeset+membind+policy
[Pipeline] [Ubuntu_18.04_x86_64] // dir
[SonarQube Scanner] Running on Ubuntu_18.04_x86_64 in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA
[OS_X_9] PASS: 16-2gr2gr2n2c+misc.xml
[OS_X_9] PASS: 16-2gr2gr2n2c+misc.console.output
[Pipeline] [Ubuntu_18.04_x86_64] }
[Debian_8_x86_64] PASS: hwloc-hello-cpp
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] # TOTAL: 2
[Debian_8_x86_64] # PASS:  2
[Debian_8_x86_64] # SKIP:  0
[Debian_8_x86_64] # XFAIL: 0
[Debian_8_x86_64] # FAIL:  0
[Debian_8_x86_64] # XPASS: 0
[Debian_8_x86_64] # ERROR: 0
[Debian_8_x86_64] ============================================================================
[Debian_8_x86_64] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_8_x86_64] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Debian_8_x86_64] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_8_x86_64] make[3]: Nothing to be done for 'check-am'.
[Debian_8_x86_64] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_8_x86_64] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_8_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Debian_8_x86_64] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_8_x86_64] make[1]: Nothing to be done for 'check-am'.
[Debian_8_x86_64] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Debian_8_x86_64] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[Debian_8_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_8_x86_64] 
[Debian_8_x86_64] 
[Debian_8_x86_64]  * Topology extraction from /proc/cpuinfo *
[Debian_8_x86_64] 
[Debian_8_x86_64] processor 0
[Debian_8_x86_64] physical id 0
[Debian_8_x86_64] core id 0
[Debian_8_x86_64] processor 1
[Debian_8_x86_64] physical id 1
[Debian_8_x86_64] core id 0
[Debian_8_x86_64] Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset
[Debian_8_x86_64] Found cgroup-cpuset /
[Debian_8_x86_64] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.cpus>
[Debian_8_x86_64] cpuset includes 0x00000003
[Debian_8_x86_64] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.mems>
[Debian_8_x86_64] cpuset includes 0x00000001
[Debian_8_x86_64] os proc 1 is online
[Debian_8_x86_64] found 2 cpu topologies, cpuset 0x00000003
[Debian_8_x86_64] os package 0 has cpuset 0x00000001
[Debian_8_x86_64] os core 0 has cpuset 0x00000001
[Debian_8_x86_64] thread 0 has cpuset 0x00000001
[Debian_8_x86_64] cache depth 1 has cpuset 0x00000001
[Debian_8_x86_64] cache depth 1 has cpuset 0x00000001
[Debian_8_x86_64] cache depth 2 has cpuset 0x00000001
[Debian_8_x86_64] os package 1 has cpuset 0x00000002
[Debian_8_x86_64] os core 0 has cpuset 0x00000002
[Debian_8_x86_64] thread 1 has cpuset 0x00000002
[Debian_8_x86_64] cache depth 1 has cpuset 0x00000002
[Debian_8_x86_64] cache depth 1 has cpuset 0x00000002
[Debian_8_x86_64] cache depth 2 has cpuset 0x00000002
[Debian_8_x86_64] found DMIProductName 'CloudStack KVM Hypervisor'
[Debian_8_x86_64] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[Debian_8_x86_64] found DMIChassisVendor 'Bochs'
[Debian_8_x86_64] found DMIChassisType '1'
[Debian_8_x86_64] found DMIChassisVersion ''
[Debian_8_x86_64] found DMIChassisAssetTag ''
[Debian_8_x86_64] found DMIBIOSVendor 'Seabios'
[Debian_8_x86_64] found DMIBIOSVersion '0.5.1'
[Debian_8_x86_64] found DMIBIOSDate '01/01/2011'
[Debian_8_x86_64] found DMISysVendor 'Apache Software Foundation'
[Debian_8_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_8_x86_64] Machine#0(local=2058560KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001
[Debian_8_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Debian_8_x86_64]           Core#0 cpuset 0x00000001
[Debian_8_x86_64]             PU#0 cpuset 0x00000001
[Debian_8_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Debian_8_x86_64]           Core#0 cpuset 0x00000002
[Debian_8_x86_64]             PU#1 cpuset 0x00000002
[Debian_8_x86_64] Backend x86 forcing a reconnect of levels
[Debian_8_x86_64] --- Package level has number 1
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Cache level depth 2 has number 2
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Cache level depth 1 has number 3
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Cache level depth 1 has number 4
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Core level has number 5
[Debian_8_x86_64] 
[Debian_8_x86_64] --- PU level has number 6
[Debian_8_x86_64] 
[Debian_8_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_8_x86_64] highest cpuid d, cpuid type 0
[Debian_8_x86_64] highest extended cpuid 80000008
[Debian_8_x86_64] possible CPUs are 0x00000003
[Debian_8_x86_64] binding to CPU0
[Debian_8_x86_64] APIC ID 0x00 max_log_proc 1
[Debian_8_x86_64] phys 0 thread 0
[Debian_8_x86_64] cache 0 type 1
[Debian_8_x86_64] thus 1 threads
[Debian_8_x86_64] this is thread 0 of core 0
[Debian_8_x86_64] cache 1 type 2
[Debian_8_x86_64] cache 2 type 3
[Debian_8_x86_64] cache 3 type 0
[Debian_8_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_8_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_8_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Debian_8_x86_64] binding to CPU1
[Debian_8_x86_64] APIC ID 0x01 max_log_proc 1
[Debian_8_x86_64] phys 1 thread 0
[Debian_8_x86_64] cache 0 type 1
[Debian_8_x86_64] thus 1 threads
[Debian_8_x86_64] this is thread 0 of core 0
[Debian_8_x86_64] cache 1 type 2
[Debian_8_x86_64] cache 2 type 3
[Debian_8_x86_64] cache 3 type 0
[Debian_8_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_8_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Debian_8_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Debian_8_x86_64] Machine#0(local=2058560KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[Debian_8_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Debian_8_x86_64]             PU#0 cpuset 0x00000001
[Debian_8_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Debian_8_x86_64]             PU#1 cpuset 0x00000002
[Debian_8_x86_64] Machine#0(local=2058560KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[Debian_8_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Debian_8_x86_64]             PU#0 cpuset 0x00000001
[Debian_8_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Debian_8_x86_64]             PU#1 cpuset 0x00000002
[Debian_8_x86_64] 
[Debian_8_x86_64] Restrict topology cpusets to existing PU and NODE objects
[Debian_8_x86_64] 
[Debian_8_x86_64] Propagate offline and disallowed cpus down and up
[Debian_8_x86_64] 
[Debian_8_x86_64] Propagate nodesets
[Debian_8_x86_64] Machine#0(local=2058560KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Debian_8_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_8_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Debian_8_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_8_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Debian_8_x86_64] 
[Debian_8_x86_64] Removing unauthorized and offline sets from all sets
[Debian_8_x86_64] Machine#0(local=2058560KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Debian_8_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Debian_8_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Debian_8_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Debian_8_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Debian_8_x86_64] 
[Debian_8_x86_64] Add default object sets
[Debian_8_x86_64] 
[Debian_8_x86_64] Ok, finished tweaking, now connect
[Debian_8_x86_64] --- Package level has number 1
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Cache level depth 2 has number 2
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Cache level depth 1 has number 3
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Cache level depth 1 has number 4
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Core level has number 5
[Debian_8_x86_64] 
[Debian_8_x86_64] --- PU level has number 6
[Debian_8_x86_64] 
[Debian_8_x86_64] Machine#0(local=2058560KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_8_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_8_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_8_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_8_x86_64] 
[Debian_8_x86_64] Scanning PCI buses...
[Debian_8_x86_64]   0000:00:00.0 0600 8086:1237 Intel Corporation 440FX - 82441FX PMC [Natoma]
[Debian_8_x86_64]   0000:00:01.0 0601 8086:7000 Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
[Debian_8_x86_64]   0000:00:01.1 0101 8086:7010 Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
[Debian_8_x86_64]   0000:00:01.2 0c03 8086:7020 Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]
[Debian_8_x86_64]   0000:00:01.3 0680 8086:7113 Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[Debian_8_x86_64]   0000:00:02.0 0300 1013:00b8 Cirrus Logic GD 5446
[Debian_8_x86_64]   0000:00:03.0 0200 8086:100e Intel Corporation 82540EM Gigabit Ethernet Controller
[Debian_8_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Debian_8_x86_64] 
[Debian_8_x86_64] PCI hierarchy under fake parent:
[Debian_8_x86_64]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[Debian_8_x86_64]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[Debian_8_x86_64]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[Debian_8_x86_64]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[Debian_8_x86_64]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[Debian_8_x86_64]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[Debian_8_x86_64]   0000:00:03.0 Device [8086:100e (1af4:1100) rev=03 class=0200]
[Debian_8_x86_64] 
[Debian_8_x86_64] Starting new PCI hostbridge 0000:00
[Debian_8_x86_64] New PCI hostbridge 0000:[00-00]
[Debian_8_x86_64] Attaching hostbridge to cpuset 0x00000003
[Debian_8_x86_64] Machine#0(local=2058560KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Debian_8_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_8_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_8_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[Debian_8_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Debian_8_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Debian_8_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]"
[Debian_8_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c Type=Disk) name "sda"
[Debian_8_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_8_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Debian_8_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Debian_8_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446"
[Debian_8_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller"
[Debian_8_x86_64]       Network(Address=06:ed:be:00:05:4a) name "eth0"
[Debian_8_x86_64] Backend linuxpci forcing a reconnect of levels
[Debian_8_x86_64] --- Package level has number 1
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Cache level depth 2 has number 2
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Cache level depth 1 has number 3
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Cache level depth 1 has number 4
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Core level has number 5
[Debian_8_x86_64] 
[Debian_8_x86_64] --- PU level has number 6
[Debian_8_x86_64] 
[Debian_8_x86_64] PCI objects already added, ignoring linuxpci backend.
[Debian_8_x86_64] Machine#0(local=2058560KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_8_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_8_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_8_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Debian_8_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Debian_8_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Debian_8_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Debian_8_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c Type=Disk) name "sda"
[Debian_8_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_8_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Debian_8_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Debian_8_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446"
[Debian_8_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Debian_8_x86_64]       Network(Address=06:ed:be:00:05:4a) name "eth0"
[Debian_8_x86_64] 
[Debian_8_x86_64] Now reconnecting
[Debian_8_x86_64] Machine#0(local=2058560KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_8_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_8_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_8_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Debian_8_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Debian_8_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c Type=Disk) name "sda"
[Debian_8_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_8_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446"
[Debian_8_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Debian_8_x86_64]       Network(Address=06:ed:be:00:05:4a) name "eth0"
[Debian_8_x86_64] 
[Debian_8_x86_64] Removing ignored objects
[Debian_8_x86_64] Machine#0(local=2058560KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_8_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_8_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_8_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Debian_8_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Debian_8_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c Type=Disk) name "sda"
[Debian_8_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_8_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446"
[Debian_8_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Debian_8_x86_64]       Network(Address=06:ed:be:00:05:4a) name "eth0"
[Debian_8_x86_64] 
[Debian_8_x86_64] Removing empty objects except numa nodes and PCI devices
[Debian_8_x86_64] Machine#0(local=2058560KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_8_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_8_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_8_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Debian_8_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Debian_8_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c Type=Disk) name "sda"
[Debian_8_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_8_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446"
[Debian_8_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Debian_8_x86_64]       Network(Address=06:ed:be:00:05:4a) name "eth0"
[Debian_8_x86_64] 
[Debian_8_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[Debian_8_x86_64] Machine#0(local=2058560KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Debian_8_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_8_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Debian_8_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Debian_8_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Debian_8_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Debian_8_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=1e1a67a96f9a49e88a4c Type=Disk) name "sda"
[Debian_8_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Debian_8_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446"
[Debian_8_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Debian_8_x86_64]       Network(Address=06:ed:be:00:05:4a) name "eth0"
[Debian_8_x86_64] --- Package level has number 1
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Cache level depth 2 has number 2
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Cache level depth 1 has number 3
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Cache level depth 1 has number 4
[Debian_8_x86_64] 
[Debian_8_x86_64] --- Core level has number 5
[Debian_8_x86_64] 
[Debian_8_x86_64] --- PU level has number 6
[Debian_8_x86_64] 
[Debian_8_x86_64] 
[Debian_8_x86_64] Propagate total memory up
[Debian_8_x86_64] Machine (2010MB)
[Debian_8_x86_64]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[Debian_8_x86_64]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[Debian_8_x86_64]   HostBridge L#0
[Debian_8_x86_64]     PCI 8086:7010
[Debian_8_x86_64]       Block(Disk) L#0 "sda"
[Debian_8_x86_64]       Block(Removable Media Device) L#1 "sr0"
[Debian_8_x86_64]     PCI 1013:00b8
[Debian_8_x86_64]     PCI 8086:100e
[Debian_8_x86_64]       Net L#2 "eth0"
[Debian_8_x86_64] + cd ..
[Debian_8_x86_64] + exit 0
[Ubuntu_12.04_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_12.04_x86_64] PASS: test1.output
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] # TOTAL: 1
[Ubuntu_12.04_x86_64] # PASS:  1
[Ubuntu_12.04_x86_64] # SKIP:  0
[Ubuntu_12.04_x86_64] # XFAIL: 0
[Ubuntu_12.04_x86_64] # FAIL:  0
[Ubuntu_12.04_x86_64] # XPASS: 0
[Ubuntu_12.04_x86_64] # ERROR: 0
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_12.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/allowed'
[Ubuntu_12.04_x86_64] Making check in gather
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_12.04_x86_64] make  check-TESTS
[Ubuntu_12.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_12.04_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_16.04_x86_32]   CC       get-knl-modes.o
[Ubuntu_16.04_x86_32]   CCLD     get-knl-modes
[Ubuntu_16.04_x86_32]   CC       gpu.o
[Pipeline] [Ubuntu_18.04_x86_64] // node
[OS_X_12]   CCLD     hwloc_get_obj_covering_cpuset
[Pipeline] [SonarQube Scanner] {
[OpenBSD_5.9_x86_64]   CC       hwloc_bitmap_first_last_weight.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_bitmap_first_last_weight
[Pipeline] [Ubuntu_18.04_x86_64] }
[Embedded] autoreconf: running: /usr/bin/autoconf --force
[Pipeline] [Debian_8_x86_64] deleteDir
[OS_X_12]   CC       hwloc_get_cache_covering_cpuset.o
[OS_X_12]   CCLD     hwloc_get_cache_covering_cpuset
[OS_X_9] PASS: 16intel64-manyVFs.xml
[OS_X_9] PASS: 16intel64-manyVFs.console.output
[Ubuntu_12.04_x86_64] PASS: test-gather-topology.sh
[Ubuntu_16.04_x86_32]   CCLD     gpu
[Ubuntu_16.04_x86_32]   CC       sharedcaches.o
[Ubuntu_16.04_x86_32]   CCLD     sharedcaches
[Pipeline] [SonarQube Scanner] dir
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_bitmap_singlify.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_bitmap_singlify
[SonarQube Scanner] Running in /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner
[Pipeline] [SonarQube Scanner] {
[OS_X_9] PASS: 16intel64-manyVFs.console.nocollapse.output
[Ubuntu_16.04_x86_32] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_32] make  check-TESTS
[Ubuntu_16.04_x86_32] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_32] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_32] PASS: hwloc-hello
[Ubuntu_16.04_x86_32] PASS: hwloc-hello-cpp
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] # TOTAL: 2
[Ubuntu_16.04_x86_32] # PASS:  2
[Ubuntu_16.04_x86_32] # SKIP:  0
[Ubuntu_16.04_x86_32] # XFAIL: 0
[Ubuntu_16.04_x86_32] # FAIL:  0
[Ubuntu_16.04_x86_32] # XPASS: 0
[Ubuntu_16.04_x86_32] # ERROR: 0
[Ubuntu_16.04_x86_32] ============================================================================
[Ubuntu_16.04_x86_32] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_32] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_16.04_x86_32] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_32] make[3]: Nothing to be done for 'check-am'.
[Ubuntu_16.04_x86_32] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_32] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_32] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_16.04_x86_32] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_16.04_x86_32] make[1]: Nothing to be done for 'check-am'.
[Ubuntu_16.04_x86_32] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_16.04_x86_32] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[Ubuntu_16.04_x86_32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32]  * Topology extraction from /proc/cpuinfo *
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] processor 0
[Ubuntu_16.04_x86_32] physical id 0
[Ubuntu_16.04_x86_32] core id 0
[Ubuntu_16.04_x86_32] processor 1
[Ubuntu_16.04_x86_32] physical id 1
[Ubuntu_16.04_x86_32] core id 0
[Ubuntu_16.04_x86_32] Found cgroup/cpuset mount point on /sys/fs/cgroup/cpuset
[Ubuntu_16.04_x86_32] Found cgroup-cpuset /
[Ubuntu_16.04_x86_32] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.cpus>
[Ubuntu_16.04_x86_32] cpuset includes 0x00000003
[Ubuntu_16.04_x86_32] Trying to read cgroup file </sys/fs/cgroup/cpuset//cpuset.mems>
[Ubuntu_16.04_x86_32] cpuset includes 0x00000001
[Ubuntu_16.04_x86_32] os proc 1 is online
[Ubuntu_16.04_x86_32] found 2 cpu topologies, cpuset 0x00000003
[Ubuntu_16.04_x86_32] os package 0 has cpuset 0x00000001
[Ubuntu_16.04_x86_32] os core 0 has cpuset 0x00000001
[Ubuntu_16.04_x86_32] thread 0 has cpuset 0x00000001
[Ubuntu_16.04_x86_32] cache depth 1 has cpuset 0x00000001
[Ubuntu_16.04_x86_32] cache depth 1 has cpuset 0x00000001
[Ubuntu_16.04_x86_32] cache depth 2 has cpuset 0x00000001
[Ubuntu_16.04_x86_32] os package 1 has cpuset 0x00000002
[Ubuntu_16.04_x86_32] os core 0 has cpuset 0x00000002
[Ubuntu_16.04_x86_32] thread 1 has cpuset 0x00000002
[Ubuntu_16.04_x86_32] cache depth 1 has cpuset 0x00000002
[Ubuntu_16.04_x86_32] cache depth 1 has cpuset 0x00000002
[Ubuntu_16.04_x86_32] cache depth 2 has cpuset 0x00000002
[Ubuntu_16.04_x86_32] found DMIProductName 'CloudStack KVM Hypervisor'
[Ubuntu_16.04_x86_32] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[Ubuntu_16.04_x86_32] found DMIChassisVendor 'Bochs'
[Ubuntu_16.04_x86_32] found DMIChassisType '1'
[Ubuntu_16.04_x86_32] found DMIChassisVersion ''
[Ubuntu_16.04_x86_32] found DMIChassisAssetTag ''
[Ubuntu_16.04_x86_32] found DMIBIOSVendor 'Seabios'
[Ubuntu_16.04_x86_32] found DMIBIOSVersion '0.5.1'
[Ubuntu_16.04_x86_32] found DMIBIOSDate '01/01/2011'
[Ubuntu_16.04_x86_32] found DMISysVendor 'Apache Software Foundation'
[Ubuntu_16.04_x86_32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_16.04_x86_32] Machine#0(local=2062204KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:51:45 UTC 2018" HostName=ubuntu1604 Architecture=i686) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001
[Ubuntu_16.04_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000001
[Ubuntu_16.04_x86_32]             PU#0 cpuset 0x00000001
[Ubuntu_16.04_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000002
[Ubuntu_16.04_x86_32]             PU#1 cpuset 0x00000002
[Ubuntu_16.04_x86_32] Backend x86 forcing a reconnect of levels
[Ubuntu_16.04_x86_32] --- Package level has number 1
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Cache level depth 2 has number 2
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Cache level depth 1 has number 3
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Cache level depth 1 has number 4
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Core level has number 5
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- PU level has number 6
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_16.04_x86_32] highest cpuid d, cpuid type 0
[Ubuntu_16.04_x86_32] highest extended cpuid 80000008
[Ubuntu_16.04_x86_32] possible CPUs are 0x00000003
[Ubuntu_16.04_x86_32] binding to CPU0
[Ubuntu_16.04_x86_32] APIC ID 0x00 max_log_proc 1
[Ubuntu_16.04_x86_32] phys 0 thread 0
[Ubuntu_16.04_x86_32] cache 0 type 1
[Ubuntu_16.04_x86_32] thus 1 threads
[Ubuntu_16.04_x86_32] this is thread 0 of core 0
[Ubuntu_16.04_x86_32] cache 1 type 2
[Ubuntu_16.04_x86_32] cache 2 type 3
[Ubuntu_16.04_x86_32] cache 3 type 0
[Ubuntu_16.04_x86_32] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_16.04_x86_32] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_16.04_x86_32] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Ubuntu_16.04_x86_32] binding to CPU1
[Ubuntu_16.04_x86_32] APIC ID 0x01 max_log_proc 1
[Ubuntu_16.04_x86_32] phys 1 thread 0
[Ubuntu_16.04_x86_32] cache 0 type 1
[Ubuntu_16.04_x86_32] thus 1 threads
[Ubuntu_16.04_x86_32] this is thread 0 of core 0
[Ubuntu_16.04_x86_32] cache 1 type 2
[Ubuntu_16.04_x86_32] cache 2 type 3
[Ubuntu_16.04_x86_32] cache 3 type 0
[Ubuntu_16.04_x86_32] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_16.04_x86_32] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_16.04_x86_32] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Ubuntu_16.04_x86_32] Machine#0(local=2062204KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:51:45 UTC 2018" HostName=ubuntu1604 Architecture=i686) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[Ubuntu_16.04_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_32]             PU#0 cpuset 0x00000001
[Ubuntu_16.04_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_32]             PU#1 cpuset 0x00000002
[Ubuntu_16.04_x86_32] Machine#0(local=2062204KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:51:45 UTC 2018" HostName=ubuntu1604 Architecture=i686) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x0 allowedN 0x00000001 arity 2
[Ubuntu_16.04_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000001 arity 1
[Ubuntu_16.04_x86_32]             PU#0 cpuset 0x00000001
[Ubuntu_16.04_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000002 arity 1
[Ubuntu_16.04_x86_32]             PU#1 cpuset 0x00000002
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Restrict topology cpusets to existing PU and NODE objects
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Propagate offline and disallowed cpus down and up
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Propagate nodesets
[Ubuntu_16.04_x86_32] Machine#0(local=2062204KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:51:45 UTC 2018" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 arity 2
[Ubuntu_16.04_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Ubuntu_16.04_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Removing unauthorized and offline sets from all sets
[Ubuntu_16.04_x86_32] Machine#0(local=2062204KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:51:45 UTC 2018" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 arity 2
[Ubuntu_16.04_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_16.04_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Ubuntu_16.04_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_16.04_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Add default object sets
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Ok, finished tweaking, now connect
[Ubuntu_16.04_x86_32] --- Package level has number 1
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Cache level depth 2 has number 2
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Cache level depth 1 has number 3
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Cache level depth 1 has number 4
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Core level has number 5
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- PU level has number 6
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Machine#0(local=2062204KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:51:45 UTC 2018" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Ubuntu_16.04_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Scanning PCI buses...
[Ubuntu_16.04_x86_32]   0000:00:00.0 0600 8086:1237 Intel Corporation 440FX - 82441FX PMC [Natoma]
[Ubuntu_16.04_x86_32]   0000:00:01.0 0601 8086:7000 Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
[Ubuntu_16.04_x86_32]   0000:00:01.1 0101 8086:7010 Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
[Ubuntu_16.04_x86_32]   0000:00:01.2 0c03 8086:7020 Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]
[Ubuntu_16.04_x86_32]   0000:00:01.3 0680 8086:7113 Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[Ubuntu_16.04_x86_32]   0000:00:02.0 0300 1013:00b8 Cirrus Logic GD 5446
[Ubuntu_16.04_x86_32]   0000:00:03.0 0200 8086:100e Intel Corporation 82540EM Gigabit Ethernet Controller
[Ubuntu_16.04_x86_32] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] PCI hierarchy under fake parent:
[Ubuntu_16.04_x86_32]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[Ubuntu_16.04_x86_32]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[Ubuntu_16.04_x86_32]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[Ubuntu_16.04_x86_32]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[Ubuntu_16.04_x86_32]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[Ubuntu_16.04_x86_32]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[Ubuntu_16.04_x86_32]   0000:00:03.0 Device [8086:100e (1af4:1100) rev=03 class=0200]
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Starting new PCI hostbridge 0000:00
[Ubuntu_16.04_x86_32] New PCI hostbridge 0000:[00-00]
[Ubuntu_16.04_x86_32] Attaching hostbridge to cpuset 0x00000003
[Ubuntu_16.04_x86_32] Machine#0(local=2062204KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:51:45 UTC 2018" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Ubuntu_16.04_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00])
[Ubuntu_16.04_x86_32]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Ubuntu_16.04_x86_32]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Ubuntu_16.04_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]"
[Ubuntu_16.04_x86_32]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f Type=Disk) name "sda"
[Ubuntu_16.04_x86_32]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_16.04_x86_32]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Ubuntu_16.04_x86_32]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Ubuntu_16.04_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446"
[Ubuntu_16.04_x86_32]       GPU name "card0"
[Ubuntu_16.04_x86_32]       GPU name "controlD64"
[Ubuntu_16.04_x86_32]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller"
[Ubuntu_16.04_x86_32]       Network(Address=06:b2:68:00:07:91) name "ens3"
[Ubuntu_16.04_x86_32] Backend linuxpci forcing a reconnect of levels
[Ubuntu_16.04_x86_32] --- Package level has number 1
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Cache level depth 2 has number 2
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Cache level depth 1 has number 3
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Cache level depth 1 has number 4
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Core level has number 5
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- PU level has number 6
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] PCI objects already added, ignoring linuxpci backend.
[Ubuntu_16.04_x86_32] Machine#0(local=2062204KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:51:45 UTC 2018" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_16.04_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_16.04_x86_32]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Ubuntu_16.04_x86_32]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Ubuntu_16.04_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_16.04_x86_32]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f Type=Disk) name "sda"
[Ubuntu_16.04_x86_32]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_16.04_x86_32]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Ubuntu_16.04_x86_32]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI" PCISlot=1) name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Ubuntu_16.04_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_16.04_x86_32]       GPU name "card0"
[Ubuntu_16.04_x86_32]       GPU name "controlD64"
[Ubuntu_16.04_x86_32]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_16.04_x86_32]       Network(Address=06:b2:68:00:07:91) name "ens3"
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Now reconnecting
[Ubuntu_16.04_x86_32] Machine#0(local=2062204KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:51:45 UTC 2018" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_16.04_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_16.04_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_16.04_x86_32]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f Type=Disk) name "sda"
[Ubuntu_16.04_x86_32]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_16.04_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_16.04_x86_32]       GPU name "card0"
[Ubuntu_16.04_x86_32]       GPU name "controlD64"
[Ubuntu_16.04_x86_32]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_16.04_x86_32]       Network(Address=06:b2:68:00:07:91) name "ens3"
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Removing ignored objects
[Ubuntu_16.04_x86_32] Machine#0(local=2062204KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:51:45 UTC 2018" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_16.04_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_16.04_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_16.04_x86_32]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f Type=Disk) name "sda"
[Ubuntu_16.04_x86_32]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_16.04_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_16.04_x86_32]       GPU name "card0"
[Ubuntu_16.04_x86_32]       GPU name "controlD64"
[Ubuntu_16.04_x86_32]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_16.04_x86_32]       Network(Address=06:b2:68:00:07:91) name "ens3"
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Removing empty objects except numa nodes and PCI devices
[Ubuntu_16.04_x86_32] Machine#0(local=2062204KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:51:45 UTC 2018" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_16.04_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_16.04_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_16.04_x86_32]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f Type=Disk) name "sda"
[Ubuntu_16.04_x86_32]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_16.04_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_16.04_x86_32]       GPU name "card0"
[Ubuntu_16.04_x86_32]       GPU name "controlD64"
[Ubuntu_16.04_x86_32]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_16.04_x86_32]       Network(Address=06:b2:68:00:07:91) name "ens3"
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[Ubuntu_16.04_x86_32] Machine#0(local=2062204KB total=0KB 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-130-generic OSVersion="#156-Ubuntu SMP Thu Jun 14 08:51:45 UTC 2018" HostName=ubuntu1604 Architecture=i686) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_16.04_x86_32]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_32]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_16.04_x86_32]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_16.04_x86_32]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_16.04_x86_32]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]" PCISlot=1) name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_16.04_x86_32]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=51b6f383b9784360a16f Type=Disk) name "sda"
[Ubuntu_16.04_x86_32]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_16.04_x86_32]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446" PCISlot=2) name "Cirrus Logic GD 5446" arity 2
[Ubuntu_16.04_x86_32]       GPU name "card0"
[Ubuntu_16.04_x86_32]       GPU name "controlD64"
[Ubuntu_16.04_x86_32]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_16.04_x86_32]       Network(Address=06:b2:68:00:07:91) name "ens3"
[Ubuntu_16.04_x86_32] --- Package level has number 1
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Cache level depth 2 has number 2
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Cache level depth 1 has number 3
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Cache level depth 1 has number 4
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- Core level has number 5
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] --- PU level has number 6
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] 
[Ubuntu_16.04_x86_32] Propagate total memory up
[Ubuntu_16.04_x86_32] Machine (2014MB)
[Ubuntu_16.04_x86_32]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[Ubuntu_16.04_x86_32]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[Ubuntu_16.04_x86_32]   HostBridge L#0
[Ubuntu_16.04_x86_32]     PCI 8086:7010
[Ubuntu_16.04_x86_32]       Block(Disk) L#0 "sda"
[Ubuntu_16.04_x86_32]       Block(Removable Media Device) L#1 "sr0"
[Ubuntu_16.04_x86_32]     PCI 1013:00b8
[Ubuntu_16.04_x86_32]       GPU L#2 "card0"
[Ubuntu_16.04_x86_32]       GPU L#3 "controlD64"
[Ubuntu_16.04_x86_32]     PCI 8086:100e
[Ubuntu_16.04_x86_32]       Net L#4 "ens3"
[Ubuntu_16.04_x86_32] + cd ..
[Ubuntu_16.04_x86_32] + exit 0
[Pipeline] [SonarQube Scanner] unstash
[OS_X_12]   CC       hwloc_get_largest_objs_inside_cpuset.o
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_type_depth.o
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] # TOTAL: 1
[Ubuntu_12.04_x86_64] # PASS:  1
[Ubuntu_12.04_x86_64] # SKIP:  0
[Ubuntu_12.04_x86_64] # XFAIL: 0
[Ubuntu_12.04_x86_64] # FAIL:  0
[Ubuntu_12.04_x86_64] # XPASS: 0
[Ubuntu_12.04_x86_64] # ERROR: 0
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_12.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux/gather'
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests/linux'
[Ubuntu_12.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/tests'
[Ubuntu_12.04_x86_64] Making check in contrib/systemd
[Ubuntu_12.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_12.04_x86_64] make[1]: Nothing to be done for `check'.
[Ubuntu_12.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/contrib/systemd'
[Ubuntu_12.04_x86_64] Making check in doc
[Ubuntu_12.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_12.04_x86_64] make  check-recursive
[Ubuntu_12.04_x86_64] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_12.04_x86_64] Making check in examples
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_12.04_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[Ubuntu_12.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_12.04_x86_64]   CC       hwloc-hello.o
[Ubuntu_12.04_x86_64]   CCLD     hwloc-hello
[Ubuntu_12.04_x86_64]   CXX      hwloc-hello-cpp.o
[Pipeline] [Debian_8_x86_64] }
[OS_X_12]   CCLD     hwloc_get_largest_objs_inside_cpuset
[OS_X_9] PASS: 24em64t-2n6c2t-pci.xml
[OS_X_9] PASS: 32em64t-2n8c2t-pci-noio.xml
[Ubuntu_12.04_x86_64]   CXXLD    hwloc-hello-cpp
[Ubuntu_12.04_x86_64]   CC       cpuset+bitmap+cpubind.o
[Pipeline] [Debian_8_x86_64] // dir
[OpenBSD_5.9_x86_64]   CCLD     hwloc_type_depth
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[Pipeline] [Debian_8_x86_64] }
[Pipeline] [Ubuntu_16.04_x86_32] deleteDir
[MinGW] config.status: creating Makefile
[MinGW] config.status: creating include/Makefile
[MinGW] config.status: creating src/Makefile
[MinGW] config.status: creating doc/Makefile
[MinGW] config.status: creating doc/examples/Makefile
[MinGW] config.status: creating doc/doxygen-config.cfg
[MinGW] config.status: creating utils/Makefile
[MinGW] config.status: creating utils/hwloc/Makefile
[Pipeline] [Debian_8_x86_64] // node
[OS_X_12]   CC       hwloc_get_next_obj_covering_cpuset.o
[OS_X_12]   CCLD     hwloc_get_next_obj_covering_cpuset
[OS_X_9] PASS: 32em64t-2n8c2t-pci-normalio.xml
[Ubuntu_12.04_x86_64]   CCLD     cpuset+bitmap+cpubind
[Ubuntu_12.04_x86_64]   CC       nodeset+membind+policy.o
[Pipeline] [Debian_8_x86_64] }
[OpenBSD_5.9_x86_64]   CC       hwloc_bind.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_bind
[Pipeline] [Ubuntu_16.04_x86_32] }
[Pipeline] [SonarQube Scanner] unstash
[MinGW] config.status: creating utils/lstopo/Makefile
[Pipeline] [Ubuntu_16.04_x86_32] // dir
[OS_X_12]   CC       hwloc_get_obj_inside_cpuset.o
[OS_X_9] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[Ubuntu_12.04_x86_64]   CCLD     nodeset+membind+policy
[Ubuntu_12.04_x86_64]   CC       get-knl-modes.o
[Ubuntu_12.04_x86_64]   CCLD     get-knl-modes
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_get_last_cpu_location.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_get_last_cpu_location
[Pipeline] [Ubuntu_16.04_x86_32] }
[Pipeline] [SonarQube Scanner] sh
[MinGW] config.status: creating hwloc.pc
[MinGW] config.status: creating tests/Makefile
[SonarQube Scanner] [check-sonarscanner] Running shell script
[Pipeline] [Ubuntu_16.04_x86_32] // node
[Ubuntu_12.04_x86_64]   CC       gpu.o
[Ubuntu_12.04_x86_64]   CCLD     gpu
[Embedded] autoreconf: running: /usr/bin/autoheader --force
[Pipeline] [Ubuntu_16.04_x86_32] }
[OS_X_12]   CCLD     hwloc_get_obj_inside_cpuset
[OS_X_12]   CC       hwloc_get_shared_cache_covering_obj.o
[OS_X_12]   CCLD     hwloc_get_shared_cache_covering_obj
[OS_X_12]   CC       hwloc_get_obj_below_array_by_type.o
[OS_X_9] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[OS_X_9] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[OS_X_9] PASS: 96em64t-4n4d3ca2co-pci.xml
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_get_area_memlocation.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_get_area_memlocation
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_object_userdata.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_object_userdata
[OpenIndiana_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[Ubuntu_12.04_x86_64]   CC       sharedcaches.o
[Ubuntu_12.04_x86_64]   CCLD     sharedcaches
[Ubuntu_12.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_12.04_x86_64] make  check-TESTS
[Ubuntu_12.04_x86_64] make[4]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_12.04_x86_64] make[5]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_12.04_x86_64] PASS: hwloc-hello
[Ubuntu_12.04_x86_64] PASS: hwloc-hello-cpp
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] # TOTAL: 2
[Ubuntu_12.04_x86_64] # PASS:  2
[Ubuntu_12.04_x86_64] # SKIP:  0
[Ubuntu_12.04_x86_64] # XFAIL: 0
[Ubuntu_12.04_x86_64] # FAIL:  0
[Ubuntu_12.04_x86_64] # XPASS: 0
[Ubuntu_12.04_x86_64] # ERROR: 0
[Ubuntu_12.04_x86_64] ============================================================================
[Ubuntu_12.04_x86_64] make[5]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_12.04_x86_64] make[4]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc/examples'
[Ubuntu_12.04_x86_64] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_12.04_x86_64] make[3]: Nothing to be done for `check-am'.
[Ubuntu_12.04_x86_64] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_12.04_x86_64] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_12.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/doc'
[Ubuntu_12.04_x86_64] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_12.04_x86_64] make[1]: Nothing to be done for `check-am'.
[Ubuntu_12.04_x86_64] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug'
[Ubuntu_12.04_x86_64] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[Ubuntu_12.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64]  * Topology extraction from /proc/cpuinfo *
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] processor 0
[Ubuntu_12.04_x86_64] processor 1
[Ubuntu_12.04_x86_64] os proc 1 is online
[Ubuntu_12.04_x86_64] found 2 cpu topologies, cpuset 0x00000003
[Ubuntu_12.04_x86_64] os package 0 has cpuset 0x00000001
[Ubuntu_12.04_x86_64] os core 0 has cpuset 0x00000001
[Ubuntu_12.04_x86_64] thread 0 has cpuset 0x00000001
[Ubuntu_12.04_x86_64] cache depth 1 has cpuset 0x00000001
[Ubuntu_12.04_x86_64] cache depth 1 has cpuset 0x00000001
[Ubuntu_12.04_x86_64] cache depth 2 has cpuset 0x00000001
[Ubuntu_12.04_x86_64] os package 1 has cpuset 0x00000002
[Ubuntu_12.04_x86_64] os core 0 has cpuset 0x00000002
[Ubuntu_12.04_x86_64] thread 1 has cpuset 0x00000002
[Ubuntu_12.04_x86_64] cache depth 1 has cpuset 0x00000002
[Ubuntu_12.04_x86_64] cache depth 1 has cpuset 0x00000002
[Ubuntu_12.04_x86_64] cache depth 2 has cpuset 0x00000002
[Ubuntu_12.04_x86_64] found DMIProductName 'CloudStack KVM Hypervisor'
[Ubuntu_12.04_x86_64] found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
[Ubuntu_12.04_x86_64] found DMIChassisVendor 'Bochs'
[Ubuntu_12.04_x86_64] found DMIChassisType '1'
[Ubuntu_12.04_x86_64] found DMIChassisVersion ''
[Ubuntu_12.04_x86_64] found DMIChassisAssetTag ''
[Ubuntu_12.04_x86_64] found DMIBIOSVendor 'Seabios'
[Ubuntu_12.04_x86_64] found DMIBIOSVersion '0.5.1'
[Ubuntu_12.04_x86_64] found DMIBIOSDate '01/01/2011'
[Ubuntu_12.04_x86_64] found DMISysVendor 'Apache Software Foundation'
[Ubuntu_12.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_12.04_x86_64] Machine#0(local=2051492KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f
[Ubuntu_12.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000001
[Ubuntu_12.04_x86_64]             PU#0 cpuset 0x00000001
[Ubuntu_12.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000002
[Ubuntu_12.04_x86_64]             PU#1 cpuset 0x00000002
[Ubuntu_12.04_x86_64] Backend x86 forcing a reconnect of levels
[Ubuntu_12.04_x86_64] --- Package level has number 1
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Core level has number 5
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- PU level has number 6
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_12.04_x86_64] highest cpuid 4, cpuid type 0
[Ubuntu_12.04_x86_64] highest extended cpuid 8000000a
[Ubuntu_12.04_x86_64] possible CPUs are 0x00000003
[Ubuntu_12.04_x86_64] binding to CPU0
[Ubuntu_12.04_x86_64] APIC ID 0x00 max_log_proc 1
[Ubuntu_12.04_x86_64] phys 0 thread 0
[Ubuntu_12.04_x86_64] cache 0 type 1
[Ubuntu_12.04_x86_64] thus 1 threads
[Ubuntu_12.04_x86_64] this is thread 0 of core 0
[Ubuntu_12.04_x86_64] cache 1 type 2
[Ubuntu_12.04_x86_64] cache 2 type 3
[Ubuntu_12.04_x86_64] cache 3 type 0
[Ubuntu_12.04_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_12.04_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_12.04_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Ubuntu_12.04_x86_64] binding to CPU1
[Ubuntu_12.04_x86_64] APIC ID 0x01 max_log_proc 1
[Ubuntu_12.04_x86_64] phys 1 thread 0
[Ubuntu_12.04_x86_64] cache 0 type 1
[Ubuntu_12.04_x86_64] thus 1 threads
[Ubuntu_12.04_x86_64] this is thread 0 of core 0
[Ubuntu_12.04_x86_64] cache 1 type 2
[Ubuntu_12.04_x86_64] cache 2 type 3
[Ubuntu_12.04_x86_64] cache 3 type 0
[Ubuntu_12.04_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_12.04_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[Ubuntu_12.04_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[Ubuntu_12.04_x86_64] Machine#0(local=2051492KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[Ubuntu_12.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Ubuntu_12.04_x86_64]             PU#0 cpuset 0x00000001
[Ubuntu_12.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Ubuntu_12.04_x86_64]             PU#1 cpuset 0x00000002
[Ubuntu_12.04_x86_64] Machine#0(local=2051492KB total=0KB 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f arity 2
[Ubuntu_12.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000001 arity 1
[Ubuntu_12.04_x86_64]             PU#0 cpuset 0x00000001
[Ubuntu_12.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000002 arity 1
[Ubuntu_12.04_x86_64]             PU#1 cpuset 0x00000002
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Restrict topology cpusets to existing PU and NODE objects
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Propagate offline and disallowed cpus down and up
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Propagate nodesets
[Ubuntu_12.04_x86_64] Machine#0(local=2051492KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Ubuntu_12.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_12.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Ubuntu_12.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_12.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Removing unauthorized and offline sets from all sets
[Ubuntu_12.04_x86_64] Machine#0(local=2051492KB total=0KB 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 online 0x00000003 allowed 0x00000003 arity 2
[Ubuntu_12.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
[Ubuntu_12.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[Ubuntu_12.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
[Ubuntu_12.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Add default object sets
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Ok, finished tweaking, now connect
[Ubuntu_12.04_x86_64] --- Package level has number 1
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Core level has number 5
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- PU level has number 6
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Machine#0(local=2051492KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Ubuntu_12.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_12.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_12.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Scanning PCI buses...
[Ubuntu_12.04_x86_64]   0000:00:00.0 0600 8086:1237 Intel Corporation 440FX - 82441FX PMC [Natoma]
[Ubuntu_12.04_x86_64]   0000:00:01.0 0601 8086:7000 Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
[Ubuntu_12.04_x86_64]   0000:00:01.1 0101 8086:7010 Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
[Ubuntu_12.04_x86_64]   0000:00:01.2 0c03 8086:7020 Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]
[Ubuntu_12.04_x86_64]   0000:00:01.3 0680 8086:7113 Intel Corporation 82371AB/EB/MB PIIX4 ACPI
[Ubuntu_12.04_x86_64]   0000:00:02.0 0300 1013:00b8 Cirrus Logic GD 5446
[Ubuntu_12.04_x86_64]   0000:00:03.0 0200 8086:100e Intel Corporation 82540EM Gigabit Ethernet Controller
[Ubuntu_12.04_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] PCI hierarchy under fake parent:
[Ubuntu_12.04_x86_64]   0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
[Ubuntu_12.04_x86_64]   0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
[Ubuntu_12.04_x86_64]   0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
[Ubuntu_12.04_x86_64]   0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
[Ubuntu_12.04_x86_64]   0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
[Ubuntu_12.04_x86_64]   0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
[Ubuntu_12.04_x86_64]   0000:00:03.0 Device [8086:100e (1af4:1100) rev=03 class=0200]
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Starting new PCI hostbridge 0000:00
[Ubuntu_12.04_x86_64] New PCI hostbridge 0000:[00-00]
[Ubuntu_12.04_x86_64] Attaching hostbridge to cpuset 0x00000003
[Ubuntu_12.04_x86_64] Machine#0(local=2051492KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[Ubuntu_12.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_12.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_12.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00])
[Ubuntu_12.04_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Ubuntu_12.04_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Ubuntu_12.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]"
[Ubuntu_12.04_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=9bf6a84c53b44d1d93eb Type=Disk) name "sda"
[Ubuntu_12.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_12.04_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Ubuntu_12.04_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI") name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Ubuntu_12.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Ubuntu_12.04_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller"
[Ubuntu_12.04_x86_64]       Network(Address=06:88:86:00:04:3a) name "eth0"
[Ubuntu_12.04_x86_64] Backend linuxpci forcing a reconnect of levels
[Ubuntu_12.04_x86_64] --- Package level has number 1
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Core level has number 5
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- PU level has number 6
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] PCI objects already added, ignoring linuxpci backend.
[Ubuntu_12.04_x86_64] Machine#0(local=2051492KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_12.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_12.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_12.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_12.04_x86_64]     PCI 8086:1237#0(busid=0000:00:00.0 class=0600(Host) PCIVendor="Intel Corporation" PCIDevice="440FX - 82441FX PMC [Natoma]") name "Intel Corporation 440FX - 82441FX PMC [Natoma]"
[Ubuntu_12.04_x86_64]     PCI 8086:7000#16(busid=0000:00:01.0 class=0601(ISA) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 ISA [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]"
[Ubuntu_12.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_12.04_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=9bf6a84c53b44d1d93eb Type=Disk) name "sda"
[Ubuntu_12.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_12.04_x86_64]     PCI 8086:7020#18(busid=0000:00:01.2 class=0c03(USB) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 USB [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]"
[Ubuntu_12.04_x86_64]     PCI 8086:7113#19(busid=0000:00:01.3 class=0680(Bridg) PCIVendor="Intel Corporation" PCIDevice="82371AB/EB/MB PIIX4 ACPI") name "Intel Corporation 82371AB/EB/MB PIIX4 ACPI"
[Ubuntu_12.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Ubuntu_12.04_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_12.04_x86_64]       Network(Address=06:88:86:00:04:3a) name "eth0"
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Now reconnecting
[Ubuntu_12.04_x86_64] Machine#0(local=2051492KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_12.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_12.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_12.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_12.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_12.04_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=9bf6a84c53b44d1d93eb Type=Disk) name "sda"
[Ubuntu_12.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_12.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Ubuntu_12.04_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_12.04_x86_64]       Network(Address=06:88:86:00:04:3a) name "eth0"
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Removing ignored objects
[Ubuntu_12.04_x86_64] Machine#0(local=2051492KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_12.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_12.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_12.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_12.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_12.04_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=9bf6a84c53b44d1d93eb Type=Disk) name "sda"
[Ubuntu_12.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_12.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Ubuntu_12.04_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_12.04_x86_64]       Network(Address=06:88:86:00:04:3a) name "eth0"
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Removing empty objects except numa nodes and PCI devices
[Ubuntu_12.04_x86_64] Machine#0(local=2051492KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_12.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_12.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_12.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_12.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_12.04_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=9bf6a84c53b44d1d93eb Type=Disk) name "sda"
[Ubuntu_12.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_12.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Ubuntu_12.04_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_12.04_x86_64]       Network(Address=06:88:86:00:04:3a) name "eth0"
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[Ubuntu_12.04_x86_64] Machine#0(local=2051492KB total=0KB 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 3
[Ubuntu_12.04_x86_64]   Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]             PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_12.04_x86_64]   Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]     L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]       L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]         L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]           Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
[Ubuntu_12.04_x86_64]             PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[Ubuntu_12.04_x86_64]   Bridge Host->PCI#0(buses=0000:[00-00]) arity 7
[Ubuntu_12.04_x86_64]     PCI 8086:7010#17(busid=0000:00:01.1 class=0101(IDE) PCIVendor="Intel Corporation" PCIDevice="82371SB PIIX3 IDE [Natoma/Triton II]") name "Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]" arity 2
[Ubuntu_12.04_x86_64]       Block(LinuxDeviceID=8:0 Model=QEMU_HARDDISK Revision=1.5.3 SerialNumber=9bf6a84c53b44d1d93eb Type=Disk) name "sda"
[Ubuntu_12.04_x86_64]       Block(LinuxDeviceID=11:0 Model=QEMU_DVD-ROM Revision=1.5.3 SerialNumber=QM00003 Type="Removable Media Device") name "sr0"
[Ubuntu_12.04_x86_64]     PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
[Ubuntu_12.04_x86_64]     PCI 8086:100e#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Intel Corporation" PCIDevice="82540EM Gigabit Ethernet Controller" PCISlot=3) name "Intel Corporation 82540EM Gigabit Ethernet Controller" arity 1
[Ubuntu_12.04_x86_64]       Network(Address=06:88:86:00:04:3a) name "eth0"
[Ubuntu_12.04_x86_64] --- Package level has number 1
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Cache level depth 2 has number 2
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Cache level depth 1 has number 3
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Cache level depth 1 has number 4
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- Core level has number 5
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] --- PU level has number 6
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] 
[Ubuntu_12.04_x86_64] Propagate total memory up
[Ubuntu_12.04_x86_64] Machine (2003MB)
[Ubuntu_12.04_x86_64]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[Ubuntu_12.04_x86_64]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[Ubuntu_12.04_x86_64]   HostBridge L#0
[Ubuntu_12.04_x86_64]     PCI 8086:7010
[Ubuntu_12.04_x86_64]       Block(Disk) L#0 "sda"
[Ubuntu_12.04_x86_64]       Block(Removable Media Device) L#1 "sr0"
[Ubuntu_12.04_x86_64]     PCI 1013:00b8
[Ubuntu_12.04_x86_64]     PCI 8086:100e
[Ubuntu_12.04_x86_64]       Net L#2 "eth0"
[Ubuntu_12.04_x86_64] + cd ..
[Ubuntu_12.04_x86_64] + exit 0
[MinGW] config.status: creating tests/linux/Makefile
[MinGW] config.status: creating tests/linux/allowed/Makefile
[MinGW] config.status: creating tests/linux/gather/Makefile
[MinGW] config.status: creating tests/xml/Makefile
[MinGW] config.status: creating tests/ports/Makefile
[MinGW] config.status: creating tests/rename/Makefile
[SonarQube Scanner] + chmod 755 job-3-sonarscanner.sh
[SonarQube Scanner] + ./job-3-sonarscanner.sh https://github.com/open-mpi/hwloc.git v1.11 hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[SonarQube Scanner] ############################
[SonarQube Scanner] Running on:
[SonarQube Scanner] Linux hwloc-ubuntu1804amd64 4.15.0-33-generic #36-Ubuntu SMP Wed Aug 15 16:00:05 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
[SonarQube Scanner] Tarball: https://github.com/open-mpi/hwloc.git
[SonarQube Scanner] ############################
[SonarQube Scanner] + git_repo_url=https://github.com/open-mpi/hwloc.git
[SonarQube Scanner] + hwloc_branch=v1.11
[SonarQube Scanner] + tarball=hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[SonarQube Scanner] + test -z https://github.com/open-mpi/hwloc.git
[SonarQube Scanner] + test -z v1.11
[SonarQube Scanner] + test -f /builds/.ciprofile
[SonarQube Scanner] + . /builds/.ciprofile
[SonarQube Scanner] ++ 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
[SonarQube Scanner] ++ PATH=/builds/local/bin:/builds/.local/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
[SonarQube Scanner] + test xv1.11 '!=' xmaster
[SonarQube Scanner] ++ echo xv1.11x
[SonarQube Scanner] ++ sed -r -e 's/xv[0-9]+\.[0-9]+x//'
[SonarQube Scanner] + test x '!=' x
[SonarQube Scanner] + test xhttps://github.com/open-mpi/hwloc.git '!=' xhttps://github.com/open-mpi/hwloc.git
[SonarQube Scanner] ++ basename hwloc-v1.11-20190314.0500.git550b2be.tar.gz .tar.gz
[SonarQube Scanner] + basename=hwloc-v1.11-20190314.0500.git550b2be
[SonarQube Scanner] + test -d hwloc-v1.11-20190314.0500.git550b2be
[SonarQube Scanner] + tar xfz hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[SonarQube Scanner] + rm hwloc-v1.11-20190314.0500.git550b2be.tar.gz
[SonarQube Scanner] + cd hwloc-v1.11-20190314.0500.git550b2be
[SonarQube Scanner] + touch configure
[SonarQube Scanner] + 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'
[SonarQube Scanner] + 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'
[SonarQube Scanner] + export LDFLAGS=--coverage
[SonarQube Scanner] + LDFLAGS=--coverage
[SonarQube Scanner] + ./configure
[SonarQube Scanner] 
[SonarQube Scanner] ###
[SonarQube Scanner] ### Configuring hwloc distribution tarball
[SonarQube Scanner] ### Startup tests
[SonarQube Scanner] ###
[SonarQube Scanner] checking build system type... x86_64-unknown-linux-gnu
[SonarQube Scanner] checking host system type... x86_64-unknown-linux-gnu
[SonarQube Scanner] checking target system type... x86_64-unknown-linux-gnu
[SonarQube Scanner] checking for a BSD-compatible install... /usr/bin/install -c
[SonarQube Scanner] checking whether build environment is sane... yes
[SonarQube Scanner] checking for a thread-safe mkdir -p... /bin/mkdir -p
[SonarQube Scanner] checking for gawk... gawk
[SonarQube Scanner] checking whether make sets $(MAKE)... yes
[SonarQube Scanner] checking whether make supports nested variables... yes
[SonarQube Scanner] checking whether UID '1000' is supported by ustar format... yes
[SonarQube Scanner] checking whether GID '1000' is supported by ustar format... yes
[SonarQube Scanner] checking how to create a ustar tar archive... gnutar
[SonarQube Scanner] checking whether make supports nested variables... (cached) yes
[SonarQube Scanner] checking for style of include used by make... GNU
[SonarQube Scanner] checking for gcc... gcc
[SonarQube Scanner] checking whether the C compiler works... yes
[SonarQube Scanner] checking for C compiler default output file name... a.out
[SonarQube Scanner] checking for suffix of executables... 
[SonarQube Scanner] checking whether we are cross compiling... no
[SonarQube Scanner] checking for suffix of object files... o
[SonarQube Scanner] checking whether we are using the GNU C compiler... yes
[SonarQube Scanner] checking whether gcc accepts -g... yes
[SonarQube Scanner] checking for gcc option to accept ISO C89... none needed
[SonarQube Scanner] checking whether gcc understands -c and -o together... yes
[SonarQube Scanner] checking dependency style of gcc... gcc3
[SonarQube Scanner] checking how to run the C preprocessor... gcc -E
[SonarQube Scanner] checking for grep that handles long lines and -e... /bin/grep
[SonarQube Scanner] checking for egrep... /bin/grep -E
[SonarQube Scanner] checking for ANSI C header files... yes
[SonarQube Scanner] checking for sys/types.h... yes
[SonarQube Scanner] checking for sys/stat.h... yes
[SonarQube Scanner] checking for stdlib.h... yes
[SonarQube Scanner] checking for string.h... yes
[SonarQube Scanner] checking for memory.h... yes
[SonarQube Scanner] checking for strings.h... yes
[SonarQube Scanner] checking for inttypes.h... yes
[OS_X_12]   CCLD     hwloc_get_obj_below_array_by_type
[Pipeline] [Ubuntu_12.04_x86_64] deleteDir
[Pipeline] [Ubuntu_12.04_x86_64] }
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] hwloc_object_userdata.o: In function `export_cb':
[OpenBSD_5.9_x86_64] ../../tests/hwloc_object_userdata.c:42: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_synthetic.o
[MinGW] config.status: creating tests/linux/allowed/test-topology.sh
[Pipeline] [Ubuntu_12.04_x86_64] // dir
[Pipeline] [Ubuntu_12.04_x86_64] }
[OS_X_12]   CC       hwloc_bitmap_first_last_weight.o
[OS_X_12]   CCLD     hwloc_bitmap_first_last_weight
[SonarQube Scanner] checking for stdint.h... yes
[SonarQube Scanner] checking for unistd.h... yes
[SonarQube Scanner] checking minix/config.h usability... no
[SonarQube Scanner] checking minix/config.h presence... no
[SonarQube Scanner] checking for minix/config.h... no
[SonarQube Scanner] checking whether it is safe to define __EXTENSIONS__... yes
[SonarQube Scanner] checking for gcc... (cached) gcc
[SonarQube Scanner] checking whether we are using the GNU C compiler... (cached) yes
[SonarQube Scanner] checking whether gcc accepts -g... (cached) yes
[SonarQube Scanner] checking for gcc option to accept ISO C89... (cached) none needed
[SonarQube Scanner] checking whether gcc understands -c and -o together... (cached) yes
[SonarQube Scanner] checking dependency style of gcc... (cached) gcc3
[SonarQube Scanner] checking for g++... g++
[SonarQube Scanner] checking whether we are using the GNU C++ compiler... yes
[SonarQube Scanner] checking whether g++ accepts -g... yes
[SonarQube Scanner] checking dependency style of g++... gcc3
[SonarQube Scanner] checking for ar... ar
[SonarQube Scanner] checking the archiver (ar) interface... ar
[SonarQube Scanner] checking for pkg-config... /usr/bin/pkg-config
[SonarQube Scanner] checking pkg-config is at least version 0.9.0... yes
[Pipeline] [Ubuntu_12.04_x86_64] // node
[Pipeline] [Ubuntu_12.04_x86_64] }
[OS_X_12]   CC       hwloc_bitmap_singlify.o
[OS_X_12]   CCLD     hwloc_bitmap_singlify
[OS_X_12]   CC       hwloc_type_depth.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_synthetic
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_custom.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_custom
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_backends.o
[MinGW] config.status: creating tests/linux/gather/test-gather-topology.sh
[MinGW] config.status: creating tests/linux/test-topology.sh
[MinGW] config.status: creating tests/xml/test-topology.sh
[MinGW] config.status: creating tests/wrapper.sh
[MinGW] config.status: creating utils/hwloc/hwloc-assembler-remote
[MinGW] config.status: creating utils/hwloc/hwloc-compress-dir
[Embedded] autoreconf: running: automake --add-missing --copy --force-missing
[SonarQube Scanner] checking for X... libraries , headers 
[SonarQube Scanner] 
[SonarQube Scanner] ###
[SonarQube Scanner] ### Configuring hwloc core
[SonarQube Scanner] ###
[SonarQube Scanner] checking hwloc building mode... standalone
[SonarQube Scanner] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be
[SonarQube Scanner] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be
[SonarQube Scanner] checking for hwloc version... v1.11-20190314.0500.git550b2be
[SonarQube Scanner] checking if want hwloc maintainer support... disabled
[SonarQube Scanner] checking for hwloc directory prefix... (none)
[SonarQube Scanner] checking for hwloc symbol prefix... hwloc_
[SonarQube Scanner] checking size of void *... 8
[SonarQube Scanner] checking which OS support to include... Linux
[SonarQube Scanner] checking which CPU support to include... x86_64
[SonarQube Scanner] checking size of unsigned long... 8
[SonarQube Scanner] checking size of unsigned int... 4
[SonarQube Scanner] checking for the C compiler vendor... gnu
[SonarQube Scanner] checking for __attribute__... yes
[SonarQube Scanner] checking for __attribute__(aligned)... yes
[SonarQube Scanner] checking for __attribute__(always_inline)... yes
[SonarQube Scanner] checking for __attribute__(cold)... yes
[SonarQube Scanner] checking for __attribute__(const)... yes
[SonarQube Scanner] checking for __attribute__(deprecated)... yes
[OS_X_12]   CCLD     hwloc_type_depth
[OS_X_12]   CC       hwloc_bind.o
[OS_X_12]   CCLD     hwloc_bind
[OS_X_12]   CC       hwloc_get_last_cpu_location.o
[OS_X_12]   CCLD     hwloc_get_last_cpu_location
[OS_X_9] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[OpenBSD_5.9_x86_64]   CCLD     hwloc_backends
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_pci_backend.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_pci_backend
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_is_thissystem.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_is_thissystem
[OpenIndiana_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[MinGW] config.status: creating utils/hwloc/hwloc-gather-topology
[MinGW] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[MinGW] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[MinGW] config.status: creating utils/hwloc/test-hwloc-calc.sh
[MinGW] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[Embedded] configure.ac:16: installing `./config/compile'
[Embedded] configure.ac:9: installing `./config/config.guess'
[Embedded] configure.ac:9: installing `./config/config.sub'
[Embedded] configure.ac:10: installing `./config/install-sh'
[Embedded] configure.ac:10: installing `./config/missing'
[SonarQube Scanner] checking for __attribute__(format)... yes
[SonarQube Scanner] checking for __attribute__(hot)... yes
[SonarQube Scanner] checking for __attribute__(malloc)... yes
[SonarQube Scanner] checking for __attribute__(may_alias)... yes
[SonarQube Scanner] checking for __attribute__(no_instrument_function)... yes
[SonarQube Scanner] checking for __attribute__(nonnull)... yes
[SonarQube Scanner] checking for __attribute__(noreturn)... yes
[SonarQube Scanner] checking for __attribute__(packed)... yes
[SonarQube Scanner] checking for __attribute__(pure)... yes
[SonarQube Scanner] checking for __attribute__(sentinel)... yes
[SonarQube Scanner] checking for __attribute__(unused)... yes
[SonarQube Scanner] checking for __attribute__(warn_unused_result)... yes
[SonarQube Scanner] checking for __attribute__(weak_alias)... yes
[SonarQube Scanner] checking if gcc supports -fvisibility=hidden... no
[SonarQube Scanner] checking whether to enable symbol visibility... no (unsupported)
[SonarQube Scanner] checking whether the C compiler rejects function calls with too many arguments... yes
[SonarQube Scanner] checking whether the C compiler rejects function calls with too few arguments... yes
[SonarQube Scanner] checking for unistd.h... (cached) yes
[SonarQube Scanner] checking dirent.h usability... yes
[SonarQube Scanner] checking dirent.h presence... yes
[SonarQube Scanner] checking for dirent.h... yes
[SonarQube Scanner] checking for strings.h... (cached) yes
[SonarQube Scanner] checking ctype.h usability... yes
[SonarQube Scanner] checking ctype.h presence... yes
[SonarQube Scanner] checking for ctype.h... yes
[SonarQube Scanner] checking for strcasecmp... yes
[SonarQube Scanner] checking whether strcasecmp is declared... yes
[SonarQube Scanner] checking whether function strcasecmp has a complete prototype... yes
[SonarQube Scanner] checking for strncasecmp... yes
[SonarQube Scanner] checking whether strncasecmp is declared... yes
[SonarQube Scanner] checking whether function strncasecmp has a complete prototype... yes
[SonarQube Scanner] checking for strftime... yes
[SonarQube Scanner] checking for setlocale... yes
[SonarQube Scanner] checking for stdint.h... (cached) yes
[SonarQube Scanner] checking sys/mman.h usability... yes
[SonarQube Scanner] checking sys/mman.h presence... yes
[SonarQube Scanner] checking for sys/mman.h... yes
[SonarQube Scanner] checking for KAFFINITY... no
[SonarQube Scanner] checking for PROCESSOR_CACHE_TYPE... no
[SonarQube Scanner] checking for CACHE_DESCRIPTOR... no
[SonarQube Scanner] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[OS_X_12]   CC       hwloc_get_area_memlocation.o
[OS_X_12]   CCLD     hwloc_get_area_memlocation
[OS_X_12]   CC       hwloc_object_userdata.o
[OS_X_12]   CCLD     hwloc_object_userdata
[OS_X_12]   CC       hwloc_synthetic.o
[OS_X_12]   CCLD     hwloc_synthetic
[OS_X_9] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_distances.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_distances
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_groups.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_groups
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_groups2.o
[MinGW] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[MinGW] config.status: creating utils/hwloc/test-hwloc-distances.sh
[MinGW] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[MinGW] config.status: creating utils/hwloc/test-hwloc-info.sh
[MinGW] config.status: creating utils/hwloc/test-fake-plugin.sh
[MinGW] config.status: creating utils/lstopo/test-hwloc-ls.sh
[MinGW] config.status: creating contrib/systemd/Makefile
[MinGW] config.status: creating include/private/autogen/config.h
[Embedded] hwloc-tree/src/Makefile.am: installing `./config/depcomp'
[Embedded] autoreconf: Leaving directory `.'
[Embedded] === 6: Running non-VPATH configure...
[Embedded] checking build system type... x86_64-unknown-linux-gnu
[Embedded] checking host system type... x86_64-unknown-linux-gnu
[Embedded] checking target system type... x86_64-unknown-linux-gnu
[Embedded] checking for a BSD-compatible install... /usr/bin/install -c
[SonarQube Scanner] checking for RelationProcessorPackage... no
[SonarQube Scanner] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[SonarQube Scanner] checking for GROUP_AFFINITY... no
[SonarQube Scanner] checking for PROCESSOR_RELATIONSHIP... no
[SonarQube Scanner] checking for NUMA_NODE_RELATIONSHIP... no
[SonarQube Scanner] checking for CACHE_RELATIONSHIP... no
[SonarQube Scanner] checking for PROCESSOR_GROUP_INFO... no
[SonarQube Scanner] checking for GROUP_RELATIONSHIP... no
[SonarQube Scanner] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[SonarQube Scanner] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[SonarQube Scanner] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[SonarQube Scanner] checking for PROCESSOR_NUMBER... no
[SonarQube Scanner] checking for main in -lgdi32... no
[SonarQube Scanner] checking for PostQuitMessage in -luser32... no
[SonarQube Scanner] checking windows.h usability... no
[SonarQube Scanner] checking windows.h presence... no
[SonarQube Scanner] checking for windows.h... no
[SonarQube Scanner] checking sys/lgrp_user.h usability... no
[SonarQube Scanner] checking sys/lgrp_user.h presence... no
[SonarQube Scanner] checking for sys/lgrp_user.h... no
[SonarQube Scanner] checking kstat.h usability... no
[SonarQube Scanner] checking kstat.h presence... no
[SonarQube Scanner] checking for kstat.h... no
[SonarQube Scanner] checking whether fabsf is declared... yes
[SonarQube Scanner] checking for fabsf in -lm... yes
[SonarQube Scanner] checking whether modff is declared... yes
[SonarQube Scanner] checking for modff in -lm... yes
[SonarQube Scanner] checking picl.h usability... no
[SonarQube Scanner] checking picl.h presence... no
[SonarQube Scanner] checking for picl.h... no
[SonarQube Scanner] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[SonarQube Scanner] checking whether _SC_NPROCESSORS_CONF is declared... yes
[SonarQube Scanner] checking whether _SC_NPROC_ONLN is declared... no
[SonarQube Scanner] checking whether _SC_NPROC_CONF is declared... no
[SonarQube Scanner] checking whether _SC_PAGESIZE is declared... yes
[SonarQube Scanner] checking whether _SC_PAGE_SIZE is declared... yes
[SonarQube Scanner] checking whether _SC_LARGE_PAGESIZE is declared... no
[SonarQube Scanner] checking mach/mach_host.h usability... no
[SonarQube Scanner] checking mach/mach_host.h presence... no
[SonarQube Scanner] checking for mach/mach_host.h... no
[SonarQube Scanner] checking mach/mach_init.h usability... no
[SonarQube Scanner] checking mach/mach_init.h presence... no
[SonarQube Scanner] checking for mach/mach_init.h... no
[SonarQube Scanner] checking sys/param.h usability... yes
[SonarQube Scanner] checking sys/param.h presence... yes
[SonarQube Scanner] checking for sys/param.h... yes
[SonarQube Scanner] checking for sys/sysctl.h... yes
[SonarQube Scanner] checking whether CTL_HW is declared... no
[SonarQube Scanner] checking whether HW_NCPU is declared... no
[OS_X_12]   CC       hwloc_custom.o
[OS_X_12]   CCLD     hwloc_custom
[OS_X_12]   CC       hwloc_backends.o
[OS_X_12]   CCLD     hwloc_backends
[OS_X_12]   CC       hwloc_pci_backend.o
[OS_X_12]   CCLD     hwloc_pci_backend
[OpenBSD_5.9_x86_64]   CCLD     hwloc_groups2
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_insert_misc.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_insert_misc
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_topology_restrict.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_topology_restrict
[OpenIndiana_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] # TOTAL: 20
[OpenIndiana_x86_64] # PASS:  20
[OpenIndiana_x86_64] # SKIP:  0
[OpenIndiana_x86_64] # XFAIL: 0
[OpenIndiana_x86_64] # FAIL:  0
[OpenIndiana_x86_64] # XPASS: 0
[OpenIndiana_x86_64] # ERROR: 0
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] Making check in contrib/systemd
[OpenIndiana_x86_64] Making check in doc
[OpenIndiana_x86_64] make  check-recursive
[MinGW] config.status: creating include/hwloc/autogen/config.h
[MinGW] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[MinGW] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[MinGW] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[MinGW] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[MinGW] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[MinGW] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[MinGW] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[MinGW] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[MinGW] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[MinGW] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[MinGW] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[Embedded] checking whether build environment is sane... yes
[Embedded] checking for a thread-safe mkdir -p... /bin/mkdir -p
[Embedded] checking for gawk... gawk
[Embedded] checking whether make sets $(MAKE)... yes
[Embedded] checking how to create a ustar tar archive... gnutar
[Embedded] checking for gcc... gcc
[Embedded] checking for C compiler default output file name... a.out
[Embedded] checking whether the C compiler works... yes
[Embedded] checking whether we are cross compiling... no
[Embedded] checking for suffix of executables... 
[Embedded] checking for suffix of object files... o
[Embedded] checking whether we are using the GNU C compiler... yes
[Embedded] checking whether gcc accepts -g... yes
[Embedded] checking for gcc option to accept ISO C89... none needed
[Embedded] checking for style of include used by make... GNU
[Embedded] checking dependency style of gcc... gcc3
[Embedded] checking whether gcc and cc understand -c and -o together... yes
[Embedded] 
[Embedded] === Configuring hwloc (embedded mode)
[Embedded] checking how to run the C preprocessor... gcc -E
[Embedded] checking for grep that handles long lines and -e... /bin/grep
[Embedded] checking for egrep... /bin/grep -E
[Embedded] checking for ANSI C header files... yes
[Embedded] checking for sys/types.h... yes
[Embedded] checking for sys/stat.h... yes
[Embedded] checking for stdlib.h... yes
[Embedded] checking for string.h... yes
[Embedded] checking for memory.h... yes
[Embedded] checking for strings.h... yes
[Embedded] checking for inttypes.h... yes
[SonarQube Scanner] checking whether strtoull is declared... yes
[SonarQube Scanner] checking for ssize_t... yes
[SonarQube Scanner] checking whether snprintf is declared... yes
[SonarQube Scanner] checking whether _strdup is declared... no
[SonarQube Scanner] checking whether _putenv is declared... no
[SonarQube Scanner] checking whether getprogname is declared... no
[SonarQube Scanner] checking whether getexecname is declared... no
[SonarQube Scanner] checking whether GetModuleFileName is declared... no
[SonarQube Scanner] checking for program_invocation_name... yes
[SonarQube Scanner] checking for __progname... yes
[SonarQube Scanner] checking for pthread_t... yes
[SonarQube Scanner] checking whether sched_getcpu is declared... yes
[SonarQube Scanner] checking whether sched_setaffinity is declared... yes
[SonarQube Scanner] checking whether function sched_setaffinity has a complete prototype... yes
[SonarQube Scanner] checking for old prototype of sched_setaffinity... no
[SonarQube Scanner] checking for working CPU_SET... yes
[SonarQube Scanner] checking for working CPU_SET_S... yes
[SonarQube Scanner] checking for working syscall... yes
[SonarQube Scanner] checking for KERRIGHED... no
[SonarQube Scanner] checking for lib... no
[SonarQube Scanner] checking for bash... /bin/bash
[SonarQube Scanner] checking for ffs... yes
[SonarQube Scanner] checking whether ffs is declared... yes
[SonarQube Scanner] checking whether function ffs has a complete prototype... yes
[SonarQube Scanner] checking for ffsl... yes
[SonarQube Scanner] checking whether ffsl is declared... yes
[SonarQube Scanner] checking whether function ffsl has a complete prototype... yes
[SonarQube Scanner] checking for fls... no
[SonarQube Scanner] checking for flsl... no
[OS_X_12]   CC       hwloc_is_thissystem.o
[OS_X_12]   CCLD     hwloc_is_thissystem
[OS_X_12]   CC       hwloc_distances.o
[OS_X_12]   CCLD     hwloc_distances
[OS_X_12]   CC       hwloc_groups.o
[OS_X_9] PASS: 192em64t-24n8c2t-distancegroups.xml
[OS_X_9] ============================================================================
[OS_X_9] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OS_X_9] ============================================================================
[OS_X_9] # TOTAL: 20
[OS_X_9] # PASS:  20
[OS_X_9] # SKIP:  0
[OS_X_9] # XFAIL: 0
[OS_X_9] # FAIL:  0
[OS_X_9] # XPASS: 0
[OS_X_9] # ERROR: 0
[OS_X_9] ============================================================================
[OS_X_9] Making check in contrib/systemd
[OS_X_9] make[1]: Nothing to be done for `check'.
[OS_X_9] Making check in doc
[OS_X_9] /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-recursive
[OS_X_9] Making check in examples
[OS_X_9] /Applications/Xcode.app/Contents/Developer/usr/bin/make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[OS_X_9]   CC       hwloc-hello.o
[OS_X_9]   CCLD     hwloc-hello
[OS_X_9]   CXX      hwloc-hello-cpp.o
[OS_X_9]   CXXLD    hwloc-hello-cpp
[OS_X_9]   CC       cpuset+bitmap+cpubind.o
[OS_X_9]   CCLD     cpuset+bitmap+cpubind
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_topology_dup.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_topology_dup
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_topology_diff.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_topology_diff
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_obj_infos.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_obj_infos
[OpenIndiana_x86_64] Making check in examples
[OpenIndiana_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind  nodeset+membind+policy get-knl-modes  gpu sharedcaches
[OpenIndiana_x86_64]   CC       hwloc-hello.o
[OpenIndiana_x86_64]   CCLD     hwloc-hello
[OpenIndiana_x86_64]   CXX      hwloc-hello-cpp.o
[OpenIndiana_x86_64]   CXXLD    hwloc-hello-cpp
[OpenIndiana_x86_64]   CC       cpuset+bitmap+cpubind.o
[OpenIndiana_x86_64]   CCLD     cpuset+bitmap+cpubind
[OpenIndiana_x86_64]   CC       nodeset+membind+policy.o
[OpenIndiana_x86_64]   CCLD     nodeset+membind+policy
[MinGW] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[MinGW] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[MinGW] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[MinGW] config.status: executing depfiles commands
[Embedded] checking for stdint.h... yes
[Embedded] checking for unistd.h... yes
[Embedded] checking minix/config.h usability... no
[Embedded] checking minix/config.h presence... no
[Embedded] checking for minix/config.h... no
[Embedded] checking whether it is safe to define __EXTENSIONS__... yes
[Embedded] checking for pkg-config... /usr/bin/pkg-config
[Embedded] checking pkg-config is at least version 0.9.0... yes
[Embedded] checking for X... libraries , headers 
[Embedded] checking hwloc building mode... embedded
[Embedded] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree
[Embedded] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree
[Embedded] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Embedded] checking if want hwloc maintainer support... disabled (embedded mode)
[Embedded] checking for hwloc directory prefix... hwloc-tree/
[Embedded] checking for hwloc symbol prefix... mytest_
[Embedded] checking size of void *... 8
[Embedded] checking which OS support to include... Linux
[Embedded] checking which CPU support to include... x86_64
[Embedded] checking size of unsigned long... 8
[Embedded] checking size of unsigned int... 4
[Embedded] checking for the C compiler vendor... gnu
[Embedded] checking for __attribute__... yes
[Embedded] checking for __attribute__(aligned)... yes
[Embedded] checking for __attribute__(always_inline)... yes
[Embedded] checking for __attribute__(cold)... yes
[Embedded] checking for __attribute__(const)... yes
[Embedded] checking for __attribute__(deprecated)... yes
[Embedded] checking for __attribute__(format)... yes
[Embedded] checking for __attribute__(hot)... yes
[Embedded] checking for __attribute__(malloc)... yes
[Embedded] checking for __attribute__(may_alias)... yes
[Embedded] checking for __attribute__(no_instrument_function)... yes
[Embedded] checking for __attribute__(nonnull)... yes
[Embedded] checking for __attribute__(noreturn)... yes
[Embedded] checking for __attribute__(packed)... yes
[Embedded] checking for __attribute__(pure)... yes
[Embedded] checking for __attribute__(sentinel)... yes
[Embedded] checking for __attribute__(unused)... yes
[Embedded] checking for __attribute__(warn_unused_result)... yes
[Embedded] checking for __attribute__(weak_alias)... yes
[Embedded] checking if gcc supports -fvisibility=hidden... yes
[Embedded] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[SonarQube Scanner] checking for clz... no
[SonarQube Scanner] checking for clzl... no
[SonarQube Scanner] checking for openat... yes
[SonarQube Scanner] checking malloc.h usability... yes
[SonarQube Scanner] checking malloc.h presence... yes
[SonarQube Scanner] checking for malloc.h... yes
[SonarQube Scanner] checking for getpagesize... yes
[SonarQube Scanner] checking for memalign... yes
[SonarQube Scanner] checking for posix_memalign... yes
[SonarQube Scanner] checking sys/utsname.h usability... yes
[SonarQube Scanner] checking sys/utsname.h presence... yes
[SonarQube Scanner] checking for sys/utsname.h... yes
[SonarQube Scanner] checking for uname... yes
[SonarQube Scanner] checking valgrind/valgrind.h usability... yes
[SonarQube Scanner] checking valgrind/valgrind.h presence... yes
[SonarQube Scanner] checking for valgrind/valgrind.h... yes
[SonarQube Scanner] checking whether RUNNING_ON_VALGRIND is declared... yes
[SonarQube Scanner] checking pthread_np.h usability... no
[SonarQube Scanner] checking pthread_np.h presence... no
[SonarQube Scanner] checking for pthread_np.h... no
[SonarQube Scanner] checking whether pthread_setaffinity_np is declared... yes
[SonarQube Scanner] checking whether pthread_getaffinity_np is declared... yes
[SonarQube Scanner] checking for sched_setaffinity... yes
[SonarQube Scanner] checking for sys/cpuset.h... no
[SonarQube Scanner] checking for cpuset_setaffinity... no
[SonarQube Scanner] checking for library containing pthread_getthrds_np... no
[SonarQube Scanner] checking for cpuset_setid... no
[SonarQube Scanner] checking numaif.h usability... yes
[SonarQube Scanner] checking numaif.h presence... yes
[SonarQube Scanner] checking for numaif.h... yes
[SonarQube Scanner] checking for numa_available in -lnuma... yes
[SonarQube Scanner] checking for set_mempolicy in -lnuma... yes
[OS_X_12]   CCLD     hwloc_groups
[OS_X_12]   CC       hwloc_groups2.o
[OS_X_12]   CCLD     hwloc_groups2
[OS_X_12]   CC       hwloc_insert_misc.o
[OS_X_12]   CCLD     hwloc_insert_misc
[OS_X_9]   CC       nodeset+membind+policy.o
[OS_X_9]   CCLD     nodeset+membind+policy
[OS_X_9]   CC       get-knl-modes.o
[OS_X_9]   CCLD     get-knl-modes
[OS_X_9]   CC       gpu.o
[OS_X_9]   CCLD     gpu
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       hwloc_iodevs.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc_iodevs
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       xmlbuffer.o
[OpenBSD_5.9_x86_64]   CCLD     xmlbuffer
[OpenIndiana_x86_64]   CC       get-knl-modes.o
[OpenIndiana_x86_64]   CCLD     get-knl-modes
[OpenIndiana_x86_64]   CC       gpu.o
[OpenIndiana_x86_64]   CCLD     gpu
[OpenIndiana_x86_64]   CC       sharedcaches.o
[OpenIndiana_x86_64]   CCLD     sharedcaches
[OpenIndiana_x86_64] make  check-TESTS
[OpenIndiana_x86_64] PASS: hwloc-hello
[OpenIndiana_x86_64] PASS: hwloc-hello-cpp
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] # TOTAL: 2
[OpenIndiana_x86_64] # PASS:  2
[OpenIndiana_x86_64] # SKIP:  0
[OpenIndiana_x86_64] # XFAIL: 0
[OpenIndiana_x86_64] # FAIL:  0
[OpenIndiana_x86_64] # XPASS: 0
[OpenIndiana_x86_64] # ERROR: 0
[OpenIndiana_x86_64] ============================================================================
[OpenIndiana_x86_64] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[OpenIndiana_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[OpenIndiana_x86_64] root lgrp contains 2 allowed PUs
[OpenIndiana_x86_64] root lgrp contains allowed PU #0 = P#0
[OpenIndiana_x86_64] root lgrp contains allowed PU #1 = P#1
[OpenIndiana_x86_64] root lgrp contains 1 allowed NUMA nodes
[OpenIndiana_x86_64] root lgrp contains allowed NUMA node #0 = P#0
[OpenIndiana_x86_64] root lgrp contains 2 PUs
[OpenIndiana_x86_64] root lgrp contains 1 NUMA nodes
[OpenIndiana_x86_64] root lgrp contains NUMA node #0 = P#0
[OpenIndiana_x86_64] NUMA node 0 has 2096756kB
[OpenIndiana_x86_64] NUMA node 0 contains 2 PUs
[OpenIndiana_x86_64] node 0's cpu 0 is 0
[OpenIndiana_x86_64] node 0's cpu 1 is 1
[OpenIndiana_x86_64] node 0 has cpuset 0x00000003
[OpenIndiana_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[OpenIndiana_x86_64] PICL gave cache #0 size 32768 line 64 associativity 8
[OpenIndiana_x86_64] PICL gave cache #1 size 32768 line 64 associativity 8
[OpenIndiana_x86_64] PICL gave cache #2 size 0 line 0 associativity 0
[OpenIndiana_x86_64] PICL gave cache #3 size 2097152 line 64 associativity 8
[OpenIndiana_x86_64] PICL gave cache #4 size 0 line 0 associativity 0
[OpenIndiana_x86_64] cpu0
[OpenIndiana_x86_64] cpu0's state is on-line
[OpenIndiana_x86_64] 0 on package 0 (0)
[OpenIndiana_x86_64] 0 on core 0 (0)
[OpenIndiana_x86_64] cpu1
[OpenIndiana_x86_64] cpu1's state is on-line
[OpenIndiana_x86_64] 1 on package 1 (1)
[OpenIndiana_x86_64] 1 on core 1 (1)
[OpenIndiana_x86_64] 2 Packages
[OpenIndiana_x86_64] Package 0 has cpuset 0x00000001
[OpenIndiana_x86_64] Package 1 has cpuset 0x00000002
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] 2 Cores
[OpenIndiana_x86_64] Core 0 has cpuset 0x00000001
[OpenIndiana_x86_64] Core 1 has cpuset 0x00000002
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] 2 PUs
[OpenIndiana_x86_64] PU 0 has cpuset 0x00000001
[OpenIndiana_x86_64] PU 1 has cpuset 0x00000002
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[OpenIndiana_x86_64] Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]   NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 nodeset 0x00000001
[OpenIndiana_x86_64]     Package#0(CPUModel="Intel Core Processor (Skylake, IBRS)") cpuset 0x00000001
[OpenIndiana_x86_64]       Core#0 cpuset 0x00000001
[OpenIndiana_x86_64]         PU#0 cpuset 0x00000001
[OpenIndiana_x86_64]     Package#1(CPUModel="Intel Core Processor (Skylake, IBRS)") cpuset 0x00000002
[OpenIndiana_x86_64]       Core#1 cpuset 0x00000002
[OpenIndiana_x86_64]         PU#1 cpuset 0x00000002
[OpenIndiana_x86_64] Backend x86 forcing a reconnect of levels
[OpenIndiana_x86_64] --- NUMANode level has number 1
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- Package level has number 2
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- Core level has number 3
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- PU level has number 4
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[OpenIndiana_x86_64] highest cpuid 4, cpuid type 0
[OpenIndiana_x86_64] highest extended cpuid 8000000a
[OpenIndiana_x86_64] binding to CPU0
[OpenIndiana_x86_64] APIC ID 0x00 max_log_proc 1
[OpenIndiana_x86_64] phys 0 thread 0
[OpenIndiana_x86_64] cache 0 type 1
[OpenIndiana_x86_64] thus 1 threads
[OpenIndiana_x86_64] this is thread 0 of core 0
[OpenIndiana_x86_64] cache 1 type 2
[OpenIndiana_x86_64] cache 2 type 3
[OpenIndiana_x86_64] cache 3 type 0
[OpenIndiana_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[OpenIndiana_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[OpenIndiana_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[OpenIndiana_x86_64] binding to CPU1
[OpenIndiana_x86_64] APIC ID 0x01 max_log_proc 1
[OpenIndiana_x86_64] phys 1 thread 0
[OpenIndiana_x86_64] cache 0 type 1
[OpenIndiana_x86_64] thus 1 threads
[OpenIndiana_x86_64] this is thread 0 of core 0
[OpenIndiana_x86_64] cache 1 type 2
[OpenIndiana_x86_64] cache 2 type 3
[OpenIndiana_x86_64] cache 3 type 0
[OpenIndiana_x86_64] cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[OpenIndiana_x86_64] cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
[OpenIndiana_x86_64] cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
[OpenIndiana_x86_64] os L2 cache 0 has cpuset 0x00000001
[OpenIndiana_x86_64] os L2 cache 1 has cpuset 0x00000002
[OpenIndiana_x86_64] os L1 cache 0 has cpuset 0x00000001
[OpenIndiana_x86_64] os L1 cache 1 has cpuset 0x00000002
[OpenIndiana_x86_64] os L1 cache 0 has cpuset 0x00000001
[OpenIndiana_x86_64] os L1 cache 1 has cpuset 0x00000002
[OpenIndiana_x86_64] Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc Backend=x86) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]   NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 arity 2
[OpenIndiana_x86_64]     Package#0(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000001 arity 1
[OpenIndiana_x86_64]       L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001
[OpenIndiana_x86_64]         L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001
[OpenIndiana_x86_64]           L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001
[OpenIndiana_x86_64]             Core#0 cpuset 0x00000001 arity 1
[OpenIndiana_x86_64]               PU#0 cpuset 0x00000001
[OpenIndiana_x86_64]     Package#1(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000002 arity 1
[OpenIndiana_x86_64]       L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002
[OpenIndiana_x86_64]         L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002
[OpenIndiana_x86_64]           L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002
[OpenIndiana_x86_64]             Core#1 cpuset 0x00000002 arity 1
[OpenIndiana_x86_64]               PU#1 cpuset 0x00000002
[OpenIndiana_x86_64] Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc Backend=x86) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0x00000003 nodeset 0x0 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]   NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 arity 2
[OpenIndiana_x86_64]     Package#0(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000001 arity 1
[OpenIndiana_x86_64]       L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001
[OpenIndiana_x86_64]         L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001
[OpenIndiana_x86_64]           L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001
[OpenIndiana_x86_64]             Core#0 cpuset 0x00000001 arity 1
[OpenIndiana_x86_64]               PU#0 cpuset 0x00000001
[OpenIndiana_x86_64]     Package#1(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000002 arity 1
[OpenIndiana_x86_64]       L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002
[OpenIndiana_x86_64]         L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002
[OpenIndiana_x86_64]           L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002
[OpenIndiana_x86_64]             Core#1 cpuset 0x00000002 arity 1
[OpenIndiana_x86_64]               PU#1 cpuset 0x00000002
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] Restrict topology cpusets to existing PU and NODE objects
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] Propagate offline and disallowed cpus down and up
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] Propagate nodesets
[OpenIndiana_x86_64] Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]   NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OpenIndiana_x86_64]     Package#0(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]       L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]         L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]           L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]             Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]               PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]     Package#1(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]       L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]         L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]           L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]             Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]               PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] Removing unauthorized and offline sets from all sets
[OpenIndiana_x86_64] Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]   NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OpenIndiana_x86_64]     Package#0(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]       L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]         L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]           L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]             Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]               PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]     Package#1(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]       L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]         L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]           L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]             Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]               PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] Add default object sets
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] Ok, finished tweaking, now connect
[OpenIndiana_x86_64] --- NUMANode level has number 1
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- Package level has number 2
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- Cache level depth 2 has number 3
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- Cache level depth 1 has number 4
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- Cache level depth 1 has number 5
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- Core level has number 6
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- PU level has number 7
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]   NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OpenIndiana_x86_64]     Package#0(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]       L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]         L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]           L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]             Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]               PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]     Package#1(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]       L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]         L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]           L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]             Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]               PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] Removing ignored objects
[OpenIndiana_x86_64] Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]   NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OpenIndiana_x86_64]     Package#0(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]       L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]         L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]           L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]             Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]               PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]     Package#1(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]       L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]         L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]           L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]             Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]               PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] Removing empty objects except numa nodes and PCI devices
[OpenIndiana_x86_64] Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]   NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OpenIndiana_x86_64]     Package#0(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]       L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]         L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]           L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]             Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]               PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]     Package#1(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]       L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]         L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]           L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]             Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]               PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[OpenIndiana_x86_64] Machine#0(Backend=Solaris OSName=SunOS OSRelease=5.11 OSVersion=illumos-79f1e6171e HostName=openindiana Architecture=i86pc Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]   NUMANode#0(local=2096756KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OpenIndiana_x86_64]     Package#0(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]       L2Cache#0(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]         L1dCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]           L1iCache#0(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]             Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]               PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64]     Package#1(CPUModel="Intel Core Processor (Skylake, IBRS)" CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUStepping=3) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]       L2Cache#1(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]         L1dCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]           L1iCache#1(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]             Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OpenIndiana_x86_64]               PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OpenIndiana_x86_64] --- NUMANode level has number 1
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- Package level has number 2
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- Cache level depth 2 has number 3
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- Cache level depth 1 has number 4
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- Cache level depth 1 has number 5
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- Core level has number 6
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] --- PU level has number 7
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] 
[OpenIndiana_x86_64] Propagate total memory up
[OpenIndiana_x86_64] Machine (2048MB total) + NUMANode L#0 (P#0 2048MB)
[OpenIndiana_x86_64]   Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
[OpenIndiana_x86_64]   Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
[OpenIndiana_x86_64] + cd ..
[OpenIndiana_x86_64] + exit 0
[Embedded] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Embedded] checking whether the C compiler rejects function calls with too many arguments... yes
[Embedded] checking whether the C compiler rejects function calls with too few arguments... yes
[Embedded] checking for unistd.h... (cached) yes
[Embedded] checking dirent.h usability... yes
[Embedded] checking dirent.h presence... yes
[Embedded] checking for dirent.h... yes
[Embedded] checking for strings.h... (cached) yes
[Embedded] checking ctype.h usability... yes
[Embedded] checking ctype.h presence... yes
[Embedded] checking for ctype.h... yes
[Embedded] checking for strcasecmp... yes
[Embedded] checking whether strcasecmp is declared... yes
[Embedded] checking whether function strcasecmp has a complete prototype... yes
[Embedded] checking for strncasecmp... yes
[Embedded] checking whether strncasecmp is declared... yes
[Embedded] checking whether function strncasecmp has a complete prototype... yes
[Embedded] checking for strftime... yes
[Embedded] checking for setlocale... yes
[Embedded] checking for stdint.h... (cached) yes
[Embedded] checking sys/mman.h usability... yes
[Embedded] checking sys/mman.h presence... yes
[Embedded] checking for sys/mman.h... yes
[Embedded] checking for KAFFINITY... no
[Embedded] checking for PROCESSOR_CACHE_TYPE... no
[Embedded] checking for CACHE_DESCRIPTOR... no
[Embedded] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Embedded] checking for RelationProcessorPackage... no
[Embedded] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Embedded] checking for GROUP_AFFINITY... no
[Embedded] checking for PROCESSOR_RELATIONSHIP... no
[Embedded] checking for NUMA_NODE_RELATIONSHIP... no
[Embedded] checking for CACHE_RELATIONSHIP... no
[Embedded] checking for PROCESSOR_GROUP_INFO... no
[Embedded] checking for GROUP_RELATIONSHIP... no
[Embedded] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Embedded] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Embedded] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Embedded] checking for PROCESSOR_NUMBER... no
[Embedded] checking for main in -lgdi32... no
[Embedded] checking for PostQuitMessage in -luser32... no
[Embedded] checking windows.h usability... no
[SonarQube Scanner] checking for mbind in -lnuma... yes
[SonarQube Scanner] checking for migrate_pages in -lnuma... yes
[SonarQube Scanner] checking for move_pages in -lnuma... yes
[SonarQube Scanner] checking libudev.h usability... no
[SonarQube Scanner] checking libudev.h presence... no
[SonarQube Scanner] checking for libudev.h... no
[SonarQube Scanner] checking for PCIACCESS... yes
[SonarQube Scanner] checking pciaccess.h usability... yes
[SonarQube Scanner] checking pciaccess.h presence... yes
[SonarQube Scanner] checking for pciaccess.h... yes
[SonarQube Scanner] checking for pci_slot_match_iterator_create... yes
[SonarQube Scanner] checking for final PCIACCESS support... yes
[SonarQube Scanner] checking CL/cl_ext.h usability... yes
[SonarQube Scanner] checking CL/cl_ext.h presence... yes
[SonarQube Scanner] checking for CL/cl_ext.h... yes
[SonarQube Scanner] checking for clGetDeviceIDs in -lOpenCL... yes
[SonarQube Scanner] checking whether CL_DEVICE_TOPOLOGY_AMD is declared... yes
[SonarQube Scanner] checking cuda.h usability... no
[SonarQube Scanner] checking cuda.h presence... no
[SonarQube Scanner] checking for cuda.h... no
[SonarQube Scanner] checking cuda_runtime_api.h usability... no
[SonarQube Scanner] checking cuda_runtime_api.h presence... no
[SonarQube Scanner] checking for cuda_runtime_api.h... no
[SonarQube Scanner] checking nvml.h usability... no
[SonarQube Scanner] checking nvml.h presence... no
[SonarQube Scanner] checking for nvml.h... no
[SonarQube Scanner] checking for gethostbyname... yes
[SonarQube Scanner] checking for connect... yes
[SonarQube Scanner] checking for remove... yes
[SonarQube Scanner] checking for shmat... yes
[Pipeline] [OpenIndiana_x86_64] deleteDir
[OS_X_12]   CC       hwloc_topology_restrict.o
[Embedded] checking windows.h presence... no
[Embedded] checking for windows.h... no
[Embedded] checking sys/lgrp_user.h usability... no
[Embedded] checking sys/lgrp_user.h presence... no
[Embedded] checking for sys/lgrp_user.h... no
[Embedded] checking kstat.h usability... no
[Embedded] checking kstat.h presence... no
[Embedded] checking for kstat.h... no
[Embedded] checking whether fabsf is declared... yes
[Embedded] checking for fabsf in -lm... yes
[Embedded] checking whether modff is declared... yes
[Embedded] checking for modff in -lm... yes
[Embedded] checking picl.h usability... no
[Embedded] checking picl.h presence... no
[Embedded] checking for picl.h... no
[SonarQube Scanner] checking for IceConnectionNumber in -lICE... yes
[SonarQube Scanner] checking X11/Xlib.h usability... yes
[SonarQube Scanner] checking X11/Xlib.h presence... yes
[SonarQube Scanner] checking for X11/Xlib.h... yes
[SonarQube Scanner] checking for XOpenDisplay in -lX11... yes
[SonarQube Scanner] checking for X11/Xutil.h... yes
[SonarQube Scanner] checking X11/keysym.h usability... yes
[SonarQube Scanner] checking X11/keysym.h presence... yes
[SonarQube Scanner] checking for X11/keysym.h... yes
[SonarQube Scanner] checking NVCtrl/NVCtrl.h usability... no
[SonarQube Scanner] checking NVCtrl/NVCtrl.h presence... no
[SonarQube Scanner] checking for NVCtrl/NVCtrl.h... no
[SonarQube Scanner] checking for LIBXML2... yes
[Pipeline] [OpenIndiana_x86_64] }
[OS_X_9]   CC       sharedcaches.o
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       gl.o
[OpenBSD_5.9_x86_64]   CCLD     gl
[Pipeline] [OpenIndiana_x86_64] // dir
[Pipeline] [OpenIndiana_x86_64] }
[Pipeline] [OpenIndiana_x86_64] // node
[OS_X_12]   CCLD     hwloc_topology_restrict
[Embedded] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Embedded] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Embedded] checking whether _SC_NPROC_ONLN is declared... no
[Embedded] checking whether _SC_NPROC_CONF is declared... no
[Embedded] checking whether _SC_PAGESIZE is declared... yes
[Embedded] checking whether _SC_PAGE_SIZE is declared... yes
[Embedded] checking whether _SC_LARGE_PAGESIZE is declared... no
[Embedded] checking mach/mach_host.h usability... no
[Embedded] checking mach/mach_host.h presence... no
[Embedded] checking for mach/mach_host.h... no
[Embedded] checking mach/mach_init.h usability... no
[Embedded] checking mach/mach_init.h presence... no
[Embedded] checking for mach/mach_init.h... no
[Embedded] checking sys/param.h usability... yes
[Embedded] checking sys/param.h presence... yes
[Embedded] checking for sys/param.h... yes
[SonarQube Scanner] checking libxml/parser.h usability... yes
[SonarQube Scanner] checking libxml/parser.h presence... yes
[SonarQube Scanner] checking for libxml/parser.h... yes
[SonarQube Scanner] checking for xmlNewDoc... yes
[SonarQube Scanner] checking for final LIBXML2 support... yes
[SonarQube Scanner] checking for x86 cpuid... yes
[SonarQube Scanner] checking for pthread_mutex_lock... yes
[SonarQube Scanner] checking if plugin support is enabled... no
[SonarQube Scanner] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci pci opencl xml_libxml x86
[SonarQube Scanner] checking components to build as plugins... 
[SonarQube Scanner] checking for a sed that does not truncate output... /bin/sed
[SonarQube Scanner] 
[SonarQube Scanner] ###
[SonarQube Scanner] ### Configuring hwloc documentation
[SonarQube Scanner] ###
[SonarQube Scanner] checking if this is a developer build... no (doxygen generation is optional)
[SonarQube Scanner] checking for doxygen... /usr/bin/doxygen
[SonarQube Scanner] checking for pdflatex... /usr/bin/pdflatex
[SonarQube Scanner] checking for makeindex... /usr/bin/makeindex
[SonarQube Scanner] checking for fig2dev... /usr/bin/fig2dev
[SonarQube Scanner] checking for gs... /usr/bin/gs
[SonarQube Scanner] checking for epstopdf... /usr/bin/epstopdf
[SonarQube Scanner] checking if can build doxygen docs... yes
[SonarQube Scanner] checking for w3m... no
[SonarQube Scanner] checking for lynx... no
[SonarQube Scanner] checking if can build top-level README... no
[SonarQube Scanner] checking if will build doxygen docs... no
[SonarQube Scanner] checking if will install doxygen docs... yes
[SonarQube Scanner] checking whether to enable "picky" compiler mode... no (default)
[SonarQube Scanner] 
[SonarQube Scanner] ###
[SonarQube Scanner] ### Configuring hwloc command line utilities
[SonarQube Scanner] ###
[SonarQube Scanner] checking for CAIRO... yes
[Pipeline] [OpenIndiana_x86_64] }
[OS_X_12]   CC       hwloc_topology_dup.o
[OS_X_12]   CCLD     hwloc_topology_dup
[OS_X_9]   CCLD     sharedcaches
[OS_X_9] /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
[OS_X_9] PASS: hwloc-hello
[OS_X_9] PASS: hwloc-hello-cpp
[OS_X_9] ============================================================================
[OS_X_9] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OS_X_9] ============================================================================
[OS_X_9] # TOTAL: 2
[OS_X_9] # PASS:  2
[OS_X_9] # SKIP:  0
[OS_X_9] # XFAIL: 0
[OS_X_9] # FAIL:  0
[OS_X_9] # XPASS: 0
[OS_X_9] # ERROR: 0
[OS_X_9] ============================================================================
[OS_X_9] make[3]: Nothing to be done for `check-am'.
[OS_X_9] make[1]: Nothing to be done for `check-am'.
[OS_X_9] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[OS_X_9] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[OS_X_9] 2 procs
[OS_X_9] 2 packages
[OS_X_9] 1 threads per package
[OS_X_9] package 0 has cpuset 0x00000001
[OS_X_9] package 1 has cpuset 0x00000002
[OS_X_9] 1 cores per package
[OS_X_9] core 0 has cpuset 0x00000001
[OS_X_9] core 1 has cpuset 0x00000002
[OS_X_9] caches 2(2097152kB) 1(32kB) 1(256kB) 1(30720kB)
[OS_X_9] 3 cache levels
[OS_X_9] node 0 has cpuset 0x00000003
[OS_X_9] L1icache 0 has cpuset 0x00000001
[OS_X_9] L1cache 0 has cpuset 0x00000001
[OS_X_9] L1icache 1 has cpuset 0x00000002
[OS_X_9] L1cache 1 has cpuset 0x00000002
[OS_X_9] L2cache 0 has cpuset 0x00000001
[OS_X_9] L2cache 1 has cpuset 0x00000002
[OS_X_9] L3cache 0 has cpuset 0x00000001
[OS_X_9] L3cache 1 has cpuset 0x00000002
[OS_X_9] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[OS_X_9] 
[OS_X_9] 
[OS_X_9]  * CPU cpusets *
[OS_X_9] 
[OS_X_9] cpu 0 (os 0) has cpuset 0x00000001
[OS_X_9] cpu 1 (os 1) has cpuset 0x00000002
[OS_X_9] Machine#0(Backend=Darwin OSName=Darwin OSRelease=13.4.0 OSVersion="Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64" HostName=ciosx Architecture=x86_64) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x00000001 allowedN 0xf...f
[OS_X_9]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 nodeset 0x00000001
[OS_X_9]     Package#0(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000001
[OS_X_9]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001
[OS_X_9]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001
[OS_X_9]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001
[OS_X_9]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001
[OS_X_9]               Core#0 cpuset 0x00000001
[OS_X_9]                 PU#0 cpuset 0x00000001
[OS_X_9]     Package#1(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000002
[OS_X_9]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002
[OS_X_9]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002
[OS_X_9]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002
[OS_X_9]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002
[OS_X_9]               Core#1 cpuset 0x00000002
[OS_X_9]                 PU#1 cpuset 0x00000002
[OS_X_9] Backend x86 forcing a reconnect of levels
[OS_X_9] --- NUMANode level has number 1
[OS_X_9] 
[OS_X_9] --- Package level has number 2
[OS_X_9] 
[OS_X_9] --- Cache level depth 3 has number 3
[OS_X_9] 
[OS_X_9] --- Cache level depth 2 has number 4
[OS_X_9] 
[OS_X_9] --- Cache level depth 1 has number 5
[OS_X_9] 
[OS_X_9] --- Cache level depth 1 has number 6
[OS_X_9] 
[OS_X_9] --- Core level has number 7
[OS_X_9] 
[OS_X_9] --- PU level has number 8
[OS_X_9] 
[OS_X_9] Machine#0(Backend=Darwin OSName=Darwin OSRelease=13.4.0 OSVersion="Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x00000001 allowedN 0xf...f arity 1
[OS_X_9]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 arity 2
[OS_X_9]     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
[OS_X_9]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 arity 1
[OS_X_9]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 arity 1
[OS_X_9]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 arity 1
[OS_X_9]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 arity 1
[OS_X_9]               Core#0 cpuset 0x00000001 arity 1
[OS_X_9]                 PU#0 cpuset 0x00000001
[OS_X_9]     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
[OS_X_9]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 arity 1
[OS_X_9]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 arity 1
[OS_X_9]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 arity 1
[OS_X_9]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 arity 1
[OS_X_9]               Core#1 cpuset 0x00000002 arity 1
[OS_X_9]                 PU#1 cpuset 0x00000002
[OS_X_9] Machine#0(Backend=Darwin OSName=Darwin OSRelease=13.4.0 OSVersion="Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x00000001 allowedN 0xf...f arity 1
[OS_X_9]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 arity 2
[OS_X_9]     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
[OS_X_9]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 arity 1
[OS_X_9]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 arity 1
[OS_X_9]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 arity 1
[OS_X_9]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 arity 1
[OS_X_9]               Core#0 cpuset 0x00000001 arity 1
[OS_X_9]                 PU#0 cpuset 0x00000001
[OS_X_9]     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
[OS_X_9]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 arity 1
[OS_X_9]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 arity 1
[OS_X_9]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 arity 1
[OS_X_9]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 arity 1
[OS_X_9]               Core#1 cpuset 0x00000002 arity 1
[OS_X_9]                 PU#1 cpuset 0x00000002
[OS_X_9] 
[OS_X_9] Restrict topology cpusets to existing PU and NODE objects
[OS_X_9] 
[OS_X_9] Propagate offline and disallowed cpus down and up
[OS_X_9] 
[OS_X_9] Propagate nodesets
[OS_X_9] Machine#0(Backend=Darwin OSName=Darwin OSRelease=13.4.0 OSVersion="Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OS_X_9]     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 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]               Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]                 PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_9]     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 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]               Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]                 PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_9] 
[OS_X_9] Removing unauthorized and offline sets from all sets
[OS_X_9] Machine#0(Backend=Darwin OSName=Darwin OSRelease=13.4.0 OSVersion="Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OS_X_9]     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 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]               Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]                 PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_9]     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 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]               Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]                 PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_9] 
[OS_X_9] Add default object sets
[OS_X_9] 
[OS_X_9] Ok, finished tweaking, now connect
[OS_X_9] --- NUMANode level has number 1
[OS_X_9] 
[OS_X_9] --- Package level has number 2
[OS_X_9] 
[OS_X_9] --- Cache level depth 3 has number 3
[OS_X_9] 
[OS_X_9] --- Cache level depth 2 has number 4
[OS_X_9] 
[OS_X_9] --- Cache level depth 1 has number 5
[OS_X_9] 
[OS_X_9] --- Cache level depth 1 has number 6
[OS_X_9] 
[OS_X_9] --- Core level has number 7
[OS_X_9] 
[OS_X_9] --- PU level has number 8
[OS_X_9] 
[OS_X_9] Machine#0(Backend=Darwin OSName=Darwin OSRelease=13.4.0 OSVersion="Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OS_X_9]     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 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]               Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]                 PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_9]     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 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]               Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]                 PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_9] 
[OS_X_9] Removing ignored objects
[OS_X_9] Machine#0(Backend=Darwin OSName=Darwin OSRelease=13.4.0 OSVersion="Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OS_X_9]     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 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]               Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]                 PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_9]     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 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]               Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]                 PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_9] 
[OS_X_9] Removing empty objects except numa nodes and PCI devices
[OS_X_9] Machine#0(Backend=Darwin OSName=Darwin OSRelease=13.4.0 OSVersion="Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OS_X_9]     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 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]               Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]                 PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_9]     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 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]               Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]                 PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_9] 
[OS_X_9] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[OS_X_9] Machine#0(Backend=Darwin OSName=Darwin OSRelease=13.4.0 OSVersion="Darwin Kernel Version 13.4.0: Wed Mar 18 16:20:14 PDT 2015; root:xnu-2422.115.14~1/RELEASE_X86_64" HostName=ciosx Architecture=x86_64 Backend=x86) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OS_X_9]     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 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]               Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]                 PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_9]     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 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]               Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_9]                 PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_9] --- NUMANode level has number 1
[OS_X_9] 
[OS_X_9] --- Package level has number 2
[OS_X_9] 
[OS_X_9] --- Cache level depth 3 has number 3
[OS_X_9] 
[OS_X_9] --- Cache level depth 2 has number 4
[OS_X_9] 
[OS_X_9] --- Cache level depth 1 has number 5
[OS_X_9] 
[OS_X_9] --- Cache level depth 1 has number 6
[OS_X_9] 
[OS_X_9] --- Core level has number 7
[OS_X_9] 
[OS_X_9] --- PU level has number 8
[OS_X_9] 
[OS_X_9] 
[OS_X_9] Propagate total memory up
[OS_X_9] Machine (2048MB total) + NUMANode L#0 (P#0 2048MB)
[OS_X_9]   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)
[OS_X_9]   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)
[OS_X_9] + cd ..
[OS_X_9] + exit 0
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       intel-mic.o
[OpenBSD_5.9_x86_64]   CCLD     intel-mic
[Embedded] checking for sys/sysctl.h... yes
[Embedded] checking whether CTL_HW is declared... no
[Embedded] checking whether HW_NCPU is declared... no
[Embedded] checking whether strtoull is declared... yes
[Embedded] checking for ssize_t... yes
[Embedded] checking whether snprintf is declared... yes
[Embedded] checking whether _strdup is declared... no
[SonarQube Scanner] checking cairo.h usability... yes
[SonarQube Scanner] checking cairo.h presence... yes
[SonarQube Scanner] checking for cairo.h... yes
[SonarQube Scanner] checking for cairo_fill... yes
[SonarQube Scanner] checking for final CAIRO support... yes
[SonarQube Scanner] checking for wchar_t... yes
[SonarQube Scanner] checking for putwc... yes
[SonarQube Scanner] checking locale.h usability... yes
[SonarQube Scanner] checking locale.h presence... yes
[SonarQube Scanner] checking for locale.h... yes
[SonarQube Scanner] checking for setlocale... (cached) yes
[Pipeline] [OS_X_9] deleteDir
[OS_X_12]   CC       hwloc_topology_diff.o
[Embedded] checking whether _putenv is declared... no
[Embedded] checking whether getprogname is declared... no
[Embedded] checking whether getexecname is declared... no
[Embedded] checking whether GetModuleFileName is declared... no
[Embedded] checking for program_invocation_name... yes
[Embedded] checking for __progname... yes
[Embedded] checking for pthread_t... yes
[Embedded] checking whether sched_getcpu is declared... yes
[Embedded] checking whether sched_setaffinity is declared... yes
[Embedded] checking whether function sched_setaffinity has a complete prototype... yes
[SonarQube Scanner] checking for uselocale... yes
[SonarQube Scanner] checking xlocale.h usability... no
[SonarQube Scanner] checking xlocale.h presence... no
[SonarQube Scanner] checking for xlocale.h... no
[SonarQube Scanner] checking langinfo.h usability... yes
[SonarQube Scanner] checking langinfo.h presence... yes
[SonarQube Scanner] checking for langinfo.h... yes
[SonarQube Scanner] checking for nl_langinfo... yes
[SonarQube Scanner] checking termcap support using ncurses and ... no
[SonarQube Scanner] checking termcap support using ncurses and -ltermcap... yes
[SonarQube Scanner] checking whether diff accepts -u... yes
[SonarQube Scanner] checking whether diff accepts -w... yes
[Pipeline] [OS_X_9] }
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64] make  check-TESTS
[OpenBSD_5.9_x86_64] PASS: hwloc_list_components
[OpenBSD_5.9_x86_64] PASS: hwloc_bitmap
[Pipeline] [OS_X_9] // dir
[SonarQube Scanner] checking time.h usability... yes
[SonarQube Scanner] checking time.h presence... yes
[SonarQube Scanner] checking for time.h... yes
[SonarQube Scanner] checking for clock_gettime... yes
[SonarQube Scanner] 
[SonarQube Scanner] ###
[SonarQube Scanner] ### Configuring hwloc tests
[SonarQube Scanner] ###
[SonarQube Scanner] checking for pthread_self in -lpthread... yes
[SonarQube Scanner] checking for numa_available in -lnuma... (cached) yes
[SonarQube Scanner] checking whether numa_bitmask_alloc is declared... yes
[SonarQube Scanner] checking for stdlib.h... (cached) yes
[SonarQube Scanner] checking for mkstemp... yes
[SonarQube Scanner] checking infiniband/verbs.h usability... yes
[SonarQube Scanner] checking infiniband/verbs.h presence... yes
[SonarQube Scanner] checking for infiniband/verbs.h... yes
[Pipeline] [OS_X_9] }
[OS_X_12]   CCLD     hwloc_topology_diff
[Embedded] checking for old prototype of sched_setaffinity... no
[Embedded] checking for working CPU_SET... yes
[Embedded] checking for working CPU_SET_S... yes
[Embedded] checking for working syscall... yes
[Embedded] checking for KERRIGHED... no
[Embedded] checking for lib... no
[Embedded] checking for bash... /bin/sh
[Embedded] checking for ffs... yes
[Embedded] checking whether ffs is declared... yes
[Embedded] checking whether function ffs has a complete prototype... yes
[Pipeline] [OS_X_9] // node
[Pipeline] [OS_X_9] }
[OS_X_12]   CC       hwloc_obj_infos.o
[OS_X_12]   CCLD     hwloc_obj_infos
[OS_X_12]   CC       hwloc_iodevs.o
[OS_X_12]   CCLD     hwloc_iodevs
[OS_X_12]   CC       xmlbuffer.o
[OS_X_12]   CCLD     xmlbuffer
[OpenBSD_5.9_x86_64] PASS: hwloc_bitmap_string
[OpenBSD_5.9_x86_64] PASS: hwloc_bitmap_compare_inclusion
[OpenBSD_5.9_x86_64] PASS: hwloc_get_closest_objs
[OpenBSD_5.9_x86_64] PASS: hwloc_get_obj_covering_cpuset
[Embedded] checking for ffsl... yes
[Embedded] checking whether ffsl is declared... yes
[Embedded] checking whether function ffsl has a complete prototype... yes
[Embedded] checking for fls... no
[Embedded] checking for flsl... no
[Embedded] checking for clz... no
[Embedded] checking for clzl... no
[Embedded] checking for openat... yes
[Embedded] checking malloc.h usability... yes
[Embedded] checking malloc.h presence... yes
[Embedded] checking for malloc.h... yes
[Embedded] checking for getpagesize... yes
[Embedded] checking for memalign... yes
[Embedded] checking for posix_memalign... yes
[Embedded] checking sys/utsname.h usability... yes
[Embedded] checking sys/utsname.h presence... yes
[Embedded] checking for sys/utsname.h... yes
[Embedded] checking for uname... yes
[Embedded] checking pthread_np.h usability... no
[Embedded] checking pthread_np.h presence... no
[Embedded] checking for pthread_np.h... no
[Embedded] checking whether pthread_setaffinity_np is declared... yes
[Embedded] checking whether pthread_getaffinity_np is declared... yes
[Embedded] checking for sched_setaffinity... yes
[Embedded] checking for sys/cpuset.h... no
[Embedded] checking for cpuset_setaffinity... no
[Embedded] checking for library containing pthread_getthrds_np... no
[Embedded] checking for cpuset_setid... no
[Embedded] checking numaif.h usability... yes
[Embedded] checking numaif.h presence... yes
[Embedded] checking for numaif.h... yes
[Embedded] checking for numa_available in -lnuma... yes
[Embedded] checking for set_mempolicy in -lnuma... yes
[Embedded] checking for mbind in -lnuma... yes
[Embedded] checking for migrate_pages in -lnuma... yes
[Embedded] checking for move_pages in -lnuma... yes
[SonarQube Scanner] checking for ibv_open_device in -libverbs... yes
[SonarQube Scanner] checking myriexpress.h usability... no
[SonarQube Scanner] checking myriexpress.h presence... no
[SonarQube Scanner] checking for myriexpress.h... no
[SonarQube Scanner] checking for xmllint... xmllint
[SonarQube Scanner] checking for bunzip2... bunzip2
[SonarQube Scanner] checking if CXX works... yes
[SonarQube Scanner] checking whether diff accepts -u... yes
[SonarQube Scanner] 
[SonarQube Scanner] ###
[SonarQube Scanner] ### Performing final hwloc configuration
[SonarQube Scanner] ###
[SonarQube Scanner] checking how to print strings... printf
[SonarQube Scanner] checking for a sed that does not truncate output... (cached) /bin/sed
[SonarQube Scanner] checking for fgrep... /bin/grep -F
[SonarQube Scanner] checking for ld used by gcc... /usr/bin/ld
[SonarQube Scanner] checking if the linker (/usr/bin/ld) is GNU ld... yes
[SonarQube Scanner] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[SonarQube Scanner] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[SonarQube Scanner] checking whether ln -s works... yes
[SonarQube Scanner] checking the maximum length of command line arguments... 1572864
[SonarQube Scanner] checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[SonarQube Scanner] checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
[SonarQube Scanner] checking for /usr/bin/ld option to reload object files... -r
[SonarQube Scanner] checking for objdump... objdump
[SonarQube Scanner] checking how to recognize dependent libraries... pass_all
[SonarQube Scanner] checking for dlltool... no
[SonarQube Scanner] checking how to associate runtime and link libraries... printf %s\n
[SonarQube Scanner] checking for archiver @FILE support... @
[SonarQube Scanner] checking for strip... strip
[SonarQube Scanner] checking for ranlib... ranlib
[SonarQube Scanner] checking command to parse /usr/bin/nm -B output from gcc object... ok
[SonarQube Scanner] checking for sysroot... no
[SonarQube Scanner] checking for a working dd... /bin/dd
[SonarQube Scanner] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[SonarQube Scanner] checking for mt... mt
[SonarQube Scanner] checking if mt is a manifest tool... no
[SonarQube Scanner] checking for dlfcn.h... yes
[SonarQube Scanner] checking for objdir... .libs
[SonarQube Scanner] checking if gcc supports -fno-rtti -fno-exceptions... no
[SonarQube Scanner] checking for gcc option to produce PIC... -fPIC -DPIC
[SonarQube Scanner] checking if gcc PIC flag -fPIC -DPIC works... yes
[SonarQube Scanner] checking if gcc static flag -static works... yes
[SonarQube Scanner] checking if gcc supports -c -o file.o... yes
[SonarQube Scanner] checking if gcc supports -c -o file.o... (cached) yes
[SonarQube Scanner] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[SonarQube Scanner] checking whether -lc should be explicitly linked in... no
[SonarQube Scanner] checking dynamic linker characteristics... GNU/Linux ld.so
[SonarQube Scanner] checking how to hardcode library paths into programs... immediate
[SonarQube Scanner] checking for shl_load... no
[SonarQube Scanner] checking for shl_load in -ldld... no
[SonarQube Scanner] checking for dlopen... no
[OS_X_12]   CC       gl.o
[OS_X_12]   CCLD     gl
[OS_X_12]   CC       intel-mic.o
[OS_X_12]   CCLD     intel-mic
[OpenBSD_5.9_x86_64] PASS: hwloc_get_cache_covering_cpuset
[OpenBSD_5.9_x86_64] PASS: hwloc_get_largest_objs_inside_cpuset
[OpenBSD_5.9_x86_64] PASS: hwloc_get_next_obj_covering_cpuset
[OpenBSD_5.9_x86_64] PASS: hwloc_get_obj_inside_cpuset
[Embedded] checking libudev.h usability... yes
[Embedded] checking libudev.h presence... yes
[Embedded] checking for libudev.h... yes
[Embedded] checking for udev_device_new_from_subsystem_sysname in -ludev... yes
[Embedded] checking for PCIACCESS... no
[Embedded] checking pciaccess.h usability... no
[Embedded] checking pciaccess.h presence... no
[Embedded] checking for pciaccess.h... no
[Embedded] checking CL/cl_ext.h usability... no
[Embedded] checking CL/cl_ext.h presence... no
[Embedded] checking for CL/cl_ext.h... no
[Embedded] checking cuda.h usability... no
[Embedded] checking cuda.h presence... no
[Embedded] checking for cuda.h... no
[Embedded] checking cuda_runtime_api.h usability... no
[Embedded] checking cuda_runtime_api.h presence... no
[Embedded] checking for cuda_runtime_api.h... no
[Embedded] checking nvml.h usability... no
[Embedded] checking nvml.h presence... no
[Embedded] checking for nvml.h... no
[Embedded] checking for gethostbyname... yes
[Embedded] checking for connect... yes
[Embedded] checking for remove... yes
[Embedded] checking for shmat... yes
[Embedded] checking for IceConnectionNumber in -lICE... no
[Embedded] checking X11/Xlib.h usability... yes
[Embedded] checking X11/Xlib.h presence... yes
[Embedded] checking for X11/Xlib.h... yes
[Embedded] checking for XOpenDisplay in -lX11... yes
[Embedded] checking for X11/Xutil.h... yes
[Embedded] checking X11/keysym.h usability... yes
[Embedded] checking X11/keysym.h presence... yes
[Embedded] checking for X11/keysym.h... yes
[Embedded] checking NVCtrl/NVCtrl.h usability... no
[Embedded] checking NVCtrl/NVCtrl.h presence... no
[Embedded] checking for NVCtrl/NVCtrl.h... no
[Embedded] checking for LIBXML2... yes
[Embedded] checking libxml/parser.h usability... yes
[Embedded] checking libxml/parser.h presence... yes
[Embedded] checking for libxml/parser.h... yes
[Embedded] checking for xmlNewDoc... yes
[Embedded] checking for final LIBXML2 support... yes
[Embedded] checking for x86 cpuid... yes
[Embedded] checking for pthread_mutex_lock... yes
[Embedded] checking if plugin support is enabled... no
[Embedded] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci xml_libxml x86
[Embedded] checking components to build as plugins... 
[Embedded] === Done configuring hwloc (embedded mode)
[Embedded] 
[Embedded] checking for a sed that does not truncate output... /builds/local/bin/sed
[Embedded] checking for fgrep... /bin/grep -F
[Embedded] checking for ld used by gcc... /usr/bin/ld
[Embedded] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Embedded] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Embedded] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Embedded] checking whether ln -s works... yes
[Embedded] checking the maximum length of command line arguments... 1966080
[Embedded] checking whether the shell understands some XSI constructs... yes
[Embedded] checking whether the shell understands "+="... yes
[Embedded] checking for /usr/bin/ld option to reload object files... -r
[Embedded] checking for objdump... objdump
[Embedded] checking how to recognize dependent libraries... pass_all
[Embedded] checking for ar... ar
[Embedded] checking for strip... strip
[Embedded] checking for ranlib... ranlib
[Embedded] checking command to parse /usr/bin/nm -B output from gcc object... ok
[SonarQube Scanner] checking for dlopen in -ldl... yes
[SonarQube Scanner] checking whether a program can dlopen itself... yes
[SonarQube Scanner] checking whether a statically linked program can dlopen itself... no
[SonarQube Scanner] checking whether stripping libraries is possible... yes
[SonarQube Scanner] checking if libtool supports shared libraries... yes
[SonarQube Scanner] checking whether to build shared libraries... yes
[SonarQube Scanner] checking whether to build static libraries... no
[SonarQube Scanner] checking how to run the C++ preprocessor... g++ -E
[SonarQube Scanner] checking for ld used by g++... /usr/bin/ld -m elf_x86_64
[SonarQube Scanner] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
[SonarQube Scanner] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[SonarQube Scanner] checking for g++ option to produce PIC... -fPIC -DPIC
[SonarQube Scanner] checking if g++ PIC flag -fPIC -DPIC works... yes
[SonarQube Scanner] checking if g++ static flag -static works... yes
[SonarQube Scanner] checking if g++ supports -c -o file.o... yes
[SonarQube Scanner] checking if g++ supports -c -o file.o... (cached) yes
[SonarQube Scanner] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[SonarQube Scanner] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[SonarQube Scanner] checking how to hardcode library paths into programs... immediate
[SonarQube Scanner] checking that generated files are newer than configure... done
[SonarQube Scanner] configure: creating ./config.status
[OS_X_12] /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
[OS_X_12] PASS: hwloc_list_components
[OS_X_12] PASS: hwloc_bitmap
[OS_X_12] PASS: hwloc_bitmap_string
[OS_X_12] PASS: hwloc_bitmap_compare_inclusion
[OpenBSD_5.9_x86_64] PASS: hwloc_get_shared_cache_covering_obj
[OpenBSD_5.9_x86_64] PASS: hwloc_get_obj_below_array_by_type
[OpenBSD_5.9_x86_64] PASS: hwloc_bitmap_first_last_weight
[OpenBSD_5.9_x86_64] PASS: hwloc_bitmap_singlify
[OpenBSD_5.9_x86_64] PASS: hwloc_type_depth
[OpenBSD_5.9_x86_64] PASS: hwloc_bind
[OpenBSD_5.9_x86_64] PASS: hwloc_get_last_cpu_location
[OpenBSD_5.9_x86_64] PASS: hwloc_get_area_memlocation
[MinGW] config.status: executing chmoding-scripts commands
[MinGW] config.status: executing libtool commands
[MinGW] 
[MinGW] ************************************************************************
[MinGW] Could not detect/enable some features such as libxml2 and Cairo support
[MinGW] because pkg-config isn't available.
[MinGW] ************************************************************************
[MinGW] 
[MinGW] -----------------------------------------------------------------------------
[MinGW] Hwloc optional build support status (more details can be found above):
[MinGW] 
[MinGW] Probe / display I/O devices: no
[MinGW] Graphical output (Cairo):    no
[MinGW] XML input / output:          basic
[MinGW] Plugin support:              no
[MinGW] -----------------------------------------------------------------------------
[MinGW] 
[MinGW] + make
[MinGW] Making all in src
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/src'
[MinGW]   CC       topology.lo
[Embedded] checking for dlfcn.h... yes
[Embedded] checking for objdir... .libs
[Embedded] checking if gcc supports -fno-rtti -fno-exceptions... no
[Embedded] checking for gcc option to produce PIC... -fPIC -DPIC
[Embedded] checking if gcc PIC flag -fPIC -DPIC works... yes
[Embedded] checking if gcc static flag -static works... no
[Embedded] checking if gcc supports -c -o file.o... yes
[Embedded] checking if gcc supports -c -o file.o... (cached) yes
[Embedded] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Embedded] checking whether -lc should be explicitly linked in... no
[Embedded] checking dynamic linker characteristics... GNU/Linux ld.so
[Embedded] checking how to hardcode library paths into programs... immediate
[Embedded] checking whether stripping libraries is possible... yes
[Embedded] checking if libtool supports shared libraries... yes
[Embedded] checking whether to build shared libraries... yes
[Embedded] checking whether to build static libraries... no
[Embedded] configure: creating ./config.status
[Embedded] config.status: creating hwloc-tree/Makefile
[Embedded] config.status: creating hwloc-tree/include/Makefile
[Embedded] config.status: creating hwloc-tree/src/Makefile
[Embedded] config.status: creating Makefile
[Embedded] config.status: creating hwloc-tree/include/private/autogen/config.h
[Embedded] config.status: creating hwloc-tree/include/hwloc/autogen/config.h
[Embedded] config.status: executing depfiles commands
[Embedded] config.status: executing libtool commands
[Embedded] === 7: Running make
[Embedded] Making all in hwloc-tree
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] Making all in src
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/src'
[Embedded]   CC     topology.lo
[SonarQube Scanner] config.status: creating Makefile
[SonarQube Scanner] config.status: creating include/Makefile
[SonarQube Scanner] config.status: creating src/Makefile
[SonarQube Scanner] config.status: creating doc/Makefile
[SonarQube Scanner] config.status: creating doc/examples/Makefile
[SonarQube Scanner] config.status: creating doc/doxygen-config.cfg
[SonarQube Scanner] config.status: creating utils/Makefile
[SonarQube Scanner] config.status: creating utils/hwloc/Makefile
[SonarQube Scanner] config.status: creating utils/lstopo/Makefile
[SonarQube Scanner] config.status: creating hwloc.pc
[SonarQube Scanner] config.status: creating tests/Makefile
[SonarQube Scanner] config.status: creating tests/linux/Makefile
[SonarQube Scanner] config.status: creating tests/linux/allowed/Makefile
[SonarQube Scanner] config.status: creating tests/linux/gather/Makefile
[SonarQube Scanner] config.status: creating tests/xml/Makefile
[SonarQube Scanner] config.status: creating tests/ports/Makefile
[SonarQube Scanner] config.status: creating tests/rename/Makefile
[SonarQube Scanner] config.status: creating tests/linux/allowed/test-topology.sh
[SonarQube Scanner] config.status: creating tests/linux/gather/test-gather-topology.sh
[SonarQube Scanner] config.status: creating tests/linux/test-topology.sh
[SonarQube Scanner] config.status: creating tests/xml/test-topology.sh
[SonarQube Scanner] config.status: creating tests/wrapper.sh
[SonarQube Scanner] config.status: creating utils/hwloc/hwloc-assembler-remote
[SonarQube Scanner] config.status: creating utils/hwloc/hwloc-compress-dir
[SonarQube Scanner] config.status: creating utils/hwloc/hwloc-gather-topology
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-calc.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-distances.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-info.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-fake-plugin.sh
[SonarQube Scanner] config.status: creating utils/lstopo/test-hwloc-ls.sh
[SonarQube Scanner] config.status: creating contrib/systemd/Makefile
[SonarQube Scanner] config.status: creating include/private/autogen/config.h
[SonarQube Scanner] config.status: creating include/hwloc/autogen/config.h
[SonarQube Scanner] config.status: linking src/topology-solaris.c to tests/ports/topology-solaris.c
[SonarQube Scanner] config.status: linking src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[SonarQube Scanner] config.status: linking src/topology-aix.c to tests/ports/topology-aix.c
[SonarQube Scanner] config.status: linking src/topology-osf.c to tests/ports/topology-osf.c
[SonarQube Scanner] config.status: linking src/topology-windows.c to tests/ports/topology-windows.c
[SonarQube Scanner] config.status: linking src/topology-darwin.c to tests/ports/topology-darwin.c
[SonarQube Scanner] config.status: linking src/topology-freebsd.c to tests/ports/topology-freebsd.c
[SonarQube Scanner] config.status: linking src/topology-netbsd.c to tests/ports/topology-netbsd.c
[SonarQube Scanner] config.status: linking src/topology-hpux.c to tests/ports/topology-hpux.c
[SonarQube Scanner] config.status: linking src/topology-bgq.c to tests/ports/topology-bgq.c
[SonarQube Scanner] config.status: linking src/topology-opencl.c to tests/ports/topology-opencl.c
[SonarQube Scanner] config.status: linking src/topology-cuda.c to tests/ports/topology-cuda.c
[SonarQube Scanner] config.status: linking src/topology-nvml.c to tests/ports/topology-nvml.c
[SonarQube Scanner] config.status: linking src/topology-gl.c to tests/ports/topology-gl.c
[SonarQube Scanner] config.status: executing depfiles commands
[OS_X_12] PASS: hwloc_get_closest_objs
[OS_X_12] PASS: hwloc_get_obj_covering_cpuset
[Embedded]   CC     traversal.lo
[Embedded]   CC     distances.lo
[SonarQube Scanner] config.status: executing chmoding-scripts commands
[SonarQube Scanner] config.status: executing libtool commands
[SonarQube Scanner] 
[SonarQube Scanner] -----------------------------------------------------------------------------
[SonarQube Scanner] Hwloc optional build support status (more details can be found above):
[SonarQube Scanner] 
[SonarQube Scanner] Probe / display I/O devices: PCI(pciaccess+linux) OpenCL
[SonarQube Scanner] Graphical output (Cairo):    yes
[SonarQube Scanner] XML input / output:          full
[SonarQube Scanner] libnuma memory support:      yes
[SonarQube Scanner] Plugin support:              no
[SonarQube Scanner] -----------------------------------------------------------------------------
[SonarQube Scanner] 
[SonarQube Scanner] + tee hwloc-build.log
[SonarQube Scanner] + make V=1
[SonarQube Scanner] Making all in src
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src'
[SonarQube Scanner] depbase=`echo topology.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo traversal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo distances.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[OS_X_12] PASS: hwloc_get_cache_covering_cpuset
[OS_X_12] PASS: hwloc_get_largest_objs_inside_cpuset
[OS_X_12] PASS: hwloc_get_next_obj_covering_cpuset
[OpenBSD_5.9_x86_64] PASS: hwloc_object_userdata
[OpenBSD_5.9_x86_64] PASS: hwloc_synthetic
[OpenBSD_5.9_x86_64] PASS: hwloc_custom
[OpenBSD_5.9_x86_64] PASS: hwloc_backends
[OpenBSD_5.9_x86_64] PASS: hwloc_pci_backend
[OpenBSD_5.9_x86_64] PASS: hwloc_is_thissystem
[OpenBSD_5.9_x86_64] PASS: hwloc_distances
[OpenBSD_5.9_x86_64] PASS: hwloc_groups
[OpenBSD_5.9_x86_64] PASS: hwloc_groups2
[OpenBSD_5.9_x86_64] PASS: hwloc_insert_misc
[OpenBSD_5.9_x86_64] PASS: hwloc_topology_restrict
[OpenBSD_5.9_x86_64] PASS: hwloc_topology_dup
[OpenBSD_5.9_x86_64] PASS: hwloc_topology_diff
[Embedded]   CC     components.lo
[Embedded]   CC     bind.lo
[Embedded]   CC     bitmap.lo
[Embedded]   CC     pci-common.lo
[Embedded]   CC     diff.lo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo components.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo bind.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo bitmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo pci-common.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[OS_X_12] PASS: hwloc_get_obj_inside_cpuset
[OpenBSD_5.9_x86_64] PASS: hwloc_obj_infos
[OpenBSD_5.9_x86_64] PASS: hwloc_iodevs
[OpenBSD_5.9_x86_64] PASS: xmlbuffer
[OpenBSD_5.9_x86_64] PASS: gl
[OpenBSD_5.9_x86_64] PASS: intel-mic
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] # TOTAL: 36
[OpenBSD_5.9_x86_64] # PASS:  36
[OpenBSD_5.9_x86_64] # SKIP:  0
[OpenBSD_5.9_x86_64] # XFAIL: 0
[OpenBSD_5.9_x86_64] # FAIL:  0
[OpenBSD_5.9_x86_64] # XPASS: 0
[OpenBSD_5.9_x86_64] # ERROR: 0
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] Making check in ports
[OpenBSD_5.9_x86_64] make  
[OpenBSD_5.9_x86_64] Making check in xml
[OpenBSD_5.9_x86_64] make  check-TESTS
[OpenBSD_5.9_x86_64] PASS: 16amd64-8n2c-cpusets.xml
[OpenBSD_5.9_x86_64] PASS: 16amd64-4distances.xml
[OpenBSD_5.9_x86_64] PASS: 16em64t-4s2c2t.xml
[Embedded]   CC     misc.lo
[Embedded]   CC     base64.lo
[Embedded]   CC     topology-noos.lo
[Embedded]   CC     topology-synthetic.lo
[Embedded]   CC     topology-custom.lo
[Embedded]   CC     topology-xml.lo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo diff.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo misc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo base64.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo topology-noos.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo topology-synthetic.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[OS_X_12] PASS: hwloc_get_shared_cache_covering_obj
[OS_X_12] PASS: hwloc_get_obj_below_array_by_type
[OS_X_12] PASS: hwloc_bitmap_first_last_weight
[OS_X_12] PASS: hwloc_bitmap_singlify
[OS_X_12] PASS: hwloc_type_depth
[OS_X_12] PASS: hwloc_bind
[OS_X_12] PASS: hwloc_get_last_cpu_location
[OS_X_12] PASS: hwloc_get_area_memlocation
[OpenBSD_5.9_x86_64] PASS: 16em64t-4s2c2t-offlines.xml
[OpenBSD_5.9_x86_64] PASS: 16em64t-4s2c2t.console.output
[OpenBSD_5.9_x86_64] PASS: 16-2gr2gr2n2c+misc.xml
[OpenBSD_5.9_x86_64] PASS: 16-2gr2gr2n2c+misc.console.output
[OpenBSD_5.9_x86_64] PASS: 16intel64-manyVFs.xml
[OpenBSD_5.9_x86_64] PASS: 16intel64-manyVFs.console.output
[OpenBSD_5.9_x86_64] PASS: 16intel64-manyVFs.console.nocollapse.output
[OpenBSD_5.9_x86_64] PASS: 24em64t-2n6c2t-pci.xml
[MinGW]   CC       traversal.lo
[Embedded]   CC     topology-xml-nolibxml.lo
[Embedded]   CC     topology-xml-libxml.lo
[Embedded]   CC     topology-linux.lo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo topology-custom.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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-custom.lo -MD -MP -MF $depbase.Tpo -c -o topology-custom.lo topology-custom.c &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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-custom.lo -MD -MP -MF .deps/topology-custom.Tpo -c topology-custom.c  -fPIC -DPIC -o .libs/topology-custom.o
[SonarQube Scanner] depbase=`echo topology-xml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo topology-xml-nolibxml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo topology-xml-libxml.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[OpenBSD_5.9_x86_64] PASS: 32em64t-2n8c2t-pci-noio.xml
[OpenBSD_5.9_x86_64] PASS: 32em64t-2n8c2t-pci-normalio.xml
[OpenBSD_5.9_x86_64] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[OpenBSD_5.9_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[OpenBSD_5.9_x86_64] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[SonarQube Scanner] depbase=`echo topology-pci.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo topology-opencl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo topology-linux.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[OS_X_12] PASS: hwloc_object_userdata
[OpenBSD_5.9_x86_64] PASS: 96em64t-4n4d3ca2co-pci.xml
[MinGW]   CC       distances.lo
[Embedded]   CC     topology-hardwired.lo
[Embedded]   CC     topology-x86.lo
[Embedded]   CCLD   libhwloc_embedded.la
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/src'
[Embedded] Making all in include
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/include'
[Embedded] make[2]: Nothing to be done for `all'.
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/include'
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] make[2]: Nothing to be done for `all-am'.
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded'
[Embedded]   CC     do_test.lo
[Embedded]   CCLD   libdo_test.la
[Embedded]   CC     main.o
[Embedded]   CCLD   main
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded'
[Embedded] === 8: Running make check
[Embedded] Making check in hwloc-tree
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] Making check in src
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/src'
[Embedded] make  
[Embedded] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/src'
[Embedded] make[3]: Nothing to be done for `all'.
[Embedded] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/src'
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/src'
[Embedded] Making check in include
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/include'
[Embedded] make[2]: Nothing to be done for `check'.
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/include'
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] make[2]: Nothing to be done for `check-am'.
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded'
[Embedded] make  check-TESTS
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded'
[Embedded] *** Test 1: bitmap alloc
[Embedded] *** Test 2: topology init
[Embedded] *** Test 3: topology load
[Embedded] *** Test 4: topology get depth
[Embedded]     Max depth: 6
[Embedded] *** Test 5: topology destroy
[Embedded] *** Test 6: bitmap free
[Embedded] PASS: main
[Embedded] =============
[Embedded] 1 test passed
[Embedded] =============
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded'
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded'
[Embedded] === 9: Running make clean
[Embedded] Making clean in hwloc-tree
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] Making clean in include
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/include'
[Embedded] rm -rf .libs _libs
[Embedded] rm -f *.lo
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/include'
[Embedded] Making clean in src
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/src'
[Embedded] test -z "" || rm -f 
[Embedded] test -z "" || rm -f 
[Embedded] rm -rf .libs _libs
[Embedded] test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la
[Embedded] rm -f "./so_locations"
[Embedded] test -z "     " || rm -f      
[Embedded] rm -f *.o
[Embedded] rm -f *.lo
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/src'
[Embedded] Making clean in .
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] rm -rf .libs _libs
[Embedded] rm -f *.lo
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] Making clean in .
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded'
[Embedded] rm -rf .libs _libs
[Embedded] test -z "libdo_test.la" || rm -f libdo_test.la
[Embedded] rm -f "./so_locations"
[Embedded]  rm -f main
[Embedded] rm -f *.o
[Embedded] rm -f *.lo
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded'
[Embedded] === 10: Running make distclean
[Embedded] Making distclean in hwloc-tree
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] Making distclean in include
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/include'
[Embedded] rm -rf .libs _libs
[Embedded] rm -f *.lo
[Embedded] test -z "" || rm -f 
[Embedded] test . = "." || test -z "" || rm -f 
[Embedded] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[Embedded] rm -f Makefile
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/include'
[Embedded] Making distclean in src
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/src'
[Embedded] test -z "" || rm -f 
[Embedded] test -z "" || rm -f 
[Embedded] rm -rf .libs _libs
[Embedded] test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la
[Embedded] rm -f "./so_locations"
[Embedded] test -z "     " || rm -f      
[Embedded] rm -f *.o
[Embedded] rm -f *.lo
[Embedded] rm -f *.tab.c
[Embedded] test -z "" || rm -f 
[Embedded] test . = "." || test -z "" || rm -f 
[Embedded] test -z "static-components.h" || rm -f static-components.h
[Embedded] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[Embedded] rm -rf ./.deps
[Embedded] rm -f Makefile
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree/src'
[Embedded] Making distclean in .
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] rm -rf .libs _libs
[Embedded] rm -f *.lo
[Embedded] test -z "" || rm -f 
[Embedded] test . = "." || test -z "" || rm -f 
[Embedded] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] rm -f Makefile
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree'
[Embedded] Making distclean in .
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded'
[Embedded] rm -rf .libs _libs
[Embedded] test -z "libdo_test.la" || rm -f libdo_test.la
[Embedded] rm -f "./so_locations"
[Embedded]  rm -f main
[Embedded] rm -f *.o
[Embedded] rm -f *.lo
[Embedded] rm -f *.tab.c
[Embedded] test -z "" || rm -f 
[Embedded] test . = "." || test -z "" || rm -f 
[Embedded] 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
[Embedded] rm -f libtool config.lt
[Embedded] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded'
[Embedded] rm -f config.status config.cache config.log configure.lineno config.status.lineno
[Embedded] rm -rf ./.deps
[Embedded] rm -f Makefile
[Embedded] === 11: Running VPATH configure...
[SonarQube Scanner] depbase=`echo topology-hardwired.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] depbase=`echo topology-x86.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`;\
[SonarQube Scanner] /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Plo
[SonarQube Scanner] libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../include/private/autogen -I../include/hwloc/autogen -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] /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 12:9:7 -lm  -lnuma -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 misc.lo base64.lo topology-noos.lo topology-synthetic.lo topology-custom.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  
[SonarQube Scanner] 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/misc.o .libs/base64.o .libs/topology-noos.o .libs/topology-synthetic.o .libs/topology-custom.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 -lnuma -lpciaccess -lOpenCL -lxml2  -O0 -g --coverage --coverage   -Wl,-soname -Wl,libhwloc.so.5 -o .libs/libhwloc.so.5.7.9
[SonarQube Scanner] libtool: link: (cd ".libs" && rm -f "libhwloc.so.5" && ln -s "libhwloc.so.5.7.9" "libhwloc.so.5")
[SonarQube Scanner] libtool: link: (cd ".libs" && rm -f "libhwloc.so" && ln -s "libhwloc.so.5.7.9" "libhwloc.so")
[SonarQube Scanner] libtool: link: ( cd ".libs" && rm -f "libhwloc.la" && ln -s "../libhwloc.la" "libhwloc.la" )
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src'
[SonarQube Scanner] Making all in include
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include'
[SonarQube Scanner] make[1]: Nothing to be done for 'all'.
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include'
[SonarQube Scanner] Making all in utils
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] Making all in hwloc
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] depbase=`echo hwloc-annotate.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Po
[SonarQube Scanner] /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la 
[SonarQube Scanner] 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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so -lm -lnuma -lpciaccess -lOpenCL -lxml2
[OS_X_12] PASS: hwloc_synthetic
[OS_X_12] PASS: hwloc_custom
[OS_X_12] PASS: hwloc_backends
[OS_X_12] PASS: hwloc_pci_backend
[OS_X_12] PASS: hwloc_is_thissystem
[OS_X_12] PASS: hwloc_distances
[OpenBSD_5.9_x86_64] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[Embedded] checking build system type... x86_64-unknown-linux-gnu
[Embedded] checking host system type... x86_64-unknown-linux-gnu
[Embedded] checking target system type... x86_64-unknown-linux-gnu
[Embedded] checking for a BSD-compatible install... /usr/bin/install -c
[SonarQube Scanner] depbase=`echo hwloc-assembler.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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-assembler.o -MD -MP -MF $depbase.Tpo -c -o hwloc-assembler.o hwloc-assembler.c &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Po
[SonarQube Scanner] /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-assembler hwloc-assembler.o /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la 
[SonarQube Scanner] 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-assembler hwloc-assembler.o  /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so -lm -lnuma -lpciaccess -lOpenCL -lxml2
[SonarQube Scanner] depbase=`echo hwloc-bind.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Po
[SonarQube Scanner] /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la 
[SonarQube Scanner] 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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so -lm -lnuma -lpciaccess -lOpenCL -lxml2
[SonarQube Scanner] depbase=`echo hwloc-calc.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Po
[SonarQube Scanner] /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la 
[SonarQube Scanner] 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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so -lm -lnuma -lpciaccess -lOpenCL -lxml2
[SonarQube Scanner] depbase=`echo hwloc-diff.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Po
[SonarQube Scanner] /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la 
[OS_X_12] PASS: hwloc_groups
[OS_X_12] PASS: hwloc_groups2
[OS_X_12] PASS: hwloc_insert_misc
[OS_X_12] PASS: hwloc_topology_restrict
[OS_X_12] PASS: hwloc_topology_dup
[OS_X_12] PASS: hwloc_topology_diff
[OS_X_12] PASS: hwloc_obj_infos
[OS_X_12] PASS: hwloc_iodevs
[OpenBSD_5.9_x86_64] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[Embedded] checking whether build environment is sane... yes
[Embedded] checking for a thread-safe mkdir -p... /bin/mkdir -p
[Embedded] checking for gawk... gawk
[Embedded] checking whether make sets $(MAKE)... yes
[Embedded] checking how to create a ustar tar archive... gnutar
[Embedded] checking for gcc... gcc
[Embedded] checking for C compiler default output file name... a.out
[Embedded] checking whether the C compiler works... yes
[Embedded] checking whether we are cross compiling... no
[Embedded] checking for suffix of executables... 
[Embedded] checking for suffix of object files... o
[Embedded] checking whether we are using the GNU C compiler... yes
[Embedded] checking whether gcc accepts -g... yes
[Embedded] checking for gcc option to accept ISO C89... none needed
[Embedded] checking for style of include used by make... GNU
[Embedded] checking dependency style of gcc... gcc3
[Embedded] checking whether gcc and cc understand -c and -o together... yes
[Embedded] 
[Embedded] === Configuring hwloc (embedded mode)
[Embedded] checking how to run the C preprocessor... gcc -E
[Embedded] checking for grep that handles long lines and -e... /bin/grep
[Embedded] checking for egrep... /bin/grep -E
[Embedded] checking for ANSI C header files... yes
[Embedded] checking for sys/types.h... yes
[Embedded] checking for sys/stat.h... yes
[Embedded] checking for stdlib.h... yes
[Embedded] checking for string.h... yes
[Embedded] checking for memory.h... yes
[Embedded] checking for strings.h... yes
[Embedded] checking for inttypes.h... yes
[Embedded] checking for stdint.h... yes
[Embedded] checking for unistd.h... yes
[Embedded] checking minix/config.h usability... no
[Embedded] checking minix/config.h presence... no
[Embedded] checking for minix/config.h... no
[Embedded] checking whether it is safe to define __EXTENSIONS__... yes
[Embedded] checking for pkg-config... /usr/bin/pkg-config
[Embedded] checking pkg-config is at least version 0.9.0... yes
[Embedded] checking for X... libraries , headers 
[Embedded] checking hwloc building mode... embedded
[Embedded] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree
[Embedded] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree
[Embedded] configure: Detected VPATH build
[Embedded] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Embedded] checking if want hwloc maintainer support... disabled (embedded mode)
[Embedded] checking for hwloc directory prefix... hwloc-tree/
[Embedded] checking for hwloc symbol prefix... mytest_
[Embedded] checking size of void *... 8
[Embedded] checking which OS support to include... Linux
[Embedded] checking which CPU support to include... x86_64
[SonarQube Scanner] 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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so -lm -lnuma -lpciaccess -lOpenCL -lxml2
[SonarQube Scanner] depbase=`echo hwloc-distances.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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-distances.o -MD -MP -MF $depbase.Tpo -c -o hwloc-distances.o hwloc-distances.c &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Po
[SonarQube Scanner] /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-distances hwloc-distances.o /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la 
[SonarQube Scanner] 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-distances hwloc-distances.o  /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so -lm -lnuma -lpciaccess -lOpenCL -lxml2
[SonarQube Scanner] depbase=`echo hwloc-distrib.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Po
[SonarQube Scanner] /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la 
[SonarQube Scanner] 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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so -lm -lnuma -lpciaccess -lOpenCL -lxml2
[SonarQube Scanner] depbase=`echo hwloc-info.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Po
[OS_X_12] PASS: xmlbuffer
[OS_X_12] PASS: gl
[OS_X_12] PASS: intel-mic
[OS_X_12] ============================================================================
[OS_X_12] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OS_X_12] ============================================================================
[OS_X_12] # TOTAL: 36
[OS_X_12] # PASS:  36
[OS_X_12] # SKIP:  0
[OS_X_12] # XFAIL: 0
[OS_X_12] # FAIL:  0
[OS_X_12] # XPASS: 0
[OS_X_12] # ERROR: 0
[OS_X_12] ============================================================================
[OS_X_12] Making check in ports
[OS_X_12] /Applications/Xcode.app/Contents/Developer/usr/bin/make  
[OS_X_12] make[3]: Nothing to be done for `all'.
[OS_X_12] Making check in xml
[OS_X_12] /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
[OS_X_12] PASS: 16amd64-8n2c-cpusets.xml
[OS_X_12] PASS: 16amd64-4distances.xml
[OS_X_12] PASS: 16em64t-4s2c2t.xml
[OpenBSD_5.9_x86_64] PASS: 192em64t-24n8c2t-distancegroups.xml
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] # TOTAL: 20
[OpenBSD_5.9_x86_64] # PASS:  20
[OpenBSD_5.9_x86_64] # SKIP:  0
[OpenBSD_5.9_x86_64] # XFAIL: 0
[OpenBSD_5.9_x86_64] # FAIL:  0
[OpenBSD_5.9_x86_64] # XPASS: 0
[OpenBSD_5.9_x86_64] # ERROR: 0
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] Making check in contrib/systemd
[OpenBSD_5.9_x86_64] Making check in doc
[OpenBSD_5.9_x86_64] make  check-recursive
[OpenBSD_5.9_x86_64] Making check in examples
[OpenBSD_5.9_x86_64] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind  nodeset+membind+policy get-knl-modes  gpu sharedcaches
[OpenBSD_5.9_x86_64]   CC       hwloc-hello.o
[OpenBSD_5.9_x86_64]   CCLD     hwloc-hello
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64] cp -f ../../../doc/examples/hwloc-hello.c hwloc-hello-cpp.cpp
[OpenBSD_5.9_x86_64]   CXX      hwloc-hello-cpp.o
[OpenBSD_5.9_x86_64]   CXXLD    hwloc-hello-cpp
[MinGW]   CC       components.lo
[Embedded] checking size of unsigned long... 8
[Embedded] checking size of unsigned int... 4
[Embedded] checking for the C compiler vendor... gnu
[Embedded] checking for __attribute__... yes
[Embedded] checking for __attribute__(aligned)... yes
[Embedded] checking for __attribute__(always_inline)... yes
[Embedded] checking for __attribute__(cold)... yes
[Embedded] checking for __attribute__(const)... yes
[Embedded] checking for __attribute__(deprecated)... yes
[Embedded] checking for __attribute__(format)... yes
[Embedded] checking for __attribute__(hot)... yes
[Embedded] checking for __attribute__(malloc)... yes
[Embedded] checking for __attribute__(may_alias)... yes
[Embedded] checking for __attribute__(no_instrument_function)... yes
[Embedded] checking for __attribute__(nonnull)... yes
[Embedded] checking for __attribute__(noreturn)... yes
[Embedded] checking for __attribute__(packed)... yes
[Embedded] checking for __attribute__(pure)... yes
[Embedded] checking for __attribute__(sentinel)... yes
[Embedded] checking for __attribute__(unused)... yes
[Embedded] checking for __attribute__(warn_unused_result)... yes
[Embedded] checking for __attribute__(weak_alias)... yes
[Embedded] checking if gcc supports -fvisibility=hidden... yes
[Embedded] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[Embedded] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Embedded] checking whether the C compiler rejects function calls with too many arguments... yes
[Embedded] checking whether the C compiler rejects function calls with too few arguments... yes
[Embedded] checking for unistd.h... (cached) yes
[Embedded] checking dirent.h usability... yes
[Embedded] checking dirent.h presence... yes
[Embedded] checking for dirent.h... yes
[Embedded] checking for strings.h... (cached) yes
[Embedded] checking ctype.h usability... yes
[Embedded] checking ctype.h presence... yes
[Embedded] checking for ctype.h... yes
[Embedded] checking for strcasecmp... yes
[Embedded] checking whether strcasecmp is declared... yes
[Embedded] checking whether function strcasecmp has a complete prototype... yes
[Embedded] checking for strncasecmp... yes
[Embedded] checking whether strncasecmp is declared... yes
[Embedded] checking whether function strncasecmp has a complete prototype... yes
[SonarQube Scanner] /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la 
[SonarQube Scanner] 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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so -lm -lnuma -lpciaccess -lOpenCL -lxml2
[SonarQube Scanner] depbase=`echo hwloc-patch.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Po
[SonarQube Scanner] /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la 
[SonarQube Scanner] 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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so -lm -lnuma -lpciaccess -lOpenCL -lxml2
[SonarQube Scanner] depbase=`echo hwloc-ps.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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 &&\
[SonarQube Scanner] mv -f $depbase.Tpo $depbase.Po
[SonarQube Scanner] /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la 
[SonarQube Scanner] 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  /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so -lm -lnuma -lpciaccess -lOpenCL -lxml2
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] mv -f .deps/hwloc_dump_hwdata-hwloc-dump-hwdata.Tpo .deps/hwloc_dump_hwdata-hwloc-dump-hwdata.Po
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] mv -f .deps/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.Tpo .deps/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.Po
[SonarQube Scanner] /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la 
[SonarQube Scanner] 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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so -lm -lnuma -lpciaccess -lOpenCL -lxml2
[SonarQube Scanner] Creating hwloc.7 man page...
[SonarQube Scanner] Creating hwloc-annotate.1 man page...
[SonarQube Scanner] Creating hwloc-assembler.1 man page...
[SonarQube Scanner] Creating hwloc-assembler-remote.1 man page...
[SonarQube Scanner] Creating hwloc-bind.1 man page...
[SonarQube Scanner] Creating hwloc-calc.1 man page...
[SonarQube Scanner] Creating hwloc-compress-dir.1 man page...
[SonarQube Scanner] Creating hwloc-diff.1 man page...
[SonarQube Scanner] Creating hwloc-distances.1 man page...
[SonarQube Scanner] Creating hwloc-distrib.1 man page...
[SonarQube Scanner] Creating hwloc-info.1 man page...
[SonarQube Scanner] Creating hwloc-patch.1 man page...
[SonarQube Scanner] Creating hwloc-gather-topology.1 man page...
[SonarQube Scanner] Creating hwloc-ps.1 man page...
[SonarQube Scanner] Creating hwloc-dump-hwdata.1 man page...
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] Making all in lstopo
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[OS_X_12] PASS: 16em64t-4s2c2t-offlines.xml
[OS_X_12] PASS: 16em64t-4s2c2t.console.output
[OS_X_12] PASS: 16-2gr2gr2n2c+misc.xml
[OS_X_12] PASS: 16-2gr2gr2n2c+misc.console.output
[OS_X_12] PASS: 16intel64-manyVFs.xml
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       cpuset+bitmap+cpubind.o
[OpenBSD_5.9_x86_64]   CCLD     cpuset+bitmap+cpubind
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       nodeset+membind+policy.o
[OpenBSD_5.9_x86_64]   CCLD     nodeset+membind+policy
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       get-knl-modes.o
[Embedded] checking for strftime... yes
[Embedded] checking for setlocale... yes
[Embedded] checking for stdint.h... (cached) yes
[Embedded] checking sys/mman.h usability... yes
[Embedded] checking sys/mman.h presence... yes
[Embedded] checking for sys/mman.h... yes
[Embedded] checking for KAFFINITY... no
[Embedded] checking for PROCESSOR_CACHE_TYPE... no
[Embedded] checking for CACHE_DESCRIPTOR... no
[Embedded] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Embedded] checking for RelationProcessorPackage... no
[Embedded] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Embedded] checking for GROUP_AFFINITY... no
[Embedded] checking for PROCESSOR_RELATIONSHIP... no
[Embedded] checking for NUMA_NODE_RELATIONSHIP... no
[Embedded] checking for CACHE_RELATIONSHIP... no
[Embedded] checking for PROCESSOR_GROUP_INFO... no
[Embedded] checking for GROUP_RELATIONSHIP... no
[Embedded] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Embedded] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Embedded] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Embedded] checking for PROCESSOR_NUMBER... no
[Embedded] checking for main in -lgdi32... no
[Embedded] checking for PostQuitMessage in -luser32... no
[Embedded] checking windows.h usability... no
[Embedded] checking windows.h presence... no
[Embedded] checking for windows.h... no
[Embedded] checking sys/lgrp_user.h usability... no
[Embedded] checking sys/lgrp_user.h presence... no
[Embedded] checking for sys/lgrp_user.h... no
[Embedded] checking kstat.h usability... no
[Embedded] checking kstat.h presence... no
[Embedded] checking for kstat.h... no
[Embedded] checking whether fabsf is declared... yes
[Embedded] checking for fabsf in -lm... yes
[Embedded] checking whether modff is declared... yes
[Embedded] checking for modff in -lm... yes
[Embedded] checking picl.h usability... no
[Embedded] checking picl.h presence... no
[Embedded] checking for picl.h... no
[Embedded] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Embedded] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Embedded] checking whether _SC_NPROC_ONLN is declared... no
[Embedded] checking whether _SC_NPROC_CONF is declared... no
[Embedded] checking whether _SC_PAGESIZE is declared... yes
[Embedded] checking whether _SC_PAGE_SIZE is declared... yes
[Embedded] checking whether _SC_LARGE_PAGESIZE is declared... no
[Embedded] checking mach/mach_host.h usability... no
[Embedded] checking mach/mach_host.h presence... no
[Embedded] checking for mach/mach_host.h... no
[Embedded] checking mach/mach_init.h usability... no
[Embedded] checking mach/mach_init.h presence... no
[Embedded] checking for mach/mach_init.h... no
[Embedded] checking sys/param.h usability... yes
[Embedded] checking sys/param.h presence... yes
[Embedded] checking for sys/param.h... yes
[Embedded] checking for sys/sysctl.h... yes
[Embedded] checking whether CTL_HW is declared... no
[Embedded] checking whether HW_NCPU is declared... no
[SonarQube Scanner] mv -f .deps/lstopo_no_graphics-lstopo.Tpo .deps/lstopo_no_graphics-lstopo.Po
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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-color.o -MD -MP -MF .deps/lstopo_no_graphics-lstopo-color.Tpo -c -o lstopo_no_graphics-lstopo-color.o `test -f 'lstopo-color.c' || echo './'`lstopo-color.c
[SonarQube Scanner] mv -f .deps/lstopo_no_graphics-lstopo-color.Tpo .deps/lstopo_no_graphics-lstopo-color.Po
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] mv -f .deps/lstopo_no_graphics-lstopo-draw.Tpo .deps/lstopo_no_graphics-lstopo-draw.Po
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] mv -f .deps/lstopo_no_graphics-lstopo-fig.Tpo .deps/lstopo_no_graphics-lstopo-fig.Po
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] mv -f .deps/lstopo_no_graphics-lstopo-ascii.Tpo .deps/lstopo_no_graphics-lstopo-ascii.Po
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] mv -f .deps/lstopo_no_graphics-lstopo-text.Tpo .deps/lstopo_no_graphics-lstopo-text.Po
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] mv -f .deps/lstopo_no_graphics-lstopo-xml.Tpo .deps/lstopo_no_graphics-lstopo-xml.Po
[SonarQube Scanner] /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-color.o lstopo_no_graphics-lstopo-draw.o lstopo_no_graphics-lstopo-fig.o lstopo_no_graphics-lstopo-ascii.o lstopo_no_graphics-lstopo-text.o lstopo_no_graphics-lstopo-xml.o /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la -lm -ltermcap 
[OS_X_12] PASS: 16intel64-manyVFs.console.output
[OS_X_12] PASS: 16intel64-manyVFs.console.nocollapse.output
[OS_X_12] PASS: 24em64t-2n6c2t-pci.xml
[OS_X_12] PASS: 32em64t-2n8c2t-pci-noio.xml
[OS_X_12] PASS: 32em64t-2n8c2t-pci-normalio.xml
[OpenBSD_5.9_x86_64]   CCLD     get-knl-modes
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       gpu.o
[OpenBSD_5.9_x86_64]   CCLD     gpu
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64]   CC       sharedcaches.o
[OpenBSD_5.9_x86_64]   CCLD     sharedcaches
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: strcpy() is almost always misused, please use strlcpy()
[OpenBSD_5.9_x86_64] /usr/local/lib/libltdl.so.5.0: warning: warning: strcat() is almost always misused, please use strlcat()
[OpenBSD_5.9_x86_64] /home/ci/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190314.0500.git550b2be/build-plugins-debug/src/.libs/libhwloc.so.12.9: warning: warning: sprintf() is often misused, please use snprintf()
[OpenBSD_5.9_x86_64] make  check-TESTS
[OpenBSD_5.9_x86_64] PASS: hwloc-hello
[MinGW]   CC       bind.lo
[Embedded] checking whether strtoull is declared... yes
[Embedded] checking for ssize_t... yes
[Embedded] checking whether snprintf is declared... yes
[Embedded] checking whether _strdup is declared... no
[Embedded] checking whether _putenv is declared... no
[Embedded] checking whether getprogname is declared... no
[Embedded] checking whether getexecname is declared... no
[Embedded] checking whether GetModuleFileName is declared... no
[Embedded] checking for program_invocation_name... yes
[Embedded] checking for __progname... yes
[Embedded] checking for pthread_t... yes
[Embedded] checking whether sched_getcpu is declared... yes
[Embedded] checking whether sched_setaffinity is declared... yes
[Embedded] checking whether function sched_setaffinity has a complete prototype... yes
[Embedded] checking for old prototype of sched_setaffinity... no
[Embedded] checking for working CPU_SET... yes
[Embedded] checking for working CPU_SET_S... yes
[Embedded] checking for working syscall... yes
[Embedded] checking for KERRIGHED... no
[Embedded] checking for lib... no
[Embedded] checking for bash... /bin/sh
[Embedded] checking for ffs... yes
[Embedded] checking whether ffs is declared... yes
[Embedded] checking whether function ffs has a complete prototype... yes
[Embedded] checking for ffsl... yes
[Embedded] checking whether ffsl is declared... yes
[Embedded] checking whether function ffsl has a complete prototype... yes
[Embedded] checking for fls... no
[Embedded] checking for flsl... no
[Embedded] checking for clz... no
[Embedded] checking for clzl... no
[Embedded] checking for openat... yes
[SonarQube Scanner] 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-color.o lstopo_no_graphics-lstopo-draw.o lstopo_no_graphics-lstopo-fig.o lstopo_no_graphics-lstopo-ascii.o lstopo_no_graphics-lstopo-text.o lstopo_no_graphics-lstopo-xml.o  /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so -lnuma -lpciaccess -lOpenCL -lxml2 -lm -ltermcap
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] mv -f .deps/lstopo-lstopo.Tpo .deps/lstopo-lstopo.Po
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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-color.o -MD -MP -MF .deps/lstopo-lstopo-color.Tpo -c -o lstopo-lstopo-color.o `test -f 'lstopo-color.c' || echo './'`lstopo-color.c
[SonarQube Scanner] mv -f .deps/lstopo-lstopo-color.Tpo .deps/lstopo-lstopo-color.Po
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] mv -f .deps/lstopo-lstopo-draw.Tpo .deps/lstopo-lstopo-draw.Po
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] mv -f .deps/lstopo-lstopo-fig.Tpo .deps/lstopo-lstopo-fig.Po
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] mv -f .deps/lstopo-lstopo-ascii.Tpo .deps/lstopo-lstopo-ascii.Po
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[OpenBSD_5.9_x86_64] PASS: hwloc-hello-cpp
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] # TOTAL: 2
[OpenBSD_5.9_x86_64] # PASS:  2
[OpenBSD_5.9_x86_64] # SKIP:  0
[OpenBSD_5.9_x86_64] # XFAIL: 0
[OpenBSD_5.9_x86_64] # FAIL:  0
[OpenBSD_5.9_x86_64] # XPASS: 0
[OpenBSD_5.9_x86_64] # ERROR: 0
[OpenBSD_5.9_x86_64] ============================================================================
[OpenBSD_5.9_x86_64] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[OpenBSD_5.9_x86_64] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64]  * CPU cpusets *
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] cpu 0 (os 0) has cpuset 0x00000001
[OpenBSD_5.9_x86_64] cpu 1 (os 1) has cpuset 0x00000002
[OpenBSD_5.9_x86_64] Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f
[OpenBSD_5.9_x86_64]   PU#0 cpuset 0x00000001
[OpenBSD_5.9_x86_64]   PU#1 cpuset 0x00000002
[OpenBSD_5.9_x86_64] Machine#0(Backend=x86 OSName=OpenBSD OSRelease=5.9 OSVersion=GENERIC.MP#1888 HostName=openbsd-59-amd64.cs1cloud.internal Architecture=amd64) cpuset 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x0 allowedN 0xf...f
[OpenBSD_5.9_x86_64]   PU#0 cpuset 0x00000001
[OpenBSD_5.9_x86_64]   PU#1 cpuset 0x00000002
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] Restrict topology cpusets to existing PU and NODE objects
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] Propagate offline and disallowed cpus down and up
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] Propagate nodesets
[OpenBSD_5.9_x86_64] 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 online 0x00000003 allowed 0x00000003
[OpenBSD_5.9_x86_64]   PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[OpenBSD_5.9_x86_64]   PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] Removing unauthorized and offline sets from all sets
[OpenBSD_5.9_x86_64] 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 online 0x00000003 allowed 0x00000003
[OpenBSD_5.9_x86_64]   PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
[OpenBSD_5.9_x86_64]   PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] Add default object sets
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] Ok, finished tweaking, now connect
[OpenBSD_5.9_x86_64] --- PU level has number 1
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[OpenBSD_5.9_x86_64]   PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[OpenBSD_5.9_x86_64]   PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] Removing ignored objects
[OpenBSD_5.9_x86_64] 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[OpenBSD_5.9_x86_64]   PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[OpenBSD_5.9_x86_64]   PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] Removing empty objects except numa nodes and PCI devices
[OpenBSD_5.9_x86_64] 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[OpenBSD_5.9_x86_64]   PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[OpenBSD_5.9_x86_64]   PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[OpenBSD_5.9_x86_64] 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 online 0x00000003 allowed 0x00000003 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 2
[OpenBSD_5.9_x86_64]   PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[OpenBSD_5.9_x86_64]   PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
[OpenBSD_5.9_x86_64] --- PU level has number 1
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] 
[OpenBSD_5.9_x86_64] Propagate total memory up
[OpenBSD_5.9_x86_64] Machine
[OpenBSD_5.9_x86_64]   PU L#0 (P#0)
[OpenBSD_5.9_x86_64]   PU L#1 (P#1)
[OpenBSD_5.9_x86_64] + cd ..
[OpenBSD_5.9_x86_64] + exit 0
[Pipeline] [OpenBSD_5.9_x86_64] deleteDir
[OS_X_12] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[OS_X_12] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[OS_X_12] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[Embedded] checking malloc.h usability... yes
[Embedded] checking malloc.h presence... yes
[Embedded] checking for malloc.h... yes
[Embedded] checking for getpagesize... yes
[Embedded] checking for memalign... yes
[Embedded] checking for posix_memalign... yes
[Embedded] checking sys/utsname.h usability... yes
[Embedded] checking sys/utsname.h presence... yes
[Embedded] checking for sys/utsname.h... yes
[Embedded] checking for uname... yes
[Embedded] checking pthread_np.h usability... no
[Embedded] checking pthread_np.h presence... no
[Embedded] checking for pthread_np.h... no
[Embedded] checking whether pthread_setaffinity_np is declared... yes
[Embedded] checking whether pthread_getaffinity_np is declared... yes
[Embedded] checking for sched_setaffinity... yes
[Embedded] checking for sys/cpuset.h... no
[Embedded] checking for cpuset_setaffinity... no
[Embedded] checking for library containing pthread_getthrds_np... no
[Embedded] checking for cpuset_setid... no
[Embedded] checking numaif.h usability... yes
[Embedded] checking numaif.h presence... yes
[Embedded] checking for numaif.h... yes
[Embedded] checking for numa_available in -lnuma... yes
[Embedded] checking for set_mempolicy in -lnuma... yes
[Embedded] checking for mbind in -lnuma... yes
[Embedded] checking for migrate_pages in -lnuma... yes
[Embedded] checking for move_pages in -lnuma... yes
[Embedded] checking libudev.h usability... yes
[Embedded] checking libudev.h presence... yes
[Embedded] checking for libudev.h... yes
[Embedded] checking for udev_device_new_from_subsystem_sysname in -ludev... yes
[Embedded] checking for PCIACCESS... no
[Embedded] checking pciaccess.h usability... no
[Embedded] checking pciaccess.h presence... no
[Embedded] checking for pciaccess.h... no
[Embedded] checking CL/cl_ext.h usability... no
[Embedded] checking CL/cl_ext.h presence... no
[Embedded] checking for CL/cl_ext.h... no
[Embedded] checking cuda.h usability... no
[Embedded] checking cuda.h presence... no
[Embedded] checking for cuda.h... no
[Embedded] checking cuda_runtime_api.h usability... no
[Embedded] checking cuda_runtime_api.h presence... no
[Embedded] checking for cuda_runtime_api.h... no
[Embedded] checking nvml.h usability... no
[Embedded] checking nvml.h presence... no
[Embedded] checking for nvml.h... no
[SonarQube Scanner] mv -f .deps/lstopo-lstopo-text.Tpo .deps/lstopo-lstopo-text.Po
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] mv -f .deps/lstopo-lstopo-xml.Tpo .deps/lstopo-lstopo-xml.Po
[SonarQube Scanner] gcc -DHAVE_CONFIG_H -I. -I../../include/private/autogen -I../../include/hwloc/autogen  -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include -I/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/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
[SonarQube Scanner] mv -f .deps/lstopo-lstopo-cairo.Tpo .deps/lstopo-lstopo-cairo.Po
[SonarQube Scanner] /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-color.o lstopo-lstopo-draw.o lstopo-lstopo-fig.o lstopo-lstopo-ascii.o lstopo-lstopo-text.o lstopo-lstopo-xml.o lstopo-lstopo-cairo.o  /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la -lm -ltermcap -lcairo -lSM -lICE  -lX11   
[SonarQube Scanner] 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-color.o lstopo-lstopo-draw.o lstopo-lstopo-fig.o lstopo-lstopo-ascii.o lstopo-lstopo-text.o lstopo-lstopo-xml.o lstopo-lstopo-cairo.o  /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so -lnuma -lpciaccess -lOpenCL -lxml2 -lm -ltermcap -lcairo -lSM -lICE -lX11
[SonarQube Scanner] Creating lstopo-no-graphics.1 man page...
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] make[2]: Nothing to be done for 'all-am'.
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] Making all in tests
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] Making all in .
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] make[2]: Nothing to be done for 'all-am'.
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] Making all in ports
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports'
[SonarQube Scanner] make[2]: Nothing to be done for 'all'.
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports'
[SonarQube Scanner] Making all in xml
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] make[2]: Nothing to be done for 'all'.
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] Making all in linux
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] Making all in .
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] make[3]: Nothing to be done for 'all-am'.
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] Making all in allowed
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] make[3]: Nothing to be done for 'all'.
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] Making all in gather
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] make[3]: Nothing to be done for 'all'.
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] Making all in contrib/systemd
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd'
[SonarQube Scanner] Creating hwloc-dump-hwdata.service...
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd'
[SonarQube Scanner] Making all in doc
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make  all-recursive
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] Making all in examples
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make[3]: Nothing to be done for 'all'.
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[3]: Nothing to be done for 'all-am'.
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be'
[SonarQube Scanner] make[1]: Nothing to be done for 'all-am'.
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be'
[SonarQube Scanner] + make check
[SonarQube Scanner] Making check in src
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src'
[SonarQube Scanner] make  
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src'
[SonarQube Scanner] make[2]: Nothing to be done for 'all'.
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src'
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src'
[SonarQube Scanner] Making check in include
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include'
[SonarQube Scanner] make[1]: Nothing to be done for 'check'.
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include'
[SonarQube Scanner] Making check in utils
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] Making check in hwloc
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] PASS: test-hwloc-annotate.sh
[SonarQube Scanner] PASS: test-hwloc-assembler.sh
[OS_X_12] PASS: 96em64t-4n4d3ca2co-pci.xml
[Embedded] checking for gethostbyname... yes
[Embedded] checking for connect... yes
[Embedded] checking for remove... yes
[Embedded] checking for shmat... yes
[Embedded] checking for IceConnectionNumber in -lICE... no
[Embedded] checking X11/Xlib.h usability... yes
[Embedded] checking X11/Xlib.h presence... yes
[Embedded] checking for X11/Xlib.h... yes
[Embedded] checking for XOpenDisplay in -lX11... yes
[Embedded] checking for X11/Xutil.h... yes
[Embedded] checking X11/keysym.h usability... yes
[Embedded] checking X11/keysym.h presence... yes
[Embedded] checking for X11/keysym.h... yes
[Embedded] checking NVCtrl/NVCtrl.h usability... no
[Embedded] checking NVCtrl/NVCtrl.h presence... no
[Embedded] checking for NVCtrl/NVCtrl.h... no
[Embedded] checking for LIBXML2... yes
[Embedded] checking libxml/parser.h usability... yes
[Embedded] checking libxml/parser.h presence... yes
[Embedded] checking for libxml/parser.h... yes
[Embedded] checking for xmlNewDoc... yes
[Embedded] checking for final LIBXML2 support... yes
[Embedded] checking for x86 cpuid... yes
[Embedded] checking for pthread_mutex_lock... yes
[Embedded] checking if plugin support is enabled... no
[Embedded] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci xml_libxml x86
[Embedded] checking components to build as plugins... 
[Embedded] === Done configuring hwloc (embedded mode)
[Embedded] 
[Embedded] checking for a sed that does not truncate output... /builds/local/bin/sed
[Embedded] checking for fgrep... /bin/grep -F
[Embedded] checking for ld used by gcc... /usr/bin/ld
[Embedded] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Embedded] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Embedded] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Embedded] checking whether ln -s works... yes
[Embedded] checking the maximum length of command line arguments... 1966080
[Embedded] checking whether the shell understands some XSI constructs... yes
[Embedded] checking whether the shell understands "+="... yes
[Embedded] checking for /usr/bin/ld option to reload object files... -r
[Embedded] checking for objdump... objdump
[Embedded] checking how to recognize dependent libraries... pass_all
[Embedded] checking for ar... ar
[Embedded] checking for strip... strip
[Embedded] checking for ranlib... ranlib
[Embedded] checking command to parse /usr/bin/nm -B output from gcc object... ok
[Embedded] checking for dlfcn.h... yes
[Embedded] checking for objdir... .libs
[Embedded] checking if gcc supports -fno-rtti -fno-exceptions... no
[Embedded] checking for gcc option to produce PIC... -fPIC -DPIC
[Embedded] checking if gcc PIC flag -fPIC -DPIC works... yes
[Embedded] checking if gcc static flag -static works... no
[Embedded] checking if gcc supports -c -o file.o... yes
[Embedded] checking if gcc supports -c -o file.o... (cached) yes
[Embedded] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Embedded] checking whether -lc should be explicitly linked in... no
[Embedded] checking dynamic linker characteristics... GNU/Linux ld.so
[Embedded] checking how to hardcode library paths into programs... immediate
[Embedded] checking whether stripping libraries is possible... yes
[Embedded] checking if libtool supports shared libraries... yes
[Embedded] checking whether to build shared libraries... yes
[Embedded] checking whether to build static libraries... no
[Embedded] configure: creating ./config.status
[MinGW]   CC       bitmap.lo
[Embedded] config.status: creating hwloc-tree/Makefile
[Embedded] config.status: creating hwloc-tree/include/Makefile
[Embedded] config.status: creating hwloc-tree/src/Makefile
[Embedded] config.status: creating Makefile
[Embedded] config.status: creating hwloc-tree/include/private/autogen/config.h
[Embedded] config.status: creating hwloc-tree/include/hwloc/autogen/config.h
[Embedded] config.status: executing depfiles commands
[Embedded] config.status: executing libtool commands
[Embedded] === 12: Running make
[Embedded] Making all in hwloc-tree
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] Making all in src
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded]   CC     topology.lo
[SonarQube Scanner] PASS: test-hwloc-calc.sh
[Pipeline] [OpenBSD_5.9_x86_64] }
[OS_X_12] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[Pipeline] [OpenBSD_5.9_x86_64] // dir
[Pipeline] [OpenBSD_5.9_x86_64] }
[Pipeline] [OpenBSD_5.9_x86_64] // node
[Pipeline] [OpenBSD_5.9_x86_64] }
[Embedded]   CC     traversal.lo
[Embedded]   CC     distances.lo
[Embedded]   CC     components.lo
[Embedded]   CC     bind.lo
[OS_X_12] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[Embedded]   CC     bitmap.lo
[Embedded]   CC     pci-common.lo
[Embedded]   CC     diff.lo
[Embedded]   CC     misc.lo
[Embedded]   CC     base64.lo
[Embedded]   CC     topology-noos.lo
[SonarQube Scanner] PASS: test-hwloc-compress-dir.sh
[SonarQube Scanner] PASS: test-hwloc-diffpatch.sh
[SonarQube Scanner] PASS: test-hwloc-distances.sh
[SonarQube Scanner] PASS: test-hwloc-distrib.sh
[SonarQube Scanner] PASS: test-hwloc-info.sh
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 8
[SonarQube Scanner] # PASS:  8
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] Making check in lstopo
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] PASS: test-hwloc-ls.sh
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 1
[SonarQube Scanner] # PASS:  1
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] make[2]: Nothing to be done for 'check-am'.
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] Making check in tests
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] Making check in .
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched openfabrics-verbs  opencl   
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner]   CC       hwloc_list_components.o
[OS_X_12] PASS: 192em64t-24n8c2t-distancegroups.xml
[OS_X_12] ============================================================================
[OS_X_12] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OS_X_12] ============================================================================
[OS_X_12] # TOTAL: 20
[OS_X_12] # PASS:  20
[OS_X_12] # SKIP:  0
[OS_X_12] # XFAIL: 0
[OS_X_12] # FAIL:  0
[OS_X_12] # XPASS: 0
[OS_X_12] # ERROR: 0
[OS_X_12] ============================================================================
[OS_X_12] Making check in contrib/systemd
[OS_X_12] make[1]: Nothing to be done for `check'.
[OS_X_12] Making check in doc
[OS_X_12] /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-recursive
[OS_X_12] Making check in examples
[OS_X_12] /Applications/Xcode.app/Contents/Developer/usr/bin/make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[OS_X_12]   CC       hwloc-hello.o
[MinGW]   CC       pci-common.lo
[Embedded]   CC     topology-synthetic.lo
[Embedded]   CC     topology-custom.lo
[Embedded]   CC     topology-xml.lo
[SonarQube Scanner]   CCLD     hwloc_list_components
[SonarQube Scanner]   CC       hwloc_bitmap.o
[SonarQube Scanner]   CCLD     hwloc_bitmap
[SonarQube Scanner]   CC       hwloc_bitmap_string.o
[SonarQube Scanner]   CCLD     hwloc_bitmap_string
[SonarQube Scanner]   CC       hwloc_bitmap_compare_inclusion.o
[SonarQube Scanner]   CCLD     hwloc_bitmap_compare_inclusion
[SonarQube Scanner]   CC       hwloc_get_closest_objs.o
[SonarQube Scanner]   CCLD     hwloc_get_closest_objs
[OS_X_12]   CCLD     hwloc-hello
[OS_X_12]   CXX      hwloc-hello-cpp.o
[OS_X_12]   CXXLD    hwloc-hello-cpp
[OS_X_12]   CC       cpuset+bitmap+cpubind.o
[OS_X_12]   CCLD     cpuset+bitmap+cpubind
[Embedded]   CC     topology-xml-nolibxml.lo
[Embedded]   CC     topology-xml-libxml.lo
[Embedded]   CC     topology-linux.lo
[SonarQube Scanner]   CC       hwloc_get_obj_covering_cpuset.o
[SonarQube Scanner]   CCLD     hwloc_get_obj_covering_cpuset
[SonarQube Scanner]   CC       hwloc_get_cache_covering_cpuset.o
[SonarQube Scanner]   CCLD     hwloc_get_cache_covering_cpuset
[SonarQube Scanner]   CC       hwloc_get_largest_objs_inside_cpuset.o
[SonarQube Scanner]   CCLD     hwloc_get_largest_objs_inside_cpuset
[SonarQube Scanner]   CC       hwloc_get_next_obj_covering_cpuset.o
[SonarQube Scanner]   CCLD     hwloc_get_next_obj_covering_cpuset
[SonarQube Scanner]   CC       hwloc_get_obj_inside_cpuset.o
[OS_X_12]   CC       nodeset+membind+policy.o
[OS_X_12]   CCLD     nodeset+membind+policy
[OS_X_12]   CC       get-knl-modes.o
[OS_X_12]   CCLD     get-knl-modes
[OS_X_12]   CC       gpu.o
[OS_X_12]   CCLD     gpu
[Embedded]   CC     topology-hardwired.lo
[Embedded]   CC     topology-x86.lo
[SonarQube Scanner]   CCLD     hwloc_get_obj_inside_cpuset
[SonarQube Scanner]   CC       hwloc_get_shared_cache_covering_obj.o
[SonarQube Scanner]   CCLD     hwloc_get_shared_cache_covering_obj
[SonarQube Scanner]   CC       hwloc_get_obj_below_array_by_type.o
[SonarQube Scanner]   CCLD     hwloc_get_obj_below_array_by_type
[SonarQube Scanner]   CC       hwloc_bitmap_first_last_weight.o
[SonarQube Scanner]   CCLD     hwloc_bitmap_first_last_weight
[OS_X_12]   CC       sharedcaches.o
[OS_X_12]   CCLD     sharedcaches
[OS_X_12] /Applications/Xcode.app/Contents/Developer/usr/bin/make  check-TESTS
[OS_X_12] PASS: hwloc-hello
[OS_X_12] PASS: hwloc-hello-cpp
[OS_X_12] ============================================================================
[OS_X_12] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[OS_X_12] ============================================================================
[OS_X_12] # TOTAL: 2
[OS_X_12] # PASS:  2
[OS_X_12] # SKIP:  0
[OS_X_12] # XFAIL: 0
[OS_X_12] # FAIL:  0
[OS_X_12] # XPASS: 0
[OS_X_12] # ERROR: 0
[OS_X_12] ============================================================================
[OS_X_12] make[3]: Nothing to be done for `check-am'.
[OS_X_12] make[1]: Nothing to be done for `check-am'.
[OS_X_12] + tests/wrapper.sh utils/lstopo/lstopo-no-graphics
[OS_X_12] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[OS_X_12] 2 procs
[OS_X_12] 2 packages
[OS_X_12] 1 threads per package
[OS_X_12] package 0 has cpuset 0x00000001
[OS_X_12] package 1 has cpuset 0x00000002
[OS_X_12] 1 cores per package
[OS_X_12] core 0 has cpuset 0x00000001
[OS_X_12] core 1 has cpuset 0x00000002
[OS_X_12] caches 2(2097152kB) 1(32kB) 1(256kB) 1(30720kB)
[OS_X_12] 3 cache levels
[OS_X_12] node 0 has cpuset 0x00000003
[OS_X_12] L1icache 0 has cpuset 0x00000001
[OS_X_12] L1cache 0 has cpuset 0x00000001
[OS_X_12] L1icache 1 has cpuset 0x00000002
[OS_X_12] L1cache 1 has cpuset 0x00000002
[OS_X_12] L2cache 0 has cpuset 0x00000001
[OS_X_12] L2cache 1 has cpuset 0x00000002
[OS_X_12] L3cache 0 has cpuset 0x00000001
[OS_X_12] L3cache 1 has cpuset 0x00000002
[OS_X_12] hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
[OS_X_12] 
[OS_X_12] 
[OS_X_12]  * CPU cpusets *
[OS_X_12] 
[OS_X_12] cpu 0 (os 0) has cpuset 0x00000001
[OS_X_12] cpu 1 (os 1) has cpuset 0x00000002
[OS_X_12] 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x00000001 allowedN 0xf...f
[OS_X_12]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 nodeset 0x00000001
[OS_X_12]     Package#0(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000001
[OS_X_12]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001
[OS_X_12]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001
[OS_X_12]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001
[OS_X_12]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001
[OS_X_12]               Core#0 cpuset 0x00000001
[OS_X_12]                 PU#0 cpuset 0x00000001
[OS_X_12]     Package#1(CPUVendor=GenuineIntel CPUModel="Intel(R) Xeon(R) CPU E5-2697 v2 @ 2.70GHz" CPUFamilyNumber=6 CPUModelNumber=42 CPUStepping=7) cpuset 0x00000002
[OS_X_12]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002
[OS_X_12]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002
[OS_X_12]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002
[OS_X_12]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002
[OS_X_12]               Core#1 cpuset 0x00000002
[OS_X_12]                 PU#1 cpuset 0x00000002
[OS_X_12] Backend x86 forcing a reconnect of levels
[OS_X_12] --- NUMANode level has number 1
[OS_X_12] 
[OS_X_12] --- Package level has number 2
[OS_X_12] 
[OS_X_12] --- Cache level depth 3 has number 3
[OS_X_12] 
[OS_X_12] --- Cache level depth 2 has number 4
[OS_X_12] 
[OS_X_12] --- Cache level depth 1 has number 5
[OS_X_12] 
[OS_X_12] --- Cache level depth 1 has number 6
[OS_X_12] 
[OS_X_12] --- Core level has number 7
[OS_X_12] 
[OS_X_12] --- PU level has number 8
[OS_X_12] 
[OS_X_12] 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x00000001 allowedN 0xf...f arity 1
[OS_X_12]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 arity 2
[OS_X_12]     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
[OS_X_12]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 arity 1
[OS_X_12]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 arity 1
[OS_X_12]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 arity 1
[OS_X_12]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 arity 1
[OS_X_12]               Core#0 cpuset 0x00000001 arity 1
[OS_X_12]                 PU#0 cpuset 0x00000001
[OS_X_12]     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
[OS_X_12]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 arity 1
[OS_X_12]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 arity 1
[OS_X_12]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 arity 1
[OS_X_12]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 arity 1
[OS_X_12]               Core#1 cpuset 0x00000002 arity 1
[OS_X_12]                 PU#1 cpuset 0x00000002
[OS_X_12] 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 0xf...f complete 0x00000003 online 0xf...f allowed 0xf...f nodeset 0x0 completeN 0x00000001 allowedN 0xf...f arity 1
[OS_X_12]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 nodeset 0x00000001 arity 2
[OS_X_12]     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
[OS_X_12]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 arity 1
[OS_X_12]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 arity 1
[OS_X_12]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 arity 1
[OS_X_12]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 arity 1
[OS_X_12]               Core#0 cpuset 0x00000001 arity 1
[OS_X_12]                 PU#0 cpuset 0x00000001
[OS_X_12]     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
[OS_X_12]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 arity 1
[OS_X_12]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 arity 1
[OS_X_12]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 arity 1
[OS_X_12]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 arity 1
[OS_X_12]               Core#1 cpuset 0x00000002 arity 1
[OS_X_12]                 PU#1 cpuset 0x00000002
[OS_X_12] 
[OS_X_12] Restrict topology cpusets to existing PU and NODE objects
[OS_X_12] 
[OS_X_12] Propagate offline and disallowed cpus down and up
[OS_X_12] 
[OS_X_12] Propagate nodesets
[OS_X_12] 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 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OS_X_12]     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 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]               Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]                 PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_12]     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 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]               Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]                 PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_12] 
[OS_X_12] Removing unauthorized and offline sets from all sets
[OS_X_12] 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 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OS_X_12]     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 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]               Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]                 PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_12]     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 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]               Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]                 PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_12] 
[OS_X_12] Add default object sets
[OS_X_12] 
[OS_X_12] Ok, finished tweaking, now connect
[OS_X_12] --- NUMANode level has number 1
[OS_X_12] 
[OS_X_12] --- Package level has number 2
[OS_X_12] 
[OS_X_12] --- Cache level depth 3 has number 3
[OS_X_12] 
[OS_X_12] --- Cache level depth 2 has number 4
[OS_X_12] 
[OS_X_12] --- Cache level depth 1 has number 5
[OS_X_12] 
[OS_X_12] --- Cache level depth 1 has number 6
[OS_X_12] 
[OS_X_12] --- Core level has number 7
[OS_X_12] 
[OS_X_12] --- PU level has number 8
[OS_X_12] 
[OS_X_12] 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 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OS_X_12]     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 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]               Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]                 PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_12]     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 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]               Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]                 PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_12] 
[OS_X_12] Removing ignored objects
[OS_X_12] 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 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OS_X_12]     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 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]               Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]                 PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_12]     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 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]               Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]                 PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_12] 
[OS_X_12] Removing empty objects except numa nodes and PCI devices
[OS_X_12] 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 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OS_X_12]     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 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]               Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]                 PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_12]     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 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]               Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]                 PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_12] 
[OS_X_12] Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
[OS_X_12] 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 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]   NUMANode#0(local=2097152KB total=0KB) cpuset 0x00000003 complete 0x00000003 online 0x00000003 allowed 0x00000003 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 2
[OS_X_12]     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 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]       L3Cache#0(size=30720KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]         L2Cache#0(size=256KB linesize=64 ways=8) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]           L1dCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]             L1iCache#0(size=32KB linesize=64) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]               Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]                 PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_12]     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 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]       L3Cache#1(size=30720KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]         L2Cache#1(size=256KB linesize=64 ways=8) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]           L1dCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]             L1iCache#1(size=32KB linesize=64) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]               Core#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001 arity 1
[OS_X_12]                 PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0x00000001 completeN 0x00000001 allowedN 0x00000001
[OS_X_12] --- NUMANode level has number 1
[OS_X_12] 
[OS_X_12] --- Package level has number 2
[OS_X_12] 
[OS_X_12] --- Cache level depth 3 has number 3
[OS_X_12] 
[OS_X_12] --- Cache level depth 2 has number 4
[OS_X_12] 
[OS_X_12] --- Cache level depth 1 has number 5
[OS_X_12] 
[OS_X_12] --- Cache level depth 1 has number 6
[OS_X_12] 
[OS_X_12] --- Core level has number 7
[OS_X_12] 
[OS_X_12] --- PU level has number 8
[OS_X_12] 
[OS_X_12] 
[OS_X_12] Propagate total memory up
[OS_X_12] Machine (2048MB total) + NUMANode L#0 (P#0 2048MB)
[OS_X_12]   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)
[OS_X_12]   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)
[OS_X_12] + cd ..
[OS_X_12] + exit 0
[MinGW]   CC       diff.lo
[Embedded]   CCLD   libhwloc_embedded.la
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] Making all in include
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] make[2]: Nothing to be done for `all'.
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] make[2]: Nothing to be done for `all-am'.
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded]   CC     do_test.lo
[Embedded]   CCLD   libdo_test.la
[Embedded]   CC     main.o
[Embedded]   CCLD   main
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] === 13: Running make check
[Embedded] Making check in hwloc-tree
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] Making check in src
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] make  
[Embedded] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] make[3]: Nothing to be done for `all'.
[Embedded] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] Making check in include
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] make[2]: Nothing to be done for `check'.
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] make[2]: Nothing to be done for `check-am'.
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] make  check-TESTS
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] *** Test 1: bitmap alloc
[Embedded] *** Test 2: topology init
[Embedded] *** Test 3: topology load
[Embedded] *** Test 4: topology get depth
[Embedded]     Max depth: 6
[Embedded] *** Test 5: topology destroy
[Embedded] *** Test 6: bitmap free
[Embedded] PASS: main
[Embedded] =============
[Embedded] 1 test passed
[Embedded] =============
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] === 14: Running make clean
[Embedded] Making clean in hwloc-tree
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] Making clean in include
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] rm -rf .libs _libs
[Embedded] rm -f *.lo
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] Making clean in src
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] test -z "" || rm -f 
[Embedded] test -z "" || rm -f 
[Embedded] rm -rf .libs _libs
[Embedded] test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la
[Embedded] rm -f "./so_locations"
[Embedded] test -z "     " || rm -f      
[Embedded] rm -f *.o
[Embedded] rm -f *.lo
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] Making clean in .
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] rm -rf .libs _libs
[Embedded] rm -f *.lo
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] Making clean in .
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] rm -rf .libs _libs
[Embedded] test -z "libdo_test.la" || rm -f libdo_test.la
[Embedded] rm -f "./so_locations"
[Embedded]  rm -f main
[Embedded] rm -f *.o
[Embedded] rm -f *.lo
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] === 15: Running make distclean
[Embedded] Making distclean in hwloc-tree
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] Making distclean in include
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] rm -rf .libs _libs
[Embedded] rm -f *.lo
[Embedded] test -z "" || rm -f 
[Embedded] test . = "../../../hwloc-tree/include" || test -z "" || rm -f 
[Embedded] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[Embedded] rm -f Makefile
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] Making distclean in src
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] test -z "" || rm -f 
[Embedded] test -z "" || rm -f 
[Embedded] rm -rf .libs _libs
[Embedded] test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la
[Embedded] rm -f "./so_locations"
[Embedded] test -z "     " || rm -f      
[Embedded] rm -f *.o
[Embedded] rm -f *.lo
[Embedded] rm -f *.tab.c
[Embedded] test -z "" || rm -f 
[Embedded] test . = "../../../hwloc-tree/src" || test -z "" || rm -f 
[Embedded] test -z "static-components.h" || rm -f static-components.h
[Embedded] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[Embedded] rm -rf ./.deps
[Embedded] rm -f Makefile
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] Making distclean in .
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] rm -rf .libs _libs
[Embedded] rm -f *.lo
[Embedded] test -z "" || rm -f 
[Embedded] test . = "../../hwloc-tree" || test -z "" || rm -f 
[Embedded] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] rm -f Makefile
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] Making distclean in .
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] rm -rf .libs _libs
[Embedded] test -z "libdo_test.la" || rm -f libdo_test.la
[Embedded] rm -f "./so_locations"
[Embedded]  rm -f main
[Embedded] rm -f *.o
[Embedded] rm -f *.lo
[Embedded] rm -f *.tab.c
[Embedded] test -z "" || rm -f 
[Embedded] test . = ".." || test -z "" || rm -f 
[Embedded] 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
[Embedded] rm -f libtool config.lt
[Embedded] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] rm -f config.status config.cache config.log configure.lineno config.status.lineno
[Embedded] rm -rf ./.deps
[Embedded] rm -f Makefile
[Embedded] === 16: Re-extracting tarball...
[Embedded] === 17: Removing old tree...
[Embedded] === 18: Running autogen...
[SonarQube Scanner]   CC       hwloc_bitmap_singlify.o
[SonarQube Scanner]   CCLD     hwloc_bitmap_singlify
[SonarQube Scanner]   CC       hwloc_type_depth.o
[SonarQube Scanner]   CCLD     hwloc_type_depth
[SonarQube Scanner]   CC       hwloc_bind.o
[SonarQube Scanner]   CCLD     hwloc_bind
[SonarQube Scanner]   CC       hwloc_get_last_cpu_location.o
[SonarQube Scanner]   CCLD     hwloc_get_last_cpu_location
[Pipeline] [OS_X_12] deleteDir
[SonarQube Scanner]   CC       hwloc_get_area_memlocation.o
[SonarQube Scanner]   CCLD     hwloc_get_area_memlocation
[SonarQube Scanner]   CC       hwloc_object_userdata.o
[Pipeline] [OS_X_12] }
[Pipeline] [OS_X_12] // dir
[Embedded] autoreconf: Entering directory `.'
[Embedded] autoreconf: configure.ac: not using Gettext
[SonarQube Scanner]   CCLD     hwloc_object_userdata
[SonarQube Scanner]   CC       hwloc_synthetic.o
[Pipeline] [OS_X_12] }
[Pipeline] [OS_X_12] // node
[Pipeline] [OS_X_12] }
[SonarQube Scanner]   CCLD     hwloc_synthetic
[SonarQube Scanner]   CC       hwloc_custom.o
[SonarQube Scanner]   CCLD     hwloc_custom
[SonarQube Scanner]   CC       hwloc_backends.o
[SonarQube Scanner]   CCLD     hwloc_backends
[MinGW]   CC       misc.lo
[Embedded] autoreconf: running: aclocal --force -I./config -I./hwloc-tree/config
[SonarQube Scanner]   CC       hwloc_pci_backend.o
[SonarQube Scanner]   CCLD     hwloc_pci_backend
[SonarQube Scanner]   CC       hwloc_is_thissystem.o
[SonarQube Scanner]   CCLD     hwloc_is_thissystem
[SonarQube Scanner]   CC       hwloc_distances.o
[SonarQube Scanner]   CCLD     hwloc_distances
[SonarQube Scanner]   CC       hwloc_groups.o
[SonarQube Scanner]   CCLD     hwloc_groups
[Embedded] autoreconf: configure.ac: tracing
[SonarQube Scanner]   CC       hwloc_groups2.o
[SonarQube Scanner]   CCLD     hwloc_groups2
[SonarQube Scanner]   CC       hwloc_insert_misc.o
[SonarQube Scanner]   CCLD     hwloc_insert_misc
[SonarQube Scanner]   CC       hwloc_topology_restrict.o
[SonarQube Scanner]   CCLD     hwloc_topology_restrict
[SonarQube Scanner]   CC       hwloc_topology_dup.o
[SonarQube Scanner]   CCLD     hwloc_topology_dup
[SonarQube Scanner]   CC       hwloc_topology_diff.o
[MinGW]   CC       base64.lo
[Embedded] autoreconf: running: libtoolize --copy --force
[Embedded] libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `./config'.
[Embedded] libtoolize: copying file `./config/ltmain.sh'
[Embedded] libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `./config'.
[Embedded] libtoolize: copying file `./config/libtool.m4'
[Embedded] libtoolize: copying file `./config/ltoptions.m4'
[Embedded] libtoolize: copying file `./config/ltsugar.m4'
[Embedded] libtoolize: copying file `./config/ltversion.m4'
[SonarQube Scanner]   CCLD     hwloc_topology_diff
[SonarQube Scanner]   CC       hwloc_obj_infos.o
[SonarQube Scanner]   CCLD     hwloc_obj_infos
[SonarQube Scanner]   CC       hwloc_iodevs.o
[SonarQube Scanner]   CCLD     hwloc_iodevs
[SonarQube Scanner]   CC       xmlbuffer.o
[SonarQube Scanner]   CCLD     xmlbuffer
[SonarQube Scanner]   CC       gl.o
[SonarQube Scanner]   CCLD     gl
[Embedded] libtoolize: copying file `./config/lt~obsolete.m4'
[Embedded] libtoolize: Consider adding `-I ./config' to ACLOCAL_AMFLAGS in Makefile.am.
[SonarQube Scanner]   CC       intel-mic.o
[SonarQube Scanner]   CCLD     intel-mic
[SonarQube Scanner]   CC       linux-libnuma.o
[SonarQube Scanner]   CCLD     linux-libnuma
[SonarQube Scanner]   CC       glibc-sched.o
[SonarQube Scanner]   CCLD     glibc-sched
[SonarQube Scanner]   CC       openfabrics-verbs.o
[SonarQube Scanner]   CCLD     openfabrics-verbs
[SonarQube Scanner]   CC       opencl.o
[MinGW]   CC       topology-noos.lo
[SonarQube Scanner]   CCLD     opencl
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] PASS: hwloc_list_components
[SonarQube Scanner] PASS: hwloc_bitmap
[SonarQube Scanner] PASS: hwloc_bitmap_string
[SonarQube Scanner] PASS: hwloc_bitmap_compare_inclusion
[SonarQube Scanner] PASS: hwloc_get_closest_objs
[SonarQube Scanner] PASS: hwloc_get_obj_covering_cpuset
[SonarQube Scanner] PASS: hwloc_get_cache_covering_cpuset
[SonarQube Scanner] PASS: hwloc_get_largest_objs_inside_cpuset
[SonarQube Scanner] PASS: hwloc_get_next_obj_covering_cpuset
[SonarQube Scanner] PASS: hwloc_get_obj_inside_cpuset
[SonarQube Scanner] PASS: hwloc_get_shared_cache_covering_obj
[SonarQube Scanner] PASS: hwloc_get_obj_below_array_by_type
[SonarQube Scanner] PASS: hwloc_bitmap_first_last_weight
[SonarQube Scanner] PASS: hwloc_bitmap_singlify
[SonarQube Scanner] PASS: hwloc_type_depth
[SonarQube Scanner] PASS: hwloc_bind
[SonarQube Scanner] PASS: hwloc_get_last_cpu_location
[SonarQube Scanner] PASS: hwloc_get_area_memlocation
[SonarQube Scanner] PASS: hwloc_object_userdata
[SonarQube Scanner] PASS: hwloc_synthetic
[SonarQube Scanner] PASS: hwloc_custom
[SonarQube Scanner] PASS: hwloc_backends
[SonarQube Scanner] PASS: hwloc_pci_backend
[SonarQube Scanner] PASS: hwloc_is_thissystem
[SonarQube Scanner] PASS: hwloc_distances
[SonarQube Scanner] PASS: hwloc_groups
[SonarQube Scanner] PASS: hwloc_groups2
[SonarQube Scanner] PASS: hwloc_insert_misc
[SonarQube Scanner] PASS: hwloc_topology_restrict
[SonarQube Scanner] PASS: hwloc_topology_dup
[SonarQube Scanner] PASS: hwloc_topology_diff
[SonarQube Scanner] PASS: hwloc_obj_infos
[Embedded] autoreconf: running: /usr/bin/autoconf --force
[SonarQube Scanner] PASS: hwloc_iodevs
[SonarQube Scanner] PASS: xmlbuffer
[SonarQube Scanner] PASS: gl
[SonarQube Scanner] PASS: intel-mic
[SonarQube Scanner] PASS: linux-libnuma
[SonarQube Scanner] PASS: glibc-sched
[SonarQube Scanner] PASS: openfabrics-verbs
[SonarQube Scanner] PASS: opencl
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 40
[SonarQube Scanner] # PASS:  40
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] Making check in ports
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports'
[SonarQube Scanner] make  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-osf.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
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports'
[SonarQube Scanner]   CC       libhwloc_port_aix_la-topology-aix.lo
[SonarQube Scanner]   CCLD     libhwloc-port-aix.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[SonarQube Scanner]   CCLD     libhwloc-port-bgq.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[MinGW]   CC       topology-synthetic.lo
[SonarQube Scanner]   CCLD     libhwloc-port-darwin.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[SonarQube Scanner]   CCLD     libhwloc-port-freebsd.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[SonarQube Scanner]   CCLD     libhwloc-port-hpux.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[SonarQube Scanner]   CCLD     libhwloc-port-netbsd.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_osf_la-topology-osf.lo
[Embedded] autoreconf: running: /usr/bin/autoheader --force
[SonarQube Scanner]   CCLD     libhwloc-port-osf.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[SonarQube Scanner]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[SonarQube Scanner]   CCLD     libhwloc-port-solaris.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_windows_la-topology-windows.lo
[SonarQube Scanner]   CCLD     libhwloc-port-windows.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[Embedded] autoreconf: running: automake --add-missing --copy --force-missing
[Embedded] autoreconf: Leaving directory `.'
[Embedded] === 19: Running VPATH-clean configure...
[Embedded] checking build system type... x86_64-unknown-linux-gnu
[Embedded] checking host system type... x86_64-unknown-linux-gnu
[Embedded] checking target system type... x86_64-unknown-linux-gnu
[Embedded] checking for a BSD-compatible install... /usr/bin/install -c
[SonarQube Scanner]   CCLD     libhwloc-port-opencl.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[SonarQube Scanner]   CCLD     libhwloc-port-cuda.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[SonarQube Scanner]   CCLD     libhwloc-port-nvml.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_gl_la-topology-gl.lo
[MinGW]   CC       topology-custom.lo
[Embedded] checking whether build environment is sane... yes
[Embedded] checking for a thread-safe mkdir -p... /bin/mkdir -p
[Embedded] checking for gawk... gawk
[Embedded] checking whether make sets $(MAKE)... yes
[Embedded] checking how to create a ustar tar archive... gnutar
[Embedded] checking for gcc... gcc
[SonarQube Scanner]   CCLD     libhwloc-port-gl.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports'
[SonarQube Scanner] Making check in xml
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] PASS: 16amd64-8n2c-cpusets.xml
[SonarQube Scanner] PASS: 16amd64-4distances.xml
[SonarQube Scanner] PASS: 16em64t-4s2c2t.xml
[SonarQube Scanner] PASS: 16em64t-4s2c2t-offlines.xml
[SonarQube Scanner] PASS: 16em64t-4s2c2t.console.output
[SonarQube Scanner] PASS: 16-2gr2gr2n2c+misc.xml
[SonarQube Scanner] PASS: 16-2gr2gr2n2c+misc.console.output
[SonarQube Scanner] PASS: 16intel64-manyVFs.xml
[SonarQube Scanner] PASS: 16intel64-manyVFs.console.output
[SonarQube Scanner] PASS: 16intel64-manyVFs.console.nocollapse.output
[SonarQube Scanner] PASS: 24em64t-2n6c2t-pci.xml
[SonarQube Scanner] PASS: 32em64t-2n8c2t-pci-noio.xml
[SonarQube Scanner] PASS: 32em64t-2n8c2t-pci-normalio.xml
[SonarQube Scanner] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[SonarQube Scanner] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[SonarQube Scanner] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[SonarQube Scanner] PASS: 96em64t-4n4d3ca2co-pci.xml
[Embedded] checking for C compiler default output file name... a.out
[Embedded] checking whether the C compiler works... yes
[Embedded] checking whether we are cross compiling... no
[Embedded] checking for suffix of executables... 
[Embedded] checking for suffix of object files... o
[Embedded] checking whether we are using the GNU C compiler... yes
[Embedded] checking whether gcc accepts -g... yes
[Embedded] checking for gcc option to accept ISO C89... none needed
[Embedded] checking for style of include used by make... GNU
[Embedded] checking dependency style of gcc... gcc3
[Embedded] checking whether gcc and cc understand -c and -o together... yes
[Embedded] 
[Embedded] === Configuring hwloc (embedded mode)
[Embedded] checking how to run the C preprocessor... gcc -E
[Embedded] checking for grep that handles long lines and -e... /bin/grep
[Embedded] checking for egrep... /bin/grep -E
[Embedded] checking for ANSI C header files... yes
[Embedded] checking for sys/types.h... yes
[Embedded] checking for sys/stat.h... yes
[Embedded] checking for stdlib.h... yes
[Embedded] checking for string.h... yes
[Embedded] checking for memory.h... yes
[Embedded] checking for strings.h... yes
[Embedded] checking for inttypes.h... yes
[Embedded] checking for stdint.h... yes
[Embedded] checking for unistd.h... yes
[Embedded] checking minix/config.h usability... no
[Embedded] checking minix/config.h presence... no
[Embedded] checking for minix/config.h... no
[Embedded] checking whether it is safe to define __EXTENSIONS__... yes
[Embedded] checking for pkg-config... /usr/bin/pkg-config
[Embedded] checking pkg-config is at least version 0.9.0... yes
[Embedded] checking for X... libraries , headers 
[Embedded] checking hwloc building mode... embedded
[Embedded] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree
[Embedded] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/hwloc-tree
[Embedded] configure: Detected VPATH build
[Embedded] checking for hwloc version... v1.11-20190314.0500.git550b2be
[Embedded] checking if want hwloc maintainer support... disabled (embedded mode)
[Embedded] checking for hwloc directory prefix... hwloc-tree/
[Embedded] checking for hwloc symbol prefix... mytest_
[Embedded] checking size of void *... 8
[Embedded] checking which OS support to include... Linux
[Embedded] checking which CPU support to include... x86_64
[Embedded] checking size of unsigned long... 8
[Embedded] checking size of unsigned int... 4
[Embedded] checking for the C compiler vendor... gnu
[Embedded] checking for __attribute__... yes
[Embedded] checking for __attribute__(aligned)... yes
[Embedded] checking for __attribute__(always_inline)... yes
[SonarQube Scanner] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[SonarQube Scanner] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[SonarQube Scanner] PASS: 192em64t-24n8c2t-distancegroups.xml
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 20
[SonarQube Scanner] # PASS:  20
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] Making check in linux
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] Making check in .
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] PASS: 2amd64-2n.output
[SonarQube Scanner] PASS: 2i386-2t-hugepagesizecount.xml.output
[SonarQube Scanner] PASS: 2i386-2c-nohugepage.xml.output
[SonarQube Scanner] PASS: 2ps3-2t.output
[SonarQube Scanner] PASS: 4em64t-2c2t-ignore-reorder.output
[SonarQube Scanner] PASS: 4ia64-4s.output
[SonarQube Scanner] PASS: 4ppc-4c.output
[MinGW]   CC       topology-xml.lo
[Embedded] checking for __attribute__(cold)... yes
[Embedded] checking for __attribute__(const)... yes
[Embedded] checking for __attribute__(deprecated)... yes
[Embedded] checking for __attribute__(format)... yes
[Embedded] checking for __attribute__(hot)... yes
[Embedded] checking for __attribute__(malloc)... yes
[Embedded] checking for __attribute__(may_alias)... yes
[Embedded] checking for __attribute__(no_instrument_function)... yes
[Embedded] checking for __attribute__(nonnull)... yes
[Embedded] checking for __attribute__(noreturn)... yes
[Embedded] checking for __attribute__(packed)... yes
[Embedded] checking for __attribute__(pure)... yes
[Embedded] checking for __attribute__(sentinel)... yes
[Embedded] checking for __attribute__(unused)... yes
[Embedded] checking for __attribute__(warn_unused_result)... yes
[Embedded] checking for __attribute__(weak_alias)... yes
[Embedded] checking if gcc supports -fvisibility=hidden... yes
[Embedded] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[Embedded] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[Embedded] checking whether the C compiler rejects function calls with too many arguments... yes
[Embedded] checking whether the C compiler rejects function calls with too few arguments... yes
[Embedded] checking for unistd.h... (cached) yes
[Embedded] checking dirent.h usability... yes
[Embedded] checking dirent.h presence... yes
[Embedded] checking for dirent.h... yes
[Embedded] checking for strings.h... (cached) yes
[Embedded] checking ctype.h usability... yes
[Embedded] checking ctype.h presence... yes
[Embedded] checking for ctype.h... yes
[Embedded] checking for strcasecmp... yes
[Embedded] checking whether strcasecmp is declared... yes
[Embedded] checking whether function strcasecmp has a complete prototype... yes
[Embedded] checking for strncasecmp... yes
[Embedded] checking whether strncasecmp is declared... yes
[Embedded] checking whether function strncasecmp has a complete prototype... yes
[Embedded] checking for strftime... yes
[Embedded] checking for setlocale... yes
[Embedded] checking for stdint.h... (cached) yes
[Embedded] checking sys/mman.h usability... yes
[Embedded] checking sys/mman.h presence... yes
[Embedded] checking for sys/mman.h... yes
[Embedded] checking for KAFFINITY... no
[Embedded] checking for PROCESSOR_CACHE_TYPE... no
[Embedded] checking for CACHE_DESCRIPTOR... no
[Embedded] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[Embedded] checking for RelationProcessorPackage... no
[Embedded] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[Embedded] checking for GROUP_AFFINITY... no
[Embedded] checking for PROCESSOR_RELATIONSHIP... no
[SonarQube Scanner] PASS: 256ppc-8n8s4t.output
[SonarQube Scanner] PASS: 256ppc-8n8s4t-nocache.output
[SonarQube Scanner] PASS: 256ppc-8n8s4t-nosys.output
[SonarQube Scanner] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[SonarQube Scanner] PASS: 32amd64-4s2n4c-cgroup.output
[Embedded] checking for NUMA_NODE_RELATIONSHIP... no
[Embedded] checking for CACHE_RELATIONSHIP... no
[Embedded] checking for PROCESSOR_GROUP_INFO... no
[Embedded] checking for GROUP_RELATIONSHIP... no
[Embedded] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[Embedded] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[Embedded] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[Embedded] checking for PROCESSOR_NUMBER... no
[Embedded] checking for main in -lgdi32... no
[Embedded] checking for PostQuitMessage in -luser32... no
[Embedded] checking windows.h usability... no
[Embedded] checking windows.h presence... no
[Embedded] checking for windows.h... no
[Embedded] checking sys/lgrp_user.h usability... no
[Embedded] checking sys/lgrp_user.h presence... no
[Embedded] checking for sys/lgrp_user.h... no
[Embedded] checking kstat.h usability... no
[Embedded] checking kstat.h presence... no
[Embedded] checking for kstat.h... no
[Embedded] checking whether fabsf is declared... yes
[Embedded] checking for fabsf in -lm... yes
[Embedded] checking whether modff is declared... yes
[Embedded] checking for modff in -lm... yes
[Embedded] checking picl.h usability... no
[Embedded] checking picl.h presence... no
[Embedded] checking for picl.h... no
[Embedded] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[Embedded] checking whether _SC_NPROCESSORS_CONF is declared... yes
[Embedded] checking whether _SC_NPROC_ONLN is declared... no
[Embedded] checking whether _SC_NPROC_CONF is declared... no
[Embedded] checking whether _SC_PAGESIZE is declared... yes
[Embedded] checking whether _SC_PAGE_SIZE is declared... yes
[Embedded] checking whether _SC_LARGE_PAGESIZE is declared... no
[Embedded] checking mach/mach_host.h usability... no
[Embedded] checking mach/mach_host.h presence... no
[Embedded] checking for mach/mach_host.h... no
[Embedded] checking mach/mach_init.h usability... no
[Embedded] checking mach/mach_init.h presence... no
[Embedded] checking for mach/mach_init.h... no
[Embedded] checking sys/param.h usability... yes
[Embedded] checking sys/param.h presence... yes
[Embedded] checking for sys/param.h... yes
[Embedded] checking for sys/sysctl.h... yes
[Embedded] checking whether CTL_HW is declared... no
[Embedded] checking whether HW_NCPU is declared... no
[Embedded] checking whether strtoull is declared... yes
[Embedded] checking for ssize_t... yes
[Embedded] checking whether snprintf is declared... yes
[Embedded] checking whether _strdup is declared... no
[Embedded] checking whether _putenv is declared... no
[Embedded] checking whether getprogname is declared... no
[Embedded] checking whether getexecname is declared... no
[Embedded] checking whether GetModuleFileName is declared... no
[SonarQube Scanner] PASS: 32amd64-4s2n4c-cgroup.xml.output
[SonarQube Scanner] PASS: 32ppc-4n4c2c.output
[SonarQube Scanner] PASS: 8amd64-4n2c.output
[SonarQube Scanner] PASS: 8em64t-4c2t.output
[SonarQube Scanner] PASS: 8em64t-2s2ca2c.output
[SonarQube Scanner] PASS: 8em64t-2s2ca2c-buggynuma.output
[SonarQube Scanner] PASS: 8em64t-2s4c-heterogeneous.output
[SonarQube Scanner] PASS: 8ia64-2n2s2c.output
[SonarQube Scanner] PASS: 8ia64-2s2c2t.output
[SonarQube Scanner] PASS: 8ia64-4s2c.output
[SonarQube Scanner] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[SonarQube Scanner] PASS: 16amd64-8n2c.output
[SonarQube Scanner] PASS: 16amd64-8n2c-cpusets.output
[SonarQube Scanner] PASS: 16amd64-8n2c-cpusets.xml.output
[SonarQube Scanner] PASS: 16amd64-8n2c-cpusets_noadmin.output
[SonarQube Scanner] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[SonarQube Scanner] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[SonarQube Scanner] PASS: 16em64t-4s2c2t.output
[SonarQube Scanner] PASS: 16em64t-4s2c2t-offlines.output
[Embedded] checking for program_invocation_name... yes
[Embedded] checking for __progname... yes
[Embedded] checking for pthread_t... yes
[Embedded] checking whether sched_getcpu is declared... yes
[Embedded] checking whether sched_setaffinity is declared... yes
[Embedded] checking whether function sched_setaffinity has a complete prototype... yes
[Embedded] checking for old prototype of sched_setaffinity... no
[Embedded] checking for working CPU_SET... yes
[Embedded] checking for working CPU_SET_S... yes
[Embedded] checking for working syscall... yes
[Embedded] checking for KERRIGHED... no
[Embedded] checking for lib... no
[Embedded] checking for bash... /bin/sh
[Embedded] checking for ffs... yes
[Embedded] checking whether ffs is declared... yes
[Embedded] checking whether function ffs has a complete prototype... yes
[Embedded] checking for ffsl... yes
[Embedded] checking whether ffsl is declared... yes
[Embedded] checking whether function ffsl has a complete prototype... yes
[Embedded] checking for fls... no
[Embedded] checking for flsl... no
[Embedded] checking for clz... no
[Embedded] checking for clzl... no
[Embedded] checking for openat... yes
[Embedded] checking malloc.h usability... yes
[Embedded] checking malloc.h presence... yes
[Embedded] checking for malloc.h... yes
[Embedded] checking for getpagesize... yes
[SonarQube Scanner] PASS: 16em64t-4s2c2t-offlines.xml.output
[SonarQube Scanner] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[SonarQube Scanner] PASS: 16em64t-4s2c2t_ncaches.output
[SonarQube Scanner] PASS: 16em64t-4s2c2t_merge.output
[SonarQube Scanner] PASS: 16em64t-4s2c2t.xml.output
[SonarQube Scanner] PASS: 16em64t-2m4c2t.output
[SonarQube Scanner] PASS: 16ia64-8n2s.output
[SonarQube Scanner] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[SonarQube Scanner] PASS: 32em64t-2n8c+1mic.output
[MinGW]   CC       topology-xml-nolibxml.lo
[Embedded] checking for memalign... yes
[Embedded] checking for posix_memalign... yes
[Embedded] checking sys/utsname.h usability... yes
[Embedded] checking sys/utsname.h presence... yes
[Embedded] checking for sys/utsname.h... yes
[Embedded] checking for uname... yes
[Embedded] checking pthread_np.h usability... no
[Embedded] checking pthread_np.h presence... no
[Embedded] checking for pthread_np.h... no
[Embedded] checking whether pthread_setaffinity_np is declared... yes
[Embedded] checking whether pthread_getaffinity_np is declared... yes
[Embedded] checking for sched_setaffinity... yes
[Embedded] checking for sys/cpuset.h... no
[Embedded] checking for cpuset_setaffinity... no
[Embedded] checking for library containing pthread_getthrds_np... no
[Embedded] checking for cpuset_setid... no
[Embedded] checking numaif.h usability... yes
[Embedded] checking numaif.h presence... yes
[Embedded] checking for numaif.h... yes
[Embedded] checking for numa_available in -lnuma... yes
[Embedded] checking for set_mempolicy in -lnuma... yes
[Embedded] checking for mbind in -lnuma... yes
[Embedded] checking for migrate_pages in -lnuma... yes
[Embedded] checking for move_pages in -lnuma... yes
[Embedded] checking libudev.h usability... yes
[Embedded] checking libudev.h presence... yes
[Embedded] checking for libudev.h... yes
[Embedded] checking for udev_device_new_from_subsystem_sysname in -ludev... yes
[Embedded] checking for PCIACCESS... no
[Embedded] checking pciaccess.h usability... no
[Embedded] checking pciaccess.h presence... no
[Embedded] checking for pciaccess.h... no
[Embedded] checking CL/cl_ext.h usability... no
[Embedded] checking CL/cl_ext.h presence... no
[Embedded] checking for CL/cl_ext.h... no
[Embedded] checking cuda.h usability... no
[Embedded] checking cuda.h presence... no
[Embedded] checking for cuda.h... no
[Embedded] checking cuda_runtime_api.h usability... no
[Embedded] checking cuda_runtime_api.h presence... no
[Embedded] checking for cuda_runtime_api.h... no
[Embedded] checking nvml.h usability... no
[Embedded] checking nvml.h presence... no
[Embedded] checking for nvml.h... no
[Embedded] checking for gethostbyname... yes
[Embedded] checking for connect... yes
[SonarQube Scanner] PASS: 40intel64-2g2n4c+pci.output
[SonarQube Scanner] PASS: 40intel64-4n10c+pci-conflicts.output
[SonarQube Scanner] PASS: 48amd64-4d2n6c-sparse.output
[SonarQube Scanner] PASS: 64amd64-4s2n4ca2co.output
[SonarQube Scanner] PASS: 64fake-4n2s2ca2c2t.output
[Embedded] checking for remove... yes
[Embedded] checking for shmat... yes
[Embedded] checking for IceConnectionNumber in -lICE... no
[Embedded] checking X11/Xlib.h usability... yes
[Embedded] checking X11/Xlib.h presence... yes
[Embedded] checking for X11/Xlib.h... yes
[Embedded] checking for XOpenDisplay in -lX11... yes
[Embedded] checking for X11/Xutil.h... yes
[Embedded] checking X11/keysym.h usability... yes
[Embedded] checking X11/keysym.h presence... yes
[Embedded] checking for X11/keysym.h... yes
[Embedded] checking NVCtrl/NVCtrl.h usability... no
[Embedded] checking NVCtrl/NVCtrl.h presence... no
[Embedded] checking for NVCtrl/NVCtrl.h... no
[Embedded] checking for LIBXML2... yes
[Embedded] checking libxml/parser.h usability... yes
[Embedded] checking libxml/parser.h presence... yes
[Embedded] checking for libxml/parser.h... yes
[Embedded] checking for xmlNewDoc... yes
[Embedded] checking for final LIBXML2 support... yes
[Embedded] checking for x86 cpuid... yes
[Embedded] checking for pthread_mutex_lock... yes
[Embedded] checking if plugin support is enabled... no
[Embedded] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci xml_libxml x86
[Embedded] checking components to build as plugins... 
[Embedded] === Done configuring hwloc (embedded mode)
[Embedded] 
[Embedded] checking for a sed that does not truncate output... /builds/local/bin/sed
[Embedded] checking for fgrep... /bin/grep -F
[Embedded] checking for ld used by gcc... /usr/bin/ld
[Embedded] checking if the linker (/usr/bin/ld) is GNU ld... yes
[Embedded] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[Embedded] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[Embedded] checking whether ln -s works... yes
[Embedded] checking the maximum length of command line arguments... 1966080
[Embedded] checking whether the shell understands some XSI constructs... yes
[Embedded] checking whether the shell understands "+="... yes
[Embedded] checking for /usr/bin/ld option to reload object files... -r
[Embedded] checking for objdump... objdump
[Embedded] checking how to recognize dependent libraries... pass_all
[Embedded] checking for ar... ar
[Embedded] checking for strip... strip
[Embedded] checking for ranlib... ranlib
[Embedded] checking command to parse /usr/bin/nm -B output from gcc object... ok
[Embedded] checking for dlfcn.h... yes
[Embedded] checking for objdir... .libs
[Embedded] checking if gcc supports -fno-rtti -fno-exceptions... no
[Embedded] checking for gcc option to produce PIC... -fPIC -DPIC
[Embedded] checking if gcc PIC flag -fPIC -DPIC works... yes
[Embedded] checking if gcc static flag -static works... no
[Embedded] checking if gcc supports -c -o file.o... yes
[Embedded] checking if gcc supports -c -o file.o... (cached) yes
[Embedded] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[Embedded] checking whether -lc should be explicitly linked in... no
[Embedded] checking dynamic linker characteristics... GNU/Linux ld.so
[Embedded] checking how to hardcode library paths into programs... immediate
[Embedded] checking whether stripping libraries is possible... yes
[Embedded] checking if libtool supports shared libraries... yes
[Embedded] checking whether to build shared libraries... yes
[Embedded] checking whether to build static libraries... no
[Embedded] configure: creating ./config.status
[SonarQube Scanner] PASS: 64intel64-fakeKNL-A2A-cache.output
[SonarQube Scanner] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[SonarQube Scanner] PASS: 96em64t-4n4d3ca2co.output
[SonarQube Scanner] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[SonarQube Scanner] PASS: 128ia64-17n4s2c.output
[SonarQube Scanner] PASS: 256ia64-64n2s2c.output
[MinGW]   CC       topology-windows.lo
[Embedded] config.status: creating hwloc-tree/Makefile
[Embedded] config.status: creating hwloc-tree/include/Makefile
[Embedded] config.status: creating hwloc-tree/src/Makefile
[Embedded] config.status: creating Makefile
[Embedded] config.status: creating hwloc-tree/include/private/autogen/config.h
[Embedded] config.status: creating hwloc-tree/include/hwloc/autogen/config.h
[Embedded] config.status: executing depfiles commands
[Embedded] config.status: executing libtool commands
[Embedded] === 20: Running make
[Embedded] Making all in hwloc-tree
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] Making all in src
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded]   CC     topology.lo
[Embedded]   CC     traversal.lo
[SonarQube Scanner] PASS: 4qs22-2s2t.output
[SonarQube Scanner] PASS: 2s390-2c.output
[SonarQube Scanner] PASS: 20s390-2g6s4c.output
[SonarQube Scanner] PASS: 1alpha.output
[SonarQube Scanner] PASS: 2arm-2c.output
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 56
[SonarQube Scanner] # PASS:  56
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] Making check in allowed
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] PASS: test1.output
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 1
[SonarQube Scanner] # PASS:  1
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] Making check in gather
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[Embedded]   CC     distances.lo
[Embedded]   CC     components.lo
[Embedded]   CC     bind.lo
[Embedded]   CC     bitmap.lo
[SonarQube Scanner] PASS: test-gather-topology.sh
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 1
[SonarQube Scanner] # PASS:  1
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] Making check in contrib/systemd
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd'
[SonarQube Scanner] make[1]: Nothing to be done for 'check'.
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd'
[SonarQube Scanner] Making check in doc
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make  check-recursive
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] Making check in examples
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner]   CC       hwloc-hello.o
[SonarQube Scanner]   CCLD     hwloc-hello
[SonarQube Scanner]   CXX      hwloc-hello-cpp.o
[SonarQube Scanner]   CXXLD    hwloc-hello-cpp
[SonarQube Scanner]   CC       cpuset+bitmap+cpubind.o
[SonarQube Scanner]   CCLD     cpuset+bitmap+cpubind
[SonarQube Scanner]   CC       nodeset+membind+policy.o
[SonarQube Scanner]   CCLD     nodeset+membind+policy
[SonarQube Scanner]   CC       get-knl-modes.o
[SonarQube Scanner]   CCLD     get-knl-modes
[Embedded]   CC     pci-common.lo
[Embedded]   CC     diff.lo
[Embedded]   CC     misc.lo
[Embedded]   CC     base64.lo
[Embedded]   CC     topology-noos.lo
[Embedded]   CC     topology-synthetic.lo
[SonarQube Scanner]   CC       gpu.o
[SonarQube Scanner]   CCLD     gpu
[SonarQube Scanner]   CC       sharedcaches.o
[SonarQube Scanner]   CCLD     sharedcaches
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] PASS: hwloc-hello
[SonarQube Scanner] PASS: hwloc-hello-cpp
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 2
[SonarQube Scanner] # PASS:  2
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[3]: Nothing to be done for 'check-am'.
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be'
[SonarQube Scanner] make[1]: Nothing to be done for 'check-am'.
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be'
[SonarQube Scanner] + find . -path '*/.libs/*.gcno' -exec rename s@/.libs/@/@ '{}' ';'
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] + find . -path '*/.libs/*.gcda' -exec rename s@/.libs/@/@ '{}' ';'
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] find: 'rename': No such file or directory
[SonarQube Scanner] + lcov --directory . --capture --output-file hwloc.lcov
[SonarQube Scanner] Capturing coverage data from .
[SonarQube Scanner] Found gcov version: 7.3.0
[SonarQube Scanner] Scanning . for .gcda files ...
[SonarQube Scanner] Found 77 data files in .
[SonarQube Scanner] Processing doc/examples/hwloc-hello.gcda
[SonarQube Scanner] Processing src/.libs/pci-common.gcda
[SonarQube Scanner] Processing src/.libs/bind.gcda
[SonarQube Scanner] Processing src/.libs/misc.gcda
[SonarQube Scanner] Processing src/.libs/topology-linux.gcda
[SonarQube Scanner] Processing src/.libs/bitmap.gcda
[SonarQube Scanner] Processing src/.libs/topology-hardwired.gcda
[SonarQube Scanner] Processing src/.libs/distances.gcda
[SonarQube Scanner] Processing src/.libs/topology-opencl.gcda
[MinGW]   CC       topology-x86.lo
[Embedded]   CC     topology-custom.lo
[Embedded]   CC     topology-xml.lo
[Embedded]   CC     topology-xml-nolibxml.lo
[SonarQube Scanner] Processing src/.libs/traversal.gcda
[SonarQube Scanner] Processing src/.libs/topology.gcda
[SonarQube Scanner] Processing src/.libs/topology-xml-nolibxml.gcda
[SonarQube Scanner] Processing src/.libs/topology-x86.gcda
[SonarQube Scanner] Processing src/.libs/diff.gcda
[SonarQube Scanner] Processing src/.libs/topology-xml.gcda
[SonarQube Scanner] Processing src/.libs/topology-pci.gcda
[SonarQube Scanner] Processing src/.libs/topology-synthetic.gcda
[SonarQube Scanner] Processing src/.libs/topology-xml-libxml.gcda
[SonarQube Scanner] Processing src/.libs/topology-custom.gcda
[SonarQube Scanner] Processing src/.libs/components.gcda
[SonarQube Scanner] Processing src/.libs/topology-noos.gcda
[SonarQube Scanner] Processing src/.libs/base64.gcda
[SonarQube Scanner] Processing utils/lstopo/lstopo_no_graphics-lstopo-draw.gcda
[SonarQube Scanner] Processing utils/lstopo/lstopo_no_graphics-lstopo-xml.gcda
[SonarQube Scanner] Processing utils/lstopo/lstopo_no_graphics-lstopo-text.gcda
[SonarQube Scanner] Processing utils/lstopo/lstopo_no_graphics-lstopo-fig.gcda
[SonarQube Scanner] Processing utils/lstopo/lstopo_no_graphics-lstopo.gcda
[SonarQube Scanner] Processing utils/lstopo/lstopo_no_graphics-lstopo-color.gcda
[SonarQube Scanner] Processing utils/lstopo/lstopo_no_graphics-lstopo-ascii.gcda
[SonarQube Scanner] Processing utils/hwloc/hwloc-patch.gcda
[SonarQube Scanner] Processing utils/hwloc/hwloc-distrib.gcda
[SonarQube Scanner] Processing utils/hwloc/hwloc-diff.gcda
[SonarQube Scanner] Processing utils/hwloc/hwloc-calc.gcda
[SonarQube Scanner] Processing utils/hwloc/hwloc-annotate.gcda
[SonarQube Scanner] Processing utils/hwloc/hwloc-distances.gcda
[SonarQube Scanner] Processing utils/hwloc/hwloc-assembler.gcda
[SonarQube Scanner] Processing utils/hwloc/hwloc-info.gcda
[SonarQube Scanner] Processing tests/hwloc_pci_backend.gcda
[SonarQube Scanner] Processing tests/hwloc_backends.gcda
[SonarQube Scanner] Processing tests/hwloc_bind.gcda
[SonarQube Scanner] Processing tests/hwloc_distances.gcda
[SonarQube Scanner] Processing tests/hwloc_topology_diff.gcda
[SonarQube Scanner] Processing tests/hwloc_get_obj_inside_cpuset.gcda
[SonarQube Scanner] Processing tests/hwloc_bitmap_compare_inclusion.gcda
[SonarQube Scanner] Processing tests/hwloc_custom.gcda
[SonarQube Scanner] Processing tests/openfabrics-verbs.gcda
[SonarQube Scanner] Processing tests/hwloc_is_thissystem.gcda
[SonarQube Scanner] Processing tests/hwloc_type_depth.gcda
[SonarQube Scanner] Processing tests/hwloc_object_userdata.gcda
[SonarQube Scanner] Processing tests/hwloc_synthetic.gcda
[SonarQube Scanner] Processing tests/hwloc_obj_infos.gcda
[SonarQube Scanner] Processing tests/hwloc_get_closest_objs.gcda
[SonarQube Scanner] Processing tests/hwloc_list_components.gcda
[SonarQube Scanner] Processing tests/hwloc_bitmap.gcda
[SonarQube Scanner] Processing tests/xmlbuffer.gcda
[SonarQube Scanner] Processing tests/hwloc_bitmap_first_last_weight.gcda
[SonarQube Scanner] Processing tests/hwloc_iodevs.gcda
[SonarQube Scanner] Processing tests/opencl.gcda
[SonarQube Scanner] Processing tests/hwloc_get_cache_covering_cpuset.gcda
[SonarQube Scanner] Processing tests/hwloc_groups.gcda
[SonarQube Scanner] Processing tests/hwloc_topology_dup.gcda
[SonarQube Scanner] Processing tests/hwloc_get_obj_below_array_by_type.gcda
[SonarQube Scanner] Processing tests/hwloc_bitmap_string.gcda
[SonarQube Scanner] Processing tests/hwloc_insert_misc.gcda
[SonarQube Scanner] Processing tests/hwloc_get_shared_cache_covering_obj.gcda
[SonarQube Scanner] Processing tests/hwloc_get_next_obj_covering_cpuset.gcda
[SonarQube Scanner] Processing tests/hwloc_get_largest_objs_inside_cpuset.gcda
[SonarQube Scanner] Processing tests/hwloc_get_obj_covering_cpuset.gcda
[SonarQube Scanner] Processing tests/hwloc_get_area_memlocation.gcda
[SonarQube Scanner] Processing tests/hwloc_topology_restrict.gcda
[SonarQube Scanner] Processing tests/glibc-sched.gcda
[SonarQube Scanner] Processing tests/hwloc_groups2.gcda
[SonarQube Scanner] Processing tests/hwloc_get_last_cpu_location.gcda
[SonarQube Scanner] Processing tests/gl.gcda
[SonarQube Scanner] Processing tests/hwloc_bitmap_singlify.gcda
[SonarQube Scanner] Processing tests/intel-mic.gcda
[SonarQube Scanner] Processing tests/linux-libnuma.gcda
[SonarQube Scanner] Finished .info-file creation
[SonarQube Scanner] + lcov_cobertura.py hwloc.lcov --output hwloc-coverage.xml
[Embedded]   CC     topology-xml-libxml.lo
[Embedded]   CC     topology-linux.lo
[Embedded]   CC     topology-hardwired.lo
[Embedded]   CC     topology-x86.lo
[Embedded]   CCLD   libhwloc_embedded.la
[SonarQube Scanner] + make distclean
[SonarQube Scanner] Making distclean in src
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src'
[SonarQube Scanner] test -z "" || rm -f 
[SonarQube Scanner] test -z "libhwloc.la" || rm -f libhwloc.la
[SonarQube Scanner] rm -f ./so_locations
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] test -z "" || rm -f 
[SonarQube Scanner] test -z "     " || rm -f      
[SonarQube Scanner] rm -f *.o
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] rm -f *.tab.c
[SonarQube Scanner] test -z "" || rm -f 
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] test -z "static-components.h" || rm -f static-components.h
[SonarQube Scanner] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[SonarQube Scanner] rm -rf ./.deps
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src'
[SonarQube Scanner] Making distclean in include
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include'
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] test -z "" || rm -f 
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include'
[SonarQube Scanner] Making distclean in utils
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] Making distclean in hwloc
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner]  rm -f hwloc-annotate hwloc-assembler hwloc-bind hwloc-calc hwloc-diff hwloc-distances hwloc-distrib hwloc-info hwloc-patch hwloc-ps
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner]  rm -f hwloc-dump-hwdata
[SonarQube Scanner] rm -f *.o
[SonarQube Scanner] test -z "test-hwloc-annotate.sh.log test-hwloc-assembler.sh.log test-hwloc-calc.sh.log test-hwloc-compress-dir.sh.log test-hwloc-diffpatch.sh.log test-hwloc-distances.sh.log test-hwloc-distrib.sh.log test-hwloc-info.sh.log" || rm -f test-hwloc-annotate.sh.log test-hwloc-assembler.sh.log test-hwloc-calc.sh.log test-hwloc-compress-dir.sh.log test-hwloc-diffpatch.sh.log test-hwloc-distances.sh.log test-hwloc-distrib.sh.log test-hwloc-info.sh.log
[SonarQube Scanner] test -z "test-hwloc-annotate.sh.trs test-hwloc-assembler.sh.trs test-hwloc-calc.sh.trs test-hwloc-compress-dir.sh.trs test-hwloc-diffpatch.sh.trs test-hwloc-distances.sh.trs test-hwloc-distrib.sh.trs test-hwloc-info.sh.trs" || rm -f test-hwloc-annotate.sh.trs test-hwloc-assembler.sh.trs test-hwloc-calc.sh.trs test-hwloc-compress-dir.sh.trs test-hwloc-diffpatch.sh.trs test-hwloc-distances.sh.trs test-hwloc-distrib.sh.trs test-hwloc-info.sh.trs
[SonarQube Scanner] test -z "test-suite.log" || rm -f test-suite.log
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] rm -f *.tab.c
[SonarQube Scanner] test -z "hwloc-assembler-remote hwloc-compress-dir hwloc-gather-topology test-hwloc-annotate.sh test-hwloc-assembler.sh test-hwloc-calc.sh test-hwloc-compress-dir.sh test-hwloc-diffpatch.sh test-hwloc-distances.sh test-hwloc-distrib.sh test-hwloc-info.sh test-fake-plugin.sh" || rm -f hwloc-assembler-remote hwloc-compress-dir hwloc-gather-topology test-hwloc-annotate.sh test-hwloc-assembler.sh test-hwloc-calc.sh test-hwloc-compress-dir.sh test-hwloc-diffpatch.sh test-hwloc-distances.sh test-hwloc-distrib.sh test-hwloc-info.sh test-fake-plugin.sh
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f hwloc.7 hwloc-annotate.1 hwloc-assembler.1 hwloc-assembler-remote.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distances.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 hwloc-gather-topology.1 hwloc-ps.1 hwloc-dump-hwdata.1
[SonarQube Scanner] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[SonarQube Scanner] rm -rf ./.deps
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] Making distclean in lstopo
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner]  rm -f lstopo-no-graphics lstopo
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] rm -f *.o
[SonarQube Scanner] test -z "test-hwloc-ls.sh.log" || rm -f test-hwloc-ls.sh.log
[SonarQube Scanner] test -z "test-hwloc-ls.sh.trs" || rm -f test-hwloc-ls.sh.trs
[SonarQube Scanner] test -z "test-suite.log" || rm -f test-suite.log
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] rm -f *.tab.c
[SonarQube Scanner] test -z "test-hwloc-ls.sh" || rm -f test-hwloc-ls.sh
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f lstopo-no-graphics.1
[SonarQube Scanner] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[SonarQube Scanner] rm -rf ./.deps
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] test -z "" || rm -f 
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] Making distclean in tests
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] Making distclean in ports
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports'
[SonarQube Scanner] 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-osf.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-osf.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
[SonarQube Scanner] rm -f ./so_locations
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] rm -f *.o
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] rm -f *.tab.c
[SonarQube Scanner] test -z "topology-solaris.c topology-solaris-chiptype.c topology-aix.c topology-osf.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" || rm -f topology-solaris.c topology-solaris-chiptype.c topology-aix.c topology-osf.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
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[SonarQube Scanner] rm -rf ./.deps
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports'
[SonarQube Scanner] Making distclean in xml
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] test -z "16amd64-8n2c-cpusets.xml.log 16amd64-4distances.xml.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 96em64t-4n4d3ca2co-pci.xml.log 192em64t-12gr2n8c2t-distancegroups.xml.log 192em64t-24n8c2t-nodistancegroups.xml.log 192em64t-24n8c2t-distancegroups.xml.log" || rm -f 16amd64-8n2c-cpusets.xml.log 16amd64-4distances.xml.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 96em64t-4n4d3ca2co-pci.xml.log 192em64t-12gr2n8c2t-distancegroups.xml.log 192em64t-24n8c2t-nodistancegroups.xml.log 192em64t-24n8c2t-distancegroups.xml.log
[SonarQube Scanner] test -z "16amd64-8n2c-cpusets.xml.trs 16amd64-4distances.xml.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 96em64t-4n4d3ca2co-pci.xml.trs 192em64t-12gr2n8c2t-distancegroups.xml.trs 192em64t-24n8c2t-nodistancegroups.xml.trs 192em64t-24n8c2t-distancegroups.xml.trs" || rm -f 16amd64-8n2c-cpusets.xml.trs 16amd64-4distances.xml.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 96em64t-4n4d3ca2co-pci.xml.trs 192em64t-12gr2n8c2t-distancegroups.xml.trs 192em64t-24n8c2t-nodistancegroups.xml.trs 192em64t-24n8c2t-distancegroups.xml.trs
[SonarQube Scanner] test -z "test-suite.log" || rm -f test-suite.log
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] test -z "test-topology.sh" || rm -f test-topology.sh
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] Making distclean in linux
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] Making distclean in .
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] 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 4ppc-4c.output.log 256ppc-8n8s4t.output.log 256ppc-8n8s4t-nocache.output.log 256ppc-8n8s4t-nosys.output.log 28em64t-2s2n7c-buggycoresiblings.output.log 32amd64-4s2n4c-cgroup.output.log 32amd64-4s2n4c-cgroup.xml.output.log 32ppc-4n4c2c.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-offlines_noadmin.output.log 16em64t-4s2c2t_ncaches.output.log 16em64t-4s2c2t_merge.output.log 16em64t-4s2c2t.xml.output.log 16em64t-2m4c2t.output.log 16ia64-8n2s.output.log 24em64t-2n6c2t+2mic.olddriver.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 96em64t-4n4d3ca2co.output.log 96em64t-4n4d3ca2co-forcecpuinfo.output.log 128ia64-17n4s2c.output.log 256ia64-64n2s2c.output.log 4qs22-2s2t.output.log 2s390-2c.output.log 20s390-2g6s4c.output.log 1alpha.output.log 2arm-2c.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 4ppc-4c.output.log 256ppc-8n8s4t.output.log 256ppc-8n8s4t-nocache.output.log 256ppc-8n8s4t-nosys.output.log 28em64t-2s2n7c-buggycoresiblings.output.log 32amd64-4s2n4c-cgroup.output.log 32amd64-4s2n4c-cgroup.xml.output.log 32ppc-4n4c2c.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-offlines_noadmin.output.log 16em64t-4s2c2t_ncaches.output.log 16em64t-4s2c2t_merge.output.log 16em64t-4s2c2t.xml.output.log 16em64t-2m4c2t.output.log 16ia64-8n2s.output.log 24em64t-2n6c2t+2mic.olddriver.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 96em64t-4n4d3ca2co.output.log 96em64t-4n4d3ca2co-forcecpuinfo.output.log 128ia64-17n4s2c.output.log 256ia64-64n2s2c.output.log 4qs22-2s2t.output.log 2s390-2c.output.log 20s390-2g6s4c.output.log 1alpha.output.log 2arm-2c.output.log
[SonarQube Scanner] 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 4ppc-4c.output.trs 256ppc-8n8s4t.output.trs 256ppc-8n8s4t-nocache.output.trs 256ppc-8n8s4t-nosys.output.trs 28em64t-2s2n7c-buggycoresiblings.output.trs 32amd64-4s2n4c-cgroup.output.trs 32amd64-4s2n4c-cgroup.xml.output.trs 32ppc-4n4c2c.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-offlines_noadmin.output.trs 16em64t-4s2c2t_ncaches.output.trs 16em64t-4s2c2t_merge.output.trs 16em64t-4s2c2t.xml.output.trs 16em64t-2m4c2t.output.trs 16ia64-8n2s.output.trs 24em64t-2n6c2t+2mic.olddriver.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 96em64t-4n4d3ca2co.output.trs 96em64t-4n4d3ca2co-forcecpuinfo.output.trs 128ia64-17n4s2c.output.trs 256ia64-64n2s2c.output.trs 4qs22-2s2t.output.trs 2s390-2c.output.trs 20s390-2g6s4c.output.trs 1alpha.output.trs 2arm-2c.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 4ppc-4c.output.trs 256ppc-8n8s4t.output.trs 256ppc-8n8s4t-nocache.output.trs 256ppc-8n8s4t-nosys.output.trs 28em64t-2s2n7c-buggycoresiblings.output.trs 32amd64-4s2n4c-cgroup.output.trs 32amd64-4s2n4c-cgroup.xml.output.trs 32ppc-4n4c2c.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-offlines_noadmin.output.trs 16em64t-4s2c2t_ncaches.output.trs 16em64t-4s2c2t_merge.output.trs 16em64t-4s2c2t.xml.output.trs 16em64t-2m4c2t.output.trs 16ia64-8n2s.output.trs 24em64t-2n6c2t+2mic.olddriver.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 96em64t-4n4d3ca2co.output.trs 96em64t-4n4d3ca2co-forcecpuinfo.output.trs 128ia64-17n4s2c.output.trs 256ia64-64n2s2c.output.trs 4qs22-2s2t.output.trs 2s390-2c.output.trs 20s390-2g6s4c.output.trs 1alpha.output.trs 2arm-2c.output.trs
[SonarQube Scanner] test -z "test-suite.log" || rm -f test-suite.log
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] test -z "test-topology.sh" || rm -f test-topology.sh
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] Making distclean in allowed
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] test -z "test1.output.log" || rm -f test1.output.log
[SonarQube Scanner] test -z "test1.output.trs" || rm -f test1.output.trs
[SonarQube Scanner] test -z "test-suite.log" || rm -f test-suite.log
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] test -z "test-topology.sh" || rm -f test-topology.sh
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] Making distclean in gather
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] test -z "test-gather-topology.sh.log" || rm -f test-gather-topology.sh.log
[SonarQube Scanner] test -z "test-gather-topology.sh.trs" || rm -f test-gather-topology.sh.trs
[SonarQube Scanner] test -z "test-suite.log" || rm -f test-suite.log
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] test -z "test-gather-topology.sh" || rm -f test-gather-topology.sh
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] Making distclean in rename
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/rename'
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] rm -rf include
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] test -z "" || rm -f 
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/rename'
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner]  rm -f 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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched openfabrics-verbs opencl
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] rm -f *.o
[SonarQube Scanner] test -z "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_bind.log hwloc_get_last_cpu_location.log hwloc_get_area_memlocation.log hwloc_object_userdata.log hwloc_synthetic.log hwloc_custom.log hwloc_backends.log hwloc_pci_backend.log hwloc_is_thissystem.log hwloc_distances.log hwloc_groups.log hwloc_groups2.log hwloc_insert_misc.log hwloc_topology_restrict.log hwloc_topology_dup.log hwloc_topology_diff.log hwloc_obj_infos.log hwloc_iodevs.log xmlbuffer.log gl.log intel-mic.log linux-libnuma.log glibc-sched.log openfabrics-verbs.log opencl.log" || rm -f 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_bind.log hwloc_get_last_cpu_location.log hwloc_get_area_memlocation.log hwloc_object_userdata.log hwloc_synthetic.log hwloc_custom.log hwloc_backends.log hwloc_pci_backend.log hwloc_is_thissystem.log hwloc_distances.log hwloc_groups.log hwloc_groups2.log hwloc_insert_misc.log hwloc_topology_restrict.log hwloc_topology_dup.log hwloc_topology_diff.log hwloc_obj_infos.log hwloc_iodevs.log xmlbuffer.log gl.log intel-mic.log linux-libnuma.log glibc-sched.log openfabrics-verbs.log opencl.log
[SonarQube Scanner] test -z "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_bind.trs hwloc_get_last_cpu_location.trs hwloc_get_area_memlocation.trs hwloc_object_userdata.trs hwloc_synthetic.trs hwloc_custom.trs hwloc_backends.trs hwloc_pci_backend.trs hwloc_is_thissystem.trs hwloc_distances.trs hwloc_groups.trs hwloc_groups2.trs hwloc_insert_misc.trs hwloc_topology_restrict.trs hwloc_topology_dup.trs hwloc_topology_diff.trs hwloc_obj_infos.trs hwloc_iodevs.trs xmlbuffer.trs gl.trs intel-mic.trs linux-libnuma.trs glibc-sched.trs openfabrics-verbs.trs opencl.trs" || rm -f 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_bind.trs hwloc_get_last_cpu_location.trs hwloc_get_area_memlocation.trs hwloc_object_userdata.trs hwloc_synthetic.trs hwloc_custom.trs hwloc_backends.trs hwloc_pci_backend.trs hwloc_is_thissystem.trs hwloc_distances.trs hwloc_groups.trs hwloc_groups2.trs hwloc_insert_misc.trs hwloc_topology_restrict.trs hwloc_topology_dup.trs hwloc_topology_diff.trs hwloc_obj_infos.trs hwloc_iodevs.trs xmlbuffer.trs gl.trs intel-mic.trs linux-libnuma.trs glibc-sched.trs openfabrics-verbs.trs opencl.trs
[SonarQube Scanner] test -z "test-suite.log" || rm -f test-suite.log
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] rm -f *.tab.c
[SonarQube Scanner] test -z "wrapper.sh" || rm -f wrapper.sh
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] rm -rf ./.deps
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] Making distclean in contrib/systemd
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd'
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] test -z "" || rm -f 
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f hwloc-dump-hwdata.service
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd'
[SonarQube Scanner] Making distclean in doc
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] Making distclean in examples
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner]  rm -f hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] rm -f hwloc-hello-cpp.cpp
[SonarQube Scanner] rm -f *.o
[SonarQube Scanner] test -z "hwloc-hello.log hwloc-hello-cpp.log" || rm -f hwloc-hello.log hwloc-hello-cpp.log
[SonarQube Scanner] test -z "hwloc-hello.trs hwloc-hello-cpp.trs" || rm -f hwloc-hello.trs hwloc-hello-cpp.trs
[SonarQube Scanner] test -z "test-suite.log" || rm -f test-suite.log
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] rm -f *.tab.c
[SonarQube Scanner] test -z "" || rm -f 
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[SonarQube Scanner] rm -rf ./.deps
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] test -z "doxygen-config.cfg" || rm -f doxygen-config.cfg
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be'
[SonarQube Scanner] rm -rf .libs _libs
[SonarQube Scanner] rm -f *.lo
[SonarQube Scanner] test -z "hwloc.pc" || rm -f hwloc.pc
[SonarQube Scanner] test . = "." || test -z "" || rm -f 
[SonarQube Scanner] rm -f include/private/autogen/config.h include/private/autogen/stamp-h1 include/hwloc/autogen/config.h include/hwloc/autogen/stamp-h2
[SonarQube Scanner] rm -f libtool config.lt
[SonarQube Scanner] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[SonarQube Scanner] rm -f cscope.out cscope.in.out cscope.po.out cscope.files
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be'
[SonarQube Scanner] rm -f config.status config.cache config.log configure.lineno config.status.lineno
[SonarQube Scanner] rm -f Makefile
[SonarQube Scanner] + export 'CFLAGS=-Wall -std=gnu99'
[SonarQube Scanner] + CFLAGS='-Wall -std=gnu99'
[SonarQube Scanner] + unset LDFLAGS
[SonarQube Scanner] + scan-build -plist --intercept-first --analyze-headers -o analyzer_reports ./configure
[SonarQube Scanner] + tee scan-build.log
[MinGW]   CCLD     libhwloc.la
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] Making all in include
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] make[2]: Nothing to be done for `all'.
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] make[2]: Nothing to be done for `all-am'.
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded]   CC     do_test.lo
[Embedded]   CCLD   libdo_test.la
[Embedded]   CC     main.o
[Embedded]   CCLD   main
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] === 21: Running make check
[Embedded] Making check in hwloc-tree
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] Making check in src
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] make  
[Embedded] make[3]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] make[3]: Nothing to be done for `all'.
[Embedded] make[3]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] Making check in include
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] make[2]: Nothing to be done for `check'.
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] make[2]: Nothing to be done for `check-am'.
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] make  check-TESTS
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] *** Test 1: bitmap alloc
[Embedded] *** Test 2: topology init
[Embedded] *** Test 3: topology load
[Embedded] *** Test 4: topology get depth
[Embedded]     Max depth: 6
[Embedded] *** Test 5: topology destroy
[Embedded] *** Test 6: bitmap free
[Embedded] PASS: main
[Embedded] =============
[Embedded] 1 test passed
[Embedded] =============
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] === 22: Running make clean
[Embedded] Making clean in hwloc-tree
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] Making clean in include
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] rm -rf .libs _libs
[Embedded] rm -f *.lo
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] Making clean in src
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] test -z "" || rm -f 
[Embedded] test -z "" || rm -f 
[Embedded] rm -rf .libs _libs
[Embedded] test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la
[Embedded] rm -f "./so_locations"
[Embedded] test -z "     " || rm -f      
[Embedded] rm -f *.o
[Embedded] rm -f *.lo
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] Making clean in .
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] rm -rf .libs _libs
[Embedded] rm -f *.lo
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] Making clean in .
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] rm -rf .libs _libs
[Embedded] test -z "libdo_test.la" || rm -f libdo_test.la
[Embedded] rm -f "./so_locations"
[Embedded]  rm -f main
[Embedded] rm -f *.o
[Embedded] rm -f *.lo
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] === 23: Running make distclean
[Embedded] Making distclean in hwloc-tree
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] Making distclean in include
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] rm -rf .libs _libs
[Embedded] rm -f *.lo
[Embedded] test -z "" || rm -f 
[Embedded] test . = "../../../hwloc-tree/include" || test -z "" || rm -f 
[Embedded] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[Embedded] rm -f Makefile
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/include'
[Embedded] Making distclean in src
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] test -z "" || rm -f 
[Embedded] test -z "" || rm -f 
[Embedded] rm -rf .libs _libs
[Embedded] test -z "libhwloc_embedded.la" || rm -f libhwloc_embedded.la
[Embedded] rm -f "./so_locations"
[Embedded] test -z "     " || rm -f      
[Embedded] rm -f *.o
[Embedded] rm -f *.lo
[Embedded] rm -f *.tab.c
[Embedded] test -z "" || rm -f 
[Embedded] test . = "../../../hwloc-tree/src" || test -z "" || rm -f 
[Embedded] test -z "static-components.h" || rm -f static-components.h
[Embedded] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[Embedded] rm -rf ./.deps
[Embedded] rm -f Makefile
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree/src'
[Embedded] Making distclean in .
[Embedded] make[2]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] rm -rf .libs _libs
[Embedded] rm -f *.lo
[Embedded] test -z "" || rm -f 
[Embedded] test . = "../../hwloc-tree" || test -z "" || rm -f 
[Embedded] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[Embedded] make[2]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] rm -f Makefile
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build/hwloc-tree'
[Embedded] Making distclean in .
[Embedded] make[1]: Entering directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] rm -rf .libs _libs
[Embedded] test -z "libdo_test.la" || rm -f libdo_test.la
[Embedded] rm -f "./so_locations"
[Embedded]  rm -f main
[Embedded] rm -f *.o
[Embedded] rm -f *.lo
[Embedded] rm -f *.tab.c
[Embedded] test -z "" || rm -f 
[Embedded] test . = ".." || test -z "" || rm -f 
[Embedded] 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
[Embedded] rm -f libtool config.lt
[Embedded] rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
[Embedded] make[1]: Leaving directory `/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-embedded/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/build'
[Embedded] rm -f config.status config.cache config.log configure.lineno config.status.lineno
[Embedded] rm -rf ./.deps
[Embedded] rm -f Makefile
[Embedded] === 24: All tests passed!
[Embedded] + exit 0
[Pipeline] [Embedded] deleteDir
[Pipeline] [Embedded] }
[Pipeline] [Embedded] // dir
[Pipeline] [Embedded] }
[Pipeline] [Embedded] // node
[Pipeline] [Embedded] }
[SonarQube Scanner] 
[SonarQube Scanner] ###
[SonarQube Scanner] ### Configuring hwloc distribution tarball
[SonarQube Scanner] ### Startup tests
[SonarQube Scanner] ###
[SonarQube Scanner] checking build system type... x86_64-unknown-linux-gnu
[SonarQube Scanner] checking host system type... x86_64-unknown-linux-gnu
[SonarQube Scanner] checking target system type... x86_64-unknown-linux-gnu
[SonarQube Scanner] checking for a BSD-compatible install... /usr/bin/install -c
[SonarQube Scanner] checking whether build environment is sane... yes
[SonarQube Scanner] checking for a thread-safe mkdir -p... /bin/mkdir -p
[SonarQube Scanner] checking for gawk... gawk
[SonarQube Scanner] checking whether make sets $(MAKE)... yes
[SonarQube Scanner] checking whether make supports nested variables... yes
[SonarQube Scanner] checking whether UID '1000' is supported by ustar format... yes
[SonarQube Scanner] checking whether GID '1000' is supported by ustar format... yes
[SonarQube Scanner] checking how to create a ustar tar archive... gnutar
[SonarQube Scanner] checking whether make supports nested variables... (cached) yes
[SonarQube Scanner] checking for style of include used by make... GNU
[SonarQube Scanner] checking for gcc... gcc
[SonarQube Scanner] checking whether the C compiler works... yes
[SonarQube Scanner] checking for C compiler default output file name... a.out
[SonarQube Scanner] checking for suffix of executables... 
[SonarQube Scanner] checking whether we are cross compiling... no
[MinGW] gcc -static-libgcc ../../src/dolib.c -o dolib.exe
[MinGW] [ ! -r .libs/libhwloc.def ] || ./dolib.exe "/c/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/lib" X86 .libs/libhwloc.def 12:9:7 .libs/libhwloc.lib
[MinGW] Microsoft (R) Library Manager Version 11.00.50727.1
[MinGW] Copyright (C) Microsoft Corporation.  All rights reserved.
[MinGW] 
[MinGW]    Creating library .libs/libhwloc.lib and object .libs/libhwloc.exp
[MinGW] using soname libhwloc-5
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/src'
[MinGW] Making all in include
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/include'
[MinGW] make[1]: Nothing to be done for 'all'.
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/include'
[MinGW] Making all in utils
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils'
[MinGW] Making all in hwloc
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/hwloc'
[MinGW]   CC       hwloc-annotate.o
[SonarQube Scanner] checking for suffix of object files... o
[SonarQube Scanner] checking whether we are using the GNU C compiler... yes
[SonarQube Scanner] checking whether gcc accepts -g... yes
[SonarQube Scanner] checking for gcc option to accept ISO C89... none needed
[SonarQube Scanner] checking whether gcc understands -c and -o together... yes
[SonarQube Scanner] checking dependency style of gcc... gcc3
[SonarQube Scanner] checking how to run the C preprocessor... gcc -E
[SonarQube Scanner] checking for grep that handles long lines and -e... /bin/grep
[SonarQube Scanner] checking for egrep... /bin/grep -E
[SonarQube Scanner] checking for ANSI C header files... yes
[SonarQube Scanner] checking for sys/types.h... yes
[SonarQube Scanner] checking for sys/stat.h... yes
[SonarQube Scanner] checking for stdlib.h... yes
[SonarQube Scanner] checking for string.h... yes
[SonarQube Scanner] checking for memory.h... yes
[SonarQube Scanner] checking for strings.h... yes
[SonarQube Scanner] checking for inttypes.h... yes
[SonarQube Scanner] checking for stdint.h... yes
[SonarQube Scanner] checking for unistd.h... yes
[SonarQube Scanner] checking minix/config.h usability... no
[SonarQube Scanner] checking minix/config.h presence... no
[SonarQube Scanner] checking for minix/config.h... no
[SonarQube Scanner] checking whether it is safe to define __EXTENSIONS__... yes
[SonarQube Scanner] checking for gcc... (cached) gcc
[SonarQube Scanner] checking whether we are using the GNU C compiler... (cached) yes
[SonarQube Scanner] checking whether gcc accepts -g... (cached) yes
[SonarQube Scanner] checking for gcc option to accept ISO C89... (cached) none needed
[SonarQube Scanner] checking whether gcc understands -c and -o together... (cached) yes
[SonarQube Scanner] checking dependency style of gcc... (cached) gcc3
[SonarQube Scanner] checking for g++... g++
[SonarQube Scanner] checking whether we are using the GNU C++ compiler... yes
[SonarQube Scanner] checking whether g++ accepts -g... yes
[SonarQube Scanner] checking dependency style of g++... gcc3
[SonarQube Scanner] checking for ar... ar
[SonarQube Scanner] checking the archiver (ar) interface... ar
[SonarQube Scanner] checking for pkg-config... /usr/bin/pkg-config
[SonarQube Scanner] checking pkg-config is at least version 0.9.0... yes
[SonarQube Scanner] checking for X... libraries , headers 
[SonarQube Scanner] 
[SonarQube Scanner] ###
[SonarQube Scanner] ### Configuring hwloc core
[SonarQube Scanner] ###
[SonarQube Scanner] checking hwloc building mode... standalone
[SonarQube Scanner] configure: hwloc builddir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be
[SonarQube Scanner] configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be
[SonarQube Scanner] checking for hwloc version... v1.11-20190314.0500.git550b2be
[SonarQube Scanner] checking if want hwloc maintainer support... disabled
[SonarQube Scanner] checking for hwloc directory prefix... (none)
[SonarQube Scanner] checking for hwloc symbol prefix... hwloc_
[SonarQube Scanner] checking size of void *... 8
[SonarQube Scanner] checking which OS support to include... Linux
[SonarQube Scanner] checking which CPU support to include... x86_64
[MinGW]   CCLD     hwloc-annotate.exe
[SonarQube Scanner] checking size of unsigned long... 8
[SonarQube Scanner] checking size of unsigned int... 4
[SonarQube Scanner] checking for the C compiler vendor... gnu
[SonarQube Scanner] checking for __attribute__... yes
[SonarQube Scanner] checking for __attribute__(aligned)... yes
[SonarQube Scanner] checking for __attribute__(always_inline)... yes
[SonarQube Scanner] checking for __attribute__(cold)... yes
[SonarQube Scanner] checking for __attribute__(const)... yes
[SonarQube Scanner] checking for __attribute__(deprecated)... yes
[SonarQube Scanner] checking for __attribute__(format)... yes
[SonarQube Scanner] checking for __attribute__(hot)... yes
[SonarQube Scanner] checking for __attribute__(malloc)... yes
[SonarQube Scanner] checking for __attribute__(may_alias)... yes
[SonarQube Scanner] checking for __attribute__(no_instrument_function)... yes
[SonarQube Scanner] checking for __attribute__(nonnull)... yes
[SonarQube Scanner] checking for __attribute__(noreturn)... yes
[SonarQube Scanner] checking for __attribute__(packed)... yes
[SonarQube Scanner] checking for __attribute__(pure)... yes
[SonarQube Scanner] checking for __attribute__(sentinel)... yes
[SonarQube Scanner] checking for __attribute__(unused)... yes
[SonarQube Scanner] checking for __attribute__(warn_unused_result)... yes
[SonarQube Scanner] checking for __attribute__(weak_alias)... yes
[SonarQube Scanner] checking if gcc supports -fvisibility=hidden... yes
[SonarQube Scanner] checking whether to enable symbol visibility... yes (via -fvisibility=hidden)
[SonarQube Scanner] configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS
[SonarQube Scanner] checking whether the C compiler rejects function calls with too many arguments... yes
[SonarQube Scanner] checking whether the C compiler rejects function calls with too few arguments... yes
[SonarQube Scanner] checking for unistd.h... (cached) yes
[SonarQube Scanner] checking dirent.h usability... yes
[SonarQube Scanner] checking dirent.h presence... yes
[SonarQube Scanner] checking for dirent.h... yes
[SonarQube Scanner] checking for strings.h... (cached) yes
[SonarQube Scanner] checking ctype.h usability... yes
[SonarQube Scanner] checking ctype.h presence... yes
[SonarQube Scanner] checking for ctype.h... yes
[SonarQube Scanner] checking for strcasecmp... yes
[SonarQube Scanner] checking whether strcasecmp is declared... yes
[SonarQube Scanner] checking whether function strcasecmp has a complete prototype... yes
[SonarQube Scanner] checking for strncasecmp... yes
[SonarQube Scanner] checking whether strncasecmp is declared... yes
[SonarQube Scanner] checking whether function strncasecmp has a complete prototype... yes
[SonarQube Scanner] checking for strftime... yes
[SonarQube Scanner] checking for setlocale... yes
[SonarQube Scanner] checking for stdint.h... (cached) yes
[SonarQube Scanner] checking sys/mman.h usability... yes
[SonarQube Scanner] checking sys/mman.h presence... yes
[SonarQube Scanner] checking for sys/mman.h... yes
[SonarQube Scanner] checking for KAFFINITY... no
[SonarQube Scanner] checking for PROCESSOR_CACHE_TYPE... no
[SonarQube Scanner] checking for CACHE_DESCRIPTOR... no
[SonarQube Scanner] checking for LOGICAL_PROCESSOR_RELATIONSHIP... no
[SonarQube Scanner] checking for RelationProcessorPackage... no
[SonarQube Scanner] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no
[SonarQube Scanner] checking for GROUP_AFFINITY... no
[SonarQube Scanner] checking for PROCESSOR_RELATIONSHIP... no
[SonarQube Scanner] checking for NUMA_NODE_RELATIONSHIP... no
[SonarQube Scanner] checking for CACHE_RELATIONSHIP... no
[SonarQube Scanner] checking for PROCESSOR_GROUP_INFO... no
[SonarQube Scanner] checking for GROUP_RELATIONSHIP... no
[SonarQube Scanner] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no
[SonarQube Scanner] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[SonarQube Scanner] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[SonarQube Scanner] checking for PROCESSOR_NUMBER... no
[SonarQube Scanner] checking for main in -lgdi32... no
[SonarQube Scanner] checking for PostQuitMessage in -luser32... no
[SonarQube Scanner] checking windows.h usability... no
[SonarQube Scanner] checking windows.h presence... no
[SonarQube Scanner] checking for windows.h... no
[SonarQube Scanner] checking sys/lgrp_user.h usability... no
[SonarQube Scanner] checking sys/lgrp_user.h presence... no
[SonarQube Scanner] checking for sys/lgrp_user.h... no
[SonarQube Scanner] checking kstat.h usability... no
[SonarQube Scanner] checking kstat.h presence... no
[SonarQube Scanner] checking for kstat.h... no
[SonarQube Scanner] checking whether fabsf is declared... yes
[SonarQube Scanner] checking for fabsf in -lm... yes
[SonarQube Scanner] checking whether modff is declared... yes
[SonarQube Scanner] checking for modff in -lm... yes
[SonarQube Scanner] checking picl.h usability... no
[SonarQube Scanner] checking picl.h presence... no
[SonarQube Scanner] checking for picl.h... no
[SonarQube Scanner] checking whether _SC_NPROCESSORS_ONLN is declared... yes
[SonarQube Scanner] checking whether _SC_NPROCESSORS_CONF is declared... yes
[SonarQube Scanner] checking whether _SC_NPROC_ONLN is declared... no
[MinGW]   CC       hwloc-assembler.o
[SonarQube Scanner] checking whether _SC_NPROC_CONF is declared... no
[SonarQube Scanner] checking whether _SC_PAGESIZE is declared... yes
[SonarQube Scanner] checking whether _SC_PAGE_SIZE is declared... yes
[SonarQube Scanner] checking whether _SC_LARGE_PAGESIZE is declared... no
[SonarQube Scanner] checking mach/mach_host.h usability... no
[SonarQube Scanner] checking mach/mach_host.h presence... no
[SonarQube Scanner] checking for mach/mach_host.h... no
[SonarQube Scanner] checking mach/mach_init.h usability... no
[SonarQube Scanner] checking mach/mach_init.h presence... no
[SonarQube Scanner] checking for mach/mach_init.h... no
[SonarQube Scanner] checking sys/param.h usability... yes
[SonarQube Scanner] checking sys/param.h presence... yes
[SonarQube Scanner] checking for sys/param.h... yes
[SonarQube Scanner] checking for sys/sysctl.h... yes
[SonarQube Scanner] checking whether CTL_HW is declared... no
[SonarQube Scanner] checking whether HW_NCPU is declared... no
[SonarQube Scanner] checking whether strtoull is declared... yes
[SonarQube Scanner] checking for ssize_t... yes
[SonarQube Scanner] checking whether snprintf is declared... yes
[SonarQube Scanner] checking whether _strdup is declared... no
[SonarQube Scanner] checking whether _putenv is declared... no
[SonarQube Scanner] checking whether getprogname is declared... no
[SonarQube Scanner] checking whether getexecname is declared... no
[SonarQube Scanner] checking whether GetModuleFileName is declared... no
[SonarQube Scanner] checking for program_invocation_name... yes
[SonarQube Scanner] checking for __progname... yes
[SonarQube Scanner] checking for pthread_t... yes
[SonarQube Scanner] checking whether sched_getcpu is declared... yes
[SonarQube Scanner] checking whether sched_setaffinity is declared... yes
[SonarQube Scanner] checking whether function sched_setaffinity has a complete prototype... yes
[SonarQube Scanner] checking for old prototype of sched_setaffinity... no
[SonarQube Scanner] checking for working CPU_SET... yes
[SonarQube Scanner] checking for working CPU_SET_S... yes
[MinGW]   CCLD     hwloc-assembler.exe
[SonarQube Scanner] checking for working syscall... yes
[SonarQube Scanner] checking for KERRIGHED... no
[SonarQube Scanner] checking for lib... no
[SonarQube Scanner] checking for bash... /bin/bash
[SonarQube Scanner] checking for ffs... yes
[SonarQube Scanner] checking whether ffs is declared... yes
[SonarQube Scanner] checking whether function ffs has a complete prototype... yes
[SonarQube Scanner] checking for ffsl... yes
[SonarQube Scanner] checking whether ffsl is declared... yes
[SonarQube Scanner] checking whether function ffsl has a complete prototype... yes
[SonarQube Scanner] checking for fls... no
[SonarQube Scanner] checking for flsl... no
[SonarQube Scanner] checking for clz... no
[SonarQube Scanner] checking for clzl... no
[SonarQube Scanner] checking for openat... yes
[SonarQube Scanner] checking malloc.h usability... yes
[SonarQube Scanner] checking malloc.h presence... yes
[SonarQube Scanner] checking for malloc.h... yes
[SonarQube Scanner] checking for getpagesize... yes
[SonarQube Scanner] checking for memalign... yes
[SonarQube Scanner] checking for posix_memalign... yes
[SonarQube Scanner] checking sys/utsname.h usability... yes
[SonarQube Scanner] checking sys/utsname.h presence... yes
[SonarQube Scanner] checking for sys/utsname.h... yes
[SonarQube Scanner] checking for uname... yes
[SonarQube Scanner] checking valgrind/valgrind.h usability... yes
[SonarQube Scanner] checking valgrind/valgrind.h presence... yes
[SonarQube Scanner] checking for valgrind/valgrind.h... yes
[SonarQube Scanner] checking whether RUNNING_ON_VALGRIND is declared... yes
[SonarQube Scanner] checking pthread_np.h usability... no
[SonarQube Scanner] checking pthread_np.h presence... no
[SonarQube Scanner] checking for pthread_np.h... no
[SonarQube Scanner] checking whether pthread_setaffinity_np is declared... yes
[SonarQube Scanner] checking whether pthread_getaffinity_np is declared... yes
[SonarQube Scanner] checking for sched_setaffinity... yes
[SonarQube Scanner] checking for sys/cpuset.h... no
[SonarQube Scanner] checking for cpuset_setaffinity... no
[SonarQube Scanner] checking for library containing pthread_getthrds_np... no
[SonarQube Scanner] checking for cpuset_setid... no
[SonarQube Scanner] checking numaif.h usability... yes
[SonarQube Scanner] checking numaif.h presence... yes
[SonarQube Scanner] checking for numaif.h... yes
[SonarQube Scanner] checking for numa_available in -lnuma... yes
[SonarQube Scanner] checking for set_mempolicy in -lnuma... yes
[SonarQube Scanner] checking for mbind in -lnuma... yes
[SonarQube Scanner] checking for migrate_pages in -lnuma... yes
[SonarQube Scanner] checking for move_pages in -lnuma... yes
[SonarQube Scanner] checking libudev.h usability... no
[SonarQube Scanner] checking libudev.h presence... no
[SonarQube Scanner] checking for libudev.h... no
[SonarQube Scanner] checking for PCIACCESS... yes
[SonarQube Scanner] checking pciaccess.h usability... yes
[SonarQube Scanner] checking pciaccess.h presence... yes
[SonarQube Scanner] checking for pciaccess.h... yes
[SonarQube Scanner] checking for pci_slot_match_iterator_create... yes
[SonarQube Scanner] checking for final PCIACCESS support... yes
[SonarQube Scanner] checking CL/cl_ext.h usability... yes
[SonarQube Scanner] checking CL/cl_ext.h presence... yes
[SonarQube Scanner] checking for CL/cl_ext.h... yes
[SonarQube Scanner] checking for clGetDeviceIDs in -lOpenCL... yes
[SonarQube Scanner] checking whether CL_DEVICE_TOPOLOGY_AMD is declared... yes
[SonarQube Scanner] checking cuda.h usability... no
[SonarQube Scanner] checking cuda.h presence... no
[SonarQube Scanner] checking for cuda.h... no
[SonarQube Scanner] checking cuda_runtime_api.h usability... no
[SonarQube Scanner] checking cuda_runtime_api.h presence... no
[SonarQube Scanner] checking for cuda_runtime_api.h... no
[SonarQube Scanner] checking nvml.h usability... no
[SonarQube Scanner] checking nvml.h presence... no
[SonarQube Scanner] checking for nvml.h... no
[SonarQube Scanner] checking for gethostbyname... yes
[SonarQube Scanner] checking for connect... yes
[SonarQube Scanner] checking for remove... yes
[SonarQube Scanner] checking for shmat... yes
[MinGW]   CC       hwloc-bind.o
[SonarQube Scanner] checking for IceConnectionNumber in -lICE... yes
[SonarQube Scanner] checking X11/Xlib.h usability... yes
[SonarQube Scanner] checking X11/Xlib.h presence... yes
[SonarQube Scanner] checking for X11/Xlib.h... yes
[SonarQube Scanner] checking for XOpenDisplay in -lX11... yes
[SonarQube Scanner] checking for X11/Xutil.h... yes
[SonarQube Scanner] checking X11/keysym.h usability... yes
[SonarQube Scanner] checking X11/keysym.h presence... yes
[SonarQube Scanner] checking for X11/keysym.h... yes
[SonarQube Scanner] checking NVCtrl/NVCtrl.h usability... no
[SonarQube Scanner] checking NVCtrl/NVCtrl.h presence... no
[SonarQube Scanner] checking for NVCtrl/NVCtrl.h... no
[SonarQube Scanner] checking for LIBXML2... yes
[SonarQube Scanner] checking libxml/parser.h usability... yes
[SonarQube Scanner] checking libxml/parser.h presence... yes
[SonarQube Scanner] checking for libxml/parser.h... yes
[SonarQube Scanner] checking for xmlNewDoc... yes
[SonarQube Scanner] checking for final LIBXML2 support... yes
[SonarQube Scanner] checking for x86 cpuid... yes
[SonarQube Scanner] checking for pthread_mutex_lock... yes
[SonarQube Scanner] checking if plugin support is enabled... no
[SonarQube Scanner] checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci pci opencl xml_libxml x86
[SonarQube Scanner] checking components to build as plugins... 
[SonarQube Scanner] checking for a sed that does not truncate output... /bin/sed
[SonarQube Scanner] 
[SonarQube Scanner] ###
[SonarQube Scanner] ### Configuring hwloc documentation
[SonarQube Scanner] ###
[SonarQube Scanner] checking if this is a developer build... no (doxygen generation is optional)
[SonarQube Scanner] checking for doxygen... /usr/bin/doxygen
[SonarQube Scanner] checking for pdflatex... /usr/bin/pdflatex
[SonarQube Scanner] checking for makeindex... /usr/bin/makeindex
[SonarQube Scanner] checking for fig2dev... /usr/bin/fig2dev
[SonarQube Scanner] checking for gs... /usr/bin/gs
[SonarQube Scanner] checking for epstopdf... /usr/bin/epstopdf
[SonarQube Scanner] checking if can build doxygen docs... yes
[SonarQube Scanner] checking for w3m... no
[SonarQube Scanner] checking for lynx... no
[SonarQube Scanner] checking if can build top-level README... no
[SonarQube Scanner] checking if will build doxygen docs... no
[SonarQube Scanner] checking if will install doxygen docs... yes
[SonarQube Scanner] checking whether to enable "picky" compiler mode... no (default)
[SonarQube Scanner] 
[SonarQube Scanner] ###
[SonarQube Scanner] ### Configuring hwloc command line utilities
[SonarQube Scanner] ###
[SonarQube Scanner] checking for CAIRO... yes
[SonarQube Scanner] checking cairo.h usability... yes
[SonarQube Scanner] checking cairo.h presence... yes
[SonarQube Scanner] checking for cairo.h... yes
[SonarQube Scanner] checking for cairo_fill... yes
[SonarQube Scanner] checking for final CAIRO support... yes
[SonarQube Scanner] checking for wchar_t... yes
[SonarQube Scanner] checking for putwc... yes
[SonarQube Scanner] checking locale.h usability... yes
[SonarQube Scanner] checking locale.h presence... yes
[SonarQube Scanner] checking for locale.h... yes
[SonarQube Scanner] checking for setlocale... (cached) yes
[SonarQube Scanner] checking for uselocale... yes
[SonarQube Scanner] checking xlocale.h usability... no
[SonarQube Scanner] checking xlocale.h presence... no
[SonarQube Scanner] checking for xlocale.h... no
[SonarQube Scanner] checking langinfo.h usability... yes
[SonarQube Scanner] checking langinfo.h presence... yes
[SonarQube Scanner] checking for langinfo.h... yes
[SonarQube Scanner] checking for nl_langinfo... yes
[SonarQube Scanner] checking termcap support using ncurses and ... no
[MinGW]   CCLD     hwloc-bind.exe
[SonarQube Scanner] checking termcap support using ncurses and -ltermcap... yes
[SonarQube Scanner] checking whether diff accepts -u... yes
[SonarQube Scanner] checking whether diff accepts -w... yes
[SonarQube Scanner] checking time.h usability... yes
[SonarQube Scanner] checking time.h presence... yes
[SonarQube Scanner] checking for time.h... yes
[SonarQube Scanner] checking for clock_gettime... yes
[SonarQube Scanner] 
[SonarQube Scanner] ###
[SonarQube Scanner] ### Configuring hwloc tests
[SonarQube Scanner] ###
[SonarQube Scanner] checking for pthread_self in -lpthread... yes
[SonarQube Scanner] checking for numa_available in -lnuma... (cached) yes
[SonarQube Scanner] checking whether numa_bitmask_alloc is declared... yes
[SonarQube Scanner] checking for stdlib.h... (cached) yes
[SonarQube Scanner] checking for mkstemp... yes
[SonarQube Scanner] checking infiniband/verbs.h usability... yes
[SonarQube Scanner] checking infiniband/verbs.h presence... yes
[SonarQube Scanner] checking for infiniband/verbs.h... yes
[SonarQube Scanner] checking for ibv_open_device in -libverbs... yes
[SonarQube Scanner] checking myriexpress.h usability... no
[SonarQube Scanner] checking myriexpress.h presence... no
[SonarQube Scanner] checking for myriexpress.h... no
[SonarQube Scanner] checking for xmllint... xmllint
[SonarQube Scanner] checking for bunzip2... bunzip2
[SonarQube Scanner] checking if CXX works... yes
[SonarQube Scanner] checking whether diff accepts -u... yes
[SonarQube Scanner] 
[SonarQube Scanner] ###
[SonarQube Scanner] ### Performing final hwloc configuration
[SonarQube Scanner] ###
[SonarQube Scanner] checking how to print strings... printf
[SonarQube Scanner] checking for a sed that does not truncate output... (cached) /bin/sed
[SonarQube Scanner] checking for fgrep... /bin/grep -F
[SonarQube Scanner] checking for ld used by gcc... /usr/bin/ld
[SonarQube Scanner] checking if the linker (/usr/bin/ld) is GNU ld... yes
[SonarQube Scanner] checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
[SonarQube Scanner] checking the name lister (/usr/bin/nm -B) interface... BSD nm
[SonarQube Scanner] checking whether ln -s works... yes
[SonarQube Scanner] checking the maximum length of command line arguments... 1572864
[SonarQube Scanner] checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
[SonarQube Scanner] checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
[SonarQube Scanner] checking for /usr/bin/ld option to reload object files... -r
[SonarQube Scanner] checking for objdump... objdump
[SonarQube Scanner] checking how to recognize dependent libraries... pass_all
[SonarQube Scanner] checking for dlltool... no
[SonarQube Scanner] checking how to associate runtime and link libraries... printf %s\n
[SonarQube Scanner] checking for archiver @FILE support... @
[SonarQube Scanner] checking for strip... strip
[SonarQube Scanner] checking for ranlib... ranlib
[SonarQube Scanner] checking command to parse /usr/bin/nm -B output from gcc object... ok
[SonarQube Scanner] checking for sysroot... no
[SonarQube Scanner] checking for a working dd... /bin/dd
[SonarQube Scanner] checking how to truncate binary pipes... /bin/dd bs=4096 count=1
[SonarQube Scanner] checking for mt... mt
[SonarQube Scanner] checking if mt is a manifest tool... no
[SonarQube Scanner] checking for dlfcn.h... yes
[SonarQube Scanner] checking for objdir... .libs
[MinGW]   CC       hwloc-calc.o
[SonarQube Scanner] checking if gcc supports -fno-rtti -fno-exceptions... no
[SonarQube Scanner] checking for gcc option to produce PIC... -fPIC -DPIC
[SonarQube Scanner] checking if gcc PIC flag -fPIC -DPIC works... yes
[SonarQube Scanner] checking if gcc static flag -static works... yes
[SonarQube Scanner] checking if gcc supports -c -o file.o... yes
[SonarQube Scanner] checking if gcc supports -c -o file.o... (cached) yes
[SonarQube Scanner] checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[SonarQube Scanner] checking whether -lc should be explicitly linked in... no
[SonarQube Scanner] checking dynamic linker characteristics... GNU/Linux ld.so
[SonarQube Scanner] checking how to hardcode library paths into programs... immediate
[SonarQube Scanner] checking for shl_load... no
[SonarQube Scanner] checking for shl_load in -ldld... no
[SonarQube Scanner] checking for dlopen... no
[SonarQube Scanner] checking for dlopen in -ldl... yes
[SonarQube Scanner] checking whether a program can dlopen itself... yes
[SonarQube Scanner] checking whether a statically linked program can dlopen itself... no
[SonarQube Scanner] checking whether stripping libraries is possible... yes
[SonarQube Scanner] checking if libtool supports shared libraries... yes
[SonarQube Scanner] checking whether to build shared libraries... yes
[SonarQube Scanner] checking whether to build static libraries... no
[SonarQube Scanner] checking how to run the C++ preprocessor... g++ -E
[SonarQube Scanner] checking for ld used by g++... /usr/bin/ld -m elf_x86_64
[SonarQube Scanner] checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
[SonarQube Scanner] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[SonarQube Scanner] checking for g++ option to produce PIC... -fPIC -DPIC
[SonarQube Scanner] checking if g++ PIC flag -fPIC -DPIC works... yes
[SonarQube Scanner] checking if g++ static flag -static works... yes
[SonarQube Scanner] checking if g++ supports -c -o file.o... yes
[SonarQube Scanner] checking if g++ supports -c -o file.o... (cached) yes
[SonarQube Scanner] checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
[SonarQube Scanner] checking dynamic linker characteristics... (cached) GNU/Linux ld.so
[SonarQube Scanner] checking how to hardcode library paths into programs... immediate
[SonarQube Scanner] checking that generated files are newer than configure... done
[SonarQube Scanner] configure: creating ./config.status
[SonarQube Scanner] config.status: creating Makefile
[SonarQube Scanner] config.status: creating include/Makefile
[SonarQube Scanner] config.status: creating src/Makefile
[SonarQube Scanner] config.status: creating doc/Makefile
[SonarQube Scanner] config.status: creating doc/examples/Makefile
[SonarQube Scanner] config.status: creating doc/doxygen-config.cfg
[SonarQube Scanner] config.status: creating utils/Makefile
[SonarQube Scanner] config.status: creating utils/hwloc/Makefile
[SonarQube Scanner] config.status: creating utils/lstopo/Makefile
[SonarQube Scanner] config.status: creating hwloc.pc
[SonarQube Scanner] config.status: creating tests/Makefile
[SonarQube Scanner] config.status: creating tests/linux/Makefile
[SonarQube Scanner] config.status: creating tests/linux/allowed/Makefile
[SonarQube Scanner] config.status: creating tests/linux/gather/Makefile
[SonarQube Scanner] config.status: creating tests/xml/Makefile
[SonarQube Scanner] config.status: creating tests/ports/Makefile
[SonarQube Scanner] config.status: creating tests/rename/Makefile
[SonarQube Scanner] config.status: creating tests/linux/allowed/test-topology.sh
[SonarQube Scanner] config.status: creating tests/linux/gather/test-gather-topology.sh
[SonarQube Scanner] config.status: creating tests/linux/test-topology.sh
[MinGW]   CCLD     hwloc-calc.exe
[SonarQube Scanner] config.status: creating tests/xml/test-topology.sh
[SonarQube Scanner] config.status: creating tests/wrapper.sh
[SonarQube Scanner] config.status: creating utils/hwloc/hwloc-assembler-remote
[SonarQube Scanner] config.status: creating utils/hwloc/hwloc-compress-dir
[SonarQube Scanner] config.status: creating utils/hwloc/hwloc-gather-topology
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-calc.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-distances.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-hwloc-info.sh
[SonarQube Scanner] config.status: creating utils/hwloc/test-fake-plugin.sh
[SonarQube Scanner] config.status: creating utils/lstopo/test-hwloc-ls.sh
[SonarQube Scanner] config.status: creating contrib/systemd/Makefile
[SonarQube Scanner] config.status: creating include/private/autogen/config.h
[SonarQube Scanner] config.status: creating include/hwloc/autogen/config.h
[SonarQube Scanner] config.status: linking src/topology-solaris.c to tests/ports/topology-solaris.c
[SonarQube Scanner] config.status: linking src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[SonarQube Scanner] config.status: linking src/topology-aix.c to tests/ports/topology-aix.c
[SonarQube Scanner] config.status: linking src/topology-osf.c to tests/ports/topology-osf.c
[SonarQube Scanner] config.status: linking src/topology-windows.c to tests/ports/topology-windows.c
[SonarQube Scanner] config.status: linking src/topology-darwin.c to tests/ports/topology-darwin.c
[SonarQube Scanner] config.status: linking src/topology-freebsd.c to tests/ports/topology-freebsd.c
[SonarQube Scanner] config.status: linking src/topology-netbsd.c to tests/ports/topology-netbsd.c
[SonarQube Scanner] config.status: linking src/topology-hpux.c to tests/ports/topology-hpux.c
[SonarQube Scanner] config.status: linking src/topology-bgq.c to tests/ports/topology-bgq.c
[SonarQube Scanner] config.status: linking src/topology-opencl.c to tests/ports/topology-opencl.c
[SonarQube Scanner] config.status: linking src/topology-cuda.c to tests/ports/topology-cuda.c
[SonarQube Scanner] config.status: linking src/topology-nvml.c to tests/ports/topology-nvml.c
[SonarQube Scanner] config.status: linking src/topology-gl.c to tests/ports/topology-gl.c
[SonarQube Scanner] config.status: executing depfiles commands
[SonarQube Scanner] config.status: executing chmoding-scripts commands
[SonarQube Scanner] config.status: executing libtool commands
[SonarQube Scanner] 
[SonarQube Scanner] -----------------------------------------------------------------------------
[SonarQube Scanner] Hwloc optional build support status (more details can be found above):
[SonarQube Scanner] 
[SonarQube Scanner] Probe / display I/O devices: PCI(pciaccess+linux) OpenCL
[SonarQube Scanner] Graphical output (Cairo):    yes
[SonarQube Scanner] XML input / output:          full
[SonarQube Scanner] libnuma memory support:      yes
[SonarQube Scanner] Plugin support:              no
[SonarQube Scanner] -----------------------------------------------------------------------------
[SonarQube Scanner] 
[SonarQube Scanner] scan-build: Removing directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/analyzer_reports/scan-build-2019-03-14-05-04-56-652202-ty6X7J' because it contains no report.
[SonarQube Scanner] + scan-build -plist --intercept-first --analyze-headers -o analyzer_reports make
[SonarQube Scanner] + tee -a scan-build.log
[MinGW]   CC       hwloc-diff.o
[SonarQube Scanner] Making all in src
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src'
[SonarQube Scanner]   CC       topology.lo
[SonarQube Scanner]   CC       traversal.lo
[SonarQube Scanner]   CC       distances.lo
[SonarQube Scanner]   CC       components.lo
[SonarQube Scanner]   CC       bind.lo
[MinGW]   CCLD     hwloc-diff.exe
[SonarQube Scanner]   CC       bitmap.lo
[SonarQube Scanner]   CC       pci-common.lo
[SonarQube Scanner]   CC       diff.lo
[SonarQube Scanner]   CC       misc.lo
[SonarQube Scanner]   CC       base64.lo
[SonarQube Scanner]   CC       topology-noos.lo
[SonarQube Scanner]   CC       topology-synthetic.lo
[SonarQube Scanner]   CC       topology-custom.lo
[SonarQube Scanner]   CC       topology-xml.lo
[SonarQube Scanner]   CC       topology-xml-nolibxml.lo
[MinGW]   CC       hwloc-distances.o
[MinGW]   CCLD     hwloc-distances.exe
[SonarQube Scanner]   CC       topology-xml-libxml.lo
[SonarQube Scanner]   CC       topology-pci.lo
[SonarQube Scanner]   CC       topology-opencl.lo
[SonarQube Scanner]   CC       topology-linux.lo
[SonarQube Scanner]   CC       topology-hardwired.lo
[SonarQube Scanner]   CC       topology-x86.lo
[SonarQube Scanner]   CCLD     libhwloc.la
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src'
[SonarQube Scanner] Making all in include
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include'
[SonarQube Scanner] make[1]: Nothing to be done for 'all'.
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include'
[SonarQube Scanner] Making all in utils
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] Making all in hwloc
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner]   CC       hwloc-annotate.o
[SonarQube Scanner]   CCLD     hwloc-annotate
[MinGW]   CC       hwloc-distrib.o
[SonarQube Scanner]   CC       hwloc-assembler.o
[SonarQube Scanner]   CCLD     hwloc-assembler
[SonarQube Scanner]   CC       hwloc-bind.o
[SonarQube Scanner]   CCLD     hwloc-bind
[SonarQube Scanner]   CC       hwloc-calc.o
[SonarQube Scanner]   CCLD     hwloc-calc
[SonarQube Scanner]   CC       hwloc-diff.o
[SonarQube Scanner]   CCLD     hwloc-diff
[MinGW]   CCLD     hwloc-distrib.exe
[SonarQube Scanner]   CC       hwloc-distances.o
[SonarQube Scanner]   CCLD     hwloc-distances
[SonarQube Scanner]   CC       hwloc-distrib.o
[SonarQube Scanner]   CCLD     hwloc-distrib
[SonarQube Scanner]   CC       hwloc-info.o
[SonarQube Scanner]   CCLD     hwloc-info
[SonarQube Scanner]   CC       hwloc-patch.o
[SonarQube Scanner]   CCLD     hwloc-patch
[SonarQube Scanner]   CC       hwloc-ps.o
[SonarQube Scanner]   CCLD     hwloc-ps
[SonarQube Scanner]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata.o
[SonarQube Scanner]   CC       hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o
[SonarQube Scanner]   CCLD     hwloc-dump-hwdata
[SonarQube Scanner] Creating hwloc.7 man page...
[SonarQube Scanner] Creating hwloc-annotate.1 man page...
[SonarQube Scanner] Creating hwloc-assembler.1 man page...
[SonarQube Scanner] Creating hwloc-assembler-remote.1 man page...
[SonarQube Scanner] Creating hwloc-bind.1 man page...
[SonarQube Scanner] Creating hwloc-calc.1 man page...
[SonarQube Scanner] Creating hwloc-compress-dir.1 man page...
[SonarQube Scanner] Creating hwloc-diff.1 man page...
[SonarQube Scanner] Creating hwloc-distances.1 man page...
[SonarQube Scanner] Creating hwloc-distrib.1 man page...
[SonarQube Scanner] Creating hwloc-info.1 man page...
[SonarQube Scanner] Creating hwloc-patch.1 man page...
[SonarQube Scanner] Creating hwloc-gather-topology.1 man page...
[SonarQube Scanner] Creating hwloc-ps.1 man page...
[SonarQube Scanner] Creating hwloc-dump-hwdata.1 man page...
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] Making all in lstopo
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner]   CC       lstopo_no_graphics-lstopo.o
[SonarQube Scanner]   CC       lstopo_no_graphics-lstopo-color.o
[SonarQube Scanner]   CC       lstopo_no_graphics-lstopo-draw.o
[MinGW]   CC       hwloc-info.o
[SonarQube Scanner]   CC       lstopo_no_graphics-lstopo-fig.o
[SonarQube Scanner]   CC       lstopo_no_graphics-lstopo-ascii.o
[SonarQube Scanner]   CC       lstopo_no_graphics-lstopo-text.o
[SonarQube Scanner]   CC       lstopo_no_graphics-lstopo-xml.o
[SonarQube Scanner]   CCLD     lstopo-no-graphics
[SonarQube Scanner]   CC       lstopo-lstopo.o
[SonarQube Scanner]   CC       lstopo-lstopo-color.o
[SonarQube Scanner]   CC       lstopo-lstopo-draw.o
[MinGW]   CCLD     hwloc-info.exe
[SonarQube Scanner]   CC       lstopo-lstopo-fig.o
[SonarQube Scanner]   CC       lstopo-lstopo-ascii.o
[SonarQube Scanner]   CC       lstopo-lstopo-text.o
[SonarQube Scanner]   CC       lstopo-lstopo-xml.o
[SonarQube Scanner]   CC       lstopo-lstopo-cairo.o
[SonarQube Scanner]   CCLD     lstopo
[SonarQube Scanner] Creating lstopo-no-graphics.1 man page...
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] make[2]: Nothing to be done for 'all-am'.
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] Making all in tests
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] Making all in .
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] make[2]: Nothing to be done for 'all-am'.
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] Making all in ports
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports'
[SonarQube Scanner] make[2]: Nothing to be done for 'all'.
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports'
[SonarQube Scanner] Making all in xml
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] make[2]: Nothing to be done for 'all'.
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] Making all in linux
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] Making all in .
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] make[3]: Nothing to be done for 'all-am'.
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] Making all in allowed
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] make[3]: Nothing to be done for 'all'.
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] Making all in gather
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] make[3]: Nothing to be done for 'all'.
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] Making all in contrib/systemd
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd'
[SonarQube Scanner] Creating hwloc-dump-hwdata.service...
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd'
[SonarQube Scanner] Making all in doc
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make  all-recursive
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] Making all in examples
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make[3]: Nothing to be done for 'all'.
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[3]: Nothing to be done for 'all-am'.
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be'
[SonarQube Scanner] make[1]: Nothing to be done for 'all-am'.
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be'
[MinGW]   CC       hwloc-patch.o
[MinGW]   CCLD     hwloc-patch.exe
[MinGW] Creating hwloc.7 man page...
[MinGW] Creating hwloc-annotate.1 man page...
[MinGW] Creating hwloc-assembler.1 man page...
[MinGW] Creating hwloc-assembler-remote.1 man page...
[MinGW] Creating hwloc-bind.1 man page...
[MinGW] Creating hwloc-calc.1 man page...
[MinGW] Creating hwloc-compress-dir.1 man page...
[MinGW] Creating hwloc-diff.1 man page...
[MinGW] Creating hwloc-distances.1 man page...
[MinGW] Creating hwloc-distrib.1 man page...
[MinGW] Creating hwloc-info.1 man page...
[MinGW] Creating hwloc-patch.1 man page...
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/hwloc'
[MinGW] Making all in lstopo
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW]   CC       lstopo_no_graphics-lstopo.o
[MinGW]   CC       lstopo_no_graphics-lstopo-color.o
[MinGW]   CC       lstopo_no_graphics-lstopo-draw.o
[MinGW]   CC       lstopo_no_graphics-lstopo-fig.o
[MinGW]   CC       lstopo_no_graphics-lstopo-ascii.o
[MinGW]   CC       lstopo_no_graphics-lstopo-text.o
[MinGW]   CC       lstopo_no_graphics-lstopo-xml.o
[MinGW]   CCLD     lstopo-no-graphics.exe
[MinGW]   CC       lstopo-lstopo.o
[MinGW]   CC       lstopo-lstopo-color.o
[MinGW]   CC       lstopo-lstopo-draw.o
[MinGW]   CC       lstopo-lstopo-fig.o
[MinGW]   CC       lstopo-lstopo-ascii.o
[MinGW]   CC       lstopo-lstopo-text.o
[MinGW]   CC       lstopo-lstopo-xml.o
[MinGW]   CC       lstopo-lstopo-windows.o
[MinGW]   CCLD     lstopo.exe
[MinGW]   CC       lstopo_win-lstopo.o
[MinGW]   CC       lstopo_win-lstopo-color.o
[MinGW]   CC       lstopo_win-lstopo-draw.o
[MinGW]   CC       lstopo_win-lstopo-fig.o
[MinGW]   CC       lstopo_win-lstopo-ascii.o
[MinGW]   CC       lstopo_win-lstopo-text.o
[MinGW]   CC       lstopo_win-lstopo-xml.o
[MinGW]   CC       lstopo_win-lstopo-windows.o
[MinGW]   CCLD     lstopo-win.exe
[MinGW] Creating lstopo-no-graphics.1 man page...
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils'
[MinGW] make[2]: Nothing to be done for 'all-am'.
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils'
[MinGW] Making all in tests
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] Making all in .
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] make[2]: Nothing to be done for 'all-am'.
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] Making all in ports
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/ports'
[MinGW] make[2]: Nothing to be done for 'all'.
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/ports'
[MinGW] Making all in xml
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/xml'
[MinGW] make[2]: Nothing to be done for 'all'.
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/xml'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] Making all in contrib/systemd
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/contrib/systemd'
[MinGW] make[1]: Nothing to be done for 'all'.
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/contrib/systemd'
[MinGW] Making all in doc
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make  all-recursive
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] Making all in examples
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc/examples'
[MinGW] make[3]: Nothing to be done for 'all'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc/examples'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make[3]: Nothing to be done for 'all-am'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32'
[MinGW] make[1]: Nothing to be done for 'all-am'.
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32'
[MinGW] + test x1 = x1
[MinGW] + make check
[MinGW] Making check in src
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/src'
[MinGW] make  
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/src'
[MinGW] make[2]: Nothing to be done for 'all'.
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/src'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/src'
[MinGW] Making check in include
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/include'
[MinGW] make[1]: Nothing to be done for 'check'.
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/include'
[MinGW] Making check in utils
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils'
[MinGW] Making check in hwloc
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/hwloc'
[MinGW] make  check-TESTS
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/hwloc'
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/hwloc'
[MinGW] ============================================================================
[MinGW] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[MinGW] ============================================================================
[MinGW] # TOTAL: 0
[MinGW] # PASS:  0
[MinGW] # SKIP:  0
[MinGW] # XFAIL: 0
[MinGW] # FAIL:  0
[MinGW] # XPASS: 0
[MinGW] # ERROR: 0
[MinGW] ============================================================================
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/hwloc'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/hwloc'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/hwloc'
[MinGW] Making check in lstopo
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW] make  check-TESTS
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW] ============================================================================
[MinGW] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[MinGW] ============================================================================
[MinGW] # TOTAL: 0
[MinGW] # PASS:  0
[MinGW] # SKIP:  0
[MinGW] # XFAIL: 0
[MinGW] # FAIL:  0
[MinGW] # XPASS: 0
[MinGW] # ERROR: 0
[MinGW] ============================================================================
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils'
[MinGW] make[2]: Nothing to be done for 'check-am'.
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils'
[MinGW] Making check in tests
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] Making check in .
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] make  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_bind.exe hwloc_get_last_cpu_location.exe hwloc_get_area_memlocation.exe hwloc_object_userdata.exe hwloc_synthetic.exe hwloc_custom.exe hwloc_backends.exe hwloc_pci_backend.exe hwloc_is_thissystem.exe hwloc_distances.exe hwloc_groups.exe hwloc_groups2.exe hwloc_insert_misc.exe hwloc_topology_restrict.exe hwloc_topology_dup.exe hwloc_topology_diff.exe hwloc_obj_infos.exe hwloc_iodevs.exe xmlbuffer.exe gl.exe intel-mic.exe        
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW]   CC       hwloc_list_components.o
[MinGW]   CCLD     hwloc_list_components.exe
[MinGW]   CC       hwloc_bitmap.o
[MinGW]   CCLD     hwloc_bitmap.exe
[MinGW]   CC       hwloc_bitmap_string.o
[MinGW]   CCLD     hwloc_bitmap_string.exe
[MinGW]   CC       hwloc_bitmap_compare_inclusion.o
[MinGW]   CCLD     hwloc_bitmap_compare_inclusion.exe
[MinGW]   CC       hwloc_get_closest_objs.o
[MinGW]   CCLD     hwloc_get_closest_objs.exe
[MinGW]   CC       hwloc_get_obj_covering_cpuset.o
[MinGW]   CCLD     hwloc_get_obj_covering_cpuset.exe
[MinGW]   CC       hwloc_get_cache_covering_cpuset.o
[MinGW]   CCLD     hwloc_get_cache_covering_cpuset.exe
[MinGW]   CC       hwloc_get_largest_objs_inside_cpuset.o
[MinGW]   CCLD     hwloc_get_largest_objs_inside_cpuset.exe
[MinGW]   CC       hwloc_get_next_obj_covering_cpuset.o
[MinGW]   CCLD     hwloc_get_next_obj_covering_cpuset.exe
[MinGW]   CC       hwloc_get_obj_inside_cpuset.o
[MinGW]   CCLD     hwloc_get_obj_inside_cpuset.exe
[MinGW]   CC       hwloc_get_shared_cache_covering_obj.o
[MinGW]   CCLD     hwloc_get_shared_cache_covering_obj.exe
[MinGW]   CC       hwloc_get_obj_below_array_by_type.o
[MinGW]   CCLD     hwloc_get_obj_below_array_by_type.exe
[MinGW]   CC       hwloc_bitmap_first_last_weight.o
[MinGW]   CCLD     hwloc_bitmap_first_last_weight.exe
[MinGW]   CC       hwloc_bitmap_singlify.o
[MinGW]   CCLD     hwloc_bitmap_singlify.exe
[MinGW]   CC       hwloc_type_depth.o
[MinGW]   CCLD     hwloc_type_depth.exe
[MinGW]   CC       hwloc_bind.o
[MinGW]   CCLD     hwloc_bind.exe
[MinGW]   CC       hwloc_get_last_cpu_location.o
[MinGW]   CCLD     hwloc_get_last_cpu_location.exe
[MinGW]   CC       hwloc_get_area_memlocation.o
[MinGW]   CCLD     hwloc_get_area_memlocation.exe
[MinGW]   CC       hwloc_object_userdata.o
[MinGW]   CCLD     hwloc_object_userdata.exe
[MinGW]   CC       hwloc_synthetic.o
[MinGW]   CCLD     hwloc_synthetic.exe
[MinGW]   CC       hwloc_custom.o
[MinGW]   CCLD     hwloc_custom.exe
[MinGW]   CC       hwloc_backends.o
[MinGW]   CCLD     hwloc_backends.exe
[MinGW]   CC       hwloc_pci_backend.o
[MinGW]   CCLD     hwloc_pci_backend.exe
[MinGW]   CC       hwloc_is_thissystem.o
[MinGW]   CCLD     hwloc_is_thissystem.exe
[MinGW]   CC       hwloc_distances.o
[MinGW]   CCLD     hwloc_distances.exe
[MinGW]   CC       hwloc_groups.o
[MinGW]   CCLD     hwloc_groups.exe
[MinGW]   CC       hwloc_groups2.o
[MinGW]   CCLD     hwloc_groups2.exe
[MinGW]   CC       hwloc_insert_misc.o
[MinGW]   CCLD     hwloc_insert_misc.exe
[MinGW]   CC       hwloc_topology_restrict.o
[MinGW]   CCLD     hwloc_topology_restrict.exe
[MinGW]   CC       hwloc_topology_dup.o
[MinGW]   CCLD     hwloc_topology_dup.exe
[MinGW]   CC       hwloc_topology_diff.o
[MinGW]   CCLD     hwloc_topology_diff.exe
[MinGW]   CC       hwloc_obj_infos.o
[MinGW]   CCLD     hwloc_obj_infos.exe
[MinGW]   CC       hwloc_iodevs.o
[MinGW]   CCLD     hwloc_iodevs.exe
[MinGW]   CC       xmlbuffer.o
[MinGW]   CCLD     xmlbuffer.exe
[MinGW]   CC       gl.o
[MinGW]   CCLD     gl.exe
[MinGW]   CC       intel-mic.o
[MinGW]   CCLD     intel-mic.exe
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] make  check-TESTS
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] PASS: hwloc_list_components.exe
[MinGW] PASS: hwloc_bitmap.exe
[MinGW] PASS: hwloc_bitmap_string.exe
[MinGW] PASS: hwloc_bitmap_compare_inclusion.exe
[MinGW] PASS: hwloc_get_closest_objs.exe
[MinGW] PASS: hwloc_get_obj_covering_cpuset.exe
[MinGW] PASS: hwloc_get_cache_covering_cpuset.exe
[MinGW] PASS: hwloc_get_largest_objs_inside_cpuset.exe
[MinGW] PASS: hwloc_get_next_obj_covering_cpuset.exe
[MinGW] PASS: hwloc_get_obj_inside_cpuset.exe
[MinGW] PASS: hwloc_get_shared_cache_covering_obj.exe
[MinGW] PASS: hwloc_get_obj_below_array_by_type.exe
[MinGW] PASS: hwloc_bitmap_first_last_weight.exe
[MinGW] PASS: hwloc_bitmap_singlify.exe
[MinGW] PASS: hwloc_type_depth.exe
[MinGW] PASS: hwloc_bind.exe
[MinGW] PASS: hwloc_get_last_cpu_location.exe
[MinGW] PASS: hwloc_get_area_memlocation.exe
[MinGW] PASS: hwloc_object_userdata.exe
[MinGW] PASS: hwloc_synthetic.exe
[MinGW] PASS: hwloc_custom.exe
[MinGW] PASS: hwloc_backends.exe
[MinGW] PASS: hwloc_pci_backend.exe
[MinGW] PASS: hwloc_is_thissystem.exe
[MinGW] PASS: hwloc_distances.exe
[MinGW] PASS: hwloc_groups.exe
[MinGW] PASS: hwloc_groups2.exe
[MinGW] PASS: hwloc_insert_misc.exe
[MinGW] PASS: hwloc_topology_restrict.exe
[MinGW] PASS: hwloc_topology_dup.exe
[MinGW] PASS: hwloc_topology_diff.exe
[MinGW] PASS: hwloc_obj_infos.exe
[MinGW] PASS: hwloc_iodevs.exe
[MinGW] PASS: xmlbuffer.exe
[MinGW] PASS: gl.exe
[MinGW] PASS: intel-mic.exe
[MinGW] ============================================================================
[MinGW] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[MinGW] ============================================================================
[MinGW] # TOTAL: 36
[MinGW] # PASS:  36
[MinGW] # SKIP:  0
[MinGW] # XFAIL: 0
[MinGW] # FAIL:  0
[MinGW] # XPASS: 0
[MinGW] # ERROR: 0
[MinGW] ============================================================================
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] Making check in ports
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/ports'
[MinGW] make  
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/ports'
[MinGW] make[3]: Nothing to be done for 'all'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/ports'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/ports'
[MinGW] Making check in xml
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/xml'
[MinGW] make  check-TESTS
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/xml'
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/xml'
[MinGW] PASS: 16amd64-8n2c-cpusets.xml
[MinGW] PASS: 16amd64-4distances.xml
[MinGW] PASS: 16em64t-4s2c2t.xml
[MinGW] PASS: 16em64t-4s2c2t-offlines.xml
[MinGW] PASS: 16em64t-4s2c2t.console.output
[MinGW] PASS: 16-2gr2gr2n2c+misc.xml
[MinGW] PASS: 16-2gr2gr2n2c+misc.console.output
[MinGW] PASS: 16intel64-manyVFs.xml
[MinGW] PASS: 16intel64-manyVFs.console.output
[MinGW] PASS: 16intel64-manyVFs.console.nocollapse.output
[MinGW] PASS: 24em64t-2n6c2t-pci.xml
[MinGW] PASS: 32em64t-2n8c2t-pci-noio.xml
[MinGW] PASS: 32em64t-2n8c2t-pci-normalio.xml
[MinGW] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[MinGW] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[MinGW] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[MinGW] PASS: 96em64t-4n4d3ca2co-pci.xml
[MinGW] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[MinGW] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[MinGW] PASS: 192em64t-24n8c2t-distancegroups.xml
[MinGW] ============================================================================
[MinGW] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[MinGW] ============================================================================
[MinGW] # TOTAL: 20
[MinGW] # PASS:  20
[MinGW] # SKIP:  0
[MinGW] # XFAIL: 0
[MinGW] # FAIL:  0
[MinGW] # XPASS: 0
[MinGW] # ERROR: 0
[MinGW] ============================================================================
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/xml'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/xml'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/xml'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] Making check in contrib/systemd
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/contrib/systemd'
[MinGW] make[1]: Nothing to be done for 'check'.
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/contrib/systemd'
[MinGW] Making check in doc
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make  check-recursive
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] Making check in examples
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc/examples'
[MinGW] make  hwloc-hello.exe hwloc-hello-cpp.exe cpuset+bitmap+cpubind.exe nodeset+membind+policy.exe get-knl-modes.exe gpu.exe 
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc/examples'
[MinGW]   CC       hwloc-hello.o
[MinGW]   CCLD     hwloc-hello.exe
[MinGW]   CXX      hwloc-hello-cpp.o
[MinGW]   CXXLD    hwloc-hello-cpp.exe
[SonarQube Scanner] scan-build: Run 'scan-view /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/analyzer_reports/scan-build-2019-03-14-05-05-08-917399-d06Ntl' to examine bug reports.
[SonarQube Scanner] + scan-build -plist --intercept-first --analyze-headers -o analyzer_reports make check
[SonarQube Scanner] + tee -a scan-build.log
[SonarQube Scanner] Making check in src
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src'
[SonarQube Scanner] make  
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src'
[SonarQube Scanner] make[2]: Nothing to be done for 'all'.
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src'
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src'
[SonarQube Scanner] Making check in include
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include'
[SonarQube Scanner] make[1]: Nothing to be done for 'check'.
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include'
[SonarQube Scanner] Making check in utils
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] Making check in hwloc
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] PASS: test-hwloc-annotate.sh
[SonarQube Scanner] PASS: test-hwloc-assembler.sh
[SonarQube Scanner] PASS: test-hwloc-calc.sh
[SonarQube Scanner] PASS: test-hwloc-compress-dir.sh
[SonarQube Scanner] PASS: test-hwloc-diffpatch.sh
[SonarQube Scanner] PASS: test-hwloc-distances.sh
[SonarQube Scanner] PASS: test-hwloc-distrib.sh
[SonarQube Scanner] PASS: test-hwloc-info.sh
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 8
[SonarQube Scanner] # PASS:  8
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc'
[SonarQube Scanner] Making check in lstopo
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] PASS: test-hwloc-ls.sh
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 1
[SonarQube Scanner] # PASS:  1
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo'
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] make[2]: Nothing to be done for 'check-am'.
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils'
[SonarQube Scanner] Making check in tests
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] Making check in .
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] make  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_bind hwloc_get_last_cpu_location hwloc_get_area_memlocation hwloc_object_userdata hwloc_synthetic hwloc_custom hwloc_backends hwloc_pci_backend hwloc_is_thissystem hwloc_distances hwloc_groups hwloc_groups2 hwloc_insert_misc hwloc_topology_restrict hwloc_topology_dup hwloc_topology_diff hwloc_obj_infos hwloc_iodevs xmlbuffer gl intel-mic linux-libnuma glibc-sched openfabrics-verbs  opencl   
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner]   CC       hwloc_list_components.o
[SonarQube Scanner]   CCLD     hwloc_list_components
[SonarQube Scanner]   CC       hwloc_bitmap.o
[SonarQube Scanner]   CCLD     hwloc_bitmap
[SonarQube Scanner]   CC       hwloc_bitmap_string.o
[SonarQube Scanner]   CCLD     hwloc_bitmap_string
[SonarQube Scanner]   CC       hwloc_bitmap_compare_inclusion.o
[SonarQube Scanner]   CCLD     hwloc_bitmap_compare_inclusion
[SonarQube Scanner]   CC       hwloc_get_closest_objs.o
[SonarQube Scanner]   CCLD     hwloc_get_closest_objs
[SonarQube Scanner]   CC       hwloc_get_obj_covering_cpuset.o
[SonarQube Scanner]   CCLD     hwloc_get_obj_covering_cpuset
[SonarQube Scanner]   CC       hwloc_get_cache_covering_cpuset.o
[SonarQube Scanner]   CCLD     hwloc_get_cache_covering_cpuset
[MinGW]   CC       cpuset+bitmap+cpubind.o
[MinGW]   CCLD     cpuset+bitmap+cpubind.exe
[SonarQube Scanner]   CC       hwloc_get_largest_objs_inside_cpuset.o
[SonarQube Scanner]   CCLD     hwloc_get_largest_objs_inside_cpuset
[SonarQube Scanner]   CC       hwloc_get_next_obj_covering_cpuset.o
[SonarQube Scanner]   CCLD     hwloc_get_next_obj_covering_cpuset
[SonarQube Scanner]   CC       hwloc_get_obj_inside_cpuset.o
[SonarQube Scanner]   CCLD     hwloc_get_obj_inside_cpuset
[SonarQube Scanner]   CC       hwloc_get_shared_cache_covering_obj.o
[SonarQube Scanner]   CCLD     hwloc_get_shared_cache_covering_obj
[SonarQube Scanner]   CC       hwloc_get_obj_below_array_by_type.o
[SonarQube Scanner]   CCLD     hwloc_get_obj_below_array_by_type
[SonarQube Scanner]   CC       hwloc_bitmap_first_last_weight.o
[SonarQube Scanner]   CCLD     hwloc_bitmap_first_last_weight
[SonarQube Scanner]   CC       hwloc_bitmap_singlify.o
[SonarQube Scanner]   CCLD     hwloc_bitmap_singlify
[SonarQube Scanner]   CC       hwloc_type_depth.o
[SonarQube Scanner]   CCLD     hwloc_type_depth
[SonarQube Scanner]   CC       hwloc_bind.o
[SonarQube Scanner]   CCLD     hwloc_bind
[SonarQube Scanner]   CC       hwloc_get_last_cpu_location.o
[SonarQube Scanner]   CCLD     hwloc_get_last_cpu_location
[MinGW]   CC       nodeset+membind+policy.o
[SonarQube Scanner]   CC       hwloc_get_area_memlocation.o
[SonarQube Scanner]   CCLD     hwloc_get_area_memlocation
[SonarQube Scanner]   CC       hwloc_object_userdata.o
[SonarQube Scanner]   CCLD     hwloc_object_userdata
[SonarQube Scanner]   CC       hwloc_synthetic.o
[SonarQube Scanner]   CCLD     hwloc_synthetic
[SonarQube Scanner]   CC       hwloc_custom.o
[SonarQube Scanner]   CCLD     hwloc_custom
[SonarQube Scanner]   CC       hwloc_backends.o
[MinGW]   CCLD     nodeset+membind+policy.exe
[SonarQube Scanner]   CCLD     hwloc_backends
[SonarQube Scanner]   CC       hwloc_pci_backend.o
[SonarQube Scanner]   CCLD     hwloc_pci_backend
[SonarQube Scanner]   CC       hwloc_is_thissystem.o
[SonarQube Scanner]   CCLD     hwloc_is_thissystem
[SonarQube Scanner]   CC       hwloc_distances.o
[SonarQube Scanner]   CCLD     hwloc_distances
[SonarQube Scanner]   CC       hwloc_groups.o
[SonarQube Scanner]   CCLD     hwloc_groups
[SonarQube Scanner]   CC       hwloc_groups2.o
[MinGW]   CC       get-knl-modes.o
[SonarQube Scanner]   CCLD     hwloc_groups2
[SonarQube Scanner]   CC       hwloc_insert_misc.o
[SonarQube Scanner]   CCLD     hwloc_insert_misc
[SonarQube Scanner]   CC       hwloc_topology_restrict.o
[SonarQube Scanner]   CCLD     hwloc_topology_restrict
[SonarQube Scanner]   CC       hwloc_topology_dup.o
[SonarQube Scanner]   CCLD     hwloc_topology_dup
[SonarQube Scanner]   CC       hwloc_topology_diff.o
[SonarQube Scanner]   CCLD     hwloc_topology_diff
[MinGW]   CCLD     get-knl-modes.exe
[SonarQube Scanner]   CC       hwloc_obj_infos.o
[SonarQube Scanner]   CCLD     hwloc_obj_infos
[SonarQube Scanner]   CC       hwloc_iodevs.o
[SonarQube Scanner]   CCLD     hwloc_iodevs
[SonarQube Scanner]   CC       xmlbuffer.o
[SonarQube Scanner]   CCLD     xmlbuffer
[SonarQube Scanner]   CC       gl.o
[SonarQube Scanner]   CCLD     gl
[SonarQube Scanner]   CC       intel-mic.o
[SonarQube Scanner]   CCLD     intel-mic
[SonarQube Scanner]   CC       linux-libnuma.o
[SonarQube Scanner]   CCLD     linux-libnuma
[SonarQube Scanner]   CC       glibc-sched.o
[SonarQube Scanner]   CCLD     glibc-sched
[SonarQube Scanner]   CC       openfabrics-verbs.o
[SonarQube Scanner]   CCLD     openfabrics-verbs
[SonarQube Scanner]   CC       opencl.o
[SonarQube Scanner]   CCLD     opencl
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] PASS: hwloc_list_components
[SonarQube Scanner] PASS: hwloc_bitmap
[MinGW]   CC       gpu.o
[SonarQube Scanner] PASS: hwloc_bitmap_string
[SonarQube Scanner] PASS: hwloc_bitmap_compare_inclusion
[SonarQube Scanner] PASS: hwloc_get_closest_objs
[SonarQube Scanner] PASS: hwloc_get_obj_covering_cpuset
[SonarQube Scanner] PASS: hwloc_get_cache_covering_cpuset
[SonarQube Scanner] PASS: hwloc_get_largest_objs_inside_cpuset
[SonarQube Scanner] PASS: hwloc_get_next_obj_covering_cpuset
[SonarQube Scanner] PASS: hwloc_get_obj_inside_cpuset
[SonarQube Scanner] PASS: hwloc_get_shared_cache_covering_obj
[SonarQube Scanner] PASS: hwloc_get_obj_below_array_by_type
[SonarQube Scanner] PASS: hwloc_bitmap_first_last_weight
[SonarQube Scanner] PASS: hwloc_bitmap_singlify
[SonarQube Scanner] PASS: hwloc_type_depth
[SonarQube Scanner] PASS: hwloc_bind
[SonarQube Scanner] PASS: hwloc_get_last_cpu_location
[SonarQube Scanner] PASS: hwloc_get_area_memlocation
[SonarQube Scanner] PASS: hwloc_object_userdata
[SonarQube Scanner] PASS: hwloc_synthetic
[SonarQube Scanner] PASS: hwloc_custom
[SonarQube Scanner] PASS: hwloc_backends
[SonarQube Scanner] PASS: hwloc_pci_backend
[SonarQube Scanner] PASS: hwloc_is_thissystem
[SonarQube Scanner] PASS: hwloc_distances
[SonarQube Scanner] PASS: hwloc_groups
[SonarQube Scanner] PASS: hwloc_groups2
[SonarQube Scanner] PASS: hwloc_insert_misc
[SonarQube Scanner] PASS: hwloc_topology_restrict
[SonarQube Scanner] PASS: hwloc_topology_dup
[SonarQube Scanner] PASS: hwloc_topology_diff
[SonarQube Scanner] PASS: hwloc_obj_infos
[SonarQube Scanner] PASS: hwloc_iodevs
[SonarQube Scanner] PASS: xmlbuffer
[SonarQube Scanner] PASS: gl
[SonarQube Scanner] PASS: intel-mic
[SonarQube Scanner] PASS: linux-libnuma
[SonarQube Scanner] PASS: glibc-sched
[MinGW]   CCLD     gpu.exe
[SonarQube Scanner] PASS: openfabrics-verbs
[SonarQube Scanner] PASS: opencl
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 40
[SonarQube Scanner] # PASS:  40
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] Making check in ports
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports'
[SonarQube Scanner] make  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-osf.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
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports'
[SonarQube Scanner]   CC       libhwloc_port_aix_la-topology-aix.lo
[SonarQube Scanner]   CCLD     libhwloc-port-aix.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_bgq_la-topology-bgq.lo
[SonarQube Scanner]   CCLD     libhwloc-port-bgq.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_darwin_la-topology-darwin.lo
[SonarQube Scanner]   CCLD     libhwloc-port-darwin.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_freebsd_la-topology-freebsd.lo
[SonarQube Scanner]   CCLD     libhwloc-port-freebsd.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_hpux_la-topology-hpux.lo
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc/examples'
[MinGW] make  check-TESTS
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc/examples'
[MinGW] make[5]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc/examples'
[MinGW] PASS: hwloc-hello.exe
[MinGW] PASS: hwloc-hello-cpp.exe
[SonarQube Scanner]   CCLD     libhwloc-port-hpux.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_netbsd_la-topology-netbsd.lo
[SonarQube Scanner]   CCLD     libhwloc-port-netbsd.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_osf_la-topology-osf.lo
[SonarQube Scanner]   CCLD     libhwloc-port-osf.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_solaris_la-topology-solaris.lo
[MinGW] ============================================================================
[MinGW] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[MinGW] ============================================================================
[MinGW] # TOTAL: 2
[MinGW] # PASS:  2
[MinGW] # SKIP:  0
[MinGW] # XFAIL: 0
[MinGW] # FAIL:  0
[MinGW] # XPASS: 0
[MinGW] # ERROR: 0
[MinGW] ============================================================================
[MinGW] make[5]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc/examples'
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc/examples'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc/examples'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make[3]: Nothing to be done for 'check-am'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32'
[MinGW] make[1]: Nothing to be done for 'check-am'.
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32'
[MinGW] + test x1 = x1
[MinGW] + make install
[MinGW] Making install in src
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/src'
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/src'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib'
[MinGW]  /bin/sh ../libtool   --mode=install /usr/bin/install -c   libhwloc.la '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib'
[MinGW] libtool: install: /usr/bin/install -c .libs/libhwloc.dll.a /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.dll.a
[MinGW] libtool: install: base_file=`basename libhwloc.la`
[MinGW] libtool: install:  dlpath=`/bin/sh 2>&1 -c '. .libs/'libhwloc.la'i; echo libhwloc-5.dll'`
[MinGW] libtool: install:  dldir=/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/`dirname ../bin/libhwloc-5.dll`
[MinGW] libtool: install:  test -d /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/../bin || mkdir -p /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/../bin
[MinGW] libtool: install:  /usr/bin/install -c .libs/libhwloc-5.dll /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/../bin/libhwloc-5.dll
[MinGW] libtool: install:  chmod a+x /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/../bin/libhwloc-5.dll
[MinGW] libtool: install:  if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/../bin/libhwloc-5.dll' || exit 0; fi
[MinGW] libtool: install: /usr/bin/install -c .libs/libhwloc.lai /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.la
[MinGW] libtool: install: /usr/bin/install -c .libs/libhwloc.a /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.a
[SonarQube Scanner]   CC       libhwloc_port_solaris_la-topology-solaris-chiptype.lo
[SonarQube Scanner]   CCLD     libhwloc-port-solaris.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_windows_la-topology-windows.lo
[SonarQube Scanner]   CCLD     libhwloc-port-windows.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_opencl_la-topology-opencl.lo
[SonarQube Scanner]   CCLD     libhwloc-port-opencl.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_cuda_la-topology-cuda.lo
[SonarQube Scanner]   CCLD     libhwloc-port-cuda.la
[MinGW] libtool: install: chmod 644 /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.a
[MinGW] libtool: install: ranlib /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.a
[MinGW] make  install-exec-hook
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/src'
[MinGW] [ ! -r .libs/libhwloc.def ] || /usr/bin/install -c .libs/libhwloc.def /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib
[MinGW] [ ! -r .libs/libhwloc.def ] || /usr/bin/install -c .libs/libhwloc.lib /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib
[MinGW] [ ! -r .libs/libhwloc.def ] || /usr/bin/install -c .libs/libhwloc.exp /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/src'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/hwloc'
[MinGW]  /usr/bin/install -c -m 644 ../../src/hwloc.dtd '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/hwloc'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/src'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/src'
[MinGW] Making install in include
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/include'
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/include'
[MinGW] make[2]: Nothing to be done for 'install-exec-am'.
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/include'
[MinGW]  /usr/bin/install -c -m 644 ../../include/hwloc.h '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/include'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc'
[MinGW]  /usr/bin/install -c -m 644 ../../include/hwloc/bitmap.h ../../include/hwloc/helper.h ../../include/hwloc/inlines.h ../../include/hwloc/diff.h ../../include/hwloc/myriexpress.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/autogen'
[MinGW]  /usr/bin/install -c -m 644 hwloc/autogen/config.h '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/autogen'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/include'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/include'
[MinGW] Making install in utils
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils'
[MinGW] Making install in hwloc
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/hwloc'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/hwloc'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin'
[MinGW]   /bin/sh ../../libtool   --mode=install /usr/bin/install -c hwloc-annotate.exe hwloc-assembler.exe hwloc-bind.exe hwloc-calc.exe hwloc-diff.exe hwloc-distances.exe hwloc-distrib.exe hwloc-info.exe hwloc-patch.exe '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin'
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-annotate.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-annotate.exe
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_nvml_la-topology-nvml.lo
[SonarQube Scanner]   CCLD     libhwloc-port-nvml.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner]   CC       libhwloc_port_gl_la-topology-gl.lo
[SonarQube Scanner]   CCLD     libhwloc-port-gl.la
[SonarQube Scanner] ar: `u' modifier ignored since `D' is the default (see `U')
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports'
[SonarQube Scanner] Making check in xml
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] PASS: 16amd64-8n2c-cpusets.xml
[SonarQube Scanner] PASS: 16amd64-4distances.xml
[SonarQube Scanner] PASS: 16em64t-4s2c2t.xml
[SonarQube Scanner] PASS: 16em64t-4s2c2t-offlines.xml
[SonarQube Scanner] PASS: 16em64t-4s2c2t.console.output
[SonarQube Scanner] PASS: 16-2gr2gr2n2c+misc.xml
[SonarQube Scanner] PASS: 16-2gr2gr2n2c+misc.console.output
[SonarQube Scanner] PASS: 16intel64-manyVFs.xml
[SonarQube Scanner] PASS: 16intel64-manyVFs.console.output
[SonarQube Scanner] PASS: 16intel64-manyVFs.console.nocollapse.output
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-assembler.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-bind.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-bind.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-calc.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-calc.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-diff.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-diff.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-distances.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-distances.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-distrib.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-distrib.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-info.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-info.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-patch.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-patch.exe
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin'
[MinGW]  /usr/bin/install -c hwloc-assembler-remote hwloc-compress-dir '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin'
[SonarQube Scanner] PASS: 24em64t-2n6c2t-pci.xml
[SonarQube Scanner] PASS: 32em64t-2n8c2t-pci-noio.xml
[SonarQube Scanner] PASS: 32em64t-2n8c2t-pci-normalio.xml
[SonarQube Scanner] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[SonarQube Scanner] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[SonarQube Scanner] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[SonarQube Scanner] PASS: 96em64t-4n4d3ca2co-pci.xml
[SonarQube Scanner] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[SonarQube Scanner] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[SonarQube Scanner] PASS: 192em64t-24n8c2t-distancegroups.xml
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 20
[SonarQube Scanner] # PASS:  20
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml'
[SonarQube Scanner] Making check in linux
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] Making check in .
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] PASS: 2amd64-2n.output
[SonarQube Scanner] PASS: 2i386-2t-hugepagesizecount.xml.output
[MinGW] make  install-exec-hook
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/hwloc'
[MinGW] /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler-remote > /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler-remote.tmp && mv -f /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler-remote.tmp /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler-remote
[MinGW] /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-compress-dir > /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-compress-dir.tmp && mv -f /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-compress-dir.tmp /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-compress-dir
[MinGW] chmod +x /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler-remote /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-compress-dir
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/hwloc'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1'
[MinGW]  /usr/bin/install -c -m 644 hwloc-annotate.1 hwloc-assembler.1 hwloc-assembler-remote.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distances.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man7'
[MinGW]  /usr/bin/install -c -m 644 hwloc.7 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man7'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/hwloc'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/hwloc'
[MinGW] Making install in lstopo
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin'
[MinGW]   /bin/sh ../../libtool   --mode=install /usr/bin/install -c lstopo-no-graphics.exe lstopo.exe lstopo-win.exe '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin'
[MinGW] libtool: install: /usr/bin/install -c .libs/lstopo-no-graphics.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/lstopo-no-graphics.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/lstopo.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/lstopo.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/lstopo-win.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/lstopo-win.exe
[MinGW] make  install-exec-hook
[SonarQube Scanner] PASS: 2i386-2c-nohugepage.xml.output
[SonarQube Scanner] PASS: 2ps3-2t.output
[SonarQube Scanner] PASS: 4em64t-2c2t-ignore-reorder.output
[SonarQube Scanner] PASS: 4ia64-4s.output
[SonarQube Scanner] PASS: 4ppc-4c.output
[SonarQube Scanner] PASS: 256ppc-8n8s4t.output
[SonarQube Scanner] PASS: 256ppc-8n8s4t-nocache.output
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW] rm -f /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-ls.exe
[MinGW] cd /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin && cp -pR lstopo-no-graphics.exe hwloc-ls.exe
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1'
[MinGW]  /usr/bin/install -c -m 644 lstopo-no-graphics.1 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1'
[MinGW] make  install-data-hook
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW] rm -f /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-ls.1
[MinGW] cd /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1 && cp -pR lstopo-no-graphics.1 hwloc-ls.1
[MinGW] rm -f /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/lstopo.1
[MinGW] cd /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1 && cp -pR lstopo-no-graphics.1 lstopo.1
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils/lstopo'
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils'
[MinGW] make[3]: Nothing to be done for 'install-exec-am'.
[MinGW] make[3]: Nothing to be done for 'install-data-am'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/utils'
[MinGW] Making install in tests
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] Making install in .
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] make[3]: Nothing to be done for 'install-exec-am'.
[MinGW] make[3]: Nothing to be done for 'install-data-am'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] Making install in ports
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/ports'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/ports'
[MinGW] make[3]: Nothing to be done for 'install-exec-am'.
[MinGW] make[3]: Nothing to be done for 'install-data-am'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/ports'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/ports'
[MinGW] Making install in xml
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/xml'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/xml'
[MinGW] make[3]: Nothing to be done for 'install-exec-am'.
[MinGW] make[3]: Nothing to be done for 'install-data-am'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/xml'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests/xml'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/tests'
[MinGW] Making install in contrib/systemd
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/contrib/systemd'
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/contrib/systemd'
[MinGW] make[2]: Nothing to be done for 'install-exec-am'.
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/contrib/systemd'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/contrib/systemd'
[MinGW] Making install in doc
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make  install-recursive
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] Making install in examples
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc/examples'
[SonarQube Scanner] PASS: 256ppc-8n8s4t-nosys.output
[SonarQube Scanner] PASS: 28em64t-2s2n7c-buggycoresiblings.output
[SonarQube Scanner] PASS: 32amd64-4s2n4c-cgroup.output
[SonarQube Scanner] PASS: 32amd64-4s2n4c-cgroup.xml.output
[SonarQube Scanner] PASS: 32ppc-4n4c2c.output
[SonarQube Scanner] PASS: 8amd64-4n2c.output
[SonarQube Scanner] PASS: 8em64t-4c2t.output
[SonarQube Scanner] PASS: 8em64t-2s2ca2c.output
[SonarQube Scanner] PASS: 8em64t-2s2ca2c-buggynuma.output
[SonarQube Scanner] PASS: 8em64t-2s4c-heterogeneous.output
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc/examples'
[MinGW] make[4]: Nothing to be done for 'install-exec-am'.
[MinGW] make[4]: Nothing to be done for 'install-data-am'.
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc/examples'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc/examples'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make[4]: Nothing to be done for 'install-exec-am'.
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_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_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 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_snprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_sscanf.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../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_weight.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_xor.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_zero.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_configuration.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_ignore_type.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_ignore_type_keep_structure.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_ignore_all_keep_structure.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_ICACHES.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_set_pid.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_fsroot.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_set_custom.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_distance_matrix.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_topology_set_userdata.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_userdata.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_check.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_opencl.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_custom.3 ../../doc/doxygen-doc/man/man3/hwloc_custom_insert_topology.3 ../../doc/doxygen-doc/man/man3/hwloc_custom_insert_group_object_by_parent.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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 ../../doc/doxygen-doc/man/man3/hwloc_get_hostbridge_by_pcibus.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_distances.3 ../../doc/doxygen-doc/man/man3/hwloc_get_whole_distance_matrix_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_whole_distance_matrix_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_distance_matrix_covering_obj_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_latency.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[SonarQube Scanner] PASS: 8ia64-2n2s2c.output
[SonarQube Scanner] PASS: 8ia64-2s2c2t.output
[SonarQube Scanner] PASS: 8ia64-4s2c.output
[SonarQube Scanner] PASS: 16amd64-4n4c-cgroup-distance-merge.output
[SonarQube Scanner] PASS: 16amd64-8n2c.output
[SonarQube Scanner] PASS: 16amd64-8n2c-cpusets.output
[SonarQube Scanner] PASS: 16amd64-8n2c-cpusets.xml.output
[SonarQube Scanner] PASS: 16amd64-8n2c-cpusets_noadmin.output
[SonarQube Scanner] PASS: 16em64t-4s2ca2c-cpusetreorder.output
[SonarQube Scanner] PASS: 16em64t-4s2ca2c-cpusetreorder-merge.output
[SonarQube Scanner] PASS: 16em64t-4s2c2t.output
[SonarQube Scanner] PASS: 16em64t-4s2c2t-offlines.output
[SonarQube Scanner] PASS: 16em64t-4s2c2t-offlines.xml.output
[SonarQube Scanner] PASS: 16em64t-4s2c2t-offlines_noadmin.output
[SonarQube Scanner] PASS: 16em64t-4s2c2t_ncaches.output
[SonarQube Scanner] PASS: 16em64t-4s2c2t_merge.output
[SonarQube Scanner] PASS: 16em64t-4s2c2t.xml.output
[SonarQube Scanner] PASS: 16em64t-2m4c2t.output
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_to_nodeset_strict.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset_strict.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_online_cpuset.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_linux.3 ../../doc/doxygen-doc/man/man3/hwloc_linux_parse_cpumap_file.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 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_REPLICATE.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_set_membind_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_membind_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_set_proc_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_set_proc_membind_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_proc_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_proc_membind_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_set_area_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_set_area_membind_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_area_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_area_membind_nodeset.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_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy.3 ../../doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_free.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_myriexpress.3 ../../doc/doxygen-doc/man/man3/hwloc_mx_board_get_device_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_mx_endpoint_get_device_cpuset.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_obj_cpuset_snprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_sscanf.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[SonarQube Scanner] PASS: 16ia64-8n2s.output
[SonarQube Scanner] PASS: 24em64t-2n6c2t+2mic.olddriver.output
[SonarQube Scanner] PASS: 32em64t-2n8c+1mic.output
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_CACHE.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_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_SYSTEM.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_memory_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u.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_distances_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_info_s.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_tinker.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object_by_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object_by_parent.3 ../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.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 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/doc/hwloc'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/hwloc-a4.pdf ../../doc/doxygen-doc/hwloc-letter.pdf '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/doc/hwloc'
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/doc'
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32'
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32'
[MinGW] make[2]: Nothing to be done for 'install-exec-am'.
[MinGW] sed -e 's/$/'$'\015'/ < ../README > /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/README.txt
[MinGW] sed -e 's/$/'$'\015'/ < ../NEWS > /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/NEWS.txt
[MinGW] sed -e 's/$/'$'\015'/ < ../COPYING > /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/COPYING.txt
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/hwloc'
[MinGW]  /usr/bin/install -c -m 644 ../contrib/hwloc-valgrind.supp '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/hwloc'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/pkgconfig'
[MinGW]  /usr/bin/install -c -m 644 hwloc.pc '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/pkgconfig'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32'
[MinGW] +++ head config.log
[MinGW] +++ sed -r -n -e 's/.*--prefix=([^ ]+).*/\1/p'
[MinGW] ++ basename /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build32/../hwloc-win32-build-v1.11-20190314.0500.git550b2be
[MinGW] + winball=hwloc-win32-build-v1.11-20190314.0500.git550b2be
[MinGW] + cd ..
[MinGW] + zip -r ../hwloc-win32-build-v1.11-20190314.0500.git550b2be.zip hwloc-win32-build-v1.11-20190314.0500.git550b2be
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-annotate.exe (deflated 72%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler-remote (deflated 56%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler.exe (deflated 73%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-bind.exe (deflated 71%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-calc.exe (deflated 70%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-compress-dir (deflated 69%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-diff.exe (deflated 73%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-distances.exe (deflated 73%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-distrib.exe (deflated 73%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-info.exe (deflated 71%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-ls.exe (deflated 69%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/hwloc-patch.exe (deflated 73%)
[SonarQube Scanner] PASS: 40intel64-2g2n4c+pci.output
[SonarQube Scanner] PASS: 40intel64-4n10c+pci-conflicts.output
[SonarQube Scanner] PASS: 48amd64-4d2n6c-sparse.output
[SonarQube Scanner] PASS: 64amd64-4s2n4ca2co.output
[SonarQube Scanner] PASS: 64fake-4n2s2ca2c2t.output
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/libhwloc-5.dll (deflated 65%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/lstopo-no-graphics.exe (deflated 69%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/lstopo-win.exe (deflated 70%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/bin/lstopo.exe (deflated 70%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/COPYING.txt (deflated 56%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/autogen/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/autogen/config.h (deflated 72%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/bitmap.h (deflated 76%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/cuda.h (deflated 69%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/cudart.h (deflated 65%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/deprecated.h (deflated 63%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/diff.h (deflated 74%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/gl.h (deflated 70%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/helper.h (deflated 81%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/inlines.h (deflated 74%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/intel-mic.h (deflated 59%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/myriexpress.h (deflated 64%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/nvml.h (deflated 65%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/opencl.h (deflated 67%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/openfabrics-verbs.h (deflated 64%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/plugins.h (deflated 68%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc/rename.h (deflated 84%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/include/hwloc.h (deflated 78%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.a (deflated 61%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.def (deflated 75%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.dll.a (deflated 93%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.exp (deflated 76%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.la (deflated 44%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.lib (deflated 87%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/pkgconfig/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/pkgconfig/hwloc.pc (deflated 37%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/NEWS.txt (deflated 69%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/README.txt (deflated 51%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/doc/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/doc/hwloc/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/doc/hwloc/hwloc-a4.pdf (deflated 57%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/doc/hwloc/hwloc-letter.pdf (deflated 57%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/hwloc/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/hwloc/hwloc-valgrind.supp (deflated 65%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/hwloc/hwloc.dtd (deflated 72%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-annotate.1 (deflated 60%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-assembler-remote.1 (deflated 60%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-assembler.1 (deflated 57%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-bind.1 (deflated 65%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-calc.1 (deflated 66%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-compress-dir.1 (deflated 58%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-diff.1 (deflated 61%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-distances.1 (deflated 59%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-distrib.1 (deflated 62%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-info.1 (deflated 63%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-ls.1 (deflated 68%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-patch.1 (deflated 61%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/lstopo-no-graphics.1 (deflated 68%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man1/lstopo.1 (deflated 68%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_advanced_io.3 (deflated 77%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_api_version.3 (deflated 51%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_bitmap.3 (deflated 80%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_configuration.3 (deflated 75%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_cpubinding.3 (deflated 73%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_creation.3 (deflated 68%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_cuda.3 (deflated 74%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_cudart.3 (deflated 70%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_custom.3 (deflated 67%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_diff.3 (deflated 77%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_distances.3 (deflated 73%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_gl.3 (deflated 72%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_glibc_sched.3 (deflated 66%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_ancestors.3 (deflated 70%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_distribute.3 (deflated 57%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_find_cache.3 (deflated 64%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_find_covering.3 (deflated 76%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_find_inside.3 (deflated 83%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_find_misc.3 (deflated 70%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_nodeset_convert.3 (deflated 73%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_topology_sets.3 (deflated 85%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_info_attr.3 (deflated 53%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_intel_mic.3 (deflated 60%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_levels.3 (deflated 77%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_linux.3 (deflated 67%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_linux_libnuma_bitmask.3 (deflated 72%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_linux_libnuma_ulongs.3 (deflated 76%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_membinding.3 (deflated 83%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_myriexpress.3 (deflated 67%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_nvml.3 (deflated 68%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_objects.3 (deflated 58%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_object_sets.3 (deflated 63%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_object_strings.3 (deflated 68%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_object_types.3 (deflated 68%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_opencl.3 (deflated 68%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_openfabrics.3 (deflated 69%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_syntheticexport.3 (deflated 59%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_tinker.3 (deflated 68%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_xmlexport.3 (deflated 75%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_alloc.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_alloc_membind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_alloc_membind_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_alloc_membind_policy.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_alloc_membind_policy_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_API_VERSION.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_allbut.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_alloc.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_alloc_full.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_and.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_andnot.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_asprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_clr.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_clr_range.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_compare.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_compare_first.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_copy.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_dup.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_fill.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_first.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_foreach_begin.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_foreach_end.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_free.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_from_ith_ulong.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_from_ulong.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_intersects.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_isequal.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_isfull.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_isincluded.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_isset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_iszero.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_last.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_list_asprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_list_snprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_list_sscanf.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_next.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_not.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_only.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_or.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_set.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_set_ith_ulong.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_set_range.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_singlify.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_snprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_sscanf.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_taskset_asprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_taskset_snprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_taskset_sscanf.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_to_ith_ulong.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_to_ulong.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_weight.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_xor.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_zero.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bridge_covers_pcibus.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_compare_types.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_compare_types_e.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_const_bitmap_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_const_cpuset_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_const_nodeset_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpubind_flags_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_CPUBIND_NOMEMBIND.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_CPUBIND_PROCESS.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_CPUBIND_STRICT.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_CPUBIND_THREAD.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_from_glibc_sched_affinity.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_from_linux_libnuma_bitmask.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_from_linux_libnuma_ulongs.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_from_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_from_nodeset_strict.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_to_glibc_sched_affinity.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_to_linux_libnuma_bitmask.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_to_linux_libnuma_ulongs.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_to_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_to_nodeset_strict.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cudart_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cudart_get_device_osdev_by_index.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cudart_get_device_pcidev.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cudart_get_device_pci_ids.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cuda_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cuda_get_device_osdev.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cuda_get_device_osdev_by_index.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cuda_get_device_pcidev.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cuda_get_device_pci_ids.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_custom_insert_group_object_by_parent.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_custom_insert_topology.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_distances_s.3 (deflated 57%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_distrib.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_distrib_flags_e.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_DISTRIB_FLAG_REVERSE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_export_obj_userdata.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_export_obj_userdata_base64.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_free.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_free_xmlbuffer.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_ancestor_obj_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_ancestor_obj_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_api_version.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_area_membind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_area_membind_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_area_memlocation.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_cache_covering_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_cache_type_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_child_covering_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_closest_objs.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_common_ancestor_obj.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_depth_type.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_distance_matrix_covering_obj_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_first_largest_obj_inside_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_hostbridge_by_pcibus.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_largest_objs_inside_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_last_cpu_location.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_latency.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_membind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_membind_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_nbobjs_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_nbobjs_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_nbobjs_inside_cpuset_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_nbobjs_inside_cpuset_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_bridge.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_child.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_obj_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_obj_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_obj_covering_cpuset_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_obj_covering_cpuset_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_obj_inside_cpuset_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_obj_inside_cpuset_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_osdev.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_pcidev.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_non_io_ancestor_obj.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_below_array_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_below_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_covering_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_index_inside_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_inside_cpuset_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_inside_cpuset_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_pcidev_by_busid.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_pcidev_by_busidstring.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_proc_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_proc_last_cpu_location.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_proc_membind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_proc_membind_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_pu_obj_by_os_index.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_root_obj.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_shared_cache_covering_obj.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_thread_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_type_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_type_depth_e.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_type_or_above_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_type_or_below_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_whole_distance_matrix_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_whole_distance_matrix_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_gl_get_display_by_osdev.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_gl_get_display_osdev_by_name.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_gl_get_display_osdev_by_port_device.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_ibv_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_ibv_get_device_osdev.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_ibv_get_device_osdev_by_name.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_intel_mic_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_intel_mic_get_device_osdev_by_index.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_linux_get_tid_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_linux_get_tid_last_cpu_location.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_linux_parse_cpumap_file.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_linux_set_tid_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_BIND.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_BYNODESET.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_DEFAULT.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_FIRSTTOUCH.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_membind_flags_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_INTERLEAVE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_MIGRATE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_MIXED.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_NEXTTOUCH.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_NOCPUBIND.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_membind_policy_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_PROCESS.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_REPLICATE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_STRICT.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_THREAD.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_mx_board_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_mx_endpoint_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nodeset_from_linux_libnuma_bitmask.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nodeset_from_linux_libnuma_ulongs.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nodeset_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nodeset_to_linux_libnuma_bitmask.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nodeset_to_linux_libnuma_ulongs.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nvml_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nvml_get_device_osdev.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nvml_get_device_osdev_by_index.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj.3 (deflated 74%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_add_info.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_attr_snprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_attr_u.3 (deflated 71%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_attr_u_hwloc_bridge_attr_s.3 (deflated 70%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 (deflated 58%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 (deflated 41%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_attr_u_hwloc_osdev_attr_s.3 (deflated 42%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 (deflated 72%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_BRIDGE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_BRIDGE_HOST.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_BRIDGE_PCI.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_bridge_type_e.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_bridge_type_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_CACHE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_CACHE_DATA.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_CACHE_INSTRUCTION.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_cache_type_e.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_cache_type_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_CACHE_UNIFIED.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_CORE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_cpuset_snprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_get_info_by_name.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_GROUP.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_info_s.3 (deflated 42%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_is_in_subtree.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_MACHINE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_memory_s.3 (deflated 59%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 (deflated 52%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_MISC.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_NUMANODE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_OSDEV_BLOCK.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_OSDEV_COPROC.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_OSDEV_DMA.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_OSDEV_GPU.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_OSDEV_NETWORK.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_OSDEV_OPENFABRICS.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_osdev_type_e.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_osdev_type_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_OS_DEVICE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_PACKAGE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_PCI_DEVICE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_PU.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_SYSTEM.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_type_snprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_type_sscanf.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_type_string.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_type_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_opencl_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_opencl_get_device_osdev.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_opencl_get_device_osdev_by_index.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_restrict_flags_e.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_IO.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_area_membind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_area_membind_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_membind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_membind_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_proc_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_proc_membind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_proc_membind_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_thread_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_check.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_cpubind_support.3 (deflated 76%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_destroy.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_apply.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_apply_flags_e.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_build.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_destroy.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_export_xml.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_export_xmlbuffer.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_load_xml.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_load_xmlbuffer.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_obj_attr_type_e.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_obj_attr_u.3 (deflated 69%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_type_e.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_u.3 (deflated 66%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_discovery_support.3 (deflated 41%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_dup.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_export_synthetic.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_export_xml.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_export_xmlbuffer.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_flags_e.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_FLAG_ICACHES.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_allowed_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_allowed_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_complete_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_complete_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_flags.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_online_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_topology_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_topology_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_userdata.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_ignore_all_keep_structure.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_ignore_type.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_ignore_type_keep_structure.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_init.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_insert_misc_object_by_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_insert_misc_object_by_parent.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_is_thissystem.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_load.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_membind_support.3 (deflated 78%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_restrict.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_custom.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_distance_matrix.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_flags.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_fsroot.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_pid.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_synthetic.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_userdata.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_userdata_export_callback.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_userdata_import_callback.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_xml.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_xmlbuffer.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_support.3 (deflated 57%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_t.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TYPE_DEPTH_BRIDGE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TYPE_DEPTH_MULTIPLE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TYPE_DEPTH_OS_DEVICE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TYPE_DEPTH_PCI_DEVICE.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TYPE_DEPTH_UNKNOWN.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TYPE_UNORDERED.3 (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man7/ (stored 0%)
[MinGW]   adding: hwloc-win32-build-v1.11-20190314.0500.git550b2be/share/man/man7/hwloc.7 (deflated 62%)
[MinGW] + test -f hwloc-win32-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.lib
[MinGW] + build32/utils/lstopo/lstopo-no-graphics -v
[MinGW] Machine (P#0 total=1096612KB Backend=Windows hwlocVersion=v1.11-20190314.0500.git550b2be ProcessName=lstopo-no-graphics.exe)
[MinGW]   NUMANode L#0 (P#0 local=1096612KB total=1096612KB)
[MinGW]     Package L#0 (P#0 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3)
[MinGW]       L2Cache L#0 (size=4096KB linesize=64 ways=16 Inclusive=0)
[MinGW]         L1dCache L#0 (size=32KB linesize=64 ways=8 Inclusive=0)
[MinGW]           L1iCache L#0 (size=32KB linesize=64 ways=8 Inclusive=0)
[MinGW]             Core L#0
[MinGW]               PU L#0 (P#0)
[MinGW]     Package L#1 (P#1 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3)
[MinGW]       L2Cache L#1 (size=4096KB linesize=64 ways=16 Inclusive=0)
[MinGW]         L1dCache L#1 (size=32KB linesize=64 ways=8 Inclusive=0)
[MinGW]           L1iCache L#1 (size=32KB linesize=64 ways=8 Inclusive=0)
[MinGW]             Core L#1
[MinGW]               PU L#1 (P#1)
[MinGW] depth 0:	1 Machine (type #1)
[MinGW]  depth 1:	1 NUMANode (type #2)
[MinGW]   depth 2:	2 Package (type #3)
[MinGW]    depth 3:	2 L2Cache (type #4)
[MinGW]     depth 4:	2 L1dCache (type #4)
[MinGW]      depth 5:	2 L1iCache (type #4)
[MinGW]       depth 6:	2 Core (type #5)
[MinGW]        depth 7:	2 PU (type #6)
[MinGW] + build32/utils/hwloc/hwloc-info --support
[MinGW] discovery:pu = 1
[MinGW] cpubind:set_thisproc_cpubind = 1
[MinGW] cpubind:get_thisproc_cpubind = 1
[MinGW] cpubind:set_proc_cpubind = 1
[MinGW] cpubind:get_proc_cpubind = 1
[MinGW] cpubind:set_thisthread_cpubind = 1
[MinGW] cpubind:get_thisthread_cpubind = 1
[MinGW] cpubind:set_thread_cpubind = 1
[MinGW] cpubind:get_thread_cpubind = 1
[MinGW] cpubind:get_thisproc_last_cpu_location = 0
[MinGW] cpubind:get_proc_last_cpu_location = 0
[MinGW] cpubind:get_thisthread_last_cpu_location = 1
[MinGW] membind:set_thisproc_membind = 1
[MinGW] membind:get_thisproc_membind = 1
[MinGW] membind:set_proc_membind = 1
[MinGW] membind:get_proc_membind = 1
[MinGW] membind:set_thisthread_membind = 1
[MinGW] membind:get_thisthread_membind = 1
[MinGW] membind:set_area_membind = 0
[MinGW] membind:get_area_membind = 0
[MinGW] membind:alloc_membind = 1
[MinGW] membind:firsttouch_membind = 0
[MinGW] membind:bind_membind = 1
[MinGW] membind:interleave_membind = 0
[MinGW] membind:nexttouch_membind = 0
[MinGW] membind:migrate_membind = 0
[MinGW] membind:get_area_memlocation = 1
[MinGW] + test x1 = x1
[MinGW] + cd ..
[MinGW] + test x1 = x1
[MinGW] + echo '*** Switching to MinGW64 ***'
[MinGW] *** Switching to MinGW64 ***
[MinGW] + set +xe
[SonarQube Scanner] PASS: 64intel64-fakeKNL-A2A-cache.output
[SonarQube Scanner] PASS: 64intel64-fakeKNL-SNC4-hybrid.output
[SonarQube Scanner] PASS: 96em64t-4n4d3ca2co.output
[SonarQube Scanner] PASS: 96em64t-4n4d3ca2co-forcecpuinfo.output
[SonarQube Scanner] PASS: 128ia64-17n4s2c.output
[SonarQube Scanner] PASS: 256ia64-64n2s2c.output
[SonarQube Scanner] PASS: 4qs22-2s2t.output
[SonarQube Scanner] PASS: 2s390-2c.output
[SonarQube Scanner] PASS: 20s390-2g6s4c.output
[SonarQube Scanner] PASS: 1alpha.output
[MinGW] + cd /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw
[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'
[MinGW] + 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'
[MinGW] + mkdir hwloc-v1.11-20190314.0500.git550b2be/build64
[MinGW] + cd hwloc-v1.11-20190314.0500.git550b2be/build64
[MinGW] + test x1 = x1
[MinGW] + winball=hwloc-win64-build-v1.11-20190314.0500.git550b2be
[MinGW] + prefix=/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be
[MinGW] + ../configure --prefix=/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be --enable-static 'CC=gcc -static-libgcc'
[MinGW] configure: loading site script /mingw64/etc/config.site
[MinGW] 
[MinGW] ###
[MinGW] ### Configuring hwloc distribution tarball
[MinGW] ### Startup tests
[MinGW] ###
[MinGW] checking build system type... x86_64-w64-mingw32
[MinGW] checking host system type... x86_64-w64-mingw32
[MinGW] checking target system type... x86_64-w64-mingw32
[MinGW] checking for a BSD-compatible install... /usr/bin/install -c
[MinGW] checking whether build environment is sane... yes
[SonarQube Scanner] PASS: 2arm-2c.output
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 56
[SonarQube Scanner] # PASS:  56
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] Making check in allowed
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] PASS: test1.output
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 1
[SonarQube Scanner] # PASS:  1
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed'
[SonarQube Scanner] Making check in gather
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[MinGW] checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
[MinGW] checking for gawk... gawk
[MinGW] checking whether make sets $(MAKE)... yes
[MinGW] checking whether make supports nested variables... yes
[MinGW] checking whether UID '197626' is supported by ustar format... yes
[MinGW] checking whether GID '197121' is supported by ustar format... yes
[MinGW] checking how to create a ustar tar archive... gnutar
[MinGW] checking whether make supports nested variables... (cached) yes
[MinGW] checking for style of include used by make... GNU
[MinGW] checking for gcc... gcc -static-libgcc
[MinGW] checking whether the C compiler works... yes
[MinGW] checking for C compiler default output file name... a.exe
[SonarQube Scanner] PASS: test-gather-topology.sh
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 1
[SonarQube Scanner] # PASS:  1
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux'
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests'
[SonarQube Scanner] Making check in contrib/systemd
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd'
[SonarQube Scanner] make[1]: Nothing to be done for 'check'.
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd'
[SonarQube Scanner] Making check in doc
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make  check-recursive
[SonarQube Scanner] make[2]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] Making check in examples
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner]   CC       hwloc-hello.o
[SonarQube Scanner]   CCLD     hwloc-hello
[SonarQube Scanner] cp -f ./hwloc-hello.c hwloc-hello-cpp.cpp
[SonarQube Scanner]   CXX      hwloc-hello-cpp.o
[SonarQube Scanner]   CXXLD    hwloc-hello-cpp
[SonarQube Scanner]   CC       cpuset+bitmap+cpubind.o
[SonarQube Scanner]   CCLD     cpuset+bitmap+cpubind
[SonarQube Scanner]   CC       nodeset+membind+policy.o
[MinGW] checking for suffix of executables... .exe
[MinGW] checking whether we are cross compiling... no
[MinGW] checking for suffix of object files... o
[MinGW] checking whether we are using the GNU C compiler... yes
[MinGW] checking whether gcc -static-libgcc accepts -g... yes
[MinGW] checking for gcc -static-libgcc option to accept ISO C89... none needed
[MinGW] checking whether gcc -static-libgcc understands -c and -o together... yes
[MinGW] checking dependency style of gcc -static-libgcc... gcc3
[SonarQube Scanner]   CCLD     nodeset+membind+policy
[SonarQube Scanner]   CC       get-knl-modes.o
[SonarQube Scanner]   CCLD     get-knl-modes
[SonarQube Scanner]   CC       gpu.o
[SonarQube Scanner]   CCLD     gpu
[SonarQube Scanner]   CC       sharedcaches.o
[SonarQube Scanner]   CCLD     sharedcaches
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make  check-TESTS
[SonarQube Scanner] make[4]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make[5]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] PASS: hwloc-hello
[SonarQube Scanner] PASS: hwloc-hello-cpp
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] # TOTAL: 2
[SonarQube Scanner] # PASS:  2
[SonarQube Scanner] # SKIP:  0
[SonarQube Scanner] # XFAIL: 0
[SonarQube Scanner] # FAIL:  0
[SonarQube Scanner] # XPASS: 0
[SonarQube Scanner] # ERROR: 0
[SonarQube Scanner] ============================================================================
[SonarQube Scanner] make[5]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make[4]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples'
[SonarQube Scanner] make[3]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[3]: Nothing to be done for 'check-am'.
[SonarQube Scanner] make[3]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[2]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc'
[SonarQube Scanner] make[1]: Entering directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be'
[SonarQube Scanner] make[1]: Nothing to be done for 'check-am'.
[SonarQube Scanner] make[1]: Leaving directory '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be'
[MinGW] checking how to run the C preprocessor... gcc -static-libgcc -E
[MinGW] checking for grep that handles long lines and -e... /usr/bin/grep
[MinGW] checking for egrep... /usr/bin/grep -E
[MinGW] checking for ANSI C header files... yes
[MinGW] checking for sys/types.h... yes
[MinGW] checking for sys/stat.h... yes
[MinGW] checking for stdlib.h... yes
[MinGW] checking for string.h... yes
[MinGW] checking for memory.h... yes
[MinGW] checking for strings.h... yes
[MinGW] checking for inttypes.h... yes
[MinGW] checking for stdint.h... yes
[MinGW] checking for unistd.h... yes
[MinGW] checking minix/config.h usability... no
[MinGW] checking minix/config.h presence... no
[MinGW] checking for minix/config.h... no
[MinGW] checking whether it is safe to define __EXTENSIONS__... yes
[MinGW] checking for gcc... (cached) gcc -static-libgcc
[MinGW] checking whether we are using the GNU C compiler... (cached) yes
[MinGW] checking whether gcc -static-libgcc accepts -g... (cached) yes
[MinGW] checking for gcc -static-libgcc option to accept ISO C89... (cached) none needed
[MinGW] checking whether gcc -static-libgcc understands -c and -o together... (cached) yes
[MinGW] checking dependency style of gcc -static-libgcc... (cached) gcc3
[MinGW] checking for g++... g++
[MinGW] checking whether we are using the GNU C++ compiler... yes
[MinGW] checking whether g++ accepts -g... yes
[MinGW] checking dependency style of g++... gcc3
[MinGW] checking for ar... ar
[MinGW] checking the archiver (ar) interface... ar
[MinGW] checking for pkg-config... no
[MinGW] checking for X... no
[MinGW] 
[MinGW] ###
[MinGW] ### Configuring hwloc core
[MinGW] ###
[MinGW] checking hwloc building mode... standalone
[MinGW] configure: hwloc builddir: /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64
[MinGW] configure: hwloc srcdir: /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be
[MinGW] configure: Detected VPATH build
[MinGW] checking for hwloc version... v1.11-20190314.0500.git550b2be
[MinGW] checking if want hwloc maintainer support... disabled
[MinGW] checking for hwloc directory prefix... (none)
[MinGW] checking for hwloc symbol prefix... hwloc_
[MinGW] checking size of void *... 8
[MinGW] checking which OS support to include... Windows
[MinGW] checking which CPU support to include... x86_64
[MinGW] checking size of unsigned long... 4
[MinGW] checking size of unsigned int... 4
[MinGW] checking for the C compiler vendor... gnu
[MinGW] checking for __attribute__... yes
[MinGW] checking for __attribute__(aligned)... yes
[MinGW] checking for __attribute__(always_inline)... yes
[MinGW] checking for __attribute__(cold)... yes
[MinGW] checking for __attribute__(const)... yes
[MinGW] checking for __attribute__(deprecated)... yes
[MinGW] checking for __attribute__(format)... yes
[MinGW] checking for __attribute__(hot)... yes
[MinGW] checking for __attribute__(malloc)... yes
[MinGW] checking for __attribute__(may_alias)... yes
[MinGW] checking for __attribute__(no_instrument_function)... yes
[MinGW] checking for __attribute__(nonnull)... yes
[MinGW] checking for __attribute__(noreturn)... yes
[MinGW] checking for __attribute__(packed)... yes
[MinGW] checking for __attribute__(pure)... yes
[MinGW] checking for __attribute__(sentinel)... yes
[MinGW] checking for __attribute__(unused)... yes
[MinGW] checking for __attribute__(warn_unused_result)... yes
[MinGW] checking for __attribute__(weak_alias)... yes
[MinGW] checking whether to enable symbol visibility... no (disabled)
[MinGW] checking whether the C compiler rejects function calls with too many arguments... yes
[MinGW] checking whether the C compiler rejects function calls with too few arguments... yes
[MinGW] checking for unistd.h... (cached) yes
[MinGW] checking dirent.h usability... yes
[MinGW] checking dirent.h presence... yes
[MinGW] checking for dirent.h... yes
[MinGW] checking for strings.h... (cached) yes
[MinGW] checking ctype.h usability... yes
[MinGW] checking ctype.h presence... yes
[MinGW] checking for ctype.h... yes
[MinGW] checking for strcasecmp... yes
[MinGW] checking whether strcasecmp is declared... yes
[MinGW] checking whether function strcasecmp has a complete prototype... yes
[MinGW] checking for strncasecmp... yes
[MinGW] checking whether strncasecmp is declared... yes
[MinGW] checking whether function strncasecmp has a complete prototype... yes
[MinGW] checking for strftime... yes
[MinGW] checking for setlocale... yes
[MinGW] checking for stdint.h... (cached) yes
[MinGW] checking sys/mman.h usability... no
[MinGW] checking sys/mman.h presence... no
[MinGW] checking for sys/mman.h... no
[MinGW] checking for KAFFINITY... yes
[MinGW] checking for PROCESSOR_CACHE_TYPE... yes
[MinGW] checking for CACHE_DESCRIPTOR... yes
[MinGW] checking for LOGICAL_PROCESSOR_RELATIONSHIP... yes
[MinGW] checking for RelationProcessorPackage... no
[MinGW] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... yes
[MinGW] checking for GROUP_AFFINITY... yes
[MinGW] checking for PROCESSOR_RELATIONSHIP... yes
[MinGW] checking for NUMA_NODE_RELATIONSHIP... yes
[MinGW] checking for CACHE_RELATIONSHIP... yes
[MinGW] checking for PROCESSOR_GROUP_INFO... yes
[MinGW] checking for GROUP_RELATIONSHIP... yes
[MinGW] checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... yes
[MinGW] checking for PSAPI_WORKING_SET_EX_BLOCK... no
[MinGW] checking for PSAPI_WORKING_SET_EX_INFORMATION... no
[MinGW] checking for PROCESSOR_NUMBER... yes
[MinGW] checking for main in -lgdi32... yes
[MinGW] checking for PostQuitMessage in -luser32... yes
[MinGW] checking windows.h usability... yes
[MinGW] checking windows.h presence... yes
[MinGW] checking for windows.h... yes
[MinGW] checking sys/lgrp_user.h usability... no
[MinGW] checking sys/lgrp_user.h presence... no
[MinGW] checking for sys/lgrp_user.h... no
[MinGW] checking kstat.h usability... no
[MinGW] checking kstat.h presence... no
[MinGW] checking for kstat.h... no
[MinGW] checking whether fabsf is declared... yes
[MinGW] checking for fabsf in -lm... yes
[MinGW] checking whether modff is declared... yes
[MinGW] checking for modff in -lm... yes
[MinGW] checking picl.h usability... no
[MinGW] checking picl.h presence... no
[MinGW] checking for picl.h... no
[MinGW] checking whether _SC_NPROCESSORS_ONLN is declared... no
[MinGW] checking whether _SC_NPROCESSORS_CONF is declared... no
[MinGW] checking whether _SC_NPROC_ONLN is declared... no
[MinGW] checking whether _SC_NPROC_CONF is declared... no
[MinGW] checking whether _SC_PAGESIZE is declared... no
[MinGW] checking whether _SC_PAGE_SIZE is declared... no
[MinGW] checking whether _SC_LARGE_PAGESIZE is declared... no
[MinGW] checking mach/mach_host.h usability... no
[MinGW] checking mach/mach_host.h presence... no
[MinGW] checking for mach/mach_host.h... no
[MinGW] checking mach/mach_init.h usability... no
[MinGW] checking mach/mach_init.h presence... no
[MinGW] checking for mach/mach_init.h... no
[MinGW] checking sys/param.h usability... yes
[MinGW] checking sys/param.h presence... yes
[MinGW] checking for sys/param.h... yes
[MinGW] checking for sys/sysctl.h... no
[MinGW] checking whether strtoull is declared... yes
[MinGW] checking for ssize_t... yes
[MinGW] checking whether snprintf is declared... yes
[MinGW] checking whether _strdup is declared... yes
[MinGW] checking whether _putenv is declared... yes
[MinGW] checking for sysctl... no
[MinGW] checking for sysctlbyname... no
[MinGW] checking whether getprogname is declared... no
[MinGW] checking whether getexecname is declared... no
[MinGW] checking whether GetModuleFileName is declared... yes
[MinGW] checking for program_invocation_name... no
[MinGW] checking for __progname... no
[MinGW] checking whether sched_getcpu is declared... no
[MinGW] checking whether sched_setaffinity is declared... no
[MinGW] checking for working CPU_SET... no
[MinGW] checking for working CPU_SET_S... no
[MinGW] checking for working syscall... no
[MinGW] checking for KERRIGHED... cannot check without pkg-config
[MinGW] checking for lib... /c/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/lib
[MinGW] checking for bash... /bin/sh
[SonarQube Scanner] scan-build: Run 'scan-view /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/analyzer_reports/scan-build-2019-03-14-05-07-35-310374-GrJe5D' to examine bug reports.
[SonarQube Scanner] + SOURCES_TO_ANALYZE='src tests utils'
[SonarQube Scanner] + SOURCES_TO_EXCLUDE='-itests/ports -isrc/topology-aix.c -isrc/topology-bgq.c -isrc/topology-cuda.c -isrc/topology-darwin.c -isrc/topology-freebsd.c -isrc/topology-gl.c -isrc/topology-hpux.c -isrc/topology-netbsd.c -isrc/topology-nvml.c -isrc/topology-opencl.c -isrc/topology-osf.c -isrc/topology-solaris-chiptype.c -isrc/topology-solaris.c -isrc/topology-windows.c'
[SonarQube Scanner] + CPPCHECK_INCLUDES='-Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc'
[SonarQube Scanner] + CPPCHECK='cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc'
[SonarQube Scanner] + DEFINITIONS='-Dhwloc_getpagesize=getpagesize -DMAP_ANONYMOUS=0x20 -Dhwloc_thread_t=pthread_t -DSYS_gettid=128'
[SonarQube Scanner] + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc -Dhwloc_getpagesize=getpagesize -DMAP_ANONYMOUS=0x20 -Dhwloc_thread_t=pthread_t -DSYS_gettid=128 src tests utils -itests/ports -isrc/topology-aix.c -isrc/topology-bgq.c -isrc/topology-cuda.c -isrc/topology-darwin.c -isrc/topology-freebsd.c -isrc/topology-gl.c -isrc/topology-hpux.c -isrc/topology-netbsd.c -isrc/topology-nvml.c -isrc/topology-opencl.c -isrc/topology-osf.c -isrc/topology-solaris-chiptype.c -isrc/topology-solaris.c -isrc/topology-windows.c
[SonarQube Scanner] Checking src/base64.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/base64.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/base64.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/base64.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/base64.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/base64.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/base64.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/base64.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/base64.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/base64.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/base64.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/base64.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/base64.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/base64.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/base64.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/base64.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/base64.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/base64.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/base64.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/base64.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/base64.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/base64.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/base64.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/base64.c: __GNUC__...
[SonarQube Scanner] Checking src/base64.c: c_plusplus...
[SonarQube Scanner] 1/90 files checked 0% done
[SonarQube Scanner] Checking src/bind.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/bind.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/bind.c: HAVE_MALLOC_H;HAVE_MEMALIGN;HAVE_POSIX_MEMALIGN;hwloc_getpagesize...
[SonarQube Scanner] Checking src/bind.c: HAVE_MEMALIGN;hwloc_getpagesize...
[SonarQube Scanner] Checking src/bind.c: HAVE_POSIX_MEMALIGN;hwloc_getpagesize...
[SonarQube Scanner] Checking src/bind.c: HAVE_SYS_MMAN_H...
[SonarQube Scanner] Checking src/bind.c: HAVE_UNISTD_H...
[SonarQube Scanner] Checking src/bind.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/bind.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/bind.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/bind.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/bind.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/bind.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/bind.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/bind.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/bind.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/bind.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/bind.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/bind.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[MinGW] checking for ffs... no
[MinGW] checking for ffsl... no
[MinGW] checking for fls... no
[MinGW] checking for flsl... no
[MinGW] checking for clz... no
[MinGW] checking for clzl... no
[SonarQube Scanner] Checking src/bind.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/bind.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/bind.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/bind.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/bind.c: HWLOC_LINUX_SYS...
[SonarQube Scanner] Checking src/bind.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/bind.c: HWLOC_OSF_SYS...
[MinGW] checking for openat... no
[MinGW] checking malloc.h usability... yes
[MinGW] checking malloc.h presence... yes
[MinGW] checking for malloc.h... yes
[MinGW] checking for getpagesize... yes
[MinGW] checking for memalign... no
[SonarQube Scanner] Checking src/bind.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/bind.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/bind.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/bind.c: __GNUC__...
[SonarQube Scanner] Checking src/bind.c: c_plusplus...
[MinGW] checking for posix_memalign... no
[MinGW] checking sys/utsname.h usability... no
[MinGW] checking sys/utsname.h presence... no
[MinGW] checking for sys/utsname.h... no
[MinGW] checking for uname... no
[MinGW] checking valgrind/valgrind.h usability... no
[MinGW] checking valgrind/valgrind.h presence... no
[MinGW] checking for valgrind/valgrind.h... no
[MinGW] checking whether RUNNING_ON_VALGRIND is declared... no
[SonarQube Scanner] 2/90 files checked 0% done
[SonarQube Scanner] Checking src/bitmap.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/bitmap.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/bitmap.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/bitmap.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/bitmap.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[MinGW] checking pthread_np.h usability... no
[MinGW] checking pthread_np.h presence... no
[MinGW] checking for pthread_np.h... no
[MinGW] checking whether pthread_setaffinity_np is declared... no
[MinGW] checking whether pthread_getaffinity_np is declared... no
[MinGW] checking for sched_setaffinity... no
[MinGW] checking for sys/cpuset.h... no
[MinGW] checking for cpuset_setaffinity... no
[SonarQube Scanner] Checking src/bitmap.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/bitmap.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_BITS_PER_LONG=64...
[MinGW] checking for library containing pthread_getthrds_np... no
[MinGW] checking for cpuset_setid... no
[MinGW] checking numaif.h usability... no
[MinGW] checking numaif.h presence... no
[MinGW] checking for numaif.h... no
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_DEBUG...
[MinGW] checking libudev.h usability... no
[MinGW] checking libudev.h presence... no
[MinGW] checking for libudev.h... no
[MinGW] checking for PCIACCESS... cannot check without pkg-config
[MinGW] checking pciaccess.h usability... no
[MinGW] checking pciaccess.h presence... no
[MinGW] checking for pciaccess.h... no
[MinGW] checking CL/cl_ext.h usability... no
[MinGW] checking CL/cl_ext.h presence... no
[MinGW] checking for CL/cl_ext.h... no
[MinGW] checking cuda.h usability... no
[MinGW] checking cuda.h presence... no
[MinGW] checking for cuda.h... no
[MinGW] checking cuda_runtime_api.h usability... no
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[MinGW] checking cuda_runtime_api.h presence... no
[MinGW] checking for cuda_runtime_api.h... no
[MinGW] checking nvml.h usability... no
[MinGW] checking nvml.h presence... no
[MinGW] checking for nvml.h... no
[MinGW] checking X11/Xlib.h usability... no
[MinGW] checking X11/Xlib.h presence... no
[MinGW] checking for X11/Xlib.h... no
[MinGW] configure: WARNING: X11 not found; GL disabled
[MinGW] checking NVCtrl/NVCtrl.h usability... no
[MinGW] checking NVCtrl/NVCtrl.h presence... no
[MinGW] checking for NVCtrl/NVCtrl.h... no
[MinGW] checking for LIBXML2... cannot check without pkg-config
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_HAVE_CLZL...
[MinGW] checking for x86 cpuid... yes
[MinGW] checking for pthread_mutex_lock... yes
[MinGW] checking if plugin support is enabled... no
[MinGW] checking components to build statically...  noos xml synthetic custom xml_nolibxml windows x86
[MinGW] checking components to build as plugins... 
[MinGW] checking for a sed that does not truncate output... /usr/bin/sed
[MinGW] 
[MinGW] ###
[MinGW] ### Configuring hwloc documentation
[MinGW] ###
[MinGW] checking if this is a developer build... no (doxygen generation is optional)
[MinGW] checking for doxygen... no
[MinGW] checking for pdflatex... no
[MinGW] checking for makeindex... no
[MinGW] checking for fig2dev... no
[MinGW] checking for gs... no
[MinGW] checking for epstopdf... no
[MinGW] checking if can build doxygen docs... no
[MinGW] checking for w3m... no
[MinGW] checking for lynx... no
[MinGW] checking if can build top-level README... no
[MinGW] checking if will build doxygen docs... no
[MinGW] checking if will install doxygen docs... yes
[MinGW] checking whether to enable "picky" compiler mode... no (default)
[MinGW] 
[MinGW] ###
[MinGW] ### Configuring hwloc command line utilities
[MinGW] ###
[MinGW] checking for CAIRO... cannot check without pkg-config
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_HAVE_WINDOWS_H...
[MinGW] checking for wchar_t... yes
[MinGW] checking for putwc... yes
[MinGW] checking locale.h usability... yes
[MinGW] checking locale.h presence... yes
[MinGW] checking for locale.h... yes
[MinGW] checking for setlocale... (cached) yes
[MinGW] checking for uselocale... no
[MinGW] checking xlocale.h usability... no
[MinGW] checking xlocale.h presence... no
[MinGW] checking for xlocale.h... no
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_SOLARIS_SYS...
[MinGW] checking langinfo.h usability... no
[MinGW] checking langinfo.h presence... no
[MinGW] checking for langinfo.h... no
[MinGW] checking termcap support using ncurses and ... no
[MinGW] checking termcap support using ncurses and -ltermcap... no
[MinGW] checking termcap support using ncurses and -lncursesw... no
[MinGW] checking termcap support using ncurses and -lncurses... no
[MinGW] checking termcap support using curses and ... no
[MinGW] checking termcap support using curses and -ltermcap... no
[MinGW] checking termcap support using curses and -lcursesw... no
[SonarQube Scanner] Checking src/bitmap.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/bitmap.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/bitmap.c: __GNUC__...
[MinGW] checking termcap support using curses and -lcurses... no
[MinGW] checking whether diff accepts -u... yes
[MinGW] checking whether diff accepts -w... yes
[MinGW] checking time.h usability... yes
[MinGW] checking time.h presence... yes
[MinGW] checking for time.h... yes
[MinGW] checking for clock_gettime... yes
[MinGW] 
[MinGW] ###
[MinGW] ### Configuring hwloc tests
[MinGW] ###
[MinGW] checking for pthread_self in -lpthread... yes
[MinGW] checking for numa_available in -lnuma... no
[MinGW] checking for stdlib.h... (cached) yes
[SonarQube Scanner] Checking src/bitmap.c: __GNUC_____...
[SonarQube Scanner] Checking src/bitmap.c: c_plusplus...
[SonarQube Scanner] 3/90 files checked 1% done
[SonarQube Scanner] Checking src/components.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/components.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/components.c: HAVE_DECL_MODFF=0...
[MinGW] checking for mkstemp... yes
[MinGW] checking infiniband/verbs.h usability... no
[MinGW] checking infiniband/verbs.h presence... no
[MinGW] checking for infiniband/verbs.h... no
[MinGW] checking myriexpress.h usability... no
[MinGW] checking myriexpress.h presence... no
[MinGW] checking for myriexpress.h... no
[MinGW] checking for xmllint... xmllint
[MinGW] checking for bunzip2... bunzip2
[SonarQube Scanner] Checking src/components.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/components.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/components.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/components.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/components.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/components.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/components.c: HWLOC_C_HAVE_VISIBILITY...
[MinGW] checking if CXX works... yes
[MinGW] checking whether diff accepts -u... yes
[MinGW] 
[MinGW] ###
[MinGW] ### Performing final hwloc configuration
[MinGW] ###
[MinGW] checking how to print strings... printf
[MinGW] checking for a sed that does not truncate output... (cached) /usr/bin/sed
[MinGW] checking for fgrep... /usr/bin/grep -F
[MinGW] checking for ld used by gcc -static-libgcc... C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
[MinGW] checking if the linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes
[MinGW] checking for BSD- or MS-compatible name lister (nm)... /mingw64/bin/nm -B
[MinGW] checking the name lister (/mingw64/bin/nm -B) interface... BSD nm
[MinGW] checking whether ln -s works... no, using cp -pR
[MinGW] checking the maximum length of command line arguments... 8192
[MinGW] checking how to convert x86_64-w64-mingw32 file names to x86_64-w64-mingw32 format... func_convert_file_msys_to_w32
[MinGW] checking how to convert x86_64-w64-mingw32 file names to toolchain format... func_convert_file_msys_to_w32
[MinGW] checking for C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe option to reload object files... -r
[MinGW] checking for objdump... objdump
[MinGW] checking how to recognize dependent libraries... file_magic ^x86 archive import|^x86 DLL
[MinGW] checking for dlltool... dlltool
[MinGW] checking how to associate runtime and link libraries... func_cygming_dll_for_implib
[MinGW] checking for archiver @FILE support... @
[MinGW] checking for strip... strip
[MinGW] checking for ranlib... ranlib
[SonarQube Scanner] Checking src/components.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/components.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/components.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/components.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/components.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/components.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/components.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[MinGW] checking command to parse /mingw64/bin/nm -B output from gcc -static-libgcc object... ok
[MinGW] checking for sysroot... no
[MinGW] checking for a working dd... /usr/bin/dd
[MinGW] checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1
[MinGW] checking for mt... no
[MinGW] checking if : is a manifest tool... no
[MinGW] checking for dlfcn.h... no
[MinGW] checking for as... as
[MinGW] checking for dlltool... (cached) dlltool
[MinGW] checking for objdump... (cached) objdump
[MinGW] checking for objdir... .libs
[MinGW] checking if gcc -static-libgcc supports -fno-rtti -fno-exceptions... no
[MinGW] checking for gcc -static-libgcc option to produce PIC... -DDLL_EXPORT -DPIC
[SonarQube Scanner] Checking src/components.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/components.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/components.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/components.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/components.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/components.c: HWLOC_HAVE_FLS...
[MinGW] checking if gcc -static-libgcc PIC flag -DDLL_EXPORT -DPIC works... yes
[MinGW] checking if gcc -static-libgcc static flag -static works... yes
[MinGW] checking if gcc -static-libgcc supports -c -o file.o... yes
[MinGW] checking if gcc -static-libgcc supports -c -o file.o... (cached) yes
[MinGW] checking whether the gcc -static-libgcc linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
[MinGW] checking whether -lc should be explicitly linked in... yes
[MinGW] checking dynamic linker characteristics... Win32 ld.exe
[MinGW] checking how to hardcode library paths into programs... immediate
[MinGW] checking whether stripping libraries is possible... yes
[MinGW] checking if libtool supports shared libraries... yes
[MinGW] checking whether to build shared libraries... yes
[MinGW] checking whether to build static libraries... yes
[MinGW] checking how to run the C++ preprocessor... g++ -E
[SonarQube Scanner] Checking src/components.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/components.c: HWLOC_HAVE_PLUGINS...
[SonarQube Scanner] Checking src/components.c: HWLOC_HAVE_PTHREAD_MUTEX...
[SonarQube Scanner] Checking src/components.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/components.c: HWLOC_HPUX_SYS...
[MinGW] checking for ld used by g++... C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe
[MinGW] checking if the linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) is GNU ld... yes
[MinGW] checking whether the g++ linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
[SonarQube Scanner] Checking src/components.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/components.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/components.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/components.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/components.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/components.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/components.c: __GNUC__...
[MinGW] checking for g++ option to produce PIC... -DDLL_EXPORT -DPIC
[MinGW] checking if g++ PIC flag -DDLL_EXPORT -DPIC works... yes
[MinGW] checking if g++ static flag -static works... yes
[MinGW] checking if g++ supports -c -o file.o... yes
[MinGW] checking if g++ supports -c -o file.o... (cached) yes
[MinGW] checking whether the g++ linker (C:/msys64/mingw64/x86_64-w64-mingw32/bin/ld.exe) supports shared libraries... yes
[MinGW] checking dynamic linker characteristics... Win32 ld.exe
[MinGW] checking how to hardcode library paths into programs... immediate
[SonarQube Scanner] Checking src/components.c: __GNUC_____...
[SonarQube Scanner] Checking src/components.c: c_plusplus...
[SonarQube Scanner] 4/90 files checked 1% done
[SonarQube Scanner] Checking src/diff.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/diff.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/diff.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/diff.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[MinGW] checking that generated files are newer than configure... done
[MinGW] configure: creating ./config.status
[SonarQube Scanner] Checking src/diff.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/diff.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/diff.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/diff.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/diff.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/diff.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/diff.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/diff.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/diff.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/diff.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/diff.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/diff.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/diff.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/diff.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/diff.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/diff.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/diff.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/diff.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/diff.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/diff.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/diff.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/diff.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/diff.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/diff.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/diff.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/diff.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/diff.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/diff.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/diff.c: __GNUC__...
[SonarQube Scanner] Checking src/diff.c: __GNUC_____...
[SonarQube Scanner] Checking src/diff.c: c_plusplus...
[SonarQube Scanner] 5/90 files checked 1% done
[SonarQube Scanner] Checking src/distances.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/distances.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/distances.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/distances.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/distances.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/distances.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/distances.c: HAVE_XLOCALE_H...
[MinGW] config.status: creating Makefile
[MinGW] config.status: creating include/Makefile
[MinGW] config.status: creating src/Makefile
[MinGW] config.status: creating doc/Makefile
[MinGW] config.status: creating doc/examples/Makefile
[MinGW] config.status: creating doc/doxygen-config.cfg
[MinGW] config.status: creating utils/Makefile
[MinGW] config.status: creating utils/hwloc/Makefile
[MinGW] config.status: creating utils/lstopo/Makefile
[MinGW] config.status: creating hwloc.pc
[SonarQube Scanner] Checking src/distances.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/distances.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/distances.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/distances.c: HWLOC_DARWIN_SYS...
[MinGW] config.status: creating tests/Makefile
[MinGW] config.status: creating tests/linux/Makefile
[MinGW] config.status: creating tests/linux/allowed/Makefile
[MinGW] config.status: creating tests/linux/gather/Makefile
[MinGW] config.status: creating tests/xml/Makefile
[MinGW] config.status: creating tests/ports/Makefile
[MinGW] config.status: creating tests/rename/Makefile
[SonarQube Scanner] Checking src/distances.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/distances.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/distances.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/distances.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[MinGW] config.status: creating tests/linux/allowed/test-topology.sh
[MinGW] config.status: creating tests/linux/gather/test-gather-topology.sh
[MinGW] config.status: creating tests/linux/test-topology.sh
[MinGW] config.status: creating tests/xml/test-topology.sh
[MinGW] config.status: creating tests/wrapper.sh
[MinGW] config.status: creating utils/hwloc/hwloc-assembler-remote
[SonarQube Scanner] Checking src/distances.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/distances.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/distances.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/distances.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/distances.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/distances.c: HWLOC_HAVE_CLZ...
[MinGW] config.status: creating utils/hwloc/hwloc-compress-dir
[MinGW] config.status: creating utils/hwloc/hwloc-gather-topology
[MinGW] config.status: creating utils/hwloc/test-hwloc-annotate.sh
[MinGW] config.status: creating utils/hwloc/test-hwloc-assembler.sh
[MinGW] config.status: creating utils/hwloc/test-hwloc-calc.sh
[MinGW] config.status: creating utils/hwloc/test-hwloc-compress-dir.sh
[MinGW] config.status: creating utils/hwloc/test-hwloc-diffpatch.sh
[SonarQube Scanner] Checking src/distances.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/distances.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/distances.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/distances.c: HWLOC_HAVE_WINDOWS_H...
[MinGW] config.status: creating utils/hwloc/test-hwloc-distances.sh
[MinGW] config.status: creating utils/hwloc/test-hwloc-distrib.sh
[MinGW] config.status: creating utils/hwloc/test-hwloc-info.sh
[MinGW] config.status: creating utils/hwloc/test-fake-plugin.sh
[MinGW] config.status: creating utils/lstopo/test-hwloc-ls.sh
[MinGW] config.status: creating contrib/systemd/Makefile
[MinGW] config.status: creating include/private/autogen/config.h
[MinGW] config.status: creating include/hwloc/autogen/config.h
[SonarQube Scanner] Checking src/distances.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/distances.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/distances.c: HWLOC_LINUX_SYS...
[SonarQube Scanner] Checking src/distances.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/distances.c: HWLOC_OSF_SYS...
[MinGW] config.status: linking ../src/topology-solaris.c to tests/ports/topology-solaris.c
[MinGW] config.status: linking ../src/topology-solaris-chiptype.c to tests/ports/topology-solaris-chiptype.c
[MinGW] config.status: linking ../src/topology-aix.c to tests/ports/topology-aix.c
[MinGW] config.status: linking ../src/topology-osf.c to tests/ports/topology-osf.c
[MinGW] config.status: linking ../src/topology-windows.c to tests/ports/topology-windows.c
[MinGW] config.status: linking ../src/topology-darwin.c to tests/ports/topology-darwin.c
[MinGW] config.status: linking ../src/topology-freebsd.c to tests/ports/topology-freebsd.c
[MinGW] config.status: linking ../src/topology-netbsd.c to tests/ports/topology-netbsd.c
[MinGW] config.status: linking ../src/topology-hpux.c to tests/ports/topology-hpux.c
[MinGW] config.status: linking ../src/topology-bgq.c to tests/ports/topology-bgq.c
[MinGW] config.status: linking ../src/topology-opencl.c to tests/ports/topology-opencl.c
[MinGW] config.status: linking ../src/topology-cuda.c to tests/ports/topology-cuda.c
[MinGW] config.status: linking ../src/topology-nvml.c to tests/ports/topology-nvml.c
[SonarQube Scanner] Checking src/distances.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/distances.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/distances.c: _MSC_VER;__HP_cc...
[MinGW] config.status: linking ../src/topology-gl.c to tests/ports/topology-gl.c
[MinGW] config.status: executing depfiles commands
[SonarQube Scanner] Checking src/distances.c: __GNUC__...
[SonarQube Scanner] Checking src/distances.c: __GNUC_____...
[SonarQube Scanner] Checking src/distances.c: c_plusplus...
[SonarQube Scanner] 6/90 files checked 2% done
[SonarQube Scanner] Checking src/dolib.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/dolib.c: HAVE_UNISTD_H...
[SonarQube Scanner] 7/90 files checked 2% done
[SonarQube Scanner] Checking src/misc.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/misc.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/misc.c: HAVE_DECL_GETEXECNAME...
[SonarQube Scanner] Checking src/misc.c: HAVE_DECL_GETMODULEFILENAME...
[SonarQube Scanner] Checking src/misc.c: HAVE_DECL_GETPROGNAME...
[SonarQube Scanner] Checking src/misc.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/misc.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/misc.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/misc.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/misc.c: HAVE_PROGRAM_INVOCATION_NAME...
[SonarQube Scanner] Checking src/misc.c: HAVE_SYS_UTSNAME_H...
[SonarQube Scanner] Checking src/misc.c: HAVE_UNAME...
[SonarQube Scanner] Checking src/misc.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/misc.c: HAVE___PROGNAME...
[SonarQube Scanner] Checking src/misc.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/misc.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/misc.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/misc.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/misc.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/misc.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/misc.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/misc.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/misc.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/misc.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/misc.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/misc.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/misc.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/misc.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/misc.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/misc.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/misc.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/misc.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/misc.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/misc.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/misc.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/misc.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/misc.c: HWLOC_SOLARIS_SYS...
[MinGW] config.status: executing chmoding-scripts commands
[MinGW] config.status: executing libtool commands
[MinGW] 
[MinGW] ************************************************************************
[MinGW] Could not detect/enable some features such as libxml2 and Cairo support
[MinGW] because pkg-config isn't available.
[MinGW] ************************************************************************
[MinGW] 
[MinGW] -----------------------------------------------------------------------------
[MinGW] Hwloc optional build support status (more details can be found above):
[MinGW] 
[MinGW] Probe / display I/O devices: no
[MinGW] Graphical output (Cairo):    no
[MinGW] XML input / output:          basic
[MinGW] Plugin support:              no
[MinGW] -----------------------------------------------------------------------------
[MinGW] 
[MinGW] + make
[MinGW] Making all in src
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/src'
[MinGW]   CC       topology.lo
[SonarQube Scanner] Checking src/misc.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/misc.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/misc.c: __GNUC__...
[SonarQube Scanner] Checking src/misc.c: __GNUC_____...
[SonarQube Scanner] Checking src/misc.c: c_plusplus...
[SonarQube Scanner] 8/90 files checked 2% done
[SonarQube Scanner] Checking src/pci-common.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/pci-common.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/pci-common.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/pci-common.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/pci-common.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/pci-common.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/pci-common.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_HAVE_FLSL...
[MinGW]   CC       traversal.lo
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/pci-common.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/pci-common.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/pci-common.c: __GNUC__...
[SonarQube Scanner] Checking src/pci-common.c: __GNUC_____...
[SonarQube Scanner] Checking src/pci-common.c: c_plusplus...
[SonarQube Scanner] 9/90 files checked 3% done
[SonarQube Scanner] Checking src/topology-custom.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-custom.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-custom.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_HPUX_SYS...
[MinGW]   CC       distances.lo
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-custom.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-custom.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-custom.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-custom.c: c_plusplus...
[SonarQube Scanner] 10/90 files checked 3% done
[SonarQube Scanner] Checking src/topology-fake.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-fake.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-fake.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_NETBSD_SYS...
[MinGW]   CC       components.lo
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-fake.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-fake.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-fake.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-fake.c: c_plusplus...
[SonarQube Scanner] 11/90 files checked 3% done
[SonarQube Scanner] Checking src/topology-hardwired.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-hardwired.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-hardwired.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_FREEBSD_SYS...
[MinGW]   CC       bind.lo
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-hardwired.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-hardwired.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-hardwired.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-hardwired.c: c_plusplus...
[SonarQube Scanner] 12/90 files checked 4% done
[SonarQube Scanner] Checking src/topology-linux.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_PTHREAD_GETAFFINITY_NP...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_PTHREAD_GETAFFINITY_NP;HWLOC_HAVE_CPU_SET...
[MinGW]   CC       bitmap.lo
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_PTHREAD_GETAFFINITY_NP;HWLOC_HAVE_CPU_SET;HWLOC_HAVE_OLD_SCHED_SETAFFINITY...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_PTHREAD_GETAFFINITY_NP;HWLOC_HAVE_CPU_SET_S;HWLOC_HAVE_OLD_SCHED_SETAFFINITY...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_PTHREAD_GETAFFINITY_NP;HWLOC_HAVE_OLD_SCHED_SETAFFINITY...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_PTHREAD_SETAFFINITY_NP...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_PTHREAD_SETAFFINITY_NP;HWLOC_HAVE_CPU_SET...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_PTHREAD_SETAFFINITY_NP;HWLOC_HAVE_CPU_SET;HWLOC_HAVE_OLD_SCHED_SETAFFINITY...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_PTHREAD_SETAFFINITY_NP;HWLOC_HAVE_CPU_SET_S;HWLOC_HAVE_OLD_SCHED_SETAFFINITY...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_PTHREAD_SETAFFINITY_NP;HWLOC_HAVE_OLD_SCHED_SETAFFINITY...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_SCHED_GETCPU...
[MinGW]   CC       pci-common.lo
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DECL__SC_LARGE_PAGESIZE...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_DIRENT_H...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_OPENAT...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_UNISTD_H...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-linux.c: HAVE__SC_LARGE_PAGESIZE...
[MinGW]   CC       diff.lo
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_BGQ_SYS...
[MinGW]   CC       misc.lo
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_DEBUG...
[MinGW]   CC       base64.lo
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_DEBUG;HWLOC_HAVE_MBIND;HWLOC_HAVE_SET_MEMPOLICY...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_BROKEN_FFS...
[MinGW]   CC       topology-noos.lo
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_CPU_SET...
[MinGW]   CC       topology-synthetic.lo
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_CPU_SET;HWLOC_HAVE_OLD_SCHED_SETAFFINITY...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_CPU_SET_S;HWLOC_HAVE_OLD_SCHED_SETAFFINITY...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_LIBUDEV...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_LINUXPCI...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_MBIND...
[MinGW]   CC       topology-custom.lo
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_MBIND;HWLOC_HAVE_MIGRATE_PAGES;MPOL_MF_MOVE...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_MBIND;HWLOC_HAVE_MOVE_PAGES...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_MBIND;HWLOC_HAVE_MOVE_PAGES;HWLOC_HAVE_SET_MEMPOLICY...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_MBIND;HWLOC_HAVE_SET_MEMPOLICY...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_MBIND;MPOL_MF_MOVE...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_MIGRATE_PAGES;HWLOC_HAVE_SET_MEMPOLICY...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_MOVE_PAGES...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_OLD_SCHED_SETAFFINITY;HWLOC_HAVE_SYSCALL...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_SET_MEMPOLICY...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_SYSCALL...
[MinGW]   CC       topology-xml.lo
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_OSF_SYS...
[MinGW]   CC       topology-xml-nolibxml.lo
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-linux.c: HWLOC_X86_32_ARCH;HWLOC_X86_64_ARCH...
[SonarQube Scanner] Checking src/topology-linux.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-linux.c: __GNUC__...
[MinGW]   CC       topology-windows.lo
[SonarQube Scanner] Checking src/topology-linux.c: __GNUC_____...
[SonarQube Scanner] Checking src/topology-linux.c: __PPC__;__powerpc64__;__powerpc__;__ppc64__;__ppc__...
[SonarQube Scanner] Checking src/topology-linux.c: __alpha__...
[SonarQube Scanner] Checking src/topology-linux.c: __arm__...
[SonarQube Scanner] Checking src/topology-linux.c: __cris__...
[SonarQube Scanner] Checking src/topology-linux.c: __hppa__...
[SonarQube Scanner] Checking src/topology-linux.c: __i386__...
[MinGW]   CC       topology-x86.lo
[SonarQube Scanner] Checking src/topology-linux.c: __ia64__...
[SonarQube Scanner] Checking src/topology-linux.c: __m68k__...
[SonarQube Scanner] Checking src/topology-linux.c: __s390__...
[SonarQube Scanner] Checking src/topology-linux.c: __sparc__...
[SonarQube Scanner] Checking src/topology-linux.c: __x86_64__...
[SonarQube Scanner] Checking src/topology-linux.c: c_plusplus...
[SonarQube Scanner] 13/90 files checked 4% done
[SonarQube Scanner] Checking src/topology-noos.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-noos.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-noos.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_OSF_SYS...
[MinGW]   CCLD     libhwloc.la
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-noos.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-noos.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-noos.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-noos.c: c_plusplus...
[SonarQube Scanner] 14/90 files checked 4% done
[SonarQube Scanner] Checking src/topology-pci.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-pci.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/topology-pci.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-pci.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[MinGW] gcc -static-libgcc ../../src/dolib.c -o dolib.exe
[MinGW] [ ! -r .libs/libhwloc.def ] || ./dolib.exe "/c/Program Files (x86)/Microsoft Visual Studio 11.0/VC/bin/lib" X64 .libs/libhwloc.def 12:9:7 .libs/libhwloc.lib
[MinGW] Microsoft (R) Library Manager Version 11.00.50727.1
[MinGW] Copyright (C) Microsoft Corporation.  All rights reserved.
[MinGW] 
[MinGW]    Creating library .libs/libhwloc.lib and object .libs/libhwloc.exp
[MinGW] using soname libhwloc-5
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/src'
[MinGW] Making all in include
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/include'
[MinGW] make[1]: Nothing to be done for 'all'.
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/include'
[MinGW] Making all in utils
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils'
[MinGW] Making all in hwloc
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/hwloc'
[MinGW]   CC       hwloc-annotate.o
[SonarQube Scanner] Checking src/topology-pci.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_HAVE_CLZ...
[MinGW]   CCLD     hwloc-annotate.exe
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_HAVE_PTHREAD_MUTEX...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_LINUX_SYS...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-pci.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-pci.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-pci.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-pci.c: __GNUC_____...
[SonarQube Scanner] Checking src/topology-pci.c: c_plusplus...
[SonarQube Scanner] 15/90 files checked 5% done
[SonarQube Scanner] Checking src/topology-synthetic.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[MinGW]   CC       hwloc-assembler.o
[SonarQube Scanner] Checking src/topology-synthetic.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-synthetic.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/topology-synthetic.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-synthetic.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/topology-synthetic.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-synthetic.c: HAVE_STRINGS_H...
[MinGW]   CCLD     hwloc-assembler.exe
[SonarQube Scanner] Checking src/topology-synthetic.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[MinGW]   CC       hwloc-bind.o
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_HAVE_CLZ...
[MinGW]   CCLD     hwloc-bind.exe
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_HAVE_FLSL...
[MinGW]   CC       hwloc-calc.o
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-synthetic.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-synthetic.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-synthetic.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-synthetic.c: __GNUC_____...
[SonarQube Scanner] Checking src/topology-synthetic.c: c_plusplus...
[SonarQube Scanner] 16/90 files checked 5% done
[SonarQube Scanner] Checking src/topology-x86.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[MinGW]   CCLD     hwloc-calc.exe
[SonarQube Scanner] Checking src/topology-x86.c: HAVE_CPUSET_SETID;HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-x86.c: HAVE_DECL_FABSF=0...
[MinGW]   CC       hwloc-diff.o
[SonarQube Scanner] Checking src/topology-x86.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/topology-x86.c: HAVE_DECL_RUNNING_ON_VALGRIND...
[SonarQube Scanner] Checking src/topology-x86.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-x86.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/topology-x86.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[MinGW]   CCLD     hwloc-diff.exe
[SonarQube Scanner] Checking src/topology-x86.c: HAVE_UNAME...
[SonarQube Scanner] Checking src/topology-x86.c: HAVE_VALGRIND_VALGRIND_H...
[SonarQube Scanner] Checking src/topology-x86.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_DARWIN_SYS...
[MinGW]   CC       hwloc-distances.o
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[MinGW]   CCLD     hwloc-distances.exe
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HAVE_BROKEN_FFS...
[MinGW]   CC       hwloc-distrib.o
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HAVE_FLSL...
[MinGW]   CCLD     hwloc-distrib.exe
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HAVE_MSVC_CPUIDEX...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HAVE_MSVC_CPUIDEX;HWLOC_X86_32_ARCH...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HAVE_WINDOWS_H...
[MinGW]   CC       hwloc-info.o
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_SOLARIS_SYS...
[MinGW]   CCLD     hwloc-info.exe
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_X86_32_ARCH...
[SonarQube Scanner] Checking src/topology-x86.c: HWLOC_X86_64_ARCH...
[SonarQube Scanner] Checking src/topology-x86.c: _MSC_VER;__HP_cc...
[MinGW]   CC       hwloc-patch.o
[SonarQube Scanner] Checking src/topology-x86.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-x86.c: __GNUC_____...
[MinGW]   CCLD     hwloc-patch.exe
[SonarQube Scanner] Checking src/topology-x86.c: c_plusplus...
[SonarQube Scanner] 17/90 files checked 5% done
[SonarQube Scanner] Checking src/topology-xml-libxml.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_HAVE_CLZL...
[MinGW] Creating hwloc.7 man page...
[MinGW] Creating hwloc-annotate.1 man page...
[MinGW] Creating hwloc-assembler.1 man page...
[MinGW] Creating hwloc-assembler-remote.1 man page...
[MinGW] Creating hwloc-bind.1 man page...
[MinGW] Creating hwloc-calc.1 man page...
[MinGW] Creating hwloc-compress-dir.1 man page...
[MinGW] Creating hwloc-diff.1 man page...
[MinGW] Creating hwloc-distances.1 man page...
[MinGW] Creating hwloc-distrib.1 man page...
[MinGW] Creating hwloc-info.1 man page...
[MinGW] Creating hwloc-patch.1 man page...
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/hwloc'
[MinGW] Making all in lstopo
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW]   CC       lstopo_no_graphics-lstopo.o
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: __GNUC_____...
[SonarQube Scanner] Checking src/topology-xml-libxml.c: c_plusplus...
[SonarQube Scanner] 18/90 files checked 6% done
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[MinGW]   CC       lstopo_no_graphics-lstopo-color.o
[MinGW]   CC       lstopo_no_graphics-lstopo-draw.o
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HAVE_UNISTD_H...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_NETBSD_SYS...
[MinGW]   CC       lstopo_no_graphics-lstopo-fig.o
[MinGW]   CC       lstopo_no_graphics-lstopo-ascii.o
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: __GNUC_____...
[SonarQube Scanner] Checking src/topology-xml-nolibxml.c: c_plusplus...
[SonarQube Scanner] 19/90 files checked 6% done
[SonarQube Scanner] Checking src/topology-xml.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[MinGW]   CC       lstopo_no_graphics-lstopo-text.o
[SonarQube Scanner] Checking src/topology-xml.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-xml.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/topology-xml.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[MinGW]   CC       lstopo_no_graphics-lstopo-xml.o
[SonarQube Scanner] Checking src/topology-xml.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/topology-xml.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-xml.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_BGQ_SYS...
[MinGW]   CCLD     lstopo-no-graphics.exe
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_DARWIN_SYS...
[MinGW]   CC       lstopo-lstopo.o
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_HAVE_BROKEN_FFS...
[MinGW]   CC       lstopo-lstopo-color.o
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_HAVE_CLZL...
[MinGW]   CC       lstopo-lstopo-draw.o
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-xml.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-xml.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-xml.c: __GNUC__...
[MinGW]   CC       lstopo-lstopo-fig.o
[MinGW]   CC       lstopo-lstopo-ascii.o
[SonarQube Scanner] Checking src/topology-xml.c: __GNUC_____...
[SonarQube Scanner] Checking src/topology-xml.c: c_plusplus...
[SonarQube Scanner] 20/90 files checked 6% done
[SonarQube Scanner] Checking src/topology.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/topology.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[MinGW]   CC       lstopo-lstopo-text.o
[SonarQube Scanner] Checking src/topology.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology.c: HAVE_DECL__SC_NPROCESSORS_CONF...
[SonarQube Scanner] Checking src/topology.c: HAVE_DECL__SC_NPROCESSORS_ONLN...
[SonarQube Scanner] Checking src/topology.c: HAVE_DECL__SC_NPROC_CONF...
[SonarQube Scanner] Checking src/topology.c: HAVE_DECL__SC_NPROC_ONLN...
[SonarQube Scanner] Checking src/topology.c: HAVE_DIRENT_H...
[MinGW]   CC       lstopo-lstopo-xml.o
[SonarQube Scanner] Checking src/topology.c: HAVE_HOST_INFO...
[SonarQube Scanner] Checking src/topology.c: HAVE_MACH_MACH_HOST_H...
[SonarQube Scanner] Checking src/topology.c: HAVE_MACH_MACH_INIT_H...
[SonarQube Scanner] Checking src/topology.c: HAVE_SYSCTL...
[MinGW]   CC       lstopo-lstopo-windows.o
[SonarQube Scanner] Checking src/topology.c: HAVE_SYSCTLBYNAME...
[SonarQube Scanner] Checking src/topology.c: HAVE_SYS_PARAM_H...
[MinGW]   CCLD     lstopo.exe
[SonarQube Scanner] Checking src/topology.c: HAVE_SYS_SYSCTL_H...
[SonarQube Scanner] Checking src/topology.c: HAVE_UNISTD_H...
[SonarQube Scanner] Checking src/topology.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology.c: HWLOC_DARWIN_SYS...
[MinGW]   CC       lstopo_win-lstopo.o
[SonarQube Scanner] Checking src/topology.c: HWLOC_DEBUG...
[MinGW]   CC       lstopo_win-lstopo-color.o
[SonarQube Scanner] Checking src/topology.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[MinGW]   CC       lstopo_win-lstopo-draw.o
[SonarQube Scanner] Checking src/topology.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/topology.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/topology.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/topology.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/topology.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/topology.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology.c: HWLOC_LINUX_SYS...
[SonarQube Scanner] Checking src/topology.c: HWLOC_NETBSD_SYS...
[MinGW]   CC       lstopo_win-lstopo-fig.o
[MinGW]   CC       lstopo_win-lstopo-ascii.o
[SonarQube Scanner] Checking src/topology.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology.c: HWLOC_SOLARIS_SYS...
[MinGW]   CC       lstopo_win-lstopo-text.o
[SonarQube Scanner] Checking src/topology.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology.c: NDEBUG...
[MinGW]   CC       lstopo_win-lstopo-xml.o
[SonarQube Scanner] Checking src/topology.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology.c: __GNUC__...
[MinGW]   CC       lstopo_win-lstopo-windows.o
[SonarQube Scanner] Checking src/topology.c: __GNUC_____...
[SonarQube Scanner] Checking src/topology.c: c_plusplus...
[SonarQube Scanner] 21/90 files checked 7% done
[SonarQube Scanner] Checking src/traversal.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[MinGW]   CCLD     lstopo-win.exe
[SonarQube Scanner] Checking src/traversal.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/traversal.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/traversal.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/traversal.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/traversal.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/traversal.c: HAVE_STRINGS_H...
[SonarQube Scanner] Checking src/traversal.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_DARWIN_SYS...
[MinGW] Creating lstopo-no-graphics.1 man page...
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils'
[MinGW] make[2]: Nothing to be done for 'all-am'.
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils'
[MinGW] Making all in tests
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] Making all in .
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] make[2]: Nothing to be done for 'all-am'.
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] Making all in ports
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/ports'
[MinGW] make[2]: Nothing to be done for 'all'.
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/ports'
[MinGW] Making all in xml
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/xml'
[MinGW] make[2]: Nothing to be done for 'all'.
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/xml'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] Making all in contrib/systemd
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/contrib/systemd'
[MinGW] make[1]: Nothing to be done for 'all'.
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/contrib/systemd'
[MinGW] Making all in doc
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make  all-recursive
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] Making all in examples
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc/examples'
[MinGW] make[3]: Nothing to be done for 'all'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc/examples'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make[3]: Nothing to be done for 'all-am'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64'
[MinGW] make[1]: Nothing to be done for 'all-am'.
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64'
[MinGW] + test x1 = x1
[MinGW] + make check
[MinGW] Making check in src
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/src'
[MinGW] make  
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/src'
[MinGW] make[2]: Nothing to be done for 'all'.
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/src'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/src'
[MinGW] Making check in include
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/include'
[MinGW] make[1]: Nothing to be done for 'check'.
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/include'
[MinGW] Making check in utils
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils'
[SonarQube Scanner] Checking src/traversal.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[MinGW] Making check in hwloc
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/hwloc'
[MinGW] make  check-TESTS
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/hwloc'
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/hwloc'
[MinGW] ============================================================================
[MinGW] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[MinGW] ============================================================================
[MinGW] # TOTAL: 0
[MinGW] # PASS:  0
[MinGW] # SKIP:  0
[MinGW] # XFAIL: 0
[MinGW] # FAIL:  0
[MinGW] # XPASS: 0
[MinGW] # ERROR: 0
[MinGW] ============================================================================
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/hwloc'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/hwloc'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/hwloc'
[MinGW] Making check in lstopo
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW] make  check-TESTS
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[SonarQube Scanner] Checking src/traversal.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_HAVE_CLZL...
[MinGW] ============================================================================
[MinGW] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[MinGW] ============================================================================
[MinGW] # TOTAL: 0
[MinGW] # PASS:  0
[MinGW] # SKIP:  0
[MinGW] # XFAIL: 0
[MinGW] # FAIL:  0
[MinGW] # XPASS: 0
[MinGW] # ERROR: 0
[MinGW] ============================================================================
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils'
[MinGW] make[2]: Nothing to be done for 'check-am'.
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils'
[MinGW] Making check in tests
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] Making check in .
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] make  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_bind.exe hwloc_get_last_cpu_location.exe hwloc_get_area_memlocation.exe hwloc_object_userdata.exe hwloc_synthetic.exe hwloc_custom.exe hwloc_backends.exe hwloc_pci_backend.exe hwloc_is_thissystem.exe hwloc_distances.exe hwloc_groups.exe hwloc_groups2.exe hwloc_insert_misc.exe hwloc_topology_restrict.exe hwloc_topology_dup.exe hwloc_topology_diff.exe hwloc_obj_infos.exe hwloc_iodevs.exe xmlbuffer.exe gl.exe intel-mic.exe        
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW]   CC       hwloc_list_components.o
[SonarQube Scanner] Checking src/traversal.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_HPUX_SYS...
[MinGW]   CCLD     hwloc_list_components.exe
[SonarQube Scanner] Checking src/traversal.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_OSF_SYS...
[MinGW]   CC       hwloc_bitmap.o
[SonarQube Scanner] Checking src/traversal.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/traversal.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/traversal.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/traversal.c: __GNUC__...
[SonarQube Scanner] Checking src/traversal.c: __GNUC_____...
[SonarQube Scanner] Checking src/traversal.c: c_plusplus...
[SonarQube Scanner] 22/90 files checked 7% done
[SonarQube Scanner] Checking tests/cuda.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/cuda.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/cuda.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/cuda.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/cuda.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/cuda.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/cuda.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/cuda.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/cuda.c: HWLOC_HAVE_WINDOWS_H...
[MinGW]   CCLD     hwloc_bitmap.exe
[SonarQube Scanner] Checking tests/cuda.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/cuda.c: __GNUC__...
[SonarQube Scanner] Checking tests/cuda.c: c_plusplus...
[SonarQube Scanner] 23/90 files checked 9% done
[SonarQube Scanner] Checking tests/cudart.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/cudart.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/cudart.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/cudart.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/cudart.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/cudart.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/cudart.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[MinGW]   CC       hwloc_bitmap_string.o
[SonarQube Scanner] Checking tests/cudart.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/cudart.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/cudart.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/cudart.c: __GNUC__...
[SonarQube Scanner] Checking tests/cudart.c: c_plusplus...
[SonarQube Scanner] 24/90 files checked 11% done
[SonarQube Scanner] Checking tests/embedded/do_test.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/embedded/do_test.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/embedded/do_test.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/embedded/do_test.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/embedded/do_test.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/embedded/do_test.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[MinGW]   CCLD     hwloc_bitmap_string.exe
[SonarQube Scanner] Checking tests/embedded/do_test.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/embedded/do_test.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/embedded/do_test.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/embedded/do_test.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/embedded/do_test.c: __GNUC__...
[SonarQube Scanner] Checking tests/embedded/do_test.c: c_plusplus...
[SonarQube Scanner] 25/90 files checked 11% done
[SonarQube Scanner] Checking tests/embedded/main.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/embedded/main.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/embedded/main.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/embedded/main.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/embedded/main.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/embedded/main.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/embedded/main.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/embedded/main.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/embedded/main.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/embedded/main.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/embedded/main.c: __GNUC__...
[SonarQube Scanner] Checking tests/embedded/main.c: c_plusplus...
[SonarQube Scanner] 26/90 files checked 11% done
[SonarQube Scanner] Checking tests/gl.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/gl.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/gl.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/gl.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/gl.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/gl.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/gl.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[MinGW]   CC       hwloc_bitmap_compare_inclusion.o
[SonarQube Scanner] Checking tests/gl.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/gl.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/gl.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/gl.c: __GNUC__...
[SonarQube Scanner] Checking tests/gl.c: c_plusplus...
[SonarQube Scanner] 27/90 files checked 13% done
[SonarQube Scanner] Checking tests/glibc-sched.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/glibc-sched.c: CPU_SETSIZE;_SCHED_H;sched_priority...
[SonarQube Scanner] Checking tests/glibc-sched.c: CPU_ZERO_S...
[SonarQube Scanner] Checking tests/glibc-sched.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/glibc-sched.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/glibc-sched.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/glibc-sched.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/glibc-sched.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/glibc-sched.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/glibc-sched.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/glibc-sched.c: HWLOC_HAVE_CPU_SET...
[SonarQube Scanner] Checking tests/glibc-sched.c: HWLOC_HAVE_CPU_SET;HWLOC_HAVE_OLD_SCHED_SETAFFINITY...
[SonarQube Scanner] Checking tests/glibc-sched.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/glibc-sched.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/glibc-sched.c: __GNUC__...
[SonarQube Scanner] Checking tests/glibc-sched.c: c_plusplus...
[SonarQube Scanner] 28/90 files checked 15% done
[SonarQube Scanner] Checking tests/hwloc_backends.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_backends.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HAVE_UNISTD_H...
[MinGW]   CCLD     hwloc_bitmap_compare_inclusion.exe
[SonarQube Scanner] Checking tests/hwloc_backends.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_backends.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking tests/hwloc_backends.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_backends.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_backends.c: __GNUC_____...
[SonarQube Scanner] Checking tests/hwloc_backends.c: c_plusplus...
[SonarQube Scanner] 29/90 files checked 16% done
[SonarQube Scanner] Checking tests/hwloc_bind.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_bind.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_bind.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_bind.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_bind.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_bind.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_bind.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[MinGW]   CC       hwloc_get_closest_objs.o
[SonarQube Scanner] Checking tests/hwloc_bind.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_bind.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_bind.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking tests/hwloc_bind.c: _MSC_VER;__HP_cc...
[MinGW]   CCLD     hwloc_get_closest_objs.exe
[SonarQube Scanner] Checking tests/hwloc_bind.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_bind.c: c_plusplus...
[SonarQube Scanner] 30/90 files checked 18% done
[SonarQube Scanner] Checking tests/hwloc_bitmap.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_bitmap.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_bitmap.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_bitmap.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_bitmap.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_bitmap.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_bitmap.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[MinGW]   CC       hwloc_get_obj_covering_cpuset.o
[SonarQube Scanner] Checking tests/hwloc_bitmap.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_bitmap.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_bitmap.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_bitmap.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_bitmap.c: c_plusplus...
[SonarQube Scanner] 31/90 files checked 20% done
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_AIX_SYS...
[MinGW]   CCLD     hwloc_get_obj_covering_cpuset.exe
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_OSF_SYS...
[MinGW]   CC       hwloc_get_cache_covering_cpuset.o
[MinGW]   CCLD     hwloc_get_cache_covering_cpuset.exe
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_bitmap_compare_inclusion.c: c_plusplus...
[SonarQube Scanner] 32/90 files checked 22% done
[SonarQube Scanner] Checking tests/hwloc_bitmap_first_last_weight.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_bitmap_first_last_weight.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_bitmap_first_last_weight.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_bitmap_first_last_weight.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_bitmap_first_last_weight.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_bitmap_first_last_weight.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_bitmap_first_last_weight.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_bitmap_first_last_weight.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_bitmap_first_last_weight.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_bitmap_first_last_weight.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_bitmap_first_last_weight.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_bitmap_first_last_weight.c: c_plusplus...
[SonarQube Scanner] 33/90 files checked 23% done
[SonarQube Scanner] Checking tests/hwloc_bitmap_singlify.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_bitmap_singlify.c: HWLOC_C_HAVE_VISIBILITY...
[MinGW]   CC       hwloc_get_largest_objs_inside_cpuset.o
[SonarQube Scanner] Checking tests/hwloc_bitmap_singlify.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_bitmap_singlify.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_bitmap_singlify.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_bitmap_singlify.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_bitmap_singlify.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_bitmap_singlify.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_bitmap_singlify.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_bitmap_singlify.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_bitmap_singlify.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_bitmap_singlify.c: c_plusplus...
[SonarQube Scanner] 34/90 files checked 25% done
[SonarQube Scanner] Checking tests/hwloc_bitmap_string.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_bitmap_string.c: HWLOC_C_HAVE_VISIBILITY...
[MinGW]   CCLD     hwloc_get_largest_objs_inside_cpuset.exe
[SonarQube Scanner] Checking tests/hwloc_bitmap_string.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_bitmap_string.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_bitmap_string.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_bitmap_string.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_bitmap_string.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_bitmap_string.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_bitmap_string.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_bitmap_string.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_bitmap_string.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_bitmap_string.c: c_plusplus...
[SonarQube Scanner] 35/90 files checked 27% done
[SonarQube Scanner] Checking tests/hwloc_custom.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_custom.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_custom.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_custom.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_custom.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_custom.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_custom.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_custom.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_custom.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_custom.c: _MSC_VER;__HP_cc...
[MinGW]   CC       hwloc_get_next_obj_covering_cpuset.o
[SonarQube Scanner] Checking tests/hwloc_custom.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_custom.c: c_plusplus...
[SonarQube Scanner] 36/90 files checked 28% done
[SonarQube Scanner] Checking tests/hwloc_distances.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_distances.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_distances.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_distances.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_distances.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_distances.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_distances.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[MinGW]   CCLD     hwloc_get_next_obj_covering_cpuset.exe
[SonarQube Scanner] Checking tests/hwloc_distances.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_distances.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_distances.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_distances.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_distances.c: c_plusplus...
[SonarQube Scanner] 37/90 files checked 30% done
[SonarQube Scanner] Checking tests/hwloc_get_area_memlocation.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_get_area_memlocation.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_get_area_memlocation.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_get_area_memlocation.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_get_area_memlocation.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_get_area_memlocation.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[MinGW]   CC       hwloc_get_obj_inside_cpuset.o
[SonarQube Scanner] Checking tests/hwloc_get_area_memlocation.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_get_area_memlocation.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_get_area_memlocation.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_get_area_memlocation.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_get_area_memlocation.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_get_area_memlocation.c: c_plusplus...
[SonarQube Scanner] 38/90 files checked 32% done
[SonarQube Scanner] Checking tests/hwloc_get_cache_covering_cpuset.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_get_cache_covering_cpuset.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_get_cache_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_get_cache_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_get_cache_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[MinGW]   CCLD     hwloc_get_obj_inside_cpuset.exe
[SonarQube Scanner] Checking tests/hwloc_get_cache_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_get_cache_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_get_cache_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_get_cache_covering_cpuset.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_get_cache_covering_cpuset.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_get_cache_covering_cpuset.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_get_cache_covering_cpuset.c: c_plusplus...
[SonarQube Scanner] 39/90 files checked 34% done
[SonarQube Scanner] Checking tests/hwloc_get_closest_objs.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_get_closest_objs.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_get_closest_objs.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_get_closest_objs.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_get_closest_objs.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_get_closest_objs.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_get_closest_objs.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_get_closest_objs.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_get_closest_objs.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_get_closest_objs.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_get_closest_objs.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_get_closest_objs.c: c_plusplus...
[SonarQube Scanner] 40/90 files checked 35% done
[SonarQube Scanner] Checking tests/hwloc_get_largest_objs_inside_cpuset.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_get_largest_objs_inside_cpuset.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_get_largest_objs_inside_cpuset.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[MinGW]   CC       hwloc_get_shared_cache_covering_obj.o
[SonarQube Scanner] Checking tests/hwloc_get_largest_objs_inside_cpuset.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_get_largest_objs_inside_cpuset.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_get_largest_objs_inside_cpuset.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_get_largest_objs_inside_cpuset.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_get_largest_objs_inside_cpuset.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_get_largest_objs_inside_cpuset.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_get_largest_objs_inside_cpuset.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_get_largest_objs_inside_cpuset.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_get_largest_objs_inside_cpuset.c: c_plusplus...
[SonarQube Scanner] 41/90 files checked 37% done
[SonarQube Scanner] Checking tests/hwloc_get_last_cpu_location.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_get_last_cpu_location.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_get_last_cpu_location.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[MinGW]   CCLD     hwloc_get_shared_cache_covering_obj.exe
[SonarQube Scanner] Checking tests/hwloc_get_last_cpu_location.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_get_last_cpu_location.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_get_last_cpu_location.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_get_last_cpu_location.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_get_last_cpu_location.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_get_last_cpu_location.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_get_last_cpu_location.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_get_last_cpu_location.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_get_last_cpu_location.c: c_plusplus...
[SonarQube Scanner] 42/90 files checked 39% done
[SonarQube Scanner] Checking tests/hwloc_get_next_obj_covering_cpuset.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_get_next_obj_covering_cpuset.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_get_next_obj_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[MinGW]   CC       hwloc_get_obj_below_array_by_type.o
[SonarQube Scanner] Checking tests/hwloc_get_next_obj_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_get_next_obj_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_get_next_obj_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_get_next_obj_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_get_next_obj_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_get_next_obj_covering_cpuset.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_get_next_obj_covering_cpuset.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_get_next_obj_covering_cpuset.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_get_next_obj_covering_cpuset.c: c_plusplus...
[SonarQube Scanner] 43/90 files checked 41% done
[SonarQube Scanner] Checking tests/hwloc_get_obj_below_array_by_type.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_get_obj_below_array_by_type.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_get_obj_below_array_by_type.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_get_obj_below_array_by_type.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_get_obj_below_array_by_type.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_get_obj_below_array_by_type.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_get_obj_below_array_by_type.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_get_obj_below_array_by_type.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_get_obj_below_array_by_type.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_get_obj_below_array_by_type.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_get_obj_below_array_by_type.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_get_obj_below_array_by_type.c: c_plusplus...
[SonarQube Scanner] 44/90 files checked 42% done
[SonarQube Scanner] Checking tests/hwloc_get_obj_covering_cpuset.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_get_obj_covering_cpuset.c: HWLOC_C_HAVE_VISIBILITY...
[MinGW]   CCLD     hwloc_get_obj_below_array_by_type.exe
[SonarQube Scanner] Checking tests/hwloc_get_obj_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_get_obj_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_get_obj_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_get_obj_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_get_obj_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_get_obj_covering_cpuset.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_get_obj_covering_cpuset.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_get_obj_covering_cpuset.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_get_obj_covering_cpuset.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_get_obj_covering_cpuset.c: c_plusplus...
[SonarQube Scanner] 45/90 files checked 44% done
[SonarQube Scanner] Checking tests/hwloc_get_obj_inside_cpuset.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_get_obj_inside_cpuset.c: HWLOC_C_HAVE_VISIBILITY...
[MinGW]   CC       hwloc_bitmap_first_last_weight.o
[SonarQube Scanner] Checking tests/hwloc_get_obj_inside_cpuset.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_get_obj_inside_cpuset.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_get_obj_inside_cpuset.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_get_obj_inside_cpuset.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_get_obj_inside_cpuset.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_get_obj_inside_cpuset.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_get_obj_inside_cpuset.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_get_obj_inside_cpuset.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_get_obj_inside_cpuset.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_get_obj_inside_cpuset.c: c_plusplus...
[SonarQube Scanner] 46/90 files checked 46% done
[SonarQube Scanner] Checking tests/hwloc_get_shared_cache_covering_obj.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[MinGW]   CCLD     hwloc_bitmap_first_last_weight.exe
[SonarQube Scanner] Checking tests/hwloc_get_shared_cache_covering_obj.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_get_shared_cache_covering_obj.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_get_shared_cache_covering_obj.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_get_shared_cache_covering_obj.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_get_shared_cache_covering_obj.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_get_shared_cache_covering_obj.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_get_shared_cache_covering_obj.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_get_shared_cache_covering_obj.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_get_shared_cache_covering_obj.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_get_shared_cache_covering_obj.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_get_shared_cache_covering_obj.c: c_plusplus...
[SonarQube Scanner] 47/90 files checked 47% done
[SonarQube Scanner] Checking tests/hwloc_groups.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_groups.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_groups.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_groups.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_groups.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_groups.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_groups.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_groups.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_groups.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_groups.c: _MSC_VER;__HP_cc...
[MinGW]   CC       hwloc_bitmap_singlify.o
[SonarQube Scanner] Checking tests/hwloc_groups.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_groups.c: c_plusplus...
[SonarQube Scanner] 48/90 files checked 49% done
[SonarQube Scanner] Checking tests/hwloc_groups2.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_groups2.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_groups2.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_groups2.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_groups2.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_groups2.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_groups2.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_groups2.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[MinGW]   CCLD     hwloc_bitmap_singlify.exe
[SonarQube Scanner] Checking tests/hwloc_groups2.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_groups2.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_groups2.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_groups2.c: c_plusplus...
[SonarQube Scanner] 49/90 files checked 51% done
[SonarQube Scanner] Checking tests/hwloc_insert_misc.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_insert_misc.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_insert_misc.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_insert_misc.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_insert_misc.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_insert_misc.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_insert_misc.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[MinGW]   CC       hwloc_type_depth.o
[SonarQube Scanner] Checking tests/hwloc_insert_misc.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_insert_misc.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_insert_misc.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_insert_misc.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_insert_misc.c: c_plusplus...
[SonarQube Scanner] 50/90 files checked 53% done
[SonarQube Scanner] Checking tests/hwloc_iodevs.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_iodevs.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_iodevs.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_iodevs.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_iodevs.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[MinGW]   CCLD     hwloc_type_depth.exe
[SonarQube Scanner] Checking tests/hwloc_iodevs.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_iodevs.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_iodevs.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_iodevs.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_iodevs.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_iodevs.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_iodevs.c: c_plusplus...
[SonarQube Scanner] 51/90 files checked 54% done
[SonarQube Scanner] Checking tests/hwloc_is_thissystem.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_is_thissystem.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_is_thissystem.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_is_thissystem.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_is_thissystem.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_is_thissystem.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_is_thissystem.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_is_thissystem.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_is_thissystem.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_is_thissystem.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_is_thissystem.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_is_thissystem.c: c_plusplus...
[SonarQube Scanner] 52/90 files checked 56% done
[SonarQube Scanner] Checking tests/hwloc_list_components.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_list_components.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_list_components.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_list_components.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_list_components.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[MinGW]   CC       hwloc_bind.o
[SonarQube Scanner] Checking tests/hwloc_list_components.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_list_components.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_list_components.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_list_components.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_list_components.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_list_components.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_list_components.c: c_plusplus...
[SonarQube Scanner] 53/90 files checked 58% done
[SonarQube Scanner] Checking tests/hwloc_obj_infos.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_obj_infos.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_obj_infos.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_obj_infos.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_obj_infos.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[MinGW]   CCLD     hwloc_bind.exe
[SonarQube Scanner] Checking tests/hwloc_obj_infos.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_obj_infos.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_obj_infos.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_obj_infos.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_obj_infos.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_obj_infos.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_obj_infos.c: c_plusplus...
[SonarQube Scanner] 54/90 files checked 60% done
[SonarQube Scanner] Checking tests/hwloc_object_userdata.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_object_userdata.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_object_userdata.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_object_userdata.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[MinGW]   CC       hwloc_get_last_cpu_location.o
[SonarQube Scanner] Checking tests/hwloc_object_userdata.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_object_userdata.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_object_userdata.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_object_userdata.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_object_userdata.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_object_userdata.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_object_userdata.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_object_userdata.c: c_plusplus...
[SonarQube Scanner] 55/90 files checked 61% done
[SonarQube Scanner] Checking tests/hwloc_pci_backend.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_pci_backend.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_pci_backend.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_pci_backend.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_pci_backend.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_pci_backend.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_pci_backend.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_pci_backend.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_pci_backend.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_pci_backend.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_pci_backend.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_pci_backend.c: c_plusplus...
[SonarQube Scanner] 56/90 files checked 63% done
[SonarQube Scanner] Checking tests/hwloc_synthetic.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_synthetic.c: HWLOC_C_HAVE_VISIBILITY...
[MinGW]   CCLD     hwloc_get_last_cpu_location.exe
[SonarQube Scanner] Checking tests/hwloc_synthetic.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_synthetic.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_synthetic.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_synthetic.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_synthetic.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_synthetic.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_synthetic.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_synthetic.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_synthetic.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_synthetic.c: c_plusplus...
[SonarQube Scanner] 57/90 files checked 65% done
[SonarQube Scanner] Checking tests/hwloc_topology_diff.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[MinGW]   CC       hwloc_get_area_memlocation.o
[SonarQube Scanner] Checking tests/hwloc_topology_diff.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_topology_diff.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_topology_diff.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_topology_diff.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_topology_diff.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_topology_diff.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_topology_diff.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_topology_diff.c: HWLOC_HAVE_WINDOWS_H...
[MinGW]   CCLD     hwloc_get_area_memlocation.exe
[SonarQube Scanner] Checking tests/hwloc_topology_diff.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_topology_diff.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_topology_diff.c: c_plusplus...
[SonarQube Scanner] 58/90 files checked 66% done
[SonarQube Scanner] Checking tests/hwloc_topology_dup.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_topology_dup.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_topology_dup.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_topology_dup.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_topology_dup.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_topology_dup.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_topology_dup.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_topology_dup.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_topology_dup.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_topology_dup.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_topology_dup.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_topology_dup.c: c_plusplus...
[SonarQube Scanner] 59/90 files checked 68% done
[SonarQube Scanner] Checking tests/hwloc_topology_restrict.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_topology_restrict.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_topology_restrict.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_topology_restrict.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/hwloc_topology_restrict.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_topology_restrict.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_topology_restrict.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[MinGW]   CC       hwloc_object_userdata.o
[SonarQube Scanner] Checking tests/hwloc_topology_restrict.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_topology_restrict.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_topology_restrict.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_topology_restrict.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_topology_restrict.c: c_plusplus...
[SonarQube Scanner] 60/90 files checked 70% done
[SonarQube Scanner] Checking tests/hwloc_type_depth.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/hwloc_type_depth.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/hwloc_type_depth.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/hwloc_type_depth.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[MinGW]   CCLD     hwloc_object_userdata.exe
[SonarQube Scanner] Checking tests/hwloc_type_depth.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/hwloc_type_depth.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/hwloc_type_depth.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/hwloc_type_depth.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/hwloc_type_depth.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/hwloc_type_depth.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/hwloc_type_depth.c: __GNUC__...
[SonarQube Scanner] Checking tests/hwloc_type_depth.c: c_plusplus...
[SonarQube Scanner] 61/90 files checked 72% done
[SonarQube Scanner] Checking tests/intel-mic.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/intel-mic.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/intel-mic.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[MinGW]   CC       hwloc_synthetic.o
[SonarQube Scanner] Checking tests/intel-mic.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/intel-mic.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/intel-mic.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/intel-mic.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/intel-mic.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/intel-mic.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/intel-mic.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/intel-mic.c: __GNUC__...
[SonarQube Scanner] Checking tests/intel-mic.c: c_plusplus...
[SonarQube Scanner] 62/90 files checked 73% done
[SonarQube Scanner] Checking tests/linux-libnuma.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/linux-libnuma.c: HWLOC_C_HAVE_VISIBILITY...
[MinGW]   CCLD     hwloc_synthetic.exe
[SonarQube Scanner] Checking tests/linux-libnuma.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/linux-libnuma.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/linux-libnuma.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/linux-libnuma.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/linux-libnuma.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/linux-libnuma.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/linux-libnuma.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/linux-libnuma.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/linux-libnuma.c: __GNUC__...
[SonarQube Scanner] Checking tests/linux-libnuma.c: c_plusplus...
[SonarQube Scanner] 63/90 files checked 75% done
[SonarQube Scanner] Checking tests/myriexpress.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/myriexpress.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/myriexpress.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/myriexpress.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/myriexpress.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/myriexpress.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/myriexpress.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/myriexpress.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/myriexpress.c: HWLOC_HAVE_WINDOWS_H...
[MinGW]   CC       hwloc_custom.o
[SonarQube Scanner] Checking tests/myriexpress.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/myriexpress.c: __GNUC__...
[SonarQube Scanner] Checking tests/myriexpress.c: c_plusplus...
[SonarQube Scanner] 64/90 files checked 77% done
[SonarQube Scanner] Checking tests/nvml.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/nvml.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/nvml.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/nvml.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/nvml.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/nvml.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/nvml.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/nvml.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[MinGW]   CCLD     hwloc_custom.exe
[SonarQube Scanner] Checking tests/nvml.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/nvml.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/nvml.c: __GNUC__...
[SonarQube Scanner] Checking tests/nvml.c: c_plusplus...
[SonarQube Scanner] 65/90 files checked 78% done
[SonarQube Scanner] Checking tests/opencl.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/opencl.c: CL_DEVICE_TOPOLOGY_AMD...
[SonarQube Scanner] Checking tests/opencl.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/opencl.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/opencl.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/opencl.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/opencl.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/opencl.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/opencl.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/opencl.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/opencl.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/opencl.c: __APPLE__...
[SonarQube Scanner] Checking tests/opencl.c: __GNUC__...
[SonarQube Scanner] Checking tests/opencl.c: c_plusplus...
[SonarQube Scanner] 66/90 files checked 80% done
[SonarQube Scanner] Checking tests/openfabrics-verbs.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/openfabrics-verbs.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/openfabrics-verbs.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/openfabrics-verbs.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/openfabrics-verbs.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[MinGW]   CC       hwloc_backends.o
[SonarQube Scanner] Checking tests/openfabrics-verbs.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/openfabrics-verbs.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/openfabrics-verbs.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/openfabrics-verbs.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/openfabrics-verbs.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/openfabrics-verbs.c: __GNUC__...
[SonarQube Scanner] Checking tests/openfabrics-verbs.c: c_plusplus...
[SonarQube Scanner] 67/90 files checked 82% done
[SonarQube Scanner] Checking tests/rename/main.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/rename/main.c: CL_DEVICE_TOPOLOGY_AMD...
[SonarQube Scanner] Checking tests/rename/main.c: CPU_SETSIZE;_SCHED_H;sched_priority...
[SonarQube Scanner] Checking tests/rename/main.c: CPU_ZERO_S...
[MinGW]   CCLD     hwloc_backends.exe
[SonarQube Scanner] Checking tests/rename/main.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking tests/rename/main.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking tests/rename/main.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking tests/rename/main.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking tests/rename/main.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking tests/rename/main.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_AIX_SYS...
[MinGW]   CC       hwloc_pci_backend.o
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_FREEBSD_SYS...
[MinGW]   CCLD     hwloc_pci_backend.exe
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HAVE_MSVC_CPUIDEX...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HAVE_MSVC_CPUIDEX;HWLOC_X86_32_ARCH...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HAVE_WINDOWS_H...
[MinGW]   CC       hwloc_is_thissystem.o
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_TEST_RENAME_CUDA...
[MinGW]   CCLD     hwloc_is_thissystem.exe
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_TEST_RENAME_CUDART...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_TEST_RENAME_GLIBC_SCHED...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_TEST_RENAME_LINUX...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_TEST_RENAME_LINUX_LIBNUMA...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_TEST_RENAME_MYRIEXPRESS...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_TEST_RENAME_NVML...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_TEST_RENAME_OPENCL...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_TEST_RENAME_OPENFABRICS_VERBS...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking tests/rename/main.c: HWLOC_X86_32_ARCH...
[SonarQube Scanner] Checking tests/rename/main.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/rename/main.c: __APPLE__...
[MinGW]   CC       hwloc_distances.o
[MinGW]   CCLD     hwloc_distances.exe
[SonarQube Scanner] Checking tests/rename/main.c: __GNUC__...
[SonarQube Scanner] Checking tests/rename/main.c: __GNUC_____...
[SonarQube Scanner] Checking tests/rename/main.c: c_plusplus...
[SonarQube Scanner] 68/90 files checked 82% done
[SonarQube Scanner] Checking tests/xmlbuffer.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking tests/xmlbuffer.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking tests/xmlbuffer.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking tests/xmlbuffer.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking tests/xmlbuffer.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking tests/xmlbuffer.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking tests/xmlbuffer.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking tests/xmlbuffer.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking tests/xmlbuffer.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking tests/xmlbuffer.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking tests/xmlbuffer.c: __GNUC__...
[SonarQube Scanner] Checking tests/xmlbuffer.c: c_plusplus...
[SonarQube Scanner] 69/90 files checked 84% done
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[MinGW]   CC       hwloc_groups.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[MinGW]   CCLD     hwloc_groups.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_FREEBSD_SYS...
[MinGW]   CC       hwloc_groups2.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_HAVE_BROKEN_FFS...
[MinGW]   CCLD     hwloc_groups2.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_HAVE_WINDOWS_H...
[MinGW]   CC       hwloc_insert_misc.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_OSF_SYS...
[MinGW]   CCLD     hwloc_insert_misc.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: __GNUC__...
[MinGW]   CC       hwloc_topology_restrict.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: __GNUC_____...
[SonarQube Scanner] Checking utils/hwloc/hwloc-annotate.c: c_plusplus...
[SonarQube Scanner] 70/90 files checked 85% done
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[MinGW]   CCLD     hwloc_topology_restrict.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HWLOC_HAVE_WINDOWS_H...
[MinGW]   CC       hwloc_topology_dup.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: __GNUC__...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: __GNUC_____...
[SonarQube Scanner] Checking utils/hwloc/hwloc-assembler.c: c_plusplus...
[SonarQube Scanner] 71/90 files checked 86% done
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[MinGW]   CCLD     hwloc_topology_dup.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[MinGW]   CC       hwloc_topology_diff.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HAVE_UNISTD_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_BGQ_SYS...
[MinGW]   CCLD     hwloc_topology_diff.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[MinGW]   CC       hwloc_obj_infos.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_HAVE_BROKEN_FFS...
[MinGW]   CCLD     hwloc_obj_infos.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_HAVE_CLZL...
[MinGW]   CC       hwloc_iodevs.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_HAVE_FLSL...
[MinGW]   CCLD     hwloc_iodevs.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_LINUX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_SOLARIS_SYS...
[MinGW]   CC       xmlbuffer.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: HWLOC_WIN_SYS;__CYGWIN__...
[MinGW]   CCLD     xmlbuffer.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: __GNUC__...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: __GNUC_____...
[SonarQube Scanner] Checking utils/hwloc/hwloc-bind.c: c_plusplus...
[SonarQube Scanner] 72/90 files checked 87% done
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HAVE_DECL_MODFF=0...
[MinGW]   CC       gl.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[MinGW]   CCLD     gl.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_DEBUG...
[MinGW]   CC       intel-mic.o
[MinGW]   CCLD     intel-mic.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_HAVE_CLZ...
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] make  check-TESTS
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_HAVE_FLS...
[MinGW] PASS: hwloc_list_components.exe
[MinGW] PASS: hwloc_bitmap.exe
[MinGW] PASS: hwloc_bitmap_string.exe
[MinGW] PASS: hwloc_bitmap_compare_inclusion.exe
[MinGW] PASS: hwloc_get_closest_objs.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_HAVE_WINDOWS_H...
[MinGW] PASS: hwloc_get_obj_covering_cpuset.exe
[MinGW] PASS: hwloc_get_cache_covering_cpuset.exe
[MinGW] PASS: hwloc_get_largest_objs_inside_cpuset.exe
[MinGW] PASS: hwloc_get_next_obj_covering_cpuset.exe
[MinGW] PASS: hwloc_get_obj_inside_cpuset.exe
[MinGW] PASS: hwloc_get_shared_cache_covering_obj.exe
[MinGW] PASS: hwloc_get_obj_below_array_by_type.exe
[MinGW] PASS: hwloc_bitmap_first_last_weight.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_OSF_SYS...
[MinGW] PASS: hwloc_bitmap_singlify.exe
[MinGW] PASS: hwloc_type_depth.exe
[MinGW] PASS: hwloc_bind.exe
[MinGW] PASS: hwloc_get_last_cpu_location.exe
[MinGW] PASS: hwloc_get_area_memlocation.exe
[MinGW] PASS: hwloc_object_userdata.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: _MSC_VER;__HP_cc...
[MinGW] PASS: hwloc_synthetic.exe
[MinGW] PASS: hwloc_custom.exe
[MinGW] PASS: hwloc_backends.exe
[MinGW] PASS: hwloc_pci_backend.exe
[MinGW] PASS: hwloc_is_thissystem.exe
[MinGW] PASS: hwloc_distances.exe
[MinGW] PASS: hwloc_groups.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: __GNUC__...
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: __GNUC_____...
[MinGW] PASS: hwloc_groups2.exe
[MinGW] PASS: hwloc_insert_misc.exe
[MinGW] PASS: hwloc_topology_restrict.exe
[MinGW] PASS: hwloc_topology_dup.exe
[MinGW] PASS: hwloc_topology_diff.exe
[MinGW] PASS: hwloc_obj_infos.exe
[MinGW] PASS: hwloc_iodevs.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-calc.c: c_plusplus...
[SonarQube Scanner] 73/90 files checked 88% done
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[MinGW] PASS: xmlbuffer.exe
[MinGW] PASS: gl.exe
[MinGW] PASS: intel-mic.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_DEBUG...
[MinGW] ============================================================================
[MinGW] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[MinGW] ============================================================================
[MinGW] # TOTAL: 36
[MinGW] # PASS:  36
[MinGW] # SKIP:  0
[MinGW] # XFAIL: 0
[MinGW] # FAIL:  0
[MinGW] # XPASS: 0
[MinGW] # ERROR: 0
[MinGW] ============================================================================
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] Making check in ports
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/ports'
[MinGW] make  
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/ports'
[MinGW] make[3]: Nothing to be done for 'all'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/ports'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/ports'
[MinGW] Making check in xml
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/xml'
[MinGW] make  check-TESTS
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/xml'
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/xml'
[MinGW] PASS: 16amd64-8n2c-cpusets.xml
[MinGW] PASS: 16amd64-4distances.xml
[MinGW] PASS: 16em64t-4s2c2t.xml
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_HAVE_BROKEN_FFS...
[MinGW] PASS: 16em64t-4s2c2t-offlines.xml
[MinGW] PASS: 16em64t-4s2c2t.console.output
[MinGW] PASS: 16-2gr2gr2n2c+misc.xml
[MinGW] PASS: 16-2gr2gr2n2c+misc.console.output
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_HAVE_FLSL...
[MinGW] PASS: 16intel64-manyVFs.xml
[MinGW] PASS: 16intel64-manyVFs.console.output
[MinGW] PASS: 16intel64-manyVFs.console.nocollapse.output
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_OSF_SYS...
[MinGW] PASS: 24em64t-2n6c2t-pci.xml
[MinGW] PASS: 32em64t-2n8c2t-pci-noio.xml
[MinGW] PASS: 32em64t-2n8c2t-pci-normalio.xml
[MinGW] PASS: 32em64t-2n8c2t-pci-wholeio.xml
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: __GNUC__...
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: __GNUC_____...
[MinGW] PASS: 64intel64-3g2n+2n-irregulargroups+pci.xml
[MinGW] PASS: 64intel64-3g2n+2n-irregulargroups+pci.console.output
[MinGW] PASS: 96em64t-4n4d3ca2co-pci.xml
[SonarQube Scanner] Checking utils/hwloc/hwloc-diff.c: c_plusplus...
[SonarQube Scanner] 74/90 files checked 89% done
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[MinGW] PASS: 192em64t-12gr2n8c2t-distancegroups.xml
[MinGW] PASS: 192em64t-24n8c2t-nodistancegroups.xml
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HAVE_UNISTD_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_DARWIN_SYS...
[MinGW] PASS: 192em64t-24n8c2t-distancegroups.xml
[MinGW] ============================================================================
[MinGW] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[MinGW] ============================================================================
[MinGW] # TOTAL: 20
[MinGW] # PASS:  20
[MinGW] # SKIP:  0
[MinGW] # XFAIL: 0
[MinGW] # FAIL:  0
[MinGW] # XPASS: 0
[MinGW] # ERROR: 0
[MinGW] ============================================================================
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/xml'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/xml'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/xml'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] Making check in contrib/systemd
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/contrib/systemd'
[MinGW] make[1]: Nothing to be done for 'check'.
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/contrib/systemd'
[MinGW] Making check in doc
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make  check-recursive
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] Making check in examples
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc/examples'
[MinGW] make  hwloc-hello.exe hwloc-hello-cpp.exe cpuset+bitmap+cpubind.exe nodeset+membind+policy.exe get-knl-modes.exe gpu.exe 
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc/examples'
[MinGW]   CC       hwloc-hello.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[MinGW]   CCLD     hwloc-hello.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_OSF_SYS...
[MinGW]   CXX      hwloc-hello-cpp.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: __GNUC__...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: __GNUC_____...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distances.c: c_plusplus...
[SonarQube Scanner] 75/90 files checked 90% done
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[MinGW]   CXXLD    hwloc-hello-cpp.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HAVE_UNISTD_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_DARWIN_SYS...
[MinGW]   CC       cpuset+bitmap+cpubind.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[MinGW]   CCLD     cpuset+bitmap+cpubind.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_HPUX_SYS...
[MinGW]   CC       nodeset+membind+policy.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: HWLOC_WIN_SYS...
[MinGW]   CCLD     nodeset+membind+policy.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: __GNUC__...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: __GNUC_____...
[SonarQube Scanner] Checking utils/hwloc/hwloc-distrib.c: c_plusplus...
[SonarQube Scanner] 76/90 files checked 91% done
[SonarQube Scanner] Checking utils/hwloc/hwloc-dump-hwdata-knl.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/hwloc/hwloc-dump-hwdata-knl.c: HAVE_UNISTD_H...
[SonarQube Scanner] 77/90 files checked 92% done
[SonarQube Scanner] Checking utils/hwloc/hwloc-dump-hwdata.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/hwloc/hwloc-dump-hwdata.c: HAVE_UNISTD_H...
[SonarQube Scanner] 78/90 files checked 93% done
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[MinGW]   CC       get-knl-modes.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[MinGW]   CCLD     get-knl-modes.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_DARWIN_SYS...
[MinGW]   CC       gpu.o
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_FREEBSD_SYS...
[MinGW]   CCLD     gpu.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_HAVE_BROKEN_FFS...
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc/examples'
[MinGW] make  check-TESTS
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc/examples'
[MinGW] make[5]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc/examples'
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_HAVE_CLZL...
[MinGW] PASS: hwloc-hello.exe
[MinGW] PASS: hwloc-hello-cpp.exe
[MinGW] ============================================================================
[MinGW] Testsuite summary for hwloc v1.11-20190314.0500.git550b2be
[MinGW] ============================================================================
[MinGW] # TOTAL: 2
[MinGW] # PASS:  2
[MinGW] # SKIP:  0
[MinGW] # XFAIL: 0
[MinGW] # FAIL:  0
[MinGW] # XPASS: 0
[MinGW] # ERROR: 0
[MinGW] ============================================================================
[MinGW] make[5]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc/examples'
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc/examples'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc/examples'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make[3]: Nothing to be done for 'check-am'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64'
[MinGW] make[1]: Nothing to be done for 'check-am'.
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64'
[MinGW] + test x1 = x1
[MinGW] + make install
[MinGW] Making install in src
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/src'
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/src'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib'
[MinGW]  /bin/sh ../libtool   --mode=install /usr/bin/install -c   libhwloc.la '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib'
[MinGW] libtool: install: /usr/bin/install -c .libs/libhwloc.dll.a /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.dll.a
[MinGW] libtool: install: base_file=`basename libhwloc.la`
[MinGW] libtool: install:  dlpath=`/bin/sh 2>&1 -c '. .libs/'libhwloc.la'i; echo libhwloc-5.dll'`
[MinGW] libtool: install:  dldir=/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/`dirname ../bin/libhwloc-5.dll`
[MinGW] libtool: install:  test -d /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/../bin || mkdir -p /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/../bin
[MinGW] libtool: install:  /usr/bin/install -c .libs/libhwloc-5.dll /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/../bin/libhwloc-5.dll
[MinGW] libtool: install:  chmod a+x /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/../bin/libhwloc-5.dll
[MinGW] libtool: install:  if test -n '' && test -n 'strip --strip-unneeded'; then eval 'strip --strip-unneeded /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/../bin/libhwloc-5.dll' || exit 0; fi
[MinGW] libtool: install: /usr/bin/install -c .libs/libhwloc.lai /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.la
[MinGW] libtool: install: /usr/bin/install -c .libs/libhwloc.a /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.a
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_HAVE_FLSL...
[MinGW] libtool: install: chmod 644 /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.a
[MinGW] libtool: install: ranlib /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.a
[MinGW] make  install-exec-hook
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/src'
[MinGW] [ ! -r .libs/libhwloc.def ] || /usr/bin/install -c .libs/libhwloc.def /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib
[MinGW] [ ! -r .libs/libhwloc.def ] || /usr/bin/install -c .libs/libhwloc.lib /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib
[MinGW] [ ! -r .libs/libhwloc.def ] || /usr/bin/install -c .libs/libhwloc.exp /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/src'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/hwloc'
[MinGW]  /usr/bin/install -c -m 644 ../../src/hwloc.dtd '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/hwloc'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/src'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/src'
[MinGW] Making install in include
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/include'
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/include'
[MinGW] make[2]: Nothing to be done for 'install-exec-am'.
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/include'
[MinGW]  /usr/bin/install -c -m 644 ../../include/hwloc.h '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/include'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc'
[MinGW]  /usr/bin/install -c -m 644 ../../include/hwloc/bitmap.h ../../include/hwloc/helper.h ../../include/hwloc/inlines.h ../../include/hwloc/diff.h ../../include/hwloc/myriexpress.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/autogen'
[MinGW]  /usr/bin/install -c -m 644 hwloc/autogen/config.h '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/autogen'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/include'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/include'
[MinGW] Making install in utils
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils'
[MinGW] Making install in hwloc
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/hwloc'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/hwloc'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin'
[MinGW]   /bin/sh ../../libtool   --mode=install /usr/bin/install -c hwloc-annotate.exe hwloc-assembler.exe hwloc-bind.exe hwloc-calc.exe hwloc-diff.exe hwloc-distances.exe hwloc-distrib.exe hwloc-info.exe hwloc-patch.exe '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin'
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-annotate.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-annotate.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_NETBSD_SYS...
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-assembler.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-bind.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-bind.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-calc.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-calc.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-diff.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-diff.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-distances.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-distances.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-distrib.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-distrib.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-info.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-info.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_OSF_SYS...
[MinGW] libtool: install: /usr/bin/install -c .libs/hwloc-patch.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-patch.exe
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin'
[MinGW]  /usr/bin/install -c hwloc-assembler-remote hwloc-compress-dir '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin'
[MinGW] make  install-exec-hook
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/hwloc'
[MinGW] /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler-remote > /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler-remote.tmp && mv -f /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler-remote.tmp /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler-remote
[MinGW] /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-compress-dir > /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-compress-dir.tmp && mv -f /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-compress-dir.tmp /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-compress-dir
[MinGW] chmod +x /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler-remote /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-compress-dir
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/hwloc'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1'
[MinGW]  /usr/bin/install -c -m 644 hwloc-annotate.1 hwloc-assembler.1 hwloc-assembler-remote.1 hwloc-bind.1 hwloc-calc.1 hwloc-compress-dir.1 hwloc-diff.1 hwloc-distances.1 hwloc-distrib.1 hwloc-info.1 hwloc-patch.1 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man7'
[MinGW]  /usr/bin/install -c -m 644 hwloc.7 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man7'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/hwloc'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/hwloc'
[MinGW] Making install in lstopo
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin'
[MinGW]   /bin/sh ../../libtool   --mode=install /usr/bin/install -c lstopo-no-graphics.exe lstopo.exe lstopo-win.exe '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin'
[MinGW] libtool: install: /usr/bin/install -c .libs/lstopo-no-graphics.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/lstopo-no-graphics.exe
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: _MSC_VER;__HP_cc...
[MinGW] libtool: install: /usr/bin/install -c .libs/lstopo.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/lstopo.exe
[MinGW] libtool: install: /usr/bin/install -c .libs/lstopo-win.exe /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/lstopo-win.exe
[MinGW] make  install-exec-hook
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW] rm -f /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-ls.exe
[MinGW] cd /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin && cp -pR lstopo-no-graphics.exe hwloc-ls.exe
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1'
[MinGW]  /usr/bin/install -c -m 644 lstopo-no-graphics.1 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1'
[MinGW] make  install-data-hook
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW] rm -f /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-ls.1
[MinGW] cd /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1 && cp -pR lstopo-no-graphics.1 hwloc-ls.1
[MinGW] rm -f /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/lstopo.1
[MinGW] cd /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1 && cp -pR lstopo-no-graphics.1 lstopo.1
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils/lstopo'
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils'
[MinGW] make[3]: Nothing to be done for 'install-exec-am'.
[MinGW] make[3]: Nothing to be done for 'install-data-am'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/utils'
[MinGW] Making install in tests
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] Making install in .
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] make[3]: Nothing to be done for 'install-exec-am'.
[MinGW] make[3]: Nothing to be done for 'install-data-am'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] Making install in ports
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/ports'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/ports'
[MinGW] make[3]: Nothing to be done for 'install-exec-am'.
[MinGW] make[3]: Nothing to be done for 'install-data-am'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/ports'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/ports'
[MinGW] Making install in xml
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/xml'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/xml'
[MinGW] make[3]: Nothing to be done for 'install-exec-am'.
[MinGW] make[3]: Nothing to be done for 'install-data-am'.
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/xml'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests/xml'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/tests'
[MinGW] Making install in contrib/systemd
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/contrib/systemd'
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/contrib/systemd'
[MinGW] make[2]: Nothing to be done for 'install-exec-am'.
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/contrib/systemd'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/contrib/systemd'
[MinGW] Making install in doc
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make  install-recursive
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: __GNUC__...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: __GNUC_____...
[SonarQube Scanner] Checking utils/hwloc/hwloc-info.c: c_plusplus...
[SonarQube Scanner] 79/90 files checked 94% done
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] Making install in examples
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc/examples'
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc/examples'
[MinGW] make[4]: Nothing to be done for 'install-exec-am'.
[MinGW] make[4]: Nothing to be done for 'install-data-am'.
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc/examples'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc/examples'
[MinGW] make[3]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make[4]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make[4]: Nothing to be done for 'install-exec-am'.
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_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_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 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_snprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_sscanf.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../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_weight.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_xor.3 ../../doc/doxygen-doc/man/man3/hwloc_bitmap_zero.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_configuration.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_ignore_type.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_ignore_type_keep_structure.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_ignore_all_keep_structure.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 ../../doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_ICACHES.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_set_pid.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_fsroot.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_set_custom.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_set_distance_matrix.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_topology_set_userdata.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_get_userdata.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_check.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_opencl.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_custom.3 ../../doc/doxygen-doc/man/man3/hwloc_custom_insert_topology.3 ../../doc/doxygen-doc/man/man3/hwloc_custom_insert_group_object_by_parent.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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 ../../doc/doxygen-doc/man/man3/hwloc_get_hostbridge_by_pcibus.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_AIX_SYS...
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_distances.3 ../../doc/doxygen-doc/man/man3/hwloc_get_whole_distance_matrix_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_whole_distance_matrix_by_type.3 ../../doc/doxygen-doc/man/man3/hwloc_get_distance_matrix_covering_obj_by_depth.3 ../../doc/doxygen-doc/man/man3/hwloc_get_latency.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_to_nodeset_strict.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset_strict.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_online_cpuset.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_linux.3 ../../doc/doxygen-doc/man/man3/hwloc_linux_parse_cpumap_file.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 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_REPLICATE.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_set_membind_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_membind_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_set_proc_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_set_proc_membind_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_proc_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_proc_membind_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_set_area_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_set_area_membind_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_get_area_membind.3 ../../doc/doxygen-doc/man/man3/hwloc_get_area_membind_nodeset.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_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy.3 ../../doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy_nodeset.3 ../../doc/doxygen-doc/man/man3/hwloc_free.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_myriexpress.3 ../../doc/doxygen-doc/man/man3/hwloc_mx_board_get_device_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_mx_endpoint_get_device_cpuset.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_obj_cpuset_snprintf.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_type_sscanf.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_FREEBSD_SYS...
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_CACHE.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_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_SYSTEM.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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_memory_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_attr_u.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_distances_s.3 ../../doc/doxygen-doc/man/man3/hwloc_obj_info_s.3 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/man/man3/hwlocality_tinker.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object_by_cpuset.3 ../../doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object_by_parent.3 ../../doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.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 '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /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_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/doc/hwloc'
[MinGW]  /usr/bin/install -c -m 644 ../../doc/doxygen-doc/hwloc-a4.pdf ../../doc/doxygen-doc/hwloc-letter.pdf '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/doc/hwloc'
[MinGW] make[4]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make[3]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/doc'
[MinGW] make[1]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64'
[MinGW] make[2]: Entering directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64'
[MinGW] make[2]: Nothing to be done for 'install-exec-am'.
[MinGW] sed -e 's/$/'$'\015'/ < ../README > /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/README.txt
[MinGW] sed -e 's/$/'$'\015'/ < ../NEWS > /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/NEWS.txt
[MinGW] sed -e 's/$/'$'\015'/ < ../COPYING > /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/COPYING.txt
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/hwloc'
[MinGW]  /usr/bin/install -c -m 644 ../contrib/hwloc-valgrind.supp '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/hwloc'
[MinGW]  /usr/bin/mkdir -p '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/pkgconfig'
[MinGW]  /usr/bin/install -c -m 644 hwloc.pc '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/pkgconfig'
[MinGW] make[2]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64'
[MinGW] make[1]: Leaving directory '/c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64'
[MinGW] +++ head config.log
[MinGW] +++ sed -r -n -e 's/.*--prefix=([^ ]+).*/\1/p'
[MinGW] ++ basename /c/Builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-mingw/hwloc-v1.11-20190314.0500.git550b2be/build64/../hwloc-win64-build-v1.11-20190314.0500.git550b2be
[MinGW] + winball=hwloc-win64-build-v1.11-20190314.0500.git550b2be
[MinGW] + cd ..
[MinGW] + zip -r ../hwloc-win64-build-v1.11-20190314.0500.git550b2be.zip hwloc-win64-build-v1.11-20190314.0500.git550b2be
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_HAVE_CLZ...
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-annotate.exe (deflated 72%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler-remote (deflated 56%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-assembler.exe (deflated 73%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-bind.exe (deflated 72%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-calc.exe (deflated 71%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-compress-dir (deflated 69%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-diff.exe (deflated 73%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-distances.exe (deflated 73%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-distrib.exe (deflated 72%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-info.exe (deflated 72%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-ls.exe (deflated 71%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/hwloc-patch.exe (deflated 73%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/libhwloc-5.dll (deflated 68%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/lstopo-no-graphics.exe (deflated 71%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/lstopo-win.exe (deflated 71%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/bin/lstopo.exe (deflated 71%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/COPYING.txt (deflated 56%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/autogen/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/autogen/config.h (deflated 72%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/bitmap.h (deflated 76%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/cuda.h (deflated 69%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/cudart.h (deflated 65%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/deprecated.h (deflated 63%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/diff.h (deflated 74%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/gl.h (deflated 70%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/helper.h (deflated 81%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/inlines.h (deflated 74%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/intel-mic.h (deflated 59%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/myriexpress.h (deflated 64%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/nvml.h (deflated 65%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/opencl.h (deflated 67%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/openfabrics-verbs.h (deflated 64%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/plugins.h (deflated 68%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc/rename.h (deflated 84%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/include/hwloc.h (deflated 78%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.a (deflated 65%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.def (deflated 75%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.dll.a (deflated 93%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.exp (deflated 78%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.la (deflated 44%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.lib (deflated 87%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/pkgconfig/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/pkgconfig/hwloc.pc (deflated 36%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/NEWS.txt (deflated 69%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/README.txt (deflated 51%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/doc/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/doc/hwloc/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/doc/hwloc/hwloc-a4.pdf (deflated 57%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/doc/hwloc/hwloc-letter.pdf (deflated 57%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/hwloc/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/hwloc/hwloc-valgrind.supp (deflated 65%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/hwloc/hwloc.dtd (deflated 72%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-annotate.1 (deflated 60%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-assembler-remote.1 (deflated 60%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-assembler.1 (deflated 57%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-bind.1 (deflated 65%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-calc.1 (deflated 66%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-compress-dir.1 (deflated 58%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-diff.1 (deflated 61%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-distances.1 (deflated 59%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-distrib.1 (deflated 62%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-info.1 (deflated 63%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-ls.1 (deflated 68%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/hwloc-patch.1 (deflated 61%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/lstopo-no-graphics.1 (deflated 68%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man1/lstopo.1 (deflated 68%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_advanced_io.3 (deflated 77%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_api_version.3 (deflated 51%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_bitmap.3 (deflated 80%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_configuration.3 (deflated 75%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_cpubinding.3 (deflated 73%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_creation.3 (deflated 68%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_cuda.3 (deflated 74%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_cudart.3 (deflated 70%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_custom.3 (deflated 67%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_diff.3 (deflated 77%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_distances.3 (deflated 73%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_gl.3 (deflated 72%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_glibc_sched.3 (deflated 66%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_ancestors.3 (deflated 70%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_distribute.3 (deflated 57%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_find_cache.3 (deflated 64%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_find_covering.3 (deflated 76%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_find_inside.3 (deflated 83%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_find_misc.3 (deflated 70%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_nodeset_convert.3 (deflated 73%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_helper_topology_sets.3 (deflated 85%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_info_attr.3 (deflated 53%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_intel_mic.3 (deflated 60%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_levels.3 (deflated 77%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_linux.3 (deflated 67%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_linux_libnuma_bitmask.3 (deflated 72%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_linux_libnuma_ulongs.3 (deflated 76%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_membinding.3 (deflated 83%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_myriexpress.3 (deflated 67%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_nvml.3 (deflated 68%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_objects.3 (deflated 58%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_object_sets.3 (deflated 63%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_object_strings.3 (deflated 68%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_object_types.3 (deflated 68%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_opencl.3 (deflated 68%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_openfabrics.3 (deflated 69%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_syntheticexport.3 (deflated 59%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_tinker.3 (deflated 68%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwlocality_xmlexport.3 (deflated 75%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_alloc.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_alloc_membind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_alloc_membind_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_alloc_membind_policy.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_alloc_membind_policy_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_API_VERSION.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_allbut.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_alloc.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_alloc_full.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_and.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_andnot.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_asprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_clr.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_clr_range.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_compare.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_compare_first.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_copy.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_dup.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_fill.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_first.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_foreach_begin.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_foreach_end.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_free.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_from_ith_ulong.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_from_ulong.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_intersects.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_isequal.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_isfull.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_isincluded.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_isset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_iszero.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_last.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_list_asprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_list_snprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_list_sscanf.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_next.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_not.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_only.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_or.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_set.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_set_ith_ulong.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_set_range.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_singlify.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_snprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_sscanf.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_taskset_asprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_taskset_snprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_taskset_sscanf.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_to_ith_ulong.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_to_ulong.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_weight.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_xor.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bitmap_zero.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_bridge_covers_pcibus.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_compare_types.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_compare_types_e.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_const_bitmap_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_const_cpuset_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_const_nodeset_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpubind_flags_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_CPUBIND_NOMEMBIND.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_CPUBIND_PROCESS.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_CPUBIND_STRICT.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_CPUBIND_THREAD.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_from_glibc_sched_affinity.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_from_linux_libnuma_bitmask.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_from_linux_libnuma_ulongs.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_from_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_from_nodeset_strict.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_to_glibc_sched_affinity.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_to_linux_libnuma_bitmask.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_to_linux_libnuma_ulongs.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_to_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cpuset_to_nodeset_strict.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cudart_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cudart_get_device_osdev_by_index.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cudart_get_device_pcidev.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cudart_get_device_pci_ids.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cuda_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cuda_get_device_osdev.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cuda_get_device_osdev_by_index.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cuda_get_device_pcidev.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_cuda_get_device_pci_ids.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_custom_insert_group_object_by_parent.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_custom_insert_topology.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_distances_s.3 (deflated 57%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_distrib.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_distrib_flags_e.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_DISTRIB_FLAG_REVERSE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_export_obj_userdata.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_export_obj_userdata_base64.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_free.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_free_xmlbuffer.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_ancestor_obj_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_ancestor_obj_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_api_version.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_area_membind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_area_membind_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_area_memlocation.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_cache_covering_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_cache_type_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_child_covering_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_closest_objs.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_common_ancestor_obj.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_depth_type.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_distance_matrix_covering_obj_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_first_largest_obj_inside_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_hostbridge_by_pcibus.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_largest_objs_inside_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_last_cpu_location.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_latency.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_membind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_membind_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_nbobjs_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_nbobjs_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_nbobjs_inside_cpuset_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_nbobjs_inside_cpuset_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_bridge.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_child.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_obj_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_obj_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_obj_covering_cpuset_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_obj_covering_cpuset_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_obj_inside_cpuset_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_obj_inside_cpuset_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_osdev.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_next_pcidev.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_non_io_ancestor_obj.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_below_array_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_below_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_covering_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_index_inside_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_inside_cpuset_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_obj_inside_cpuset_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_pcidev_by_busid.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_pcidev_by_busidstring.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_proc_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_proc_last_cpu_location.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_proc_membind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_proc_membind_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_pu_obj_by_os_index.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_root_obj.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_shared_cache_covering_obj.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_thread_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_type_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_type_depth_e.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_type_or_above_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_type_or_below_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_whole_distance_matrix_by_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_get_whole_distance_matrix_by_type.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_gl_get_display_by_osdev.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_gl_get_display_osdev_by_name.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_gl_get_display_osdev_by_port_device.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_ibv_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_ibv_get_device_osdev.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_ibv_get_device_osdev_by_name.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_intel_mic_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_intel_mic_get_device_osdev_by_index.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_linux_get_tid_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_linux_get_tid_last_cpu_location.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_linux_parse_cpumap_file.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_linux_set_tid_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_BIND.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_BYNODESET.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_DEFAULT.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_FIRSTTOUCH.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_membind_flags_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_INTERLEAVE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_MIGRATE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_MIXED.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_NEXTTOUCH.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_NOCPUBIND.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_membind_policy_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_PROCESS.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_REPLICATE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_STRICT.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_MEMBIND_THREAD.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_mx_board_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_mx_endpoint_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nodeset_from_linux_libnuma_bitmask.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nodeset_from_linux_libnuma_ulongs.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nodeset_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nodeset_to_linux_libnuma_bitmask.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nodeset_to_linux_libnuma_ulongs.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nvml_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nvml_get_device_osdev.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_nvml_get_device_osdev_by_index.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj.3 (deflated 74%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_add_info.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_attr_snprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_attr_u.3 (deflated 71%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_attr_u_hwloc_bridge_attr_s.3 (deflated 70%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 (deflated 58%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 (deflated 41%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_attr_u_hwloc_osdev_attr_s.3 (deflated 42%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 (deflated 72%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_BRIDGE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_BRIDGE_HOST.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_BRIDGE_PCI.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_bridge_type_e.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_bridge_type_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_CACHE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_CACHE_DATA.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_CACHE_INSTRUCTION.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_cache_type_e.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_cache_type_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_CACHE_UNIFIED.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_CORE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_cpuset_snprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_get_info_by_name.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_GROUP.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_info_s.3 (deflated 42%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_is_in_subtree.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_MACHINE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_memory_s.3 (deflated 59%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 (deflated 52%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_MISC.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_NUMANODE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_OSDEV_BLOCK.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_OSDEV_COPROC.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_OSDEV_DMA.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_OSDEV_GPU.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_OSDEV_NETWORK.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_OSDEV_OPENFABRICS.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_osdev_type_e.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_osdev_type_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_OS_DEVICE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_PACKAGE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_PCI_DEVICE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_PU.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_OBJ_SYSTEM.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_type_snprintf.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_type_sscanf.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_type_string.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_obj_type_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_opencl_get_device_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_opencl_get_device_osdev.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_opencl_get_device_osdev_by_index.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_restrict_flags_e.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_IO.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_area_membind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_area_membind_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_membind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_membind_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_proc_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_proc_membind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_proc_membind_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_set_thread_cpubind.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_check.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_cpubind_support.3 (deflated 76%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_destroy.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_apply.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_apply_flags_e.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_build.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_destroy.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_export_xml.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_export_xmlbuffer.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_load_xml.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_load_xmlbuffer.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_obj_attr_type_e.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_obj_attr_u.3 (deflated 69%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_type_e.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_diff_u.3 (deflated 66%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_discovery_support.3 (deflated 41%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_dup.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_export_synthetic.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_export_xml.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_export_xmlbuffer.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_flags_e.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_FLAG_ICACHES.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_allowed_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_allowed_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_complete_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_complete_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_depth.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_flags.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_online_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_topology_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_topology_nodeset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_get_userdata.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_ignore_all_keep_structure.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_ignore_type.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_ignore_type_keep_structure.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_init.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_insert_misc_object_by_cpuset.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_insert_misc_object_by_parent.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_is_thissystem.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_load.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_membind_support.3 (deflated 78%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_restrict.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_custom.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_distance_matrix.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_flags.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_fsroot.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_pid.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_synthetic.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_userdata.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_userdata_export_callback.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_userdata_import_callback.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_xml.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_set_xmlbuffer.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_support.3 (deflated 57%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/hwloc_topology_t.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TYPE_DEPTH_BRIDGE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TYPE_DEPTH_MULTIPLE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TYPE_DEPTH_OS_DEVICE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TYPE_DEPTH_PCI_DEVICE.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TYPE_DEPTH_UNKNOWN.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man3/HWLOC_TYPE_UNORDERED.3 (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man7/ (stored 0%)
[MinGW]   adding: hwloc-win64-build-v1.11-20190314.0500.git550b2be/share/man/man7/hwloc.7 (deflated 62%)
[MinGW] + test -f hwloc-win64-build-v1.11-20190314.0500.git550b2be/lib/libhwloc.lib
[MinGW] + build64/utils/lstopo/lstopo-no-graphics -v
[MinGW] Machine (P#0 total=1085824KB Backend=Windows hwlocVersion=v1.11-20190314.0500.git550b2be ProcessName=lstopo-no-graphics.exe)
[MinGW]   NUMANode L#0 (P#0 local=1085824KB total=1085824KB)
[MinGW]     Package L#0 (P#0 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3)
[MinGW]       L2Cache L#0 (size=4096KB linesize=64 ways=16 Inclusive=0)
[MinGW]         L1dCache L#0 (size=32KB linesize=64 ways=8 Inclusive=0)
[MinGW]           L1iCache L#0 (size=32KB linesize=64 ways=8 Inclusive=0)
[MinGW]             Core L#0
[MinGW]               PU L#0 (P#0)
[MinGW]     Package L#1 (P#1 CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=94 CPUModel="Intel Core Processor (Skylake, IBRS)" CPUStepping=3)
[MinGW]       L2Cache L#1 (size=4096KB linesize=64 ways=16 Inclusive=0)
[MinGW]         L1dCache L#1 (size=32KB linesize=64 ways=8 Inclusive=0)
[MinGW]           L1iCache L#1 (size=32KB linesize=64 ways=8 Inclusive=0)
[MinGW]             Core L#1
[MinGW]               PU L#1 (P#1)
[MinGW] depth 0:	1 Machine (type #1)
[MinGW]  depth 1:	1 NUMANode (type #2)
[MinGW]   depth 2:	2 Package (type #3)
[MinGW]    depth 3:	2 L2Cache (type #4)
[MinGW]     depth 4:	2 L1dCache (type #4)
[MinGW]      depth 5:	2 L1iCache (type #4)
[MinGW]       depth 6:	2 Core (type #5)
[MinGW]        depth 7:	2 PU (type #6)
[MinGW] + build64/utils/hwloc/hwloc-info --support
[MinGW] discovery:pu = 1
[MinGW] cpubind:set_thisproc_cpubind = 1
[MinGW] cpubind:get_thisproc_cpubind = 1
[MinGW] cpubind:set_proc_cpubind = 1
[MinGW] cpubind:get_proc_cpubind = 1
[MinGW] cpubind:set_thisthread_cpubind = 1
[MinGW] cpubind:get_thisthread_cpubind = 1
[MinGW] cpubind:set_thread_cpubind = 1
[MinGW] cpubind:get_thread_cpubind = 1
[MinGW] cpubind:get_thisproc_last_cpu_location = 0
[MinGW] cpubind:get_proc_last_cpu_location = 0
[MinGW] cpubind:get_thisthread_last_cpu_location = 1
[MinGW] membind:set_thisproc_membind = 1
[MinGW] membind:get_thisproc_membind = 1
[MinGW] membind:set_proc_membind = 1
[MinGW] membind:get_proc_membind = 1
[MinGW] membind:set_thisthread_membind = 1
[MinGW] membind:get_thisthread_membind = 1
[MinGW] membind:set_area_membind = 0
[MinGW] membind:get_area_membind = 0
[MinGW] membind:alloc_membind = 1
[MinGW] membind:firsttouch_membind = 0
[MinGW] membind:bind_membind = 1
[MinGW] membind:interleave_membind = 0
[MinGW] membind:nexttouch_membind = 0
[MinGW] membind:migrate_membind = 0
[MinGW] membind:get_area_memlocation = 1
[MinGW] + test x1 = x1
[MinGW] + cd ..
[MinGW] + PATH='/bin:/usr/bin:/c/Program Files (x86)/Java/jre1.8.0_151/bin:/c/Program Files (x86)/Mozilla Firefox:/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_151/bin'
[MinGW] + exit 0
[MinGW] 
[MinGW] C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA\check-mingw>if 0 NEQ 0 exit /b 0 
[MinGW] 
[MinGW] C:\Builds\workspace\extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA\check-mingw>exit /b 0 
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_HAVE_WINDOWS_H...
[Pipeline] [MinGW] archiveArtifacts
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_HPUX_SYS...
[MinGW] Archiving artifacts
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: __GNUC__...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: __GNUC_____...
[SonarQube Scanner] Checking utils/hwloc/hwloc-patch.c: c_plusplus...
[SonarQube Scanner] 80/90 files checked 95% done
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HAVE_DECL_MODFF=0...
[MinGW] Recording fingerprints
[Pipeline] [MinGW] deleteDir
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HAVE_DIRENT_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[Pipeline] [MinGW] }
[Pipeline] [MinGW] // dir
[Pipeline] [MinGW] }
[Pipeline] [MinGW] // node
[Pipeline] [MinGW] }
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_LINUX_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: __GNUC__...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: __GNUC_____...
[SonarQube Scanner] Checking utils/hwloc/hwloc-ps.c: c_plusplus...
[SonarQube Scanner] 81/90 files checked 96% done
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HAVE_NL_LANGINFO...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HAVE_PUTWC...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HAVE_PUTWC;_MSC_VER;__MINGW32__...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HAVE_LIBTERMCAP...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HAVE_LIBTERMCAP;HWLOC_USE_NCURSES...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: __GNUC__...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: __GNUC_____...
[SonarQube Scanner] Checking utils/lstopo/lstopo-ascii.c: c_plusplus...
[SonarQube Scanner] 82/90 files checked 97% done
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: CAIRO_HAS_PDF_SURFACE...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: CAIRO_HAS_PDF_SURFACE;CAIRO_HAS_PNG_FUNCTIONS;CAIRO_HAS_PS_SURFACE;CAIRO_HAS_SVG_SURFACE;CAIRO_HAS_PDF_SURFACE;CAIRO_HAS_PNG_FUNCTIONS;CAIRO_HAS_PS_SURFACE;CAIRO_HAS_SVG_SURFACE;CAIRO_HAS_XLIB_SURFACE...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: CAIRO_HAS_PDF_SURFACE;CAIRO_HAS_PNG_FUNCTIONS;CAIRO_HAS_PS_SURFACE;CAIRO_HAS_SVG_SURFACE;CAIRO_HAS_XLIB_SURFACE...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: CAIRO_HAS_PNG_FUNCTIONS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: CAIRO_HAS_PS_SURFACE...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: CAIRO_HAS_SVG_SURFACE...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: CAIRO_HAS_XLIB_SURFACE...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: __GNUC__...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: __GNUC_____...
[SonarQube Scanner] Checking utils/lstopo/lstopo-cairo.c: c_plusplus...
[SonarQube Scanner] 83/90 files checked 97% done
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: __GNUC__...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: __GNUC_____...
[SonarQube Scanner] Checking utils/lstopo/lstopo-color.c: c_plusplus...
[SonarQube Scanner] 84/90 files checked 97% done
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HAVE_STRFTIME...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: HWLOC_WIN_SYS;__CYGWIN__...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: __GNUC__...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: __GNUC_____...
[SonarQube Scanner] Checking utils/lstopo/lstopo-draw.c: c_plusplus...
[SonarQube Scanner] 85/90 files checked 98% done
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: __GNUC__...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: __GNUC_____...
[SonarQube Scanner] Checking utils/lstopo/lstopo-fig.c: c_plusplus...
[SonarQube Scanner] 86/90 files checked 98% done
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: __GNUC__...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: __GNUC_____...
[SonarQube Scanner] Checking utils/lstopo/lstopo-text.c: c_plusplus...
[SonarQube Scanner] 87/90 files checked 98% done
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HAVE_UNISTD_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: __GNUC__...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: __GNUC_____...
[SonarQube Scanner] Checking utils/lstopo/lstopo-windows.c: c_plusplus...
[SonarQube Scanner] 88/90 files checked 99% done
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: __GNUC__...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: __GNUC_____...
[SonarQube Scanner] Checking utils/lstopo/lstopo-xml.c: c_plusplus...
[SonarQube Scanner] 89/90 files checked 99% done
[SonarQube Scanner] Checking utils/lstopo/lstopo.c ...
[SonarQube Scanner] Defines: hwloc_getpagesize=getpagesize;MAP_ANONYMOUS=0x20;hwloc_thread_t=pthread_t;SYS_gettid=128
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: CAIRO_HAS_PDF_SURFACE;LSTOPO_HAVE_GRAPHICS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: CAIRO_HAS_PNG_FUNCTIONS;LSTOPO_HAVE_GRAPHICS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: CAIRO_HAS_PS_SURFACE;LSTOPO_HAVE_GRAPHICS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: CAIRO_HAS_SVG_SURFACE;LSTOPO_HAVE_GRAPHICS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: CAIRO_HAS_XLIB_SURFACE;HWLOC_HAVE_X11_KEYSYM;LSTOPO_HAVE_GRAPHICS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HAVE_CLOCK_GETTIME...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HAVE_CLOCK_GETTIME;__MINGW32__...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HAVE_DIRENT_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HAVE_DIRENT_H;HWLOC_LINUX_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HAVE_SETLOCALE...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HAVE_TIME_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_HAVE_CAIRO;LSTOPO_HAVE_GRAPHICS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_LINUX_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: HWLOC_WIN_SYS;LSTOPO_HAVE_GRAPHICS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: LSTOPO_HAVE_GRAPHICS...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: __GNUC__...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: __GNUC_____...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: __MINGW32__...
[SonarQube Scanner] Checking utils/lstopo/lstopo.c: c_plusplus...
[SonarQube Scanner] 90/90 files checked 100% done
[SonarQube Scanner] + DEFINITIONS='-DR_THREAD=6 -DP_DEFAULT=0 -DR_L2CSDL=11 -DR_PCORESDL=12 -DR_REF1SDL=13'
[SonarQube Scanner] + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc -DR_THREAD=6 -DP_DEFAULT=0 -DR_L2CSDL=11 -DR_PCORESDL=12 -DR_REF1SDL=13 src/topology-aix.c -Itests/ports/include/aix
[SonarQube Scanner] Checking src/topology-aix.c ...
[SonarQube Scanner] Defines: R_THREAD=6;P_DEFAULT=0;R_L2CSDL=11;R_PCORESDL=12;R_REF1SDL=13
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/ports/include/aix/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-aix.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-aix.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/topology-aix.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-aix.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/topology-aix.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-aix.c: HAVE_DECL__SC_LARGE_PAGESIZE...
[SonarQube Scanner] Checking src/topology-aix.c: HAVE_DIRENT_H...
[SonarQube Scanner] Checking src/topology-aix.c: HAVE_UNISTD_H...
[SonarQube Scanner] Checking src/topology-aix.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_BITS_PER_LONG=64...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_HAVE_PTHREAD_GETTHRDS_NP...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-aix.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-aix.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-aix.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-aix.c: __GNUC_____...
[SonarQube Scanner] Checking src/topology-aix.c: c_plusplus...
[SonarQube Scanner] Checking src/topology-aix.c: hwloc_thread_t...
[SonarQube Scanner] + DEFINITIONS=
[SonarQube Scanner] + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc src/topology-bgq.c -Itests/ports/include/bgq
[SonarQube Scanner] Checking src/topology-bgq.c ...
[SonarQube Scanner] Defines: 
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/ports/include/bgq/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-bgq.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-bgq.c: HAVE_DECL_PTHREAD_GETAFFINITY_NP=0;HAVE_DECL_PTHREAD_SETAFFINITY_NP=0...
[SonarQube Scanner] Checking src/topology-bgq.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-bgq.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-bgq.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-bgq.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-bgq.c: c_plusplus...
[SonarQube Scanner] Checking src/topology-bgq.c: hwloc_thread_t...
[SonarQube Scanner] + DEFINITIONS=
[SonarQube Scanner] + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc src/topology-darwin.c -Itests/ports/include/darwin
[SonarQube Scanner] Checking src/topology-darwin.c ...
[SonarQube Scanner] Defines: 
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/ports/include/darwin/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-darwin.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-darwin.c: HAVE_DECL__SC_LARGE_PAGESIZE...
[SonarQube Scanner] Checking src/topology-darwin.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-darwin.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-darwin.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-darwin.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-darwin.c: c_plusplus...
[SonarQube Scanner] Checking src/topology-darwin.c: hwloc_thread_t...
[SonarQube Scanner] + DEFINITIONS=-Dhwloc_thread_t=pthread_t
[SonarQube Scanner] + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc -Dhwloc_thread_t=pthread_t src/topology-freebsd.c -Itests/ports/include/freebsd
[SonarQube Scanner] Checking src/topology-freebsd.c ...
[SonarQube Scanner] Defines: hwloc_thread_t=pthread_t
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/ports/include/freebsd/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-freebsd.c: HAVE_CPUSET_SETAFFINITY;HAVE_SYS_CPUSET_H...
[SonarQube Scanner] Checking src/topology-freebsd.c: HAVE_CPUSET_SETAFFINITY;HAVE_SYS_CPUSET_H;HAVE_DECL_PTHREAD_GETAFFINITY_NP...
[SonarQube Scanner] Checking src/topology-freebsd.c: HAVE_CPUSET_SETAFFINITY;HAVE_SYS_CPUSET_H;HAVE_DECL_PTHREAD_SETAFFINITY_NP...
[SonarQube Scanner] Checking src/topology-freebsd.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-freebsd.c: HAVE_PTHREAD_NP_H...
[SonarQube Scanner] Checking src/topology-freebsd.c: HAVE_SYSCTL;HAVE_SYS_SYSCTL_H...
[SonarQube Scanner] Checking src/topology-freebsd.c: HAVE_SYS_CPUSET_H...
[SonarQube Scanner] Checking src/topology-freebsd.c: HAVE_SYS_SYSCTL_H...
[SonarQube Scanner] Checking src/topology-freebsd.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-freebsd.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-freebsd.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-freebsd.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-freebsd.c: c_plusplus...
[SonarQube Scanner] + DEFINITIONS='-DMAP_MEM_FIRST_TOUCH=2 -Dhwloc_thread_t=pthread_t'
[SonarQube Scanner] + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc -DMAP_MEM_FIRST_TOUCH=2 -Dhwloc_thread_t=pthread_t src/topology-hpux.c -Itests/ports/include/hpux
[SonarQube Scanner] Checking src/topology-hpux.c ...
[SonarQube Scanner] Defines: MAP_MEM_FIRST_TOUCH=2;hwloc_thread_t=pthread_t
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/ports/include/hpux/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-hpux.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-hpux.c: HAVE_UNISTD_H...
[SonarQube Scanner] Checking src/topology-hpux.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-hpux.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-hpux.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-hpux.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-hpux.c: c_plusplus...
[SonarQube Scanner] + DEFINITIONS=-Dhwloc_thread_t=pthread_t
[SonarQube Scanner] + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc -Dhwloc_thread_t=pthread_t src/topology-osf.c -Itests/ports/include/osf
[SonarQube Scanner] Checking src/topology-osf.c ...
[SonarQube Scanner] Defines: hwloc_thread_t=pthread_t
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/ports/include/osf/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-osf.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-osf.c: HAVE_DECL__SC_LARGE_PAGESIZE...
[SonarQube Scanner] Checking src/topology-osf.c: HAVE_DIRENT_H...
[SonarQube Scanner] Checking src/topology-osf.c: HAVE_UNISTD_H...
[SonarQube Scanner] Checking src/topology-osf.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-osf.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-osf.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-osf.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-osf.c: c_plusplus...
[SonarQube Scanner] + DEFINITIONS=-Dhwloc_thread_t=pthread_t
[SonarQube Scanner] + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc -Dhwloc_thread_t=pthread_t src/topology-netbsd.c -Itests/ports/include/netbsd
[SonarQube Scanner] Checking src/topology-netbsd.c ...
[SonarQube Scanner] Defines: hwloc_thread_t=pthread_t
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/ports/include/netbsd/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-netbsd.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-netbsd.c: HAVE_SYSCTL;HAVE_SYS_SYSCTL_H...
[SonarQube Scanner] Checking src/topology-netbsd.c: HAVE_SYS_SYSCTL_H...
[SonarQube Scanner] Checking src/topology-netbsd.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-netbsd.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-netbsd.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-netbsd.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-netbsd.c: c_plusplus...
[SonarQube Scanner] + DEFINITIONS=-DMADV_ACCESS_LWP=7
[SonarQube Scanner] + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc -DMADV_ACCESS_LWP=7 src/topology-solaris.c src/topology-solaris-chiptype.c -Itests/ports/include/solaris
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c ...
[SonarQube Scanner] Defines: MADV_ACCESS_LWP=7
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/ports/include/solaris/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HAVE_PICL_H...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HAVE_PICL_H;HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HAVE_PICL_H;HWLOC_X86_32_ARCH;HWLOC_X86_64_ARCH...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: __GNUC_____...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: c_plusplus...
[SonarQube Scanner] Checking src/topology-solaris-chiptype.c: hwloc_thread_t...
[SonarQube Scanner] 1/2 files checked 35% done
[SonarQube Scanner] Checking src/topology-solaris.c ...
[SonarQube Scanner] Defines: MADV_ACCESS_LWP=7
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/ports/include/solaris/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-solaris.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-solaris.c: HAVE_DECL_LGRP_LATENCY_COOKIE;HAVE_LIBLGRP...
[SonarQube Scanner] Checking src/topology-solaris.c: HAVE_DECL__SC_LARGE_PAGESIZE;HAVE_LIBLGRP...
[SonarQube Scanner] Checking src/topology-solaris.c: HAVE_DIRENT_H...
[SonarQube Scanner] Checking src/topology-solaris.c: HAVE_LIBKSTAT...
[SonarQube Scanner] Checking src/topology-solaris.c: HAVE_LIBKSTAT;_INT64_TYPE...
[SonarQube Scanner] Checking src/topology-solaris.c: HAVE_LIBLGRP...
[SonarQube Scanner] Checking src/topology-solaris.c: HAVE_UNISTD_H...
[SonarQube Scanner] Checking src/topology-solaris.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-solaris.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-solaris.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-solaris.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-solaris.c: c_plusplus...
[SonarQube Scanner] Checking src/topology-solaris.c: hwloc_thread_t...
[SonarQube Scanner] 2/2 files checked 100% done
[SonarQube Scanner] + DEFINITIONS=-Dhwloc_thread_t=HANDLE
[SonarQube Scanner] + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc -Dhwloc_thread_t=HANDLE src/topology-windows.c -Itests/ports/include/windows
[SonarQube Scanner] Checking src/topology-windows.c ...
[SonarQube Scanner] Defines: hwloc_thread_t=HANDLE
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/ports/include/windows/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-windows.c: HAVE_DECL_FABSF=0...
[SonarQube Scanner] Checking src/topology-windows.c: HAVE_DECL__SC_LARGE_PAGESIZE...
[SonarQube Scanner] Checking src/topology-windows.c: HAVE_LOGICAL_PROCESSOR_RELATIONSHIP...
[SonarQube Scanner] Checking src/topology-windows.c: HAVE_XLOCALE_H...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_AIX_SYS...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_BGQ_SYS...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_DARWIN_SYS...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_FREEBSD_SYS...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_HPUX_SYS...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_NETBSD_SYS...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_OSF_SYS...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_SOLARIS_SYS...
[SonarQube Scanner] Checking src/topology-windows.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-windows.c: SIZEOF_VOID_P=8...
[SonarQube Scanner] Checking src/topology-windows.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-windows.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-windows.c: c_plusplus...
[SonarQube Scanner] + DEFINITIONS=
[SonarQube Scanner] + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc src/topology-cuda.c -Itests/ports/include/cuda
[SonarQube Scanner] Checking src/topology-cuda.c ...
[SonarQube Scanner] Defines: 
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/ports/include/cuda/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-cuda.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/topology-cuda.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-cuda.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/topology-cuda.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-cuda.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-cuda.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-cuda.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-cuda.c: __GNUC_____...
[SonarQube Scanner] Checking src/topology-cuda.c: c_plusplus...
[SonarQube Scanner] Checking src/topology-cuda.c: hwloc_thread_t...
[SonarQube Scanner] + DEFINITIONS=-DNV_CTRL_PCI_DOMAIN=306
[SonarQube Scanner] + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc -DNV_CTRL_PCI_DOMAIN=306 src/topology-gl.c -Itests/ports/include/gl
[SonarQube Scanner] Checking src/topology-gl.c ...
[SonarQube Scanner] Defines: NV_CTRL_PCI_DOMAIN=306
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/ports/include/gl/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-gl.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/topology-gl.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-gl.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/topology-gl.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-gl.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-gl.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-gl.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-gl.c: __GNUC_____...
[SonarQube Scanner] Checking src/topology-gl.c: c_plusplus...
[SonarQube Scanner] Checking src/topology-gl.c: hwloc_thread_t...
[SonarQube Scanner] + DEFINITIONS=
[SonarQube Scanner] + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc src/topology-nvml.c -Itests/ports/include/nvml
[SonarQube Scanner] Checking src/topology-nvml.c ...
[SonarQube Scanner] Defines: 
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/ports/include/nvml/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-nvml.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/topology-nvml.c: HAVE_DECL_NVMLDEVICEGETMAXPCIELINKGENERATION...
[SonarQube Scanner] Checking src/topology-nvml.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-nvml.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/topology-nvml.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-nvml.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-nvml.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-nvml.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-nvml.c: __GNUC_____...
[SonarQube Scanner] Checking src/topology-nvml.c: c_plusplus...
[SonarQube Scanner] Checking src/topology-nvml.c: hwloc_thread_t...
[SonarQube Scanner] + DEFINITIONS='-DCL_DEVICE_BOARD_NAME_AMD=0x4038 -DCL_DEVICE_TOPOLOGY_AMD=0x4037'
[SonarQube Scanner] + cppcheck -v -f --language=c --platform=unix64 --enable=all --xml --xml-version=2 --suppress=purgedConfiguration --suppress=missingIncludeSystem -Iinclude -Isrc -Iutils/lstopo -Iutils/hwloc -DCL_DEVICE_BOARD_NAME_AMD=0x4038 -DCL_DEVICE_TOPOLOGY_AMD=0x4037 src/topology-opencl.c -Itests/ports/include/opencl
[SonarQube Scanner] Checking src/topology-opencl.c ...
[SonarQube Scanner] Defines: CL_DEVICE_BOARD_NAME_AMD=0x4038;CL_DEVICE_TOPOLOGY_AMD=0x4037
[SonarQube Scanner] Includes: -Iinclude/ -Isrc/ -Iutils/lstopo/ -Iutils/hwloc/ -Itests/ports/include/opencl/
[SonarQube Scanner] Platform:unix64
[SonarQube Scanner] Checking src/topology-opencl.c: HAVE_DECL_MODFF=0...
[SonarQube Scanner] Checking src/topology-opencl.c: HAVE_DECL_SNPRINTF=0;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-opencl.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL...
[SonarQube Scanner] Checking src/topology-opencl.c: HAVE_DECL_STRTOULL=0;HAVE_STRTOULL;HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_C_HAVE_VISIBILITY...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_DEBUG...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_HAVE_ATTRIBUTE_CONST...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_HAVE_ATTRIBUTE_DEPRECATED...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_HAVE_ATTRIBUTE_MALLOC...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_HAVE_ATTRIBUTE_MAY_ALIAS...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_HAVE_ATTRIBUTE_PURE...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_HAVE_ATTRIBUTE_UNUSED...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_HAVE_BROKEN_FFS...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_HAVE_CLZ...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_HAVE_CLZL...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_HAVE_FLS...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_HAVE_FLSL...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_HAVE_WINDOWS_H...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_INSIDE_PLUGIN...
[SonarQube Scanner] Checking src/topology-opencl.c: HWLOC_WIN_SYS...
[SonarQube Scanner] Checking src/topology-opencl.c: _MSC_VER;__HP_cc...
[SonarQube Scanner] Checking src/topology-opencl.c: __APPLE__...
[SonarQube Scanner] Checking src/topology-opencl.c: __GNUC__...
[SonarQube Scanner] Checking src/topology-opencl.c: __GNUC_____...
[SonarQube Scanner] Checking src/topology-opencl.c: c_plusplus...
[SonarQube Scanner] Checking src/topology-opencl.c: hwloc_thread_t...
[SonarQube Scanner] ++ 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-netbsd.xml hwloc-cppcheck-nvml.xml hwloc-cppcheck-osf.xml hwloc-cppcheck-solaris.xml hwloc-cppcheck-windows.xml hwloc-cppcheck.xml
[SonarQube Scanner] + CPPCHECK_XMLS='hwloc-cppcheck-aix.xml, hwloc-cppcheck-bgq.xml, hwloc-cppcheck-cuda.xml,
[SonarQube Scanner] hwloc-cppcheck-darwin.xml, hwloc-cppcheck-freebsd.xml, hwloc-cppcheck-gl.xml,
[SonarQube Scanner] hwloc-cppcheck-hpux.xml, hwloc-cppcheck-netbsd.xml, hwloc-cppcheck-nvml.xml,
[SonarQube Scanner] hwloc-cppcheck-osf.xml, hwloc-cppcheck-solaris.xml, hwloc-cppcheck-windows.xml,
[SonarQube Scanner] hwloc-cppcheck.xml'
[SonarQube Scanner] + rats -w 3 --xml src tests utils
[SonarQube Scanner] ++ ls -m hwloc-rats.xml
[SonarQube Scanner] + RATS_XMLS=hwloc-rats.xml
[SonarQube Scanner] + VALGRIND='libtool --mode=execute valgrind --leak-check=full --xml=yes'
[SonarQube Scanner] + libtool --mode=execute valgrind --leak-check=full --xml=yes --xml-file=hwloc-valgrind-local.xml utils/lstopo/lstopo-no-graphics -
[SonarQube Scanner] hwloc x86 backend cannot work under Valgrind, disabling.
[SonarQube Scanner] + libtool --mode=execute valgrind --leak-check=full --xml=yes --xml-file=hwloc-valgrind-xml1.xml utils/lstopo/lstopo-no-graphics -i tests/xml/32em64t-2n8c2t-pci-normalio.xml -.xml
[SonarQube Scanner] ++ ls -m hwloc-valgrind-local.xml hwloc-valgrind-xml1.xml
[SonarQube Scanner] + VALGRIND_XMLS='hwloc-valgrind-local.xml, hwloc-valgrind-xml1.xml'
[SonarQube Scanner] + sed -e '/#define HWLOC_HAVE_ATTRIBUTE/d' -i include/private/autogen/config.h
[SonarQube Scanner] + cat
[SonarQube Scanner] ++ cat /builds/.sonarqube-hwloc-token
[SonarQube Scanner] ++ echo
[SonarQube Scanner] ++ grep '^ '
[SonarQube Scanner] ++ tr '\n' ,
[SonarQube Scanner] ++ gcc -E -Wp,-v -
[SonarQube Scanner] + sonar-scanner -X
[SonarQube Scanner] 05:16:02.758 WARN: SCM provider autodetection failed. No SCM provider claims to support this project. Please use sonar.scm.provider to define SCM of your project.
[SonarQube Scanner] 05:16:03.738 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/pci-common.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.746 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/distances.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.746 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/base64.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.746 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-synthetic.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.747 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/Makefile.am' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.747 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/Makefile.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.748 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.748 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/traversal.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.755 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-pci.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.755 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/diff.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.759 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-custom.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.759 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/hwloc.dtd' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.759 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.760 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-opencl.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.760 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/bitmap.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.761 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-nolibxml.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.761 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/bind.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.762 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/Makefile' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.762 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-noos.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.763 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-x86.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.763 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/components.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.763 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.764 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.764 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/misc.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.765 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.765 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-hardwired.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.766 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups2.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.766 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_cache_covering_cpuset' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.766 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/gl.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.766 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_cache_covering_cpuset.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.766 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bind.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.766 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_first_last_weight.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.766 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_diff.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.767 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.767 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xmlbuffer.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.767 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xmlbuffer.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.767 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_restrict.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.767 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_closest_objs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.768 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_is_thissystem' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.768 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_type_depth.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.768 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_pci_backend.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.768 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_type_depth.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.768 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_string.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.770 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_cache_covering_cpuset.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.770 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.770 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/intel-mic.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.770 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_restrict.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.771 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_last_cpu_location.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.771 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_first_last_weight.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.771 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_diff' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.771 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.771 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/intel-mic' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.771 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_backends.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.771 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.774 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.774 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.775 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_obj_infos' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.775 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_area_memlocation' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.775 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_object_userdata.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.775 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_distances.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.776 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_last_cpu_location.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.776 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_custom' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.776 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/openfabrics-verbs.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.776 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bind.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.776 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_distances.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.776 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/rename/Makefile.am' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.776 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/rename/Makefile.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.777 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/rename/Makefile' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.777 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_first_last_weight.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.777 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/Makefile.am' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.777 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.777 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_closest_objs.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.778 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_below_array_by_type.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.778 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_compare_inclusion.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.778 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_iodevs.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.778 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_list_components.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.778 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_diff.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.778 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bind.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.779 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_inside_cpuset' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.779 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_shared_cache_covering_obj.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.779 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_dup' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.779 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_obj_infos.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.780 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/wrapper.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.780 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_shared_cache_covering_obj' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.780 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/test-suite.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.780 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_inside_cpuset.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.780 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_compare_inclusion.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.780 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/opencl.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.780 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_next_obj_covering_cpuset.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.781 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_dup.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.781 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/Makefile.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.781 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_string.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.781 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_insert_misc.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.781 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_custom.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.782 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/gl.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.782 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_backends' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.782 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.782 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_shared_cache_covering_obj.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.782 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_type_depth' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.782 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_pci_backend.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.783 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_area_memlocation.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.783 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_diff.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.783 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.783 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.console.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.783 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/96em64t-4n4d3ca2co-pci.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.784 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.nocollapse.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.784 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.784 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.console.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.784 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.console.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.784 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16amd64-4distances.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.784 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t-offlines.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.785 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/24em64t-2n6c2t-pci.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.785 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.console.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.785 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.785 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.console.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.785 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.785 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.console.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.786 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-noio.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.786 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16amd64-8n2c-cpusets.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.786 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/Makefile.am' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.786 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.nocollapse.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.786 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-normalio.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.786 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.786 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/test-suite.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.787 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.787 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.787 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/Makefile.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.787 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.787 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16amd64-4distances.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.787 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.788 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-12gr2n8c2t-distancegroups.env' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.788 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-noio.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.788 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-noio.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.788 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.console.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.788 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-nodistancegroups.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.788 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-wholeio.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.788 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.console.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.789 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.console.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.789 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-wholeio.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.789 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/24em64t-2n6c2t-pci.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.789 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.console.env' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.789 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-12gr2n8c2t-distancegroups.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.789 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.console.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.790 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16amd64-4distances.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.790 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16amd64-8n2c-cpusets.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.790 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.console.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.790 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-distancegroups.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.790 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-normalio.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.790 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-distancegroups.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.791 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-noio.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.791 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-12gr2n8c2t-distancegroups.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.791 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.791 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-distancegroups.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.791 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.791 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-normalio.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.792 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/Makefile' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.792 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.792 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-wholeio.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.792 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-noio.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.792 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/test-topology.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.796 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16amd64-8n2c-cpusets.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.796 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-wholeio.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.796 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.nocollapse.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.796 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-distancegroups.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.796 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.796 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.nocollapse.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.797 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.797 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.797 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-12gr2n8c2t-distancegroups.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.797 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-nodistancegroups.env' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.797 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t-offlines.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.797 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.console.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.797 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.console.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.798 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-normalio.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.798 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t-offlines.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.798 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.console.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.798 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.798 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/96em64t-4n4d3ca2co-pci.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.798 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-distancegroups.env' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.798 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.799 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/test-topology.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.799 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.nocollapse.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.799 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.console.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.799 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-nodistancegroups.xml' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.799 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-nodistancegroups.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.805 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/24em64t-2n6c2t-pci.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.805 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.xml.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.805 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/96em64t-4n4d3ca2co-pci.xml.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.805 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_diff.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.805 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/opencl' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.806 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/opencl.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.806 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/openfabrics-verbs.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.806 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_singlify' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.806 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_shared_cache_covering_obj.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.806 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_obj_infos.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.806 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/openfabrics-verbs.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.806 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_custom.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.806 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.807 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_is_thissystem.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.807 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_synthetic.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.807 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_backends.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.807 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux-libnuma.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.807 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_inside_cpuset.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.807 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_synthetic.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.807 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_singlify.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.808 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_largest_objs_inside_cpuset' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.808 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/glibc-sched.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.808 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_is_thissystem.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.808 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bind.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.808 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_last_cpu_location.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.809 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_cache_covering_cpuset.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.809 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_iodevs.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.809 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_below_array_by_type.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.809 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/glibc-sched.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.809 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_type_depth.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.809 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_shared_cache_covering_obj.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.810 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_object_userdata.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.810 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/gl.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.810 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_closest_objs.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.810 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_distances' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.810 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_below_array_by_type.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.810 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_synthetic.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.810 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_obj_infos.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.810 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_next_obj_covering_cpuset.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.815 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_object_userdata' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.815 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_covering_cpuset.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.815 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_closest_objs.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.815 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_list_components.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.815 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.815 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_largest_objs_inside_cpuset.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.815 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/intel-mic.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.816 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xmlbuffer.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.816 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_pci_backend.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.816 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux-libnuma.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.816 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_covering_cpuset' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.816 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_backends.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.816 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_synthetic.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.816 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64fake-4n2s2ca2c2t.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.816 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-2m4c2t.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.817 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_ncaches.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.817 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-4s2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.817 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.817 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co-forcecpuinfo.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.817 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-SNC4-hybrid.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.817 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_ncaches.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.817 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16ia64-8n2s.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.817 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-4c2t.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.818 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nocache.exclude' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.818 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.env' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.818 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.818 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c-buggynuma.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.818 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/28em64t-2s2n7c-buggycoresiblings.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.818 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets_noadmin.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.818 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64amd64-4s2n4ca2co.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.818 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/48amd64-4d2n6c-sparse.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.819 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_ncaches.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.819 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64fake-4n2s2ca2c2t.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.819 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nosys.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.821 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/README' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.821 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2s2c2t.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.821 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.xml.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.821 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32em64t-2n8c+1mic.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.821 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/128ia64-17n4s2c.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.821 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2t-hugepagesizecount.xml.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.821 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.822 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines_noadmin.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.822 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c-buggynuma.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.822 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-4n10c+pci-conflicts.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.822 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4em64t-2c2t-ignore-reorder.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.822 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ia64-4s.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.822 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nosys.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.822 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2amd64-2n.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.822 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nocache.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.824 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c-buggynuma.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.825 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/28em64t-2s2n7c-buggycoresiblings.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.825 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2c-nohugepage.xml.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.825 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2amd64-2n.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.825 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co-forcecpuinfo.env' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.825 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-4c2t.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.825 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines_noadmin.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.825 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.xml.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.825 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c-buggynuma.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.826 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-SNC4-hybrid.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.826 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-4s2c.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.826 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2n2s2c.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.826 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/128ia64-17n4s2c.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.826 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.xml.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.826 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_merge.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.826 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2s390-2c.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.828 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/Makefile.am' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.828 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.828 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2s2c2t.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.828 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16ia64-8n2s.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.828 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32ppc-4n4c2c.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.828 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.828 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.829 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.xml.env' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.829 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-4n4c-cgroup-distance-merge.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.830 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ppc-4c.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.830 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/1alpha.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.830 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/test-suite.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.830 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.830 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/Makefile.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.830 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/24em64t-2n6c2t+2mic.olddriver.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.830 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8amd64-4n2c.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.834 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder-merge.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.834 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2t-hugepagesizecount.xml.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.834 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/28em64t-2s2n7c-buggycoresiblings.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.834 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-4n4c-cgroup-distance-merge.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.835 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.xml.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.835 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s4c-heterogeneous.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.835 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ia64-64n2s2c.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.835 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ppc-4c.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.835 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.835 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2s390-2c.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.835 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32ppc-4n4c2c.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.835 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s4c-heterogeneous.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.835 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64amd64-4s2n4ca2co.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.835 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16ia64-8n2s.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.836 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2ps3-2t.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.836 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.836 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2arm-2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.836 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2n2s2c.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.836 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-A2A-cache.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.836 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/1alpha.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.836 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2arm-2c.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.836 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nosys.exclude' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.837 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2amd64-2n.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.837 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-2g2n4c+pci.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.840 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-SNC4-hybrid.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.840 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4qs22-2s2t.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.840 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ia64-4s.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.840 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2s2c2t.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.840 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.840 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.xml.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.840 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2t-hugepagesizecount.xml.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.840 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.xml.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.841 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.841 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64amd64-4s2n4ca2co.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.841 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder-merge.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.841 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nocache.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.841 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2t-hugepagesizecount.xml.env' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.841 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8amd64-4n2c.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.841 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.841 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder-merge.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.842 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder-merge.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.842 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2ps3-2t.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.842 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ia64-4s.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.842 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-4n10c+pci-conflicts.env' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.842 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64fake-4n2s2ca2c2t.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.842 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-2m4c2t.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.842 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.xml.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.842 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.xml.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.842 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/20s390-2g6s4c.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.845 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64amd64-4s2n4ca2co.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.845 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32em64t-2n8c+1mic.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.845 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2t-hugepagesizecount.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.845 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nosys.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.845 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16ia64-8n2s.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.845 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32em64t-2n8c+1mic.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.845 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.xml.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.845 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.845 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2amd64-2n.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.845 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2n2s2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.846 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/24em64t-2n6c2t+2mic.olddriver.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.846 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-4s2c.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.846 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-2g2n4c+pci.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.846 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets_noadmin.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.846 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2ps3-2t.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.846 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.846 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-4n4c-cgroup-distance-merge.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.846 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2s390-2c.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.846 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.846 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ppc-4c.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.847 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2s2c2t.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.850 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32em64t-2n8c+1mic.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.850 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-2g2n4c+pci.env' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.850 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.xml.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.851 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.xml.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.851 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.xml.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.851 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/Makefile' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.851 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.xml.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.851 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.851 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.xml.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.851 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.851 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4qs22-2s2t.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.851 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s4c-heterogeneous.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.851 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nocache.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.852 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32em64t-2n8c+1mic.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.852 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.852 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co-forcecpuinfo.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.852 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_ncaches.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.852 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/1alpha.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.852 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/test-topology.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.852 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2c-nohugepage.xml.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.852 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ia64-64n2s2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.852 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-SNC4-hybrid.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.852 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/20s390-2g6s4c.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.853 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s4c-heterogeneous.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.853 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/Makefile.am' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.853 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test-suite.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.853 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/Makefile.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.853 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test1.synthetic' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.853 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test1.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.853 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/Makefile' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.853 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test1.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.853 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test1.fsroot.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.853 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test-topology.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.853 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test1.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.854 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test-topology.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.854 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test1.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.854 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ia64-64n2s2c.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.854 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.855 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4qs22-2s2t.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.855 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2c-nohugepage.xml.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.855 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8amd64-4n2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.855 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2ps3-2t.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.855 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2s390-2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.855 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2arm-2c.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.855 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.xml.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.856 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.xml.env' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.856 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-2g2n4c+pci.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.856 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co-forcecpuinfo.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.856 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets_noadmin.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.856 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_merge.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.856 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-4n4c-cgroup-distance-merge.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.856 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.857 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ia64-64n2s2c.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.857 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2n2s2c.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.857 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.xml.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.857 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.857 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/24em64t-2n6c2t+2mic.olddriver.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.857 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_merge.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.860 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/24em64t-2n6c2t+2mic.olddriver.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.860 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co-forcecpuinfo.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.860 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.xml.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.860 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_merge.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.860 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4em64t-2c2t-ignore-reorder.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.860 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2c-nohugepage.xml.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.860 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/48amd64-4d2n6c-sparse.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.860 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_ncaches.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.860 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-A2A-cache.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.860 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-2g2n4c+pci.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.861 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2arm-2c.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.861 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-4n10c+pci-conflicts.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.861 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/test-gather-topology.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.861 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/Makefile.am' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.866 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/test-suite.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.867 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/Makefile.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.867 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/test-gather-topology.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.867 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/Makefile' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.867 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/test-gather-topology.sh.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.867 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/test-gather-topology.sh.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.867 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.867 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-4n4c-cgroup-distance-merge.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.867 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4em64t-2c2t-ignore-reorder.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.868 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.xml.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.868 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/48amd64-4d2n6c-sparse.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.868 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.868 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nosys.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.868 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-A2A-cache.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.868 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.868 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-4n10c+pci-conflicts.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.868 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-2m4c2t.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.868 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/1alpha.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.868 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ppc-4c.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.868 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32ppc-4n4c2c.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.868 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder-merge.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.869 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines_noadmin.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.869 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines_noadmin.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.869 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.869 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets_noadmin.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.869 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.869 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.869 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/20s390-2g6s4c.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.869 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.869 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-4n10c+pci-conflicts.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.869 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.xml.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.869 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines_noadmin.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.869 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-2g2n4c+pci.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.870 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/20s390-2g6s4c.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.870 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/test-topology.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.870 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-A2A-cache.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.870 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2t-hugepagesizecount.xml.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.870 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.870 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ia64-4s.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.870 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/128ia64-17n4s2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.870 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-4c2t.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.870 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4em64t-2c2t-ignore-reorder.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.870 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.870 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets_noadmin.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.870 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.871 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2c-nohugepage.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.871 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32ppc-4n4c2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.871 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64fake-4n2s2ca2c2t.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.871 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2t-hugepagesizecount.xml.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.871 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-4c2t.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.871 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4qs22-2s2t.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.871 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.xml.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.871 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4em64t-2c2t-ignore-reorder.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.871 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/24em64t-2n6c2t+2mic.olddriver.options' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.871 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nocache.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.871 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.871 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.871 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.872 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.872 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/48amd64-4d2n6c-sparse.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.872 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_merge.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.872 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-4s2c.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.872 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-2m4c2t.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.872 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c.tar.bz2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.872 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/128ia64-17n4s2c.output.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.872 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2c-nohugepage.xml.source' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.872 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/28em64t-2s2n7c-buggycoresiblings.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.872 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8amd64-4n2c.output.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.872 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/opencl.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.872 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_singlify.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.877 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_string.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.877 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_iodevs.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.877 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bind.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.877 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_first_last_weight.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.877 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_singlify.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.877 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_type_depth.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.877 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/Makefile' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.877 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_synthetic.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.878 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_insert_misc.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.878 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/openfabrics-verbs.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.878 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_iodevs.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.878 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_dup.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.878 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_compare_inclusion' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.878 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_compare_inclusion.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.879 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_string' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.879 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/openfabrics-verbs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.879 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_list_components.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.879 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_compare_inclusion.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.879 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_largest_objs_inside_cpuset.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.879 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/gl.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.879 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/opencl.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.879 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_pci_backend' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.880 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_area_memlocation.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.880 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_cache_covering_cpuset.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.880 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.880 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_dup.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.880 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_closest_objs.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.880 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_backends.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.880 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_dup.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.880 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_below_array_by_type.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.881 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_diff.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.881 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_string.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.881 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_list_components' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.881 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_is_thissystem.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.882 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_first_last_weight.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.883 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xmlbuffer.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.883 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_restrict.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.883 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_next_obj_covering_cpuset.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.883 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_covering_cpuset.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.883 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_dup.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.883 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_iodevs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.883 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_list_components.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.883 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_insert_misc.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.883 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_object_userdata.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.883 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_shared_cache_covering_obj.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.884 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_next_obj_covering_cpuset.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.887 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_singlify.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.887 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_inside_cpuset.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.887 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_pci_backend.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.888 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_string.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.888 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_distances.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.888 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_cache_covering_cpuset.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.888 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_largest_objs_inside_cpuset.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.888 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_covering_cpuset.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.888 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_first_last_weight' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.888 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_inside_cpuset.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.888 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_last_cpu_location.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.889 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_next_obj_covering_cpuset.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.889 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_distances.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.889 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_type_depth.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.889 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_is_thissystem.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.889 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/Makefile.am' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.889 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/run-embedded-tests.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.889 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/configure.ac' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.889 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/config/README.txt' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.890 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/autogen.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.890 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/README.txt' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.890 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_restrict.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.890 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_compare_inclusion.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.890 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_synthetic' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.890 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/wrapper.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.890 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_area_memlocation.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.890 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.890 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_restrict.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.891 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xmlbuffer' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.891 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux-libnuma' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.891 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_area_memlocation.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.894 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_area_memlocation.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.894 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_inside_cpuset.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.894 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_insert_misc.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.895 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_below_array_by_type.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.895 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_object_userdata.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.895 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_list_components.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.895 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_below_array_by_type' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.895 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-cuda.la' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.895 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-osf.la' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.895 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_freebsd_la-topology-freebsd.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.895 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-netbsd.la' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.896 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_gl_la-topology-gl.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.896 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/Makefile.am' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.896 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-darwin.la' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.896 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-opencl.la' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.896 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/Makefile.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.896 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-freebsd.la' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.896 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_windows_la-topology-windows.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.897 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_osf_la-topology-osf.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.905 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-windows.la' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.905 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-hpux.la' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.906 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_nvml_la-topology-nvml.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.906 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/Makefile' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.906 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_darwin_la-topology-darwin.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.906 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-nvml.la' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.906 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_cuda_la-topology-cuda.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.906 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-gl.la' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.906 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_netbsd_la-topology-netbsd.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.906 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_hpux_la-topology-hpux.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.906 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-bgq.la' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.907 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_solaris_la-topology-solaris.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.907 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_bgq_la-topology-bgq.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.907 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_solaris_la-topology-solaris-chiptype.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.907 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-solaris.la' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.907 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-aix.la' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.907 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_opencl_la-topology-opencl.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.907 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_aix_la-topology-aix.lo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.907 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/glibc-sched.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.907 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xmlbuffer.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.908 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_custom.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.908 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_backends.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.908 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_largest_objs_inside_cpuset.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.908 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_last_cpu_location' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.908 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_covering_cpuset.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.908 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_covering_cpuset.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.908 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups2.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.911 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/glibc-sched' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.912 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups2.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.914 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_is_thissystem.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.914 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_custom.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.914 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_distances.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.914 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/glibc-sched.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.914 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_pci_backend.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.914 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/openfabrics-verbs.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_insert_misc' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_closest_objs.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux-libnuma.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_last_cpu_location.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux-libnuma.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/opencl.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/gl.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_custom.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_obj_infos.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/intel-mic.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/gl' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_singlify.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/intel-mic.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_object_userdata.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_next_obj_covering_cpuset' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups2.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.915 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_restrict' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.916 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_insert_misc.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.916 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.916 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/glibc-sched.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.916 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_iodevs.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.916 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups2.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.916 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/intel-mic.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.916 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_obj_infos.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.916 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_largest_objs_inside_cpuset.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.916 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux-libnuma.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.916 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bind' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.916 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/Makefile.am' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.916 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/Makefile.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/Makefile' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo.desktop' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-xml.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-xml.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-draw.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-draw.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-no-graphics.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/Makefile.am' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-color.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/test-suite.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-xml.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.917 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/Makefile.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.918 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-draw.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.918 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-text.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.918 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/test-hwloc-ls.sh.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.918 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-color.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.918 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-fig.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.918 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-no-graphics.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.918 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-ascii.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.918 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-text.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.918 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.918 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-color.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.918 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/test-hwloc-ls.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.918 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-fig.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.919 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/test-hwloc-ls.sh.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.919 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-fig.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.919 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/Makefile' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.919 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-cairo.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.919 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-fig.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.919 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-text.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.919 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/test-hwloc-ls.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.919 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-draw.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.919 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.919 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-text.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.920 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-ascii.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.920 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-ascii.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.920 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-color.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.920 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-ascii.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.920 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-text.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.920 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-draw.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.920 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-color.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.920 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-no-graphics' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.920 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/test-hwloc-ls.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-fig.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-ascii.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-xml.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-cairo.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-xml.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-annotate.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-ps.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-patch.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-calc.sh.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-assembler.input2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-gather-topology.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-annotate' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distrib.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.921 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-diff' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.922 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-diff.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.922 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-bind' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.922 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distrib.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.922 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-patch.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.922 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-compress-dir.sh.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.922 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-gather-topology' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.922 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distrib.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.922 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-calc.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.922 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-calc.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.922 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler-remote.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.922 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-info.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.922 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distrib.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.922 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.925 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/Makefile.am' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.925 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-annotate.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.925 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-compress-dir.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.925 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-diff.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.925 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-info.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.925 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-compress-dir.output.tar.gz' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.925 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distances.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.925 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-info.sh.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.925 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-diffpatch.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.925 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-suite.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-diffpatch.sh.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/Makefile.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-compress-dir.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-diff.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-calc.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-compress-dir.input.tar.gz' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distances.sh.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-info.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distances.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-assembler.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-annotate.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-annotate.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-diffpatch.input2' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-info.sh.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-bind.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-calc.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distances.sh.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.926 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-diffpatch.input1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-info.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distrib.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distances.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-assembler.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distrib.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-assembler.sh.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-info.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-annotate.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-annotate.input' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distrib.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-calc.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-calc.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.927 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-diffpatch.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.928 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-ps.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.928 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-diff.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.928 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-fake-plugin.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.928 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distances.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.928 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-patch.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.928 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-diff.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.928 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc.7in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.928 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distrib.sh.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.928 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-assembler.sh.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.928 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-assembler.input1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.928 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/Makefile' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.928 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distrib.sh.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.928 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-patch.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.929 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distances.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.929 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-annotate.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.929 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-bind.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.929 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-annotate.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.929 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc.7' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.929 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler-remote.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.930 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-fake-plugin.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.930 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-info.output' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.930 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-bind.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.930 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-info' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.930 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.930 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-gather-topology.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.930 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.930 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-compress-dir.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.930 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.930 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-patch.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.930 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-compress-dir.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.930 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-calc.sh.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.930 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-ps.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.930 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-calc.sh.in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-calc' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-info.gcda' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-patch' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-info.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler-remote.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-bind.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distances.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distrib.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-gather-topology.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-calc.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distances.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-compress-dir.sh.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distances.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-assembler.sh' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler-remote' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-compress-dir' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distrib' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.931 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-annotate.sh.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.932 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-ps.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.932 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.932 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-diffpatch.sh.trs' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.932 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distances' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.932 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler.o' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.932 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-compress-dir.1' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.932 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-ps' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.932 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.932 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.1in' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.933 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-annotate.gcno' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:03.933 WARN: File '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-annotate.sh.log' is ignored because it doesn't belong to the forced language 'c'
[SonarQube Scanner] 05:16:05.370 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.
[SonarQube Scanner] 05:16:05.370 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.
[SonarQube Scanner] 05:16:05.370 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.
[SonarQube Scanner] 05:16:05.853 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:06.625 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:07.262 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:08.028 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:08.543 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:09.038 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:09.858 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:10.082 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:10.523 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:10.978 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:11.435 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-aix.c:31]: cannot find the sources for '#include <procinfo.h>'
[SonarQube Scanner] 05:16:11.435 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-aix.c:33]: cannot find the sources for '#include <sys/rset.h>'
[SonarQube Scanner] 05:16:11.435 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-aix.c:34]: cannot find the sources for '#include <sys/processor.h>'
[SonarQube Scanner] 05:16:11.436 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-aix.c:35]: cannot find the sources for '#include <sys/thread.h>'
[SonarQube Scanner] 05:16:11.445 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-aix.c:37]: cannot find the sources for '#include <sys/systemcfg.h>'
[SonarQube Scanner] 05:16:11.591 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:11.942 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-bgq.c:15]: cannot find the sources for '#include <spi/include/kernel/location.h>'
[SonarQube Scanner] 05:16:11.942 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-bgq.c:16]: cannot find the sources for '#include <spi/include/kernel/process.h>'
[SonarQube Scanner] 05:16:12.063 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:12.381 WARN: [/usr/include/hwloc/cudart.h:26]: cannot find the sources for '#include <cuda.h> '
[SonarQube Scanner] 05:16:12.381 WARN: [/usr/include/hwloc/cudart.h:27]: cannot find the sources for '#include <cuda_runtime_api.h>'
[SonarQube Scanner] 05:16:12.395 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-cuda.c:16]: cannot find the sources for '#include <cuda_runtime_api.h>'
[SonarQube Scanner] 05:16:12.487 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:12.943 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:13.430 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:13.829 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:14.333 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:14.723 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-gl.c:18]: cannot find the sources for '#include <NVCtrl/NVCtrl.h>'
[SonarQube Scanner] 05:16:14.723 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-gl.c:19]: cannot find the sources for '#include <NVCtrl/NVCtrlLib.h>'
[SonarQube Scanner] 05:16:14.821 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:15.228 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:15.611 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-hpux.c:32]: cannot find the sources for '#include <sys/mpctl.h>'
[SonarQube Scanner] 05:16:15.741 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:16.886 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5561]: skip declaration: static struct hwloc_backend * hwloc_linux_component_instantiate ( struct hwloc_disc_component * component , const void * _data1 , const void * _data2 , const void * _data3 ) {
[SonarQube Scanner] 05:16:16.886 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5569]:    syntax error: if ( ! backend ) goto 
[SonarQube Scanner] 05:16:16.886 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5578]:    syntax error: backend -> 
[SonarQube Scanner] 05:16:16.886 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5579]:    syntax error: backend -> 
[SonarQube Scanner] 05:16:16.886 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5580]:    syntax error: backend -> 
[SonarQube Scanner] 05:16:16.886 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5581]:    syntax error: backend -> 
[SonarQube Scanner] 05:16:16.886 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5582]:    syntax error: backend -> 
[SonarQube Scanner] 05:16:16.886 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5583]:    syntax error: backend -> 
[SonarQube Scanner] 05:16:16.886 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5586]:    syntax error: data -> 
[SonarQube Scanner] 05:16:16.886 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5587]:    syntax error: data -> 
[SonarQube Scanner] 05:16:16.886 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5588]:    syntax error: data -> 
[SonarQube Scanner] 05:16:16.886 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5589]:    syntax error: data -> 
[SonarQube Scanner] 05:16:16.886 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5590]:    syntax error: data -> 
[SonarQube Scanner] 05:16:16.886 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5591]:    syntax error: if ( ! fsroot_path ) 
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5596]:    syntax error: if ( root < 0 ) goto 
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5599]: skip declaration: if ( strcmp ( fsroot_path , "/" ) ) {
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5600]:    syntax error: backend -> 
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5601]:    syntax error: data -> 
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5602]:    syntax error: data -> 
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5610]: skip declaration: if ( - 1 == flags || - 1 == fcntl ( root , 2 , 1 | flags ) ) {
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5621]:    syntax error: data -> 
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5630]:    syntax error: data -> 
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5631]: skip declaration: if ( ! data -> dumped_hwdata_dirname ) {
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5633]:    syntax error: if ( _data1 ) data -> 
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5635]:    syntax error: else data -> dumped_hwdata_dirname = ( char * ) RUNSTATEDIR "/hwloc" 
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5638]:    syntax error: data -> 
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5639]:    syntax error: data -> 
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5640]:    syntax error: data -> 
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5646]:    syntax error: out_with_data : if ( data -> root_path ) 
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5650]:    syntax error: out_with_backend : 
[SonarQube Scanner] 05:16:16.887 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c:5652]:    syntax error: out : return ( ( void * ) 0 ) 
[SonarQube Scanner] 05:16:17.176 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:17.690 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:18.107 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:18.447 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-nvml.c:14]: cannot find the sources for '#include <nvml.h>'
[SonarQube Scanner] 05:16:18.540 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:19.044 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:19.520 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-osf.c:30]: cannot find the sources for '#include <radset.h>'
[SonarQube Scanner] 05:16:19.521 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-osf.c:31]: cannot find the sources for '#include <cpuset.h>'
[SonarQube Scanner] 05:16:19.640 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:20.138 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:20.551 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:20.904 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-solaris.c:25]: cannot find the sources for '#include <sys/processor.h>'
[SonarQube Scanner] 05:16:20.904 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-solaris.c:26]: cannot find the sources for '#include <sys/procset.h>'
[SonarQube Scanner] 05:16:20.904 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-solaris.c:27]: cannot find the sources for '#include <sys/systeminfo.h>'
[SonarQube Scanner] 05:16:21.011 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:21.566 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:21.915 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-windows.c:17]: cannot find the sources for '#include <windows.h>'
[SonarQube Scanner] 05:16:22.076 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:22.732 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:23.086 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:18]: cannot find the sources for '#include <libxml/parser.h>'
[SonarQube Scanner] 05:16:23.086 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:19]: cannot find the sources for '#include <libxml/tree.h>'
[SonarQube Scanner] 05:16:23.155 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:354]: skip declaration: static void hwloc__libxml_export_new_child ( hwloc__xml_export_state_t parentstate , hwloc__xml_export_state_t state , const char * name ) {
[SonarQube Scanner] 05:16:23.155 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:359]:    syntax error: state -> 
[SonarQube Scanner] 05:16:23.155 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:360]:    syntax error: state -> 
[SonarQube Scanner] 05:16:23.155 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:361]:    syntax error: state -> 
[SonarQube Scanner] 05:16:23.155 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:362]:    syntax error: state -> 
[SonarQube Scanner] 05:16:23.155 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:363]:    syntax error: state -> 
[SonarQube Scanner] 05:16:23.155 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:365]:    syntax error: ldata -> current_node = xmlNewChild ( lpdata -> current_node , ( ( void * ) 0 ) , BAD_CAST name , ( ( void * ) 0 ) ) 
[SonarQube Scanner] 05:16:23.155 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:369]: skip declaration: static void hwloc__libxml_export_new_prop ( hwloc__xml_export_state_t state , const char * name , const char * value ) {
[SonarQube Scanner] 05:16:23.155 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:372]:    syntax error: xmlNewProp ( ldata -> current_node , BAD_CAST name , BAD_CAST value ) 
[SonarQube Scanner] 05:16:23.156 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:382]: skip declaration: static void hwloc__libxml_export_add_content ( hwloc__xml_export_state_t state , const char * buffer , size_t length ) {
[SonarQube Scanner] 05:16:23.156 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:385]:    syntax error: xmlNodeAddContentLen ( ldata -> current_node , BAD_CAST buffer , length ) 
[SonarQube Scanner] 05:16:23.156 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:389]: skip declaration: static xmlDocPtr hwloc__libxml2_prepare_export ( hwloc_topology_t topology ) {
[SonarQube Scanner] 05:16:23.156 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:396]:    syntax error: ( ( void ) sizeof ( char [ 1 - 2 * ! ( sizeof ( * data ) <= sizeof ( state . data ) ) ] ) ) 
[SonarQube Scanner] 05:16:23.156 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:402]:    syntax error: doc = xmlNewDoc ( BAD_CAST "1.0" ) 
[SonarQube Scanner] 05:16:23.156 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:403]:    syntax error: root_node = xmlNewNode ( ( ( void * ) 0 ) , BAD_CAST "topology" ) 
[SonarQube Scanner] 05:16:23.156 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:407]:    syntax error: ( void ) xmlCreateIntSubset ( doc , BAD_CAST "topology" , ( ( void * ) 0 ) , BAD_CAST "hwloc.dtd" ) 
[SonarQube Scanner] 05:16:23.156 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:409]:    syntax error: state . 
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:410]:    syntax error: state . 
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:411]:    syntax error: state . 
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:412]:    syntax error: state . 
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:414]:    syntax error: data -> 
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:459]: skip declaration: static xmlDocPtr hwloc__libxml2_prepare_export_diff ( hwloc_topology_diff_t diff , const char * refname ) {
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:466]:    syntax error: ( ( void ) sizeof ( char [ 1 - 2 * ! ( sizeof ( * data ) <= sizeof ( state . data ) ) ] ) ) 
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:472]:    syntax error: doc = xmlNewDoc ( BAD_CAST "1.0" ) 
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:473]:    syntax error: root_node = xmlNewNode ( ( ( void * ) 0 ) , BAD_CAST "topologydiff" ) 
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:475]:    syntax error: if ( refname ) xmlNewProp ( root_node , BAD_CAST "refname" , BAD_CAST refname ) 
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:479]:    syntax error: ( void ) xmlCreateIntSubset ( doc , BAD_CAST "topologydiff" , ( ( void * ) 0 ) , BAD_CAST "hwloc.dtd" ) 
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:481]:    syntax error: state . 
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:482]:    syntax error: state . 
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:483]:    syntax error: state . 
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:484]:    syntax error: state . 
[SonarQube Scanner] 05:16:23.157 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c:486]:    syntax error: data -> 
[SonarQube Scanner] 05:16:23.232 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:23.776 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:24.597 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:25.566 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:26.053 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:26.119 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/cuda.c:9]: cannot find the sources for '#include <cuda.h>'
[SonarQube Scanner] 05:16:26.385 WARN: [/usr/include/hwloc/cuda.h:26]: cannot find the sources for '#include <cuda.h>'
[SonarQube Scanner] 05:16:26.460 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:26.526 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/cudart.c:9]: cannot find the sources for '#include <cuda_runtime_api.h>'
[SonarQube Scanner] 05:16:26.783 WARN: [/usr/include/hwloc/cudart.h:26]: cannot find the sources for '#include <cuda.h> '
[SonarQube Scanner] 05:16:26.783 WARN: [/usr/include/hwloc/cudart.h:27]: cannot find the sources for '#include <cuda_runtime_api.h>'
[SonarQube Scanner] 05:16:26.855 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:27.226 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:27.622 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:28.029 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:28.479 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:28.866 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:29.279 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:29.806 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:30.427 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:30.828 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:31.212 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:31.615 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:32.014 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:32.405 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:32.854 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:33.243 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:33.620 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:34.003 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:34.394 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:34.775 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:35.153 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:35.521 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:35.903 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:36.293 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:36.680 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:37.099 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:37.495 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:37.879 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:38.267 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:38.629 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:39.004 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:39.408 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:39.804 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:40.192 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:40.602 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:40.967 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:41.355 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:41.737 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:42.151 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:42.543 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:42.692 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/myriexpress.c:8]: cannot find the sources for '#include <myriexpress.h>'
[SonarQube Scanner] 05:16:42.868 WARN: [/usr/include/hwloc/myriexpress.h:21]: cannot find the sources for '#include <myriexpress.h>'
[SonarQube Scanner] 05:16:42.920 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:42.992 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/nvml.c:8]: cannot find the sources for '#include <nvml.h>'
[SonarQube Scanner] 05:16:43.246 WARN: [/usr/include/hwloc/nvml.h:23]: cannot find the sources for '#include <nvml.h>'
[SonarQube Scanner] 05:16:43.304 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:43.727 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:44.070 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/aix/procinfo.h:9]: cannot find the sources for '#include <sys/thread.h>'
[SonarQube Scanner] 05:16:44.070 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/aix/procinfo.h:10]: cannot find the sources for '#include <sys/processor.h>'
[SonarQube Scanner] 05:16:44.128 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/freebsd/pthread_np.h:9]: cannot find the sources for '#include <sys/cpuset.h>'
[SonarQube Scanner] 05:16:44.207 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:44.310 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:44.454 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:44.526 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:44.565 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/solaris/sys/lgrp_user.h:10]: cannot find the sources for '#include <sys/processor.h>'
[SonarQube Scanner] 05:16:44.575 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/solaris/sys/processor.h:10]: cannot find the sources for '#include <sys/procset.h>'
[SonarQube Scanner] 05:16:44.626 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:44.711 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:45.122 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-aix.c:31]: cannot find the sources for '#include <procinfo.h>'
[SonarQube Scanner] 05:16:45.122 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-aix.c:33]: cannot find the sources for '#include <sys/rset.h>'
[SonarQube Scanner] 05:16:45.122 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-aix.c:34]: cannot find the sources for '#include <sys/processor.h>'
[SonarQube Scanner] 05:16:45.122 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-aix.c:35]: cannot find the sources for '#include <sys/thread.h>'
[SonarQube Scanner] 05:16:45.132 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-aix.c:37]: cannot find the sources for '#include <sys/systemcfg.h>'
[SonarQube Scanner] 05:16:45.261 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:45.592 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-bgq.c:15]: cannot find the sources for '#include <spi/include/kernel/location.h>'
[SonarQube Scanner] 05:16:45.592 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-bgq.c:16]: cannot find the sources for '#include <spi/include/kernel/process.h>'
[SonarQube Scanner] 05:16:45.681 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:45.996 WARN: [/usr/include/hwloc/cudart.h:26]: cannot find the sources for '#include <cuda.h> '
[SonarQube Scanner] 05:16:45.996 WARN: [/usr/include/hwloc/cudart.h:27]: cannot find the sources for '#include <cuda_runtime_api.h>'
[SonarQube Scanner] 05:16:46.009 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-cuda.c:16]: cannot find the sources for '#include <cuda_runtime_api.h>'
[SonarQube Scanner] 05:16:46.089 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:46.553 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:47.047 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:47.430 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-gl.c:18]: cannot find the sources for '#include <NVCtrl/NVCtrl.h>'
[SonarQube Scanner] 05:16:47.430 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-gl.c:19]: cannot find the sources for '#include <NVCtrl/NVCtrlLib.h>'
[SonarQube Scanner] 05:16:47.500 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:47.847 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-hpux.c:32]: cannot find the sources for '#include <sys/mpctl.h>'
[SonarQube Scanner] 05:16:47.926 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:48.414 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:48.756 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-nvml.c:14]: cannot find the sources for '#include <nvml.h>'
[SonarQube Scanner] 05:16:48.844 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:49.290 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:49.705 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-osf.c:30]: cannot find the sources for '#include <radset.h>'
[SonarQube Scanner] 05:16:49.705 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-osf.c:31]: cannot find the sources for '#include <cpuset.h>'
[SonarQube Scanner] 05:16:49.813 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:50.226 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:50.571 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-solaris.c:25]: cannot find the sources for '#include <sys/processor.h>'
[SonarQube Scanner] 05:16:50.571 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-solaris.c:26]: cannot find the sources for '#include <sys/procset.h>'
[SonarQube Scanner] 05:16:50.571 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-solaris.c:27]: cannot find the sources for '#include <sys/systeminfo.h>'
[SonarQube Scanner] 05:16:50.675 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:51.009 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-windows.c:17]: cannot find the sources for '#include <windows.h>'
[SonarQube Scanner] 05:16:51.125 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:51.871 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:52.333 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:52.801 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:53.226 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:53.721 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:54.217 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:54.678 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:55.123 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:55.578 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:56.031 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:56.431 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:56.715 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.c:24]: skip declaration: static void usage ( const char * name , FILE * where ) {
[SonarQube Scanner] 05:16:56.715 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.c:28]:    syntax error: fprintf ( where , "  -o <dir>      Output files to directory <dir> instead of " RUNSTATEDIR "/hwloc\n" ) 
[SonarQube Scanner] 05:16:56.715 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.c:31]: skip declaration: int main ( int argc , char * argv [ ] ) {
[SonarQube Scanner] 05:16:56.715 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.c:34]:    syntax error: char * dirname = ( char * ) RUNSTATEDIR "/hwloc" 
[SonarQube Scanner] 05:16:56.715 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.c:39]:    syntax error: argv ++ 
[SonarQube Scanner] 05:16:56.715 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.c:39]:    syntax error: argc -- 
[SonarQube Scanner] 05:16:56.716 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.c:61]: skip declaration: if ( err < 0 ) {
[SonarQube Scanner] 05:16:56.716 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.c:62]: skip declaration: if ( ( * __errno_location ( ) ) == 17 ) {
[SonarQube Scanner] 05:16:56.716 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.c:63]: skip declaration: if ( access ( dirname , 1 | 2 ) ) {
[SonarQube Scanner] 05:16:56.716 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.c:74]:    syntax error: if ( ! input_fsroot ) 
[SonarQube Scanner] 05:16:56.716 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.c:78]:    syntax error: ( ( err >= 0 ) ? ( void ) ( 0 ) : __assert_fail ( "err>=0" , "file" , 1 , ( ( const char * ) 0 ) ) ) 
[SonarQube Scanner] 05:16:56.716 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.c:83]:    syntax error: return err ? 1 : 0 
[SonarQube Scanner] 05:16:56.788 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:57.336 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:57.781 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:58.269 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:58.709 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:59.289 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-ascii.c:315]: skip declaration: static void merge ( struct lstopo_ascii_output * disp , int x , int y , int or , int andnot , int r , int g , int b ) {
[SonarQube Scanner] 05:16:59.289 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-ascii.c:319]: skip declaration: if ( x >= disp -> width || y >= disp -> height ) {
[SonarQube Scanner] 05:16:59.289 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-ascii.c:324]:    syntax error: directions = ( to_directions ( disp , current ) & ~ andnot ) | or 
[SonarQube Scanner] 05:16:59.308 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-cairo.c:11]: cannot find the sources for '#include <cairo.h>'
[SonarQube Scanner] 05:16:59.351 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:16:59.780 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:17:00.230 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:17:01.937 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:17:02.377 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:17:02.856 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:17:03.185 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-windows.c:19]: cannot find the sources for '#include <windows.h>'
[SonarQube Scanner] 05:17:03.185 WARN: [/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-windows.c:20]: cannot find the sources for '#include <windowsx.h>'
[SonarQube Scanner] 05:17:03.324 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:17:03.771 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:17:04.373 WARN: [/usr/include/x86_64-linux-gnu/gnu/stubs.h:7]: cannot find the sources for '# include <gnu/stubs-32.h>'
[SonarQube Scanner] 05:17:05.800 ERROR: Could not add the issue 'CxxReportIssue [ruleRepoKey=rats, ruleId=Static Global Buffer, locations=CxxReportLocation [file=src/topology-solaris-chiptype.c, line=153, info=Extra care should be taken to ensure that character arrays that are
[SonarQube Scanner]     allocated with a static size are used safely.  This appears to be a
[SonarQube Scanner]     global allocation and is less dangerous than a similar one on the stack.
[SonarQube Scanner]     Extra caution is still advised, however.]]':The rule 'rats-c:Static Global Buffer' does not exist.
[SonarQube Scanner] ', skipping issue
[SonarQube Scanner] 05:17:05.801 ERROR: Could not add the issue 'CxxReportIssue [ruleRepoKey=rats, ruleId=Static Global Buffer, locations=CxxReportLocation [file=src/topology-solaris-chiptype.c, line=154, info=Extra care should be taken to ensure that character arrays that are
[SonarQube Scanner]     allocated with a static size are used safely.  This appears to be a
[SonarQube Scanner]     global allocation and is less dangerous than a similar one on the stack.
[SonarQube Scanner]     Extra caution is still advised, however.]]':The rule 'rats-c:Static Global Buffer' does not exist.
[SonarQube Scanner] ', skipping issue
[SonarQube Scanner] 05:17:05.893 WARN: The report '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/.sonar_lock' seems to be empty, ignoring.
[SonarQube Scanner] 05:17:05.895 WARN: The report '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/class-mapping.csv' seems to be empty, ignoring.
[SonarQube Scanner] 05:17:05.897 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/analysis.log cannot be parsed
[SonarQube Scanner] 05:17:05.898 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-10.pb cannot be parsed
[SonarQube Scanner] 05:17:05.899 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-100.pb cannot be parsed
[SonarQube Scanner] 05:17:05.899 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-101.pb cannot be parsed
[SonarQube Scanner] 05:17:05.900 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-103.pb cannot be parsed
[SonarQube Scanner] 05:17:05.901 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-105.pb cannot be parsed
[SonarQube Scanner] 05:17:05.901 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-106.pb cannot be parsed
[SonarQube Scanner] 05:17:05.902 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-108.pb cannot be parsed
[SonarQube Scanner] 05:17:05.902 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-11.pb cannot be parsed
[SonarQube Scanner] 05:17:05.903 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-110.pb cannot be parsed
[SonarQube Scanner] 05:17:05.904 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-112.pb cannot be parsed
[SonarQube Scanner] 05:17:05.904 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-114.pb cannot be parsed
[SonarQube Scanner] 05:17:05.904 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-115.pb cannot be parsed
[SonarQube Scanner] 05:17:05.905 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-116.pb cannot be parsed
[SonarQube Scanner] 05:17:05.906 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-118.pb cannot be parsed
[SonarQube Scanner] 05:17:05.906 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-12.pb cannot be parsed
[SonarQube Scanner] 05:17:05.906 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-120.pb cannot be parsed
[SonarQube Scanner] 05:17:05.908 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-122.pb cannot be parsed
[SonarQube Scanner] 05:17:05.910 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-123.pb cannot be parsed
[SonarQube Scanner] 05:17:05.911 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-124.pb cannot be parsed
[SonarQube Scanner] 05:17:05.911 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-125.pb cannot be parsed
[SonarQube Scanner] 05:17:05.912 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-127.pb cannot be parsed
[SonarQube Scanner] 05:17:05.912 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-129.pb cannot be parsed
[SonarQube Scanner] 05:17:05.912 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-13.pb cannot be parsed
[SonarQube Scanner] 05:17:05.913 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-130.pb cannot be parsed
[SonarQube Scanner] 05:17:05.914 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-131.pb cannot be parsed
[SonarQube Scanner] 05:17:05.914 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-133.pb cannot be parsed
[SonarQube Scanner] 05:17:05.915 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-135.pb cannot be parsed
[SonarQube Scanner] 05:17:05.915 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-136.pb cannot be parsed
[SonarQube Scanner] 05:17:05.916 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-138.pb cannot be parsed
[SonarQube Scanner] 05:17:05.918 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-14.pb cannot be parsed
[SonarQube Scanner] 05:17:05.918 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-140.pb cannot be parsed
[SonarQube Scanner] 05:17:05.919 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-141.pb cannot be parsed
[SonarQube Scanner] 05:17:05.920 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-142.pb cannot be parsed
[SonarQube Scanner] 05:17:05.920 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-143.pb cannot be parsed
[SonarQube Scanner] 05:17:05.921 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-144.pb cannot be parsed
[SonarQube Scanner] 05:17:05.921 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-145.pb cannot be parsed
[SonarQube Scanner] 05:17:05.921 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-146.pb cannot be parsed
[SonarQube Scanner] 05:17:05.923 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-147.pb cannot be parsed
[SonarQube Scanner] 05:17:05.924 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-148.pb cannot be parsed
[SonarQube Scanner] 05:17:05.925 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-149.pb cannot be parsed
[SonarQube Scanner] 05:17:05.930 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-15.pb cannot be parsed
[SonarQube Scanner] 05:17:05.930 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-150.pb cannot be parsed
[SonarQube Scanner] 05:17:05.931 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-151.pb cannot be parsed
[SonarQube Scanner] 05:17:05.932 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-152.pb cannot be parsed
[SonarQube Scanner] 05:17:05.932 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-153.pb cannot be parsed
[SonarQube Scanner] 05:17:05.933 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-154.pb cannot be parsed
[SonarQube Scanner] 05:17:05.933 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-155.pb cannot be parsed
[SonarQube Scanner] 05:17:05.934 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-156.pb cannot be parsed
[SonarQube Scanner] 05:17:05.936 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-158.pb cannot be parsed
[SonarQube Scanner] 05:17:05.936 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-159.pb cannot be parsed
[SonarQube Scanner] 05:17:05.937 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-16.pb cannot be parsed
[SonarQube Scanner] 05:17:05.937 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-160.pb cannot be parsed
[SonarQube Scanner] 05:17:05.938 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-161.pb cannot be parsed
[SonarQube Scanner] 05:17:05.941 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-162.pb cannot be parsed
[SonarQube Scanner] 05:17:05.942 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-163.pb cannot be parsed
[SonarQube Scanner] 05:17:05.942 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-164.pb cannot be parsed
[SonarQube Scanner] 05:17:05.942 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-165.pb cannot be parsed
[SonarQube Scanner] 05:17:05.943 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-166.pb cannot be parsed
[SonarQube Scanner] 05:17:05.943 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-167.pb cannot be parsed
[SonarQube Scanner] 05:17:05.944 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-169.pb cannot be parsed
[SonarQube Scanner] 05:17:05.944 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-17.pb cannot be parsed
[SonarQube Scanner] 05:17:05.944 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-170.pb cannot be parsed
[SonarQube Scanner] 05:17:05.945 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-171.pb cannot be parsed
[SonarQube Scanner] 05:17:05.945 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-172.pb cannot be parsed
[SonarQube Scanner] 05:17:05.946 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-173.pb cannot be parsed
[SonarQube Scanner] 05:17:05.946 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-174.pb cannot be parsed
[SonarQube Scanner] 05:17:05.946 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-175.pb cannot be parsed
[SonarQube Scanner] 05:17:05.947 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-176.pb cannot be parsed
[SonarQube Scanner] 05:17:05.947 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-177.pb cannot be parsed
[SonarQube Scanner] 05:17:05.948 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-178.pb cannot be parsed
[SonarQube Scanner] 05:17:05.948 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-179.pb cannot be parsed
[SonarQube Scanner] 05:17:05.953 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-18.pb cannot be parsed
[SonarQube Scanner] 05:17:05.953 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-180.pb cannot be parsed
[SonarQube Scanner] 05:17:05.954 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-181.pb cannot be parsed
[SonarQube Scanner] 05:17:05.954 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-19.pb cannot be parsed
[SonarQube Scanner] 05:17:05.955 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-2.pb cannot be parsed
[SonarQube Scanner] 05:17:05.955 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-20.pb cannot be parsed
[SonarQube Scanner] 05:17:05.956 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-21.pb cannot be parsed
[SonarQube Scanner] 05:17:05.956 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-22.pb cannot be parsed
[SonarQube Scanner] 05:17:05.956 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-23.pb cannot be parsed
[SonarQube Scanner] 05:17:05.957 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-24.pb cannot be parsed
[SonarQube Scanner] 05:17:05.957 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-25.pb cannot be parsed
[SonarQube Scanner] 05:17:05.958 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-26.pb cannot be parsed
[SonarQube Scanner] 05:17:05.960 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-27.pb cannot be parsed
[SonarQube Scanner] 05:17:05.960 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-28.pb cannot be parsed
[SonarQube Scanner] 05:17:05.961 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-29.pb cannot be parsed
[SonarQube Scanner] 05:17:05.962 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-30.pb cannot be parsed
[SonarQube Scanner] 05:17:05.962 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-31.pb cannot be parsed
[SonarQube Scanner] 05:17:05.964 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-32.pb cannot be parsed
[SonarQube Scanner] 05:17:05.965 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-33.pb cannot be parsed
[SonarQube Scanner] 05:17:05.969 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-34.pb cannot be parsed
[SonarQube Scanner] 05:17:05.971 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-35.pb cannot be parsed
[SonarQube Scanner] 05:17:05.973 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-36.pb cannot be parsed
[SonarQube Scanner] 05:17:05.976 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-37.pb cannot be parsed
[SonarQube Scanner] 05:17:05.977 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-38.pb cannot be parsed
[SonarQube Scanner] 05:17:05.977 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-39.pb cannot be parsed
[SonarQube Scanner] 05:17:05.978 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-4.pb cannot be parsed
[SonarQube Scanner] 05:17:05.978 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-40.pb cannot be parsed
[SonarQube Scanner] 05:17:05.979 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-42.pb cannot be parsed
[SonarQube Scanner] 05:17:05.979 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-43.pb cannot be parsed
[SonarQube Scanner] 05:17:05.979 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-44.pb cannot be parsed
[SonarQube Scanner] 05:17:05.980 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-45.pb cannot be parsed
[SonarQube Scanner] 05:17:05.980 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-47.pb cannot be parsed
[SonarQube Scanner] 05:17:05.981 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-48.pb cannot be parsed
[SonarQube Scanner] 05:17:05.981 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-49.pb cannot be parsed
[SonarQube Scanner] 05:17:05.981 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-5.pb cannot be parsed
[SonarQube Scanner] 05:17:05.982 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-50.pb cannot be parsed
[SonarQube Scanner] 05:17:05.982 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-51.pb cannot be parsed
[SonarQube Scanner] 05:17:05.982 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-52.pb cannot be parsed
[SonarQube Scanner] 05:17:05.983 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-53.pb cannot be parsed
[SonarQube Scanner] 05:17:05.983 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-54.pb cannot be parsed
[SonarQube Scanner] 05:17:05.984 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-55.pb cannot be parsed
[SonarQube Scanner] 05:17:05.984 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-56.pb cannot be parsed
[SonarQube Scanner] 05:17:05.986 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-57.pb cannot be parsed
[SonarQube Scanner] 05:17:05.987 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-58.pb cannot be parsed
[SonarQube Scanner] 05:17:05.988 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-59.pb cannot be parsed
[SonarQube Scanner] 05:17:05.990 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-6.pb cannot be parsed
[SonarQube Scanner] 05:17:05.991 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-60.pb cannot be parsed
[SonarQube Scanner] 05:17:05.991 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-61.pb cannot be parsed
[SonarQube Scanner] 05:17:05.992 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-62.pb cannot be parsed
[SonarQube Scanner] 05:17:05.993 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-63.pb cannot be parsed
[SonarQube Scanner] 05:17:05.994 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-64.pb cannot be parsed
[SonarQube Scanner] 05:17:05.996 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-65.pb cannot be parsed
[SonarQube Scanner] 05:17:05.997 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-66.pb cannot be parsed
[SonarQube Scanner] 05:17:05.999 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-67.pb cannot be parsed
[SonarQube Scanner] 05:17:06.002 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-68.pb cannot be parsed
[SonarQube Scanner] 05:17:06.002 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-69.pb cannot be parsed
[SonarQube Scanner] 05:17:06.003 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-7.pb cannot be parsed
[SonarQube Scanner] 05:17:06.003 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-70.pb cannot be parsed
[SonarQube Scanner] 05:17:06.003 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-71.pb cannot be parsed
[SonarQube Scanner] 05:17:06.004 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-72.pb cannot be parsed
[SonarQube Scanner] 05:17:06.004 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-73.pb cannot be parsed
[SonarQube Scanner] 05:17:06.004 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-74.pb cannot be parsed
[SonarQube Scanner] 05:17:06.005 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-75.pb cannot be parsed
[SonarQube Scanner] 05:17:06.005 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-77.pb cannot be parsed
[SonarQube Scanner] 05:17:06.006 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-78.pb cannot be parsed
[SonarQube Scanner] 05:17:06.006 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-79.pb cannot be parsed
[SonarQube Scanner] 05:17:06.006 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-8.pb cannot be parsed
[SonarQube Scanner] 05:17:06.007 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-80.pb cannot be parsed
[SonarQube Scanner] 05:17:06.007 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-81.pb cannot be parsed
[SonarQube Scanner] 05:17:06.007 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-82.pb cannot be parsed
[SonarQube Scanner] 05:17:06.008 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-84.pb cannot be parsed
[SonarQube Scanner] 05:17:06.008 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-85.pb cannot be parsed
[SonarQube Scanner] 05:17:06.010 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-86.pb cannot be parsed
[SonarQube Scanner] 05:17:06.010 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-87.pb cannot be parsed
[SonarQube Scanner] 05:17:06.010 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-88.pb cannot be parsed
[SonarQube Scanner] 05:17:06.011 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-89.pb cannot be parsed
[SonarQube Scanner] 05:17:06.011 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-9.pb cannot be parsed
[SonarQube Scanner] 05:17:06.013 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-90.pb cannot be parsed
[SonarQube Scanner] 05:17:06.013 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-92.pb cannot be parsed
[SonarQube Scanner] 05:17:06.014 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-93.pb cannot be parsed
[SonarQube Scanner] 05:17:06.014 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-94.pb cannot be parsed
[SonarQube Scanner] 05:17:06.014 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-95.pb cannot be parsed
[SonarQube Scanner] 05:17:06.015 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-97.pb cannot be parsed
[SonarQube Scanner] 05:17:06.015 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/issues-98.pb cannot be parsed
[SonarQube Scanner] 05:17:06.017 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-10.pb cannot be parsed
[SonarQube Scanner] 05:17:06.018 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-100.pb cannot be parsed
[SonarQube Scanner] 05:17:06.018 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-101.pb cannot be parsed
[SonarQube Scanner] 05:17:06.018 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-103.pb cannot be parsed
[SonarQube Scanner] 05:17:06.019 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-105.pb cannot be parsed
[SonarQube Scanner] 05:17:06.019 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-106.pb cannot be parsed
[SonarQube Scanner] 05:17:06.019 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-108.pb cannot be parsed
[SonarQube Scanner] 05:17:06.020 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-11.pb cannot be parsed
[SonarQube Scanner] 05:17:06.020 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-110.pb cannot be parsed
[SonarQube Scanner] 05:17:06.021 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-112.pb cannot be parsed
[SonarQube Scanner] 05:17:06.021 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-114.pb cannot be parsed
[SonarQube Scanner] 05:17:06.021 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-115.pb cannot be parsed
[SonarQube Scanner] 05:17:06.022 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-116.pb cannot be parsed
[SonarQube Scanner] 05:17:06.023 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-118.pb cannot be parsed
[SonarQube Scanner] 05:17:06.024 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-12.pb cannot be parsed
[SonarQube Scanner] 05:17:06.024 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-120.pb cannot be parsed
[SonarQube Scanner] 05:17:06.024 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-122.pb cannot be parsed
[SonarQube Scanner] 05:17:06.025 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-123.pb cannot be parsed
[SonarQube Scanner] 05:17:06.025 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-124.pb cannot be parsed
[SonarQube Scanner] 05:17:06.025 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-125.pb cannot be parsed
[SonarQube Scanner] 05:17:06.026 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-127.pb cannot be parsed
[SonarQube Scanner] 05:17:06.026 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-129.pb cannot be parsed
[SonarQube Scanner] 05:17:06.027 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-13.pb cannot be parsed
[SonarQube Scanner] 05:17:06.028 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-130.pb cannot be parsed
[SonarQube Scanner] 05:17:06.028 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-131.pb cannot be parsed
[SonarQube Scanner] 05:17:06.030 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-133.pb cannot be parsed
[SonarQube Scanner] 05:17:06.030 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-135.pb cannot be parsed
[SonarQube Scanner] 05:17:06.030 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-136.pb cannot be parsed
[SonarQube Scanner] 05:17:06.031 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-138.pb cannot be parsed
[SonarQube Scanner] 05:17:06.031 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-14.pb cannot be parsed
[SonarQube Scanner] 05:17:06.033 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-140.pb cannot be parsed
[SonarQube Scanner] 05:17:06.034 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-141.pb cannot be parsed
[SonarQube Scanner] 05:17:06.034 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-142.pb cannot be parsed
[SonarQube Scanner] 05:17:06.034 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-143.pb cannot be parsed
[SonarQube Scanner] 05:17:06.040 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-144.pb cannot be parsed
[SonarQube Scanner] 05:17:06.040 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-145.pb cannot be parsed
[SonarQube Scanner] 05:17:06.041 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-146.pb cannot be parsed
[SonarQube Scanner] 05:17:06.041 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-147.pb cannot be parsed
[SonarQube Scanner] 05:17:06.041 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-148.pb cannot be parsed
[SonarQube Scanner] 05:17:06.042 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-149.pb cannot be parsed
[SonarQube Scanner] 05:17:06.042 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-15.pb cannot be parsed
[SonarQube Scanner] 05:17:06.042 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-150.pb cannot be parsed
[SonarQube Scanner] 05:17:06.043 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-151.pb cannot be parsed
[SonarQube Scanner] 05:17:06.043 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-152.pb cannot be parsed
[SonarQube Scanner] 05:17:06.043 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-153.pb cannot be parsed
[SonarQube Scanner] 05:17:06.044 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-154.pb cannot be parsed
[SonarQube Scanner] 05:17:06.044 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-155.pb cannot be parsed
[SonarQube Scanner] 05:17:06.044 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-156.pb cannot be parsed
[SonarQube Scanner] 05:17:06.046 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-158.pb cannot be parsed
[SonarQube Scanner] 05:17:06.047 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-159.pb cannot be parsed
[SonarQube Scanner] 05:17:06.047 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-16.pb cannot be parsed
[SonarQube Scanner] 05:17:06.048 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-160.pb cannot be parsed
[SonarQube Scanner] 05:17:06.048 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-161.pb cannot be parsed
[SonarQube Scanner] 05:17:06.049 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-162.pb cannot be parsed
[SonarQube Scanner] 05:17:06.049 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-163.pb cannot be parsed
[SonarQube Scanner] 05:17:06.049 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-164.pb cannot be parsed
[SonarQube Scanner] 05:17:06.050 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-165.pb cannot be parsed
[SonarQube Scanner] 05:17:06.050 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-166.pb cannot be parsed
[SonarQube Scanner] 05:17:06.050 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-167.pb cannot be parsed
[SonarQube Scanner] 05:17:06.051 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-169.pb cannot be parsed
[SonarQube Scanner] 05:17:06.051 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-17.pb cannot be parsed
[SonarQube Scanner] 05:17:06.051 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-170.pb cannot be parsed
[SonarQube Scanner] 05:17:06.052 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-171.pb cannot be parsed
[SonarQube Scanner] 05:17:06.052 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-172.pb cannot be parsed
[SonarQube Scanner] 05:17:06.052 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-173.pb cannot be parsed
[SonarQube Scanner] 05:17:06.053 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-174.pb cannot be parsed
[SonarQube Scanner] 05:17:06.053 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-175.pb cannot be parsed
[SonarQube Scanner] 05:17:06.054 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-176.pb cannot be parsed
[SonarQube Scanner] 05:17:06.054 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-177.pb cannot be parsed
[SonarQube Scanner] 05:17:06.055 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-178.pb cannot be parsed
[SonarQube Scanner] 05:17:06.055 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-179.pb cannot be parsed
[SonarQube Scanner] 05:17:06.055 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-18.pb cannot be parsed
[SonarQube Scanner] 05:17:06.056 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-180.pb cannot be parsed
[SonarQube Scanner] 05:17:06.056 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-181.pb cannot be parsed
[SonarQube Scanner] 05:17:06.057 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-19.pb cannot be parsed
[SonarQube Scanner] 05:17:06.058 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-2.pb cannot be parsed
[SonarQube Scanner] 05:17:06.060 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-20.pb cannot be parsed
[SonarQube Scanner] 05:17:06.060 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-21.pb cannot be parsed
[SonarQube Scanner] 05:17:06.061 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-22.pb cannot be parsed
[SonarQube Scanner] 05:17:06.061 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-23.pb cannot be parsed
[SonarQube Scanner] 05:17:06.061 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-24.pb cannot be parsed
[SonarQube Scanner] 05:17:06.061 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-25.pb cannot be parsed
[SonarQube Scanner] 05:17:06.062 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-26.pb cannot be parsed
[SonarQube Scanner] 05:17:06.062 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-27.pb cannot be parsed
[SonarQube Scanner] 05:17:06.062 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-28.pb cannot be parsed
[SonarQube Scanner] 05:17:06.063 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-29.pb cannot be parsed
[SonarQube Scanner] 05:17:06.063 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-30.pb cannot be parsed
[SonarQube Scanner] 05:17:06.064 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-31.pb cannot be parsed
[SonarQube Scanner] 05:17:06.064 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-32.pb cannot be parsed
[SonarQube Scanner] 05:17:06.065 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-33.pb cannot be parsed
[SonarQube Scanner] 05:17:06.065 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-34.pb cannot be parsed
[SonarQube Scanner] 05:17:06.068 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-35.pb cannot be parsed
[SonarQube Scanner] 05:17:06.069 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-36.pb cannot be parsed
[SonarQube Scanner] 05:17:06.069 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-37.pb cannot be parsed
[SonarQube Scanner] 05:17:06.070 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-38.pb cannot be parsed
[SonarQube Scanner] 05:17:06.070 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-39.pb cannot be parsed
[SonarQube Scanner] 05:17:06.071 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-4.pb cannot be parsed
[SonarQube Scanner] 05:17:06.075 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-40.pb cannot be parsed
[SonarQube Scanner] 05:17:06.075 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-42.pb cannot be parsed
[SonarQube Scanner] 05:17:06.076 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-43.pb cannot be parsed
[SonarQube Scanner] 05:17:06.076 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-44.pb cannot be parsed
[SonarQube Scanner] 05:17:06.078 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-45.pb cannot be parsed
[SonarQube Scanner] 05:17:06.079 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-47.pb cannot be parsed
[SonarQube Scanner] 05:17:06.079 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-48.pb cannot be parsed
[SonarQube Scanner] 05:17:06.079 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-49.pb cannot be parsed
[SonarQube Scanner] 05:17:06.080 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-5.pb cannot be parsed
[SonarQube Scanner] 05:17:06.080 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-50.pb cannot be parsed
[SonarQube Scanner] 05:17:06.081 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-51.pb cannot be parsed
[SonarQube Scanner] 05:17:06.081 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-52.pb cannot be parsed
[SonarQube Scanner] 05:17:06.081 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-53.pb cannot be parsed
[SonarQube Scanner] 05:17:06.082 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-54.pb cannot be parsed
[SonarQube Scanner] 05:17:06.082 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-55.pb cannot be parsed
[SonarQube Scanner] 05:17:06.082 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-56.pb cannot be parsed
[SonarQube Scanner] 05:17:06.082 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-57.pb cannot be parsed
[SonarQube Scanner] 05:17:06.083 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-58.pb cannot be parsed
[SonarQube Scanner] 05:17:06.083 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-59.pb cannot be parsed
[SonarQube Scanner] 05:17:06.083 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-6.pb cannot be parsed
[SonarQube Scanner] 05:17:06.084 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-60.pb cannot be parsed
[SonarQube Scanner] 05:17:06.084 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-61.pb cannot be parsed
[SonarQube Scanner] 05:17:06.084 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-62.pb cannot be parsed
[SonarQube Scanner] 05:17:06.084 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-63.pb cannot be parsed
[SonarQube Scanner] 05:17:06.085 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-64.pb cannot be parsed
[SonarQube Scanner] 05:17:06.085 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-65.pb cannot be parsed
[SonarQube Scanner] 05:17:06.085 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-66.pb cannot be parsed
[SonarQube Scanner] 05:17:06.086 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-67.pb cannot be parsed
[SonarQube Scanner] 05:17:06.086 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-68.pb cannot be parsed
[SonarQube Scanner] 05:17:06.086 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-69.pb cannot be parsed
[SonarQube Scanner] 05:17:06.086 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-7.pb cannot be parsed
[SonarQube Scanner] 05:17:06.087 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-70.pb cannot be parsed
[SonarQube Scanner] 05:17:06.087 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-71.pb cannot be parsed
[SonarQube Scanner] 05:17:06.087 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-72.pb cannot be parsed
[SonarQube Scanner] 05:17:06.088 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-73.pb cannot be parsed
[SonarQube Scanner] 05:17:06.088 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-74.pb cannot be parsed
[SonarQube Scanner] 05:17:06.088 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-75.pb cannot be parsed
[SonarQube Scanner] 05:17:06.089 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-77.pb cannot be parsed
[SonarQube Scanner] 05:17:06.089 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-78.pb cannot be parsed
[SonarQube Scanner] 05:17:06.090 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-79.pb cannot be parsed
[SonarQube Scanner] 05:17:06.090 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-8.pb cannot be parsed
[SonarQube Scanner] 05:17:06.090 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-80.pb cannot be parsed
[SonarQube Scanner] 05:17:06.091 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-81.pb cannot be parsed
[SonarQube Scanner] 05:17:06.091 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-82.pb cannot be parsed
[SonarQube Scanner] 05:17:06.091 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-84.pb cannot be parsed
[SonarQube Scanner] 05:17:06.092 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-85.pb cannot be parsed
[SonarQube Scanner] 05:17:06.092 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-86.pb cannot be parsed
[SonarQube Scanner] 05:17:06.092 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-87.pb cannot be parsed
[SonarQube Scanner] 05:17:06.093 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-88.pb cannot be parsed
[SonarQube Scanner] 05:17:06.093 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-89.pb cannot be parsed
[SonarQube Scanner] 05:17:06.094 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-9.pb cannot be parsed
[SonarQube Scanner] 05:17:06.094 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-90.pb cannot be parsed
[SonarQube Scanner] 05:17:06.094 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-92.pb cannot be parsed
[SonarQube Scanner] 05:17:06.094 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-93.pb cannot be parsed
[SonarQube Scanner] 05:17:06.095 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-94.pb cannot be parsed
[SonarQube Scanner] 05:17:06.095 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-95.pb cannot be parsed
[SonarQube Scanner] 05:17:06.095 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-97.pb cannot be parsed
[SonarQube Scanner] 05:17:06.096 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/.scannerwork/scanner-report/syntax-highlightings-98.pb cannot be parsed
[SonarQube Scanner] 05:17:06.096 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/AUTHORS cannot be parsed
[SonarQube Scanner] 05:17:06.096 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/COPYING cannot be parsed
[SonarQube Scanner] 05:17:06.096 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.097 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.097 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.099 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/NEWS cannot be parsed
[SonarQube Scanner] 05:17:06.099 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/README cannot be parsed
[SonarQube Scanner] 05:17:06.103 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/VERSION cannot be parsed
[SonarQube Scanner] 05:17:06.104 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/aclocal.m4 cannot be parsed
[SonarQube Scanner] 05:17:06.297 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config.log cannot be parsed
[SonarQube Scanner] 05:17:06.297 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config.status cannot be parsed
[SonarQube Scanner] 05:17:06.298 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/ar-lib cannot be parsed
[SonarQube Scanner] 05:17:06.298 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/compile cannot be parsed
[SonarQube Scanner] 05:17:06.298 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/config.guess cannot be parsed
[SonarQube Scanner] 05:17:06.298 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/config.sub cannot be parsed
[SonarQube Scanner] 05:17:06.299 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/depcomp cannot be parsed
[SonarQube Scanner] 05:17:06.299 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/distscript.sh cannot be parsed
[SonarQube Scanner] 05:17:06.299 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/hwloc.m4 cannot be parsed
[SonarQube Scanner] 05:17:06.299 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/hwloc_check_attributes.m4 cannot be parsed
[SonarQube Scanner] 05:17:06.300 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/hwloc_check_vendor.m4 cannot be parsed
[SonarQube Scanner] 05:17:06.300 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/hwloc_check_visibility.m4 cannot be parsed
[SonarQube Scanner] 05:17:06.300 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/hwloc_components.m4 cannot be parsed
[SonarQube Scanner] 05:17:06.300 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/hwloc_get_version.sh cannot be parsed
[SonarQube Scanner] 05:17:06.301 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/hwloc_internal.m4 cannot be parsed
[SonarQube Scanner] 05:17:06.301 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/hwloc_pkg.m4 cannot be parsed
[SonarQube Scanner] 05:17:06.301 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/install-sh cannot be parsed
[SonarQube Scanner] 05:17:06.302 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/libtool.m4 cannot be parsed
[SonarQube Scanner] 05:17:06.302 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/ltmain.sh cannot be parsed
[SonarQube Scanner] 05:17:06.302 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/ltoptions.m4 cannot be parsed
[SonarQube Scanner] 05:17:06.303 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/ltsugar.m4 cannot be parsed
[SonarQube Scanner] 05:17:06.303 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/ltversion.m4 cannot be parsed
[SonarQube Scanner] 05:17:06.303 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/lt~obsolete.m4 cannot be parsed
[SonarQube Scanner] 05:17:06.303 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/missing cannot be parsed
[SonarQube Scanner] 05:17:06.303 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/config/test-driver cannot be parsed
[SonarQube Scanner] 05:17:06.304 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/configure cannot be parsed
[SonarQube Scanner] 05:17:06.304 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/configure.ac cannot be parsed
[SonarQube Scanner] 05:17:06.304 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/hwloc-valgrind.supp cannot be parsed
[SonarQube Scanner] 05:17:06.304 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.305 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.305 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.305 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd/hwloc-dump-hwdata.service cannot be parsed
[SonarQube Scanner] 05:17:06.305 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/systemd/hwloc-dump-hwdata.service.in cannot be parsed
[SonarQube Scanner] 05:17:06.306 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/windows/README cannot be parsed
[SonarQube Scanner] 05:17:06.325 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/windows/hwloc.sln cannot be parsed
[SonarQube Scanner] 05:17:06.325 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/windows/hwloc_config.h cannot be parsed
[SonarQube Scanner] 05:17:06.330 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/windows/private_config.h cannot be parsed
[SonarQube Scanner] 05:17:06.330 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/contrib/windows/static-components.h cannot be parsed
[SonarQube Scanner] 05:17:06.331 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.331 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.331 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.331 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/README.sed cannot be parsed
[SonarQube Scanner] 05:17:06.332 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-config.cfg cannot be parsed
[SonarQube Scanner] 05:17:06.332 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-config.cfg.in cannot be parsed
[SonarQube Scanner] 05:17:06.334 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00001.html cannot be parsed
[SonarQube Scanner] 05:17:06.335 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00002.html cannot be parsed
[SonarQube Scanner] 05:17:06.336 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00003.html cannot be parsed
[SonarQube Scanner] 05:17:06.336 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00004.html cannot be parsed
[SonarQube Scanner] 05:17:06.337 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00005.html cannot be parsed
[SonarQube Scanner] 05:17:06.338 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00006.html cannot be parsed
[SonarQube Scanner] 05:17:06.338 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00007.html cannot be parsed
[SonarQube Scanner] 05:17:06.339 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00008.html cannot be parsed
[SonarQube Scanner] 05:17:06.340 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00009.html cannot be parsed
[SonarQube Scanner] 05:17:06.340 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00010.html cannot be parsed
[SonarQube Scanner] 05:17:06.341 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00011.html cannot be parsed
[SonarQube Scanner] 05:17:06.342 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00012.html cannot be parsed
[SonarQube Scanner] 05:17:06.342 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00013.html cannot be parsed
[SonarQube Scanner] 05:17:06.343 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00014.html cannot be parsed
[SonarQube Scanner] 05:17:06.345 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/a00015.html cannot be parsed
[SonarQube Scanner] 05:17:06.447 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/bc_s.png cannot be parsed
[SonarQube Scanner] 05:17:06.448 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/closed.png cannot be parsed
[SonarQube Scanner] 05:17:06.448 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/devel09-pci.png cannot be parsed
[SonarQube Scanner] 05:17:06.448 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/diagram.png cannot be parsed
[SonarQube Scanner] 05:17:06.449 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/doxygen.css cannot be parsed
[SonarQube Scanner] 05:17:06.449 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/doxygen.png cannot be parsed
[SonarQube Scanner] 05:17:06.449 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/dudley.png cannot be parsed
[SonarQube Scanner] 05:17:06.449 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/emmett.png cannot be parsed
[SonarQube Scanner] 05:17:06.452 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/hagrid.png cannot be parsed
[SonarQube Scanner] 05:17:06.454 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/nav_f.png cannot be parsed
[SonarQube Scanner] 05:17:06.454 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/nav_h.png cannot be parsed
[SonarQube Scanner] 05:17:06.454 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/open.png cannot be parsed
[SonarQube Scanner] 05:17:06.455 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/ppc64-full-with-smt.png cannot be parsed
[SonarQube Scanner] 05:17:06.455 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/ppc64-with-smt.png cannot be parsed
[SonarQube Scanner] 05:17:06.455 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/ppc64-without-smt.png cannot be parsed
[SonarQube Scanner] 05:17:06.456 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/tab_a.png cannot be parsed
[SonarQube Scanner] 05:17:06.456 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/tab_b.png cannot be parsed
[SonarQube Scanner] 05:17:06.457 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/tab_h.png cannot be parsed
[SonarQube Scanner] 05:17:06.457 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/tab_s.png cannot be parsed
[SonarQube Scanner] 05:17:06.457 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/html/tabs.css cannot be parsed
[SonarQube Scanner] 05:17:06.457 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/hwloc-a4.pdf cannot be parsed
[SonarQube Scanner] 05:17:06.458 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/hwloc-letter.pdf cannot be parsed
[SonarQube Scanner] 05:17:06.464 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_API_VERSION.3 cannot be parsed
[SonarQube Scanner] 05:17:06.464 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_BACKEND_FLAG_NEED_LEVELS.3 cannot be parsed
[SonarQube Scanner] 05:17:06.465 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_COMPONENT_ABI.3 cannot be parsed
[SonarQube Scanner] 05:17:06.465 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_COMPONENT_TYPE_DISC.3 cannot be parsed
[SonarQube Scanner] 05:17:06.465 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_COMPONENT_TYPE_XML.3 cannot be parsed
[SonarQube Scanner] 05:17:06.465 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_CPUBIND_NOMEMBIND.3 cannot be parsed
[SonarQube Scanner] 05:17:06.465 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_CPUBIND_PROCESS.3 cannot be parsed
[SonarQube Scanner] 05:17:06.466 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_CPUBIND_STRICT.3 cannot be parsed
[SonarQube Scanner] 05:17:06.466 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_CPUBIND_THREAD.3 cannot be parsed
[SonarQube Scanner] 05:17:06.467 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_DISC_COMPONENT_TYPE_CPU.3 cannot be parsed
[SonarQube Scanner] 05:17:06.467 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_DISC_COMPONENT_TYPE_GLOBAL.3 cannot be parsed
[SonarQube Scanner] 05:17:06.468 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_DISC_COMPONENT_TYPE_MISC.3 cannot be parsed
[SonarQube Scanner] 05:17:06.468 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_DISTRIB_FLAG_REVERSE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.468 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_BIND.3 cannot be parsed
[SonarQube Scanner] 05:17:06.468 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_BYNODESET.3 cannot be parsed
[SonarQube Scanner] 05:17:06.468 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_DEFAULT.3 cannot be parsed
[SonarQube Scanner] 05:17:06.469 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_FIRSTTOUCH.3 cannot be parsed
[SonarQube Scanner] 05:17:06.469 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_INTERLEAVE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.470 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_MIGRATE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.470 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_MIXED.3 cannot be parsed
[SonarQube Scanner] 05:17:06.470 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_NEXTTOUCH.3 cannot be parsed
[SonarQube Scanner] 05:17:06.470 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_NOCPUBIND.3 cannot be parsed
[SonarQube Scanner] 05:17:06.470 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_PROCESS.3 cannot be parsed
[SonarQube Scanner] 05:17:06.471 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_REPLICATE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.471 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_STRICT.3 cannot be parsed
[SonarQube Scanner] 05:17:06.471 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_MEMBIND_THREAD.3 cannot be parsed
[SonarQube Scanner] 05:17:06.471 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.472 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE_HOST.3 cannot be parsed
[SonarQube Scanner] 05:17:06.472 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_BRIDGE_PCI.3 cannot be parsed
[SonarQube Scanner] 05:17:06.472 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.472 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_DATA.3 cannot be parsed
[SonarQube Scanner] 05:17:06.472 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_INSTRUCTION.3 cannot be parsed
[SonarQube Scanner] 05:17:06.473 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_CACHE_UNIFIED.3 cannot be parsed
[SonarQube Scanner] 05:17:06.473 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_CORE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.473 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_GROUP.3 cannot be parsed
[SonarQube Scanner] 05:17:06.473 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_MACHINE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.473 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_MISC.3 cannot be parsed
[SonarQube Scanner] 05:17:06.474 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_NUMANODE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.474 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_BLOCK.3 cannot be parsed
[SonarQube Scanner] 05:17:06.474 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_COPROC.3 cannot be parsed
[SonarQube Scanner] 05:17:06.474 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_DMA.3 cannot be parsed
[SonarQube Scanner] 05:17:06.474 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_GPU.3 cannot be parsed
[SonarQube Scanner] 05:17:06.475 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_NETWORK.3 cannot be parsed
[SonarQube Scanner] 05:17:06.475 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_OSDEV_OPENFABRICS.3 cannot be parsed
[SonarQube Scanner] 05:17:06.475 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_OS_DEVICE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.475 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_PACKAGE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.475 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_PCI_DEVICE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.476 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_PU.3 cannot be parsed
[SonarQube Scanner] 05:17:06.476 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_SYSTEM.3 cannot be parsed
[SonarQube Scanner] 05:17:06.476 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_OBJ_TYPE_MAX.3 cannot be parsed
[SonarQube Scanner] 05:17:06.476 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_DISTANCES.3 cannot be parsed
[SonarQube Scanner] 05:17:06.477 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_IO.3 cannot be parsed
[SonarQube Scanner] 05:17:06.477 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_RESTRICT_FLAG_ADAPT_MISC.3 cannot be parsed
[SonarQube Scanner] 05:17:06.477 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_APPLY_REVERSE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.477 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR.3 cannot be parsed
[SonarQube Scanner] 05:17:06.477 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_INFO.3 cannot be parsed
[SonarQube Scanner] 05:17:06.478 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_NAME.3 cannot be parsed
[SonarQube Scanner] 05:17:06.478 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_OBJ_ATTR_SIZE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.478 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_DIFF_TOO_COMPLEX.3 cannot be parsed
[SonarQube Scanner] 05:17:06.478 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_EXPORT_SYNTHETIC_FLAG_NO_ATTRS.3 cannot be parsed
[SonarQube Scanner] 05:17:06.478 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_EXPORT_SYNTHETIC_FLAG_NO_EXTENDED_TYPES.3 cannot be parsed
[SonarQube Scanner] 05:17:06.479 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_ICACHES.3 cannot be parsed
[SonarQube Scanner] 05:17:06.479 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IO_BRIDGES.3 cannot be parsed
[SonarQube Scanner] 05:17:06.479 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IO_DEVICES.3 cannot be parsed
[SonarQube Scanner] 05:17:06.479 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_IS_THISSYSTEM.3 cannot be parsed
[SonarQube Scanner] 05:17:06.479 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_THISSYSTEM_ALLOWED_RESOURCES.3 cannot be parsed
[SonarQube Scanner] 05:17:06.480 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_IO.3 cannot be parsed
[SonarQube Scanner] 05:17:06.480 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TOPOLOGY_FLAG_WHOLE_SYSTEM.3 cannot be parsed
[SonarQube Scanner] 05:17:06.480 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_BRIDGE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.481 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_MULTIPLE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.481 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_OS_DEVICE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.481 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_PCI_DEVICE.3 cannot be parsed
[SonarQube Scanner] 05:17:06.481 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TYPE_DEPTH_UNKNOWN.3 cannot be parsed
[SonarQube Scanner] 05:17:06.482 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/HWLOC_TYPE_UNORDERED.3 cannot be parsed
[SonarQube Scanner] 05:17:06.482 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc__insert_object_by_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.483 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_alloc.3 cannot be parsed
[SonarQube Scanner] 05:17:06.483 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_alloc_membind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.483 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_alloc_membind_nodeset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.483 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy.3 cannot be parsed
[SonarQube Scanner] 05:17:06.484 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_alloc_membind_policy_nodeset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.484 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_alloc_setup_object.3 cannot be parsed
[SonarQube Scanner] 05:17:06.484 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_backend.3 cannot be parsed
[SonarQube Scanner] 05:17:06.484 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_backend_alloc.3 cannot be parsed
[SonarQube Scanner] 05:17:06.484 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_backend_enable.3 cannot be parsed
[SonarQube Scanner] 05:17:06.485 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_backend_flag_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.485 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_backends_get_obj_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.485 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_backends_notify_new_object.3 cannot be parsed
[SonarQube Scanner] 05:17:06.486 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_allbut.3 cannot be parsed
[SonarQube Scanner] 05:17:06.486 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_alloc.3 cannot be parsed
[SonarQube Scanner] 05:17:06.486 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_alloc_full.3 cannot be parsed
[SonarQube Scanner] 05:17:06.486 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_and.3 cannot be parsed
[SonarQube Scanner] 05:17:06.486 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_andnot.3 cannot be parsed
[SonarQube Scanner] 05:17:06.487 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_asprintf.3 cannot be parsed
[SonarQube Scanner] 05:17:06.487 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_clr.3 cannot be parsed
[SonarQube Scanner] 05:17:06.487 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_clr_range.3 cannot be parsed
[SonarQube Scanner] 05:17:06.487 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_compare.3 cannot be parsed
[SonarQube Scanner] 05:17:06.487 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_compare_first.3 cannot be parsed
[SonarQube Scanner] 05:17:06.488 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_copy.3 cannot be parsed
[SonarQube Scanner] 05:17:06.488 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_dup.3 cannot be parsed
[SonarQube Scanner] 05:17:06.488 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_fill.3 cannot be parsed
[SonarQube Scanner] 05:17:06.488 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_first.3 cannot be parsed
[SonarQube Scanner] 05:17:06.488 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_foreach_begin.3 cannot be parsed
[SonarQube Scanner] 05:17:06.489 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_foreach_end.3 cannot be parsed
[SonarQube Scanner] 05:17:06.489 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_free.3 cannot be parsed
[SonarQube Scanner] 05:17:06.489 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_from_ith_ulong.3 cannot be parsed
[SonarQube Scanner] 05:17:06.489 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_from_ulong.3 cannot be parsed
[SonarQube Scanner] 05:17:06.489 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_intersects.3 cannot be parsed
[SonarQube Scanner] 05:17:06.490 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_isequal.3 cannot be parsed
[SonarQube Scanner] 05:17:06.490 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_isfull.3 cannot be parsed
[SonarQube Scanner] 05:17:06.490 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_isincluded.3 cannot be parsed
[SonarQube Scanner] 05:17:06.490 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_isset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.490 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_iszero.3 cannot be parsed
[SonarQube Scanner] 05:17:06.491 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_last.3 cannot be parsed
[SonarQube Scanner] 05:17:06.491 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_list_asprintf.3 cannot be parsed
[SonarQube Scanner] 05:17:06.491 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_list_snprintf.3 cannot be parsed
[SonarQube Scanner] 05:17:06.491 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_list_sscanf.3 cannot be parsed
[SonarQube Scanner] 05:17:06.491 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_next.3 cannot be parsed
[SonarQube Scanner] 05:17:06.492 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_not.3 cannot be parsed
[SonarQube Scanner] 05:17:06.492 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_only.3 cannot be parsed
[SonarQube Scanner] 05:17:06.492 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_or.3 cannot be parsed
[SonarQube Scanner] 05:17:06.492 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_set.3 cannot be parsed
[SonarQube Scanner] 05:17:06.492 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_set_ith_ulong.3 cannot be parsed
[SonarQube Scanner] 05:17:06.493 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_set_range.3 cannot be parsed
[SonarQube Scanner] 05:17:06.493 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_singlify.3 cannot be parsed
[SonarQube Scanner] 05:17:06.493 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_snprintf.3 cannot be parsed
[SonarQube Scanner] 05:17:06.493 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_sscanf.3 cannot be parsed
[SonarQube Scanner] 05:17:06.494 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.494 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_asprintf.3 cannot be parsed
[SonarQube Scanner] 05:17:06.494 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_snprintf.3 cannot be parsed
[SonarQube Scanner] 05:17:06.494 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_taskset_sscanf.3 cannot be parsed
[SonarQube Scanner] 05:17:06.494 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_to_ith_ulong.3 cannot be parsed
[SonarQube Scanner] 05:17:06.495 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_to_ulong.3 cannot be parsed
[SonarQube Scanner] 05:17:06.495 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_weight.3 cannot be parsed
[SonarQube Scanner] 05:17:06.495 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_xor.3 cannot be parsed
[SonarQube Scanner] 05:17:06.495 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bitmap_zero.3 cannot be parsed
[SonarQube Scanner] 05:17:06.495 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_bridge_covers_pcibus.3 cannot be parsed
[SonarQube Scanner] 05:17:06.495 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_compare_types.3 cannot be parsed
[SonarQube Scanner] 05:17:06.496 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_compare_types_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.496 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_component.3 cannot be parsed
[SonarQube Scanner] 05:17:06.496 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_component_type_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.496 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_component_type_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.497 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_const_bitmap_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.497 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_const_cpuset_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.497 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_const_nodeset_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.497 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cpubind_flags_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.497 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cpuset_from_glibc_sched_affinity.3 cannot be parsed
[SonarQube Scanner] 05:17:06.498 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cpuset_from_linux_libnuma_bitmask.3 cannot be parsed
[SonarQube Scanner] 05:17:06.498 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cpuset_from_linux_libnuma_ulongs.3 cannot be parsed
[SonarQube Scanner] 05:17:06.498 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.498 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cpuset_from_nodeset_strict.3 cannot be parsed
[SonarQube Scanner] 05:17:06.498 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cpuset_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.498 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cpuset_to_glibc_sched_affinity.3 cannot be parsed
[SonarQube Scanner] 05:17:06.499 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cpuset_to_linux_libnuma_bitmask.3 cannot be parsed
[SonarQube Scanner] 05:17:06.499 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cpuset_to_linux_libnuma_ulongs.3 cannot be parsed
[SonarQube Scanner] 05:17:06.499 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cpuset_to_nodeset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.499 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cpuset_to_nodeset_strict.3 cannot be parsed
[SonarQube Scanner] 05:17:06.499 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cuda_get_device_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.500 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cuda_get_device_osdev.3 cannot be parsed
[SonarQube Scanner] 05:17:06.500 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cuda_get_device_osdev_by_index.3 cannot be parsed
[SonarQube Scanner] 05:17:06.500 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cuda_get_device_pci_ids.3 cannot be parsed
[SonarQube Scanner] 05:17:06.500 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cuda_get_device_pcidev.3 cannot be parsed
[SonarQube Scanner] 05:17:06.501 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cudart_get_device_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.501 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cudart_get_device_osdev_by_index.3 cannot be parsed
[SonarQube Scanner] 05:17:06.501 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cudart_get_device_pci_ids.3 cannot be parsed
[SonarQube Scanner] 05:17:06.501 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_cudart_get_device_pcidev.3 cannot be parsed
[SonarQube Scanner] 05:17:06.501 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_custom_insert_group_object_by_parent.3 cannot be parsed
[SonarQube Scanner] 05:17:06.502 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_custom_insert_topology.3 cannot be parsed
[SonarQube Scanner] 05:17:06.502 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_disc_component.3 cannot be parsed
[SonarQube Scanner] 05:17:06.502 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_disc_component_type_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.502 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_disc_component_type_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.502 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_distances_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.503 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_distrib.3 cannot be parsed
[SonarQube Scanner] 05:17:06.503 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_distrib_flags_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.503 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_export_obj_userdata.3 cannot be parsed
[SonarQube Scanner] 05:17:06.503 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_export_obj_userdata_base64.3 cannot be parsed
[SonarQube Scanner] 05:17:06.503 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_fill_object_sets.3 cannot be parsed
[SonarQube Scanner] 05:17:06.504 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_free.3 cannot be parsed
[SonarQube Scanner] 05:17:06.504 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_free_xmlbuffer.3 cannot be parsed
[SonarQube Scanner] 05:17:06.504 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_ancestor_obj_by_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.504 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_ancestor_obj_by_type.3 cannot be parsed
[SonarQube Scanner] 05:17:06.504 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_api_version.3 cannot be parsed
[SonarQube Scanner] 05:17:06.505 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_area_membind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.505 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_area_membind_nodeset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.505 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_area_memlocation.3 cannot be parsed
[SonarQube Scanner] 05:17:06.505 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_cache_covering_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.505 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_cache_type_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.506 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_child_covering_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.506 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_closest_objs.3 cannot be parsed
[SonarQube Scanner] 05:17:06.506 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_common_ancestor_obj.3 cannot be parsed
[SonarQube Scanner] 05:17:06.506 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_cpubind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.506 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_depth_type.3 cannot be parsed
[SonarQube Scanner] 05:17:06.507 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_distance_matrix_covering_obj_by_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.507 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_first_largest_obj_inside_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.507 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_hostbridge_by_pcibus.3 cannot be parsed
[SonarQube Scanner] 05:17:06.507 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_largest_objs_inside_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.507 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_last_cpu_location.3 cannot be parsed
[SonarQube Scanner] 05:17:06.508 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_latency.3 cannot be parsed
[SonarQube Scanner] 05:17:06.508 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_membind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.508 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_membind_nodeset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.508 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_nbobjs_by_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.508 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_nbobjs_by_type.3 cannot be parsed
[SonarQube Scanner] 05:17:06.509 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_nbobjs_inside_cpuset_by_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.509 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_nbobjs_inside_cpuset_by_type.3 cannot be parsed
[SonarQube Scanner] 05:17:06.509 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_next_bridge.3 cannot be parsed
[SonarQube Scanner] 05:17:06.509 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_next_child.3 cannot be parsed
[SonarQube Scanner] 05:17:06.509 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_next_obj_by_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.510 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_next_obj_by_type.3 cannot be parsed
[SonarQube Scanner] 05:17:06.510 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_next_obj_covering_cpuset_by_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.510 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_next_obj_covering_cpuset_by_type.3 cannot be parsed
[SonarQube Scanner] 05:17:06.510 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_next_obj_inside_cpuset_by_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.510 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_next_obj_inside_cpuset_by_type.3 cannot be parsed
[SonarQube Scanner] 05:17:06.511 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_next_osdev.3 cannot be parsed
[SonarQube Scanner] 05:17:06.511 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_next_pcidev.3 cannot be parsed
[SonarQube Scanner] 05:17:06.511 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_non_io_ancestor_obj.3 cannot be parsed
[SonarQube Scanner] 05:17:06.511 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_numanode_obj_by_os_index.3 cannot be parsed
[SonarQube Scanner] 05:17:06.511 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_obj_below_array_by_type.3 cannot be parsed
[SonarQube Scanner] 05:17:06.512 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_obj_below_by_type.3 cannot be parsed
[SonarQube Scanner] 05:17:06.512 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_obj_by_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.512 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_obj_by_type.3 cannot be parsed
[SonarQube Scanner] 05:17:06.512 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_obj_covering_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.513 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_obj_index_inside_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.513 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_obj_inside_cpuset_by_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.513 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_obj_inside_cpuset_by_type.3 cannot be parsed
[SonarQube Scanner] 05:17:06.513 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_pcidev_by_busid.3 cannot be parsed
[SonarQube Scanner] 05:17:06.513 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_pcidev_by_busidstring.3 cannot be parsed
[SonarQube Scanner] 05:17:06.514 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_proc_cpubind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.514 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_proc_last_cpu_location.3 cannot be parsed
[SonarQube Scanner] 05:17:06.514 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_proc_membind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.514 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_proc_membind_nodeset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.514 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_pu_obj_by_os_index.3 cannot be parsed
[SonarQube Scanner] 05:17:06.515 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_root_obj.3 cannot be parsed
[SonarQube Scanner] 05:17:06.515 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_shared_cache_covering_obj.3 cannot be parsed
[SonarQube Scanner] 05:17:06.515 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_thread_cpubind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.515 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_type_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.515 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_type_depth_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.516 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_type_or_above_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.516 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_type_or_below_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.516 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_whole_distance_matrix_by_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.516 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_get_whole_distance_matrix_by_type.3 cannot be parsed
[SonarQube Scanner] 05:17:06.516 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_gl_get_display_by_osdev.3 cannot be parsed
[SonarQube Scanner] 05:17:06.517 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_gl_get_display_osdev_by_name.3 cannot be parsed
[SonarQube Scanner] 05:17:06.517 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_gl_get_display_osdev_by_port_device.3 cannot be parsed
[SonarQube Scanner] 05:17:06.517 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_hide_errors.3 cannot be parsed
[SonarQube Scanner] 05:17:06.517 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_ibv_get_device_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.517 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_ibv_get_device_osdev.3 cannot be parsed
[SonarQube Scanner] 05:17:06.518 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_ibv_get_device_osdev_by_name.3 cannot be parsed
[SonarQube Scanner] 05:17:06.518 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_insert_object_by_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.518 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_insert_object_by_parent.3 cannot be parsed
[SonarQube Scanner] 05:17:06.518 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_insert_pci_device_list.3 cannot be parsed
[SonarQube Scanner] 05:17:06.518 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_intel_mic_get_device_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.519 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_intel_mic_get_device_osdev_by_index.3 cannot be parsed
[SonarQube Scanner] 05:17:06.519 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_linux_get_tid_cpubind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.519 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_linux_get_tid_last_cpu_location.3 cannot be parsed
[SonarQube Scanner] 05:17:06.519 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_linux_parse_cpumap_file.3 cannot be parsed
[SonarQube Scanner] 05:17:06.519 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_linux_set_tid_cpubind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.520 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_membind_flags_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.520 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_membind_policy_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.520 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_mx_board_get_device_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.520 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_mx_endpoint_get_device_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.521 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_nodeset_from_linux_libnuma_bitmask.3 cannot be parsed
[SonarQube Scanner] 05:17:06.521 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_nodeset_from_linux_libnuma_ulongs.3 cannot be parsed
[SonarQube Scanner] 05:17:06.521 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_nodeset_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.521 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_nodeset_to_linux_libnuma_bitmask.3 cannot be parsed
[SonarQube Scanner] 05:17:06.521 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_nodeset_to_linux_libnuma_ulongs.3 cannot be parsed
[SonarQube Scanner] 05:17:06.522 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_nvml_get_device_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.522 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_nvml_get_device_osdev.3 cannot be parsed
[SonarQube Scanner] 05:17:06.522 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_nvml_get_device_osdev_by_index.3 cannot be parsed
[SonarQube Scanner] 05:17:06.522 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj.3 cannot be parsed
[SonarQube Scanner] 05:17:06.522 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_add_info.3 cannot be parsed
[SonarQube Scanner] 05:17:06.523 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_attr_snprintf.3 cannot be parsed
[SonarQube Scanner] 05:17:06.523 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_attr_u.3 cannot be parsed
[SonarQube Scanner] 05:17:06.523 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_bridge_attr_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.523 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_cache_attr_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.523 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_group_attr_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.524 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_osdev_attr_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.524 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_attr_u_hwloc_pcidev_attr_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.524 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_bridge_type_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.524 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_bridge_type_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.525 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_cache_type_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.525 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_cache_type_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.525 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_cpuset_snprintf.3 cannot be parsed
[SonarQube Scanner] 05:17:06.525 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_get_info_by_name.3 cannot be parsed
[SonarQube Scanner] 05:17:06.525 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_info_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.526 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_is_in_subtree.3 cannot be parsed
[SonarQube Scanner] 05:17:06.526 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_memory_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.526 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_memory_s_hwloc_obj_memory_page_type_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.526 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_osdev_type_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.526 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_osdev_type_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.527 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.527 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_type_snprintf.3 cannot be parsed
[SonarQube Scanner] 05:17:06.527 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_type_sscanf.3 cannot be parsed
[SonarQube Scanner] 05:17:06.527 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_type_string.3 cannot be parsed
[SonarQube Scanner] 05:17:06.527 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_obj_type_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.528 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_opencl_get_device_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.528 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_opencl_get_device_osdev.3 cannot be parsed
[SonarQube Scanner] 05:17:06.528 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_opencl_get_device_osdev_by_index.3 cannot be parsed
[SonarQube Scanner] 05:17:06.528 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_pci_find_cap.3 cannot be parsed
[SonarQube Scanner] 05:17:06.528 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_pci_find_linkspeed.3 cannot be parsed
[SonarQube Scanner] 05:17:06.529 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_pci_prepare_bridge.3 cannot be parsed
[SonarQube Scanner] 05:17:06.529 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_plugin_check_namespace.3 cannot be parsed
[SonarQube Scanner] 05:17:06.529 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_report_error_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.529 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_report_os_error.3 cannot be parsed
[SonarQube Scanner] 05:17:06.529 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_restrict_flags_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.530 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_set_area_membind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.530 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_set_area_membind_nodeset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.530 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_set_cpubind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.530 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_set_membind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.530 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_set_membind_nodeset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.531 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_set_proc_cpubind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.531 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_set_proc_membind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.531 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_set_proc_membind_nodeset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.531 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_set_thread_cpubind.3 cannot be parsed
[SonarQube Scanner] 05:17:06.531 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_check.3 cannot be parsed
[SonarQube Scanner] 05:17:06.532 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_cpubind_support.3 cannot be parsed
[SonarQube Scanner] 05:17:06.532 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_destroy.3 cannot be parsed
[SonarQube Scanner] 05:17:06.532 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_apply.3 cannot be parsed
[SonarQube Scanner] 05:17:06.532 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_apply_flags_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.533 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_build.3 cannot be parsed
[SonarQube Scanner] 05:17:06.533 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_destroy.3 cannot be parsed
[SonarQube Scanner] 05:17:06.533 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_export_xml.3 cannot be parsed
[SonarQube Scanner] 05:17:06.533 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_export_xmlbuffer.3 cannot be parsed
[SonarQube Scanner] 05:17:06.533 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_load_xml.3 cannot be parsed
[SonarQube Scanner] 05:17:06.534 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_load_xmlbuffer.3 cannot be parsed
[SonarQube Scanner] 05:17:06.534 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_type_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.534 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_type_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.534 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_u.3 cannot be parsed
[SonarQube Scanner] 05:17:06.534 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_u_hwloc_topology_diff_obj_attr_generic_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.535 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_u_hwloc_topology_diff_obj_attr_string_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.535 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_obj_attr_u_hwloc_topology_diff_obj_attr_uint64_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.535 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.535 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_type_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.535 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_type_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.536 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_u.3 cannot be parsed
[SonarQube Scanner] 05:17:06.536 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_u_hwloc_topology_diff_generic_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.536 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_u_hwloc_topology_diff_obj_attr_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.536 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_diff_u_hwloc_topology_diff_too_complex_s.3 cannot be parsed
[SonarQube Scanner] 05:17:06.536 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_discovery_support.3 cannot be parsed
[SonarQube Scanner] 05:17:06.537 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_dup.3 cannot be parsed
[SonarQube Scanner] 05:17:06.537 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_export_synthetic.3 cannot be parsed
[SonarQube Scanner] 05:17:06.537 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_export_synthetic_flags_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.537 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_export_xml.3 cannot be parsed
[SonarQube Scanner] 05:17:06.537 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_export_xmlbuffer.3 cannot be parsed
[SonarQube Scanner] 05:17:06.538 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_flags_e.3 cannot be parsed
[SonarQube Scanner] 05:17:06.538 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_get_allowed_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.538 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_get_allowed_nodeset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.538 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_get_complete_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.538 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_get_complete_nodeset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.539 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_get_depth.3 cannot be parsed
[SonarQube Scanner] 05:17:06.539 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_get_flags.3 cannot be parsed
[SonarQube Scanner] 05:17:06.539 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_get_online_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.539 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_get_support.3 cannot be parsed
[SonarQube Scanner] 05:17:06.539 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_get_topology_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.540 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_get_topology_nodeset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.540 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_get_userdata.3 cannot be parsed
[SonarQube Scanner] 05:17:06.540 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_ignore_all_keep_structure.3 cannot be parsed
[SonarQube Scanner] 05:17:06.540 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_ignore_type.3 cannot be parsed
[SonarQube Scanner] 05:17:06.540 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_ignore_type_keep_structure.3 cannot be parsed
[SonarQube Scanner] 05:17:06.541 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_init.3 cannot be parsed
[SonarQube Scanner] 05:17:06.541 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object_by_cpuset.3 cannot be parsed
[SonarQube Scanner] 05:17:06.541 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_insert_misc_object_by_parent.3 cannot be parsed
[SonarQube Scanner] 05:17:06.541 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_is_thissystem.3 cannot be parsed
[SonarQube Scanner] 05:17:06.542 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_load.3 cannot be parsed
[SonarQube Scanner] 05:17:06.542 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_membind_support.3 cannot be parsed
[SonarQube Scanner] 05:17:06.542 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_restrict.3 cannot be parsed
[SonarQube Scanner] 05:17:06.542 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_set_custom.3 cannot be parsed
[SonarQube Scanner] 05:17:06.542 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_set_distance_matrix.3 cannot be parsed
[SonarQube Scanner] 05:17:06.543 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_set_flags.3 cannot be parsed
[SonarQube Scanner] 05:17:06.543 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_set_fsroot.3 cannot be parsed
[SonarQube Scanner] 05:17:06.543 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_set_pid.3 cannot be parsed
[SonarQube Scanner] 05:17:06.543 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_set_synthetic.3 cannot be parsed
[SonarQube Scanner] 05:17:06.543 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_set_userdata.3 cannot be parsed
[SonarQube Scanner] 05:17:06.544 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_set_userdata_export_callback.3 cannot be parsed
[SonarQube Scanner] 05:17:06.544 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_set_userdata_import_callback.3 cannot be parsed
[SonarQube Scanner] 05:17:06.544 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_set_xml.3 cannot be parsed
[SonarQube Scanner] 05:17:06.544 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_set_xmlbuffer.3 cannot be parsed
[SonarQube Scanner] 05:17:06.544 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_support.3 cannot be parsed
[SonarQube Scanner] 05:17:06.545 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwloc_topology_t.3 cannot be parsed
[SonarQube Scanner] 05:17:06.545 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_advanced_io.3 cannot be parsed
[SonarQube Scanner] 05:17:06.545 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_api_version.3 cannot be parsed
[SonarQube Scanner] 05:17:06.545 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_bitmap.3 cannot be parsed
[SonarQube Scanner] 05:17:06.545 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_components_core_funcs.3 cannot be parsed
[SonarQube Scanner] 05:17:06.546 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_components_pci_funcs.3 cannot be parsed
[SonarQube Scanner] 05:17:06.546 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_configuration.3 cannot be parsed
[SonarQube Scanner] 05:17:06.546 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_cpubinding.3 cannot be parsed
[SonarQube Scanner] 05:17:06.546 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_creation.3 cannot be parsed
[SonarQube Scanner] 05:17:06.546 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_cuda.3 cannot be parsed
[SonarQube Scanner] 05:17:06.547 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_cudart.3 cannot be parsed
[SonarQube Scanner] 05:17:06.547 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_custom.3 cannot be parsed
[SonarQube Scanner] 05:17:06.547 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_diff.3 cannot be parsed
[SonarQube Scanner] 05:17:06.547 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_disc_backends.3 cannot be parsed
[SonarQube Scanner] 05:17:06.547 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_disc_components.3 cannot be parsed
[SonarQube Scanner] 05:17:06.548 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_distances.3 cannot be parsed
[SonarQube Scanner] 05:17:06.548 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_generic_components.3 cannot be parsed
[SonarQube Scanner] 05:17:06.548 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_gl.3 cannot be parsed
[SonarQube Scanner] 05:17:06.548 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_glibc_sched.3 cannot be parsed
[SonarQube Scanner] 05:17:06.548 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_helper_ancestors.3 cannot be parsed
[SonarQube Scanner] 05:17:06.549 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_helper_distribute.3 cannot be parsed
[SonarQube Scanner] 05:17:06.549 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_helper_find_cache.3 cannot be parsed
[SonarQube Scanner] 05:17:06.549 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_helper_find_covering.3 cannot be parsed
[SonarQube Scanner] 05:17:06.549 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_helper_find_inside.3 cannot be parsed
[SonarQube Scanner] 05:17:06.549 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_helper_find_misc.3 cannot be parsed
[SonarQube Scanner] 05:17:06.550 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_helper_nodeset_convert.3 cannot be parsed
[SonarQube Scanner] 05:17:06.550 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_helper_topology_sets.3 cannot be parsed
[SonarQube Scanner] 05:17:06.550 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_info_attr.3 cannot be parsed
[SonarQube Scanner] 05:17:06.550 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_intel_mic.3 cannot be parsed
[SonarQube Scanner] 05:17:06.551 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_levels.3 cannot be parsed
[SonarQube Scanner] 05:17:06.551 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_linux.3 cannot be parsed
[SonarQube Scanner] 05:17:06.551 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_bitmask.3 cannot be parsed
[SonarQube Scanner] 05:17:06.551 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_linux_libnuma_ulongs.3 cannot be parsed
[SonarQube Scanner] 05:17:06.551 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_membinding.3 cannot be parsed
[SonarQube Scanner] 05:17:06.552 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_myriexpress.3 cannot be parsed
[SonarQube Scanner] 05:17:06.552 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_nvml.3 cannot be parsed
[SonarQube Scanner] 05:17:06.552 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_object_sets.3 cannot be parsed
[SonarQube Scanner] 05:17:06.552 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_object_strings.3 cannot be parsed
[SonarQube Scanner] 05:17:06.552 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_object_types.3 cannot be parsed
[SonarQube Scanner] 05:17:06.553 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_objects.3 cannot be parsed
[SonarQube Scanner] 05:17:06.553 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_opencl.3 cannot be parsed
[SonarQube Scanner] 05:17:06.553 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_openfabrics.3 cannot be parsed
[SonarQube Scanner] 05:17:06.553 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_syntheticexport.3 cannot be parsed
[SonarQube Scanner] 05:17:06.554 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_tinker.3 cannot be parsed
[SonarQube Scanner] 05:17:06.554 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen-doc/man/man3/hwlocality_xmlexport.3 cannot be parsed
[SonarQube Scanner] 05:17:06.554 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen.cfg cannot be parsed
[SonarQube Scanner] 05:17:06.554 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/doxygen.css cannot be parsed
[SonarQube Scanner] 05:17:06.554 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/.deps/cpuset+bitmap+cpubind.Po cannot be parsed
[SonarQube Scanner] 05:17:06.555 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/.deps/get-knl-modes.Po cannot be parsed
[SonarQube Scanner] 05:17:06.555 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/.deps/gpu.Po cannot be parsed
[SonarQube Scanner] 05:17:06.555 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/.deps/hwloc-hello-cpp.Po cannot be parsed
[SonarQube Scanner] 05:17:06.555 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/.deps/hwloc-hello.Po cannot be parsed
[SonarQube Scanner] 05:17:06.555 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/.deps/nodeset+membind+policy.Po cannot be parsed
[SonarQube Scanner] 05:17:06.556 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/.deps/sharedcaches.Po cannot be parsed
[SonarQube Scanner] 05:17:06.556 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/.libs/cpuset+bitmap+cpubind cannot be parsed
[SonarQube Scanner] 05:17:06.556 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/.libs/get-knl-modes cannot be parsed
[SonarQube Scanner] 05:17:06.556 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/.libs/gpu cannot be parsed
[SonarQube Scanner] 05:17:06.557 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/.libs/hwloc-hello cannot be parsed
[SonarQube Scanner] 05:17:06.557 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/.libs/hwloc-hello-cpp cannot be parsed
[SonarQube Scanner] 05:17:06.557 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/.libs/nodeset+membind+policy cannot be parsed
[SonarQube Scanner] 05:17:06.557 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/.libs/sharedcaches cannot be parsed
[SonarQube Scanner] 05:17:06.560 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.560 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.560 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.560 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/cpuset+bitmap+cpubind cannot be parsed
[SonarQube Scanner] 05:17:06.561 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/cpuset+bitmap+cpubind.c cannot be parsed
[SonarQube Scanner] 05:17:06.561 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/cpuset+bitmap+cpubind.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.561 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/cpuset+bitmap+cpubind.o cannot be parsed
[SonarQube Scanner] 05:17:06.561 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/get-knl-modes cannot be parsed
[SonarQube Scanner] 05:17:06.562 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/get-knl-modes.c cannot be parsed
[SonarQube Scanner] 05:17:06.562 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/get-knl-modes.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.562 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/get-knl-modes.o cannot be parsed
[SonarQube Scanner] 05:17:06.562 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/gpu cannot be parsed
[SonarQube Scanner] 05:17:06.562 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/gpu.c cannot be parsed
[SonarQube Scanner] 05:17:06.563 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/gpu.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.563 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/gpu.o cannot be parsed
[SonarQube Scanner] 05:17:06.563 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/hwloc-hello cannot be parsed
[SonarQube Scanner] 05:17:06.563 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/hwloc-hello-cpp cannot be parsed
[SonarQube Scanner] 05:17:06.564 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/hwloc-hello-cpp.cpp cannot be parsed
[SonarQube Scanner] 05:17:06.564 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/hwloc-hello-cpp.log cannot be parsed
[SonarQube Scanner] 05:17:06.564 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/hwloc-hello-cpp.o cannot be parsed
[SonarQube Scanner] 05:17:06.564 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/hwloc-hello-cpp.trs cannot be parsed
[SonarQube Scanner] 05:17:06.564 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/hwloc-hello.c cannot be parsed
[SonarQube Scanner] 05:17:06.565 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/hwloc-hello.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.565 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/hwloc-hello.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.565 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/hwloc-hello.log cannot be parsed
[SonarQube Scanner] 05:17:06.565 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/hwloc-hello.o cannot be parsed
[SonarQube Scanner] 05:17:06.566 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/hwloc-hello.trs cannot be parsed
[SonarQube Scanner] 05:17:06.566 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/nodeset+membind+policy cannot be parsed
[SonarQube Scanner] 05:17:06.581 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/nodeset+membind+policy.c cannot be parsed
[SonarQube Scanner] 05:17:06.584 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/nodeset+membind+policy.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.584 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/nodeset+membind+policy.o cannot be parsed
[SonarQube Scanner] 05:17:06.585 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/sharedcaches cannot be parsed
[SonarQube Scanner] 05:17:06.585 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/sharedcaches.c cannot be parsed
[SonarQube Scanner] 05:17:06.585 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/sharedcaches.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.585 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/sharedcaches.o cannot be parsed
[SonarQube Scanner] 05:17:06.585 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/examples/test-suite.log cannot be parsed
[SonarQube Scanner] 05:17:06.586 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/hwloc.doxy cannot be parsed
[SonarQube Scanner] 05:17:06.586 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/images/devel09-pci.png cannot be parsed
[SonarQube Scanner] 05:17:06.586 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/images/diagram.eps cannot be parsed
[SonarQube Scanner] 05:17:06.586 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/images/diagram.fig cannot be parsed
[SonarQube Scanner] 05:17:06.586 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/images/diagram.png cannot be parsed
[SonarQube Scanner] 05:17:06.587 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/images/dudley.png cannot be parsed
[SonarQube Scanner] 05:17:06.587 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/images/emmett.png cannot be parsed
[SonarQube Scanner] 05:17:06.587 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/images/hagrid.png cannot be parsed
[SonarQube Scanner] 05:17:06.587 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/images/ppc64-full-with-smt.png cannot be parsed
[SonarQube Scanner] 05:17:06.587 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/images/ppc64-with-smt.png cannot be parsed
[SonarQube Scanner] 05:17:06.588 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/images/ppc64-without-smt.png cannot be parsed
[SonarQube Scanner] 05:17:06.588 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/www.open-mpi.org-css.inc cannot be parsed
[SonarQube Scanner] 05:17:06.588 WARN: The report '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/www.open-mpi.org-footer.inc' seems to be empty, ignoring.
[SonarQube Scanner] 05:17:06.590 WARN: The report '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/www.open-mpi.org-header.inc' seems to be empty, ignoring.
[SonarQube Scanner] 05:17:06.590 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/doc/www.open-mpi.org.cfg cannot be parsed
[SonarQube Scanner] 05:17:06.590 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/hwloc-build.log cannot be parsed
[SonarQube Scanner] 05:17:06.618 WARN: Cannot find the file 'include/hwloc/helper.h', skipping violations
[SonarQube Scanner] 05:17:06.618 WARN: Cannot find the file 'include/hwloc.h', skipping violations
[SonarQube Scanner] 05:17:06.618 WARN: Cannot find the file 'include/hwloc.h', skipping violations
[SonarQube Scanner] 05:17:06.618 WARN: Cannot find the file 'include/private/private.h', skipping violations
[SonarQube Scanner] 05:17:06.618 WARN: Cannot find the file 'include/private/private.h', skipping violations
[SonarQube Scanner] 05:17:06.621 WARN: Cannot find the file 'include/hwloc.h', skipping violations
[SonarQube Scanner] 05:17:06.621 WARN: Cannot find the file 'include/hwloc.h', skipping violations
[SonarQube Scanner] 05:17:06.621 WARN: Cannot find the file 'include/private/private.h', skipping violations
[SonarQube Scanner] 05:17:06.621 WARN: Cannot find the file 'include/private/private.h', skipping violations
[SonarQube Scanner] 05:17:06.623 WARN: Cannot find the file 'include/hwloc.h', skipping violations
[SonarQube Scanner] 05:17:06.623 WARN: Cannot find the file 'include/hwloc.h', skipping violations
[SonarQube Scanner] 05:17:06.625 WARN: Cannot find the file 'include/hwloc.h', skipping violations
[SonarQube Scanner] 05:17:06.627 WARN: Cannot find the file 'include/hwloc.h', skipping violations
[SonarQube Scanner] 05:17:06.629 WARN: Cannot find the file 'include/hwloc.h', skipping violations
[SonarQube Scanner] 05:17:06.629 WARN: Cannot find the file 'include/hwloc.h', skipping violations
[SonarQube Scanner] 05:17:06.630 WARN: Cannot find the file 'include/private/private.h', skipping violations
[SonarQube Scanner] 05:17:06.631 WARN: Cannot find the file 'include/private/private.h', skipping violations
[SonarQube Scanner] 05:17:06.640 WARN: Cannot find the file 'include/hwloc/glibc-sched.h', skipping violations
[SonarQube Scanner] 05:17:06.642 WARN: Cannot find the file 'include/hwloc/opencl.h', skipping violations
[SonarQube Scanner] 05:17:06.642 WARN: Cannot find the file 'include/hwloc/opencl.h', skipping violations
[SonarQube Scanner] 05:17:06.650 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/hwloc.lcov cannot be parsed
[SonarQube Scanner] 05:17:06.650 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/hwloc.pc cannot be parsed
[SonarQube Scanner] 05:17:06.651 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/hwloc.pc.in cannot be parsed
[SonarQube Scanner] 05:17:06.651 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.651 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.651 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.651 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc.h cannot be parsed
[SonarQube Scanner] 05:17:06.652 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/autogen/config.h cannot be parsed
[SonarQube Scanner] 05:17:06.652 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/autogen/config.h.in cannot be parsed
[SonarQube Scanner] 05:17:06.652 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/autogen/stamp-h2 cannot be parsed
[SonarQube Scanner] 05:17:06.652 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/bitmap.h cannot be parsed
[SonarQube Scanner] 05:17:06.652 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/cuda.h cannot be parsed
[SonarQube Scanner] 05:17:06.653 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/cudart.h cannot be parsed
[SonarQube Scanner] 05:17:06.653 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/deprecated.h cannot be parsed
[SonarQube Scanner] 05:17:06.653 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/diff.h cannot be parsed
[SonarQube Scanner] 05:17:06.653 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/gl.h cannot be parsed
[SonarQube Scanner] 05:17:06.654 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/glibc-sched.h cannot be parsed
[SonarQube Scanner] 05:17:06.654 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/helper.h cannot be parsed
[SonarQube Scanner] 05:17:06.654 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/inlines.h cannot be parsed
[SonarQube Scanner] 05:17:06.654 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/intel-mic.h cannot be parsed
[SonarQube Scanner] 05:17:06.654 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/linux-libnuma.h cannot be parsed
[SonarQube Scanner] 05:17:06.655 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/linux.h cannot be parsed
[SonarQube Scanner] 05:17:06.655 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/myriexpress.h cannot be parsed
[SonarQube Scanner] 05:17:06.655 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/nvml.h cannot be parsed
[SonarQube Scanner] 05:17:06.655 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/opencl.h cannot be parsed
[SonarQube Scanner] 05:17:06.655 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/openfabrics-verbs.h cannot be parsed
[SonarQube Scanner] 05:17:06.656 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/plugins.h cannot be parsed
[SonarQube Scanner] 05:17:06.656 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/hwloc/rename.h cannot be parsed
[SonarQube Scanner] 05:17:06.656 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/private/autogen/config.h cannot be parsed
[SonarQube Scanner] 05:17:06.656 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/private/autogen/config.h.in cannot be parsed
[SonarQube Scanner] 05:17:06.656 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/private/autogen/stamp-h1 cannot be parsed
[SonarQube Scanner] 05:17:06.657 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/private/components.h cannot be parsed
[SonarQube Scanner] 05:17:06.657 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/private/cpuid-x86.h cannot be parsed
[SonarQube Scanner] 05:17:06.657 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/private/debug.h cannot be parsed
[SonarQube Scanner] 05:17:06.657 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/private/internal-components.h cannot be parsed
[SonarQube Scanner] 05:17:06.657 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/private/misc.h cannot be parsed
[SonarQube Scanner] 05:17:06.658 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/private/private.h cannot be parsed
[SonarQube Scanner] 05:17:06.658 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/private/solaris-chiptype.h cannot be parsed
[SonarQube Scanner] 05:17:06.658 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/private/xml.h cannot be parsed
[SonarQube Scanner] 05:17:06.658 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/libtool cannot be parsed
[SonarQube Scanner] 05:17:06.658 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/scan-build.log cannot be parsed
[SonarQube Scanner] 05:17:06.659 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/sonar-project.properties cannot be parsed
[SonarQube Scanner] 05:17:06.659 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/sonar.log cannot be parsed
[SonarQube Scanner] 05:17:06.659 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/base64.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.659 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/bind.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.660 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/bitmap.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.660 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/components.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.660 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/diff.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.660 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/distances.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.660 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/hwloc_cuda_la-topology-cuda.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.661 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/hwloc_gl_la-topology-gl.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.661 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/hwloc_nvml_la-topology-nvml.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.661 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/hwloc_opencl_la-topology-opencl.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.661 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/hwloc_pci_la-topology-pci.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.661 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/hwloc_xml_libxml_la-topology-xml-libxml.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.662 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/misc.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.662 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/pci-common.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.662 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-aix.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.662 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-bgq.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.662 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-cuda.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.663 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-custom.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.663 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-darwin.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.663 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-fake.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.663 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-freebsd.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.663 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-gl.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.664 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-hardwired.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.664 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-hpux.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.664 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-linux.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.664 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-netbsd.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.664 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-noos.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.665 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-nvml.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.665 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-opencl.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.665 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-osf.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.665 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-pci.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.665 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-solaris-chiptype.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.666 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-solaris.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.666 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-synthetic.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.667 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-windows.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.667 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-x86.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.667 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-xml-libxml.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.668 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-xml-nolibxml.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.668 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology-xml.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.668 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/topology.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.668 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.deps/traversal.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.669 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/base64.o cannot be parsed
[SonarQube Scanner] 05:17:06.669 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/bind.o cannot be parsed
[SonarQube Scanner] 05:17:06.669 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/bitmap.o cannot be parsed
[SonarQube Scanner] 05:17:06.669 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/components.o cannot be parsed
[SonarQube Scanner] 05:17:06.669 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/diff.o cannot be parsed
[SonarQube Scanner] 05:17:06.670 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/distances.o cannot be parsed
[SonarQube Scanner] 05:17:06.670 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.la cannot be parsed
[SonarQube Scanner] 05:17:06.670 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.lai cannot be parsed
[SonarQube Scanner] 05:17:06.670 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so cannot be parsed
[SonarQube Scanner] 05:17:06.671 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so.5 cannot be parsed
[SonarQube Scanner] 05:17:06.671 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/libhwloc.so.5.7.9 cannot be parsed
[SonarQube Scanner] 05:17:06.671 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/misc.o cannot be parsed
[SonarQube Scanner] 05:17:06.671 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/pci-common.o cannot be parsed
[SonarQube Scanner] 05:17:06.671 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/topology-custom.o cannot be parsed
[SonarQube Scanner] 05:17:06.672 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/topology-hardwired.o cannot be parsed
[SonarQube Scanner] 05:17:06.673 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/topology-linux.o cannot be parsed
[SonarQube Scanner] 05:17:06.673 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/topology-noos.o cannot be parsed
[SonarQube Scanner] 05:17:06.674 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/topology-opencl.o cannot be parsed
[SonarQube Scanner] 05:17:06.674 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/topology-pci.o cannot be parsed
[SonarQube Scanner] 05:17:06.674 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/topology-synthetic.o cannot be parsed
[SonarQube Scanner] 05:17:06.674 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/topology-x86.o cannot be parsed
[SonarQube Scanner] 05:17:06.675 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/topology-xml-libxml.o cannot be parsed
[SonarQube Scanner] 05:17:06.675 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/topology-xml-nolibxml.o cannot be parsed
[SonarQube Scanner] 05:17:06.675 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/topology-xml.o cannot be parsed
[SonarQube Scanner] 05:17:06.675 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/topology.o cannot be parsed
[SonarQube Scanner] 05:17:06.676 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/.libs/traversal.o cannot be parsed
[SonarQube Scanner] 05:17:06.676 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.676 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.676 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.676 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/base64.c cannot be parsed
[SonarQube Scanner] 05:17:06.677 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/base64.lo cannot be parsed
[SonarQube Scanner] 05:17:06.677 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/bind.c cannot be parsed
[SonarQube Scanner] 05:17:06.677 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/bind.lo cannot be parsed
[SonarQube Scanner] 05:17:06.677 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/bitmap.c cannot be parsed
[SonarQube Scanner] 05:17:06.677 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/bitmap.lo cannot be parsed
[SonarQube Scanner] 05:17:06.678 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/components.c cannot be parsed
[SonarQube Scanner] 05:17:06.678 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/components.lo cannot be parsed
[SonarQube Scanner] 05:17:06.678 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/diff.c cannot be parsed
[SonarQube Scanner] 05:17:06.678 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/diff.lo cannot be parsed
[SonarQube Scanner] 05:17:06.678 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/distances.c cannot be parsed
[SonarQube Scanner] 05:17:06.679 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/distances.lo cannot be parsed
[SonarQube Scanner] 05:17:06.679 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/dolib.c cannot be parsed
[SonarQube Scanner] 05:17:06.679 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/hwloc.dtd cannot be parsed
[SonarQube Scanner] 05:17:06.679 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/libhwloc.la cannot be parsed
[SonarQube Scanner] 05:17:06.680 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/misc.c cannot be parsed
[SonarQube Scanner] 05:17:06.680 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/misc.lo cannot be parsed
[SonarQube Scanner] 05:17:06.680 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/pci-common.c cannot be parsed
[SonarQube Scanner] 05:17:06.680 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/pci-common.lo cannot be parsed
[SonarQube Scanner] 05:17:06.680 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/static-components.h cannot be parsed
[SonarQube Scanner] 05:17:06.681 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-aix.c cannot be parsed
[SonarQube Scanner] 05:17:06.681 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-bgq.c cannot be parsed
[SonarQube Scanner] 05:17:06.681 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-cuda.c cannot be parsed
[SonarQube Scanner] 05:17:06.681 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-custom.c cannot be parsed
[SonarQube Scanner] 05:17:06.681 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-custom.lo cannot be parsed
[SonarQube Scanner] 05:17:06.682 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-darwin.c cannot be parsed
[SonarQube Scanner] 05:17:06.682 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-fake.c cannot be parsed
[SonarQube Scanner] 05:17:06.682 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-freebsd.c cannot be parsed
[SonarQube Scanner] 05:17:06.682 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-gl.c cannot be parsed
[SonarQube Scanner] 05:17:06.682 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-hardwired.c cannot be parsed
[SonarQube Scanner] 05:17:06.683 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-hardwired.lo cannot be parsed
[SonarQube Scanner] 05:17:06.683 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-hpux.c cannot be parsed
[SonarQube Scanner] 05:17:06.683 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.c cannot be parsed
[SonarQube Scanner] 05:17:06.683 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-linux.lo cannot be parsed
[SonarQube Scanner] 05:17:06.684 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-netbsd.c cannot be parsed
[SonarQube Scanner] 05:17:06.684 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-noos.c cannot be parsed
[SonarQube Scanner] 05:17:06.684 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-noos.lo cannot be parsed
[SonarQube Scanner] 05:17:06.684 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-nvml.c cannot be parsed
[SonarQube Scanner] 05:17:06.684 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-opencl.c cannot be parsed
[SonarQube Scanner] 05:17:06.685 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-opencl.lo cannot be parsed
[SonarQube Scanner] 05:17:06.685 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-osf.c cannot be parsed
[SonarQube Scanner] 05:17:06.685 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-pci.c cannot be parsed
[SonarQube Scanner] 05:17:06.685 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-pci.lo cannot be parsed
[SonarQube Scanner] 05:17:06.685 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-solaris-chiptype.c cannot be parsed
[SonarQube Scanner] 05:17:06.686 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-solaris.c cannot be parsed
[SonarQube Scanner] 05:17:06.686 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-synthetic.c cannot be parsed
[SonarQube Scanner] 05:17:06.686 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-synthetic.lo cannot be parsed
[SonarQube Scanner] 05:17:06.686 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-windows.c cannot be parsed
[SonarQube Scanner] 05:17:06.686 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-x86.c cannot be parsed
[SonarQube Scanner] 05:17:06.687 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-x86.lo cannot be parsed
[SonarQube Scanner] 05:17:06.687 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.c cannot be parsed
[SonarQube Scanner] 05:17:06.687 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-libxml.lo cannot be parsed
[SonarQube Scanner] 05:17:06.687 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-nolibxml.c cannot be parsed
[SonarQube Scanner] 05:17:06.687 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml-nolibxml.lo cannot be parsed
[SonarQube Scanner] 05:17:06.688 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml.c cannot be parsed
[SonarQube Scanner] 05:17:06.688 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology-xml.lo cannot be parsed
[SonarQube Scanner] 05:17:06.688 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology.c cannot be parsed
[SonarQube Scanner] 05:17:06.688 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/topology.lo cannot be parsed
[SonarQube Scanner] 05:17:06.688 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/traversal.c cannot be parsed
[SonarQube Scanner] 05:17:06.689 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/src/traversal.lo cannot be parsed
[SonarQube Scanner] 05:17:06.689 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/cuda.Po cannot be parsed
[SonarQube Scanner] 05:17:06.689 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/cudart.Po cannot be parsed
[SonarQube Scanner] 05:17:06.689 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/gl.Po cannot be parsed
[SonarQube Scanner] 05:17:06.689 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/glibc-sched.Po cannot be parsed
[SonarQube Scanner] 05:17:06.690 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_backends.Po cannot be parsed
[SonarQube Scanner] 05:17:06.690 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_bind.Po cannot be parsed
[SonarQube Scanner] 05:17:06.690 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_bitmap.Po cannot be parsed
[SonarQube Scanner] 05:17:06.690 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_bitmap_compare_inclusion.Po cannot be parsed
[SonarQube Scanner] 05:17:06.690 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_bitmap_first_last_weight.Po cannot be parsed
[SonarQube Scanner] 05:17:06.691 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_bitmap_singlify.Po cannot be parsed
[SonarQube Scanner] 05:17:06.691 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_bitmap_string.Po cannot be parsed
[SonarQube Scanner] 05:17:06.691 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_custom.Po cannot be parsed
[SonarQube Scanner] 05:17:06.691 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_distances.Po cannot be parsed
[SonarQube Scanner] 05:17:06.692 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_get_area_memlocation.Po cannot be parsed
[SonarQube Scanner] 05:17:06.692 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_get_cache_covering_cpuset.Po cannot be parsed
[SonarQube Scanner] 05:17:06.692 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_get_closest_objs.Po cannot be parsed
[SonarQube Scanner] 05:17:06.692 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_get_largest_objs_inside_cpuset.Po cannot be parsed
[SonarQube Scanner] 05:17:06.692 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_get_last_cpu_location.Po cannot be parsed
[SonarQube Scanner] 05:17:06.693 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_get_next_obj_covering_cpuset.Po cannot be parsed
[SonarQube Scanner] 05:17:06.693 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_get_obj_below_array_by_type.Po cannot be parsed
[SonarQube Scanner] 05:17:06.693 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_get_obj_covering_cpuset.Po cannot be parsed
[SonarQube Scanner] 05:17:06.693 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_get_obj_inside_cpuset.Po cannot be parsed
[SonarQube Scanner] 05:17:06.693 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_get_shared_cache_covering_obj.Po cannot be parsed
[SonarQube Scanner] 05:17:06.694 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_groups.Po cannot be parsed
[SonarQube Scanner] 05:17:06.694 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_groups2.Po cannot be parsed
[SonarQube Scanner] 05:17:06.694 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_insert_misc.Po cannot be parsed
[SonarQube Scanner] 05:17:06.694 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_iodevs.Po cannot be parsed
[SonarQube Scanner] 05:17:06.694 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_is_thissystem.Po cannot be parsed
[SonarQube Scanner] 05:17:06.695 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_list_components.Po cannot be parsed
[SonarQube Scanner] 05:17:06.695 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_obj_infos.Po cannot be parsed
[SonarQube Scanner] 05:17:06.695 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_object_userdata.Po cannot be parsed
[SonarQube Scanner] 05:17:06.695 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_pci_backend.Po cannot be parsed
[SonarQube Scanner] 05:17:06.695 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_synthetic.Po cannot be parsed
[SonarQube Scanner] 05:17:06.696 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_topology_diff.Po cannot be parsed
[SonarQube Scanner] 05:17:06.696 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_topology_dup.Po cannot be parsed
[SonarQube Scanner] 05:17:06.696 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_topology_restrict.Po cannot be parsed
[SonarQube Scanner] 05:17:06.696 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/hwloc_type_depth.Po cannot be parsed
[SonarQube Scanner] 05:17:06.696 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/intel-mic.Po cannot be parsed
[SonarQube Scanner] 05:17:06.697 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/linux-libnuma.Po cannot be parsed
[SonarQube Scanner] 05:17:06.697 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/myriexpress.Po cannot be parsed
[SonarQube Scanner] 05:17:06.697 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/nvml.Po cannot be parsed
[SonarQube Scanner] 05:17:06.697 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/opencl.Po cannot be parsed
[SonarQube Scanner] 05:17:06.697 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/openfabrics-verbs.Po cannot be parsed
[SonarQube Scanner] 05:17:06.698 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.deps/xmlbuffer.Po cannot be parsed
[SonarQube Scanner] 05:17:06.698 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/gl cannot be parsed
[SonarQube Scanner] 05:17:06.698 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/glibc-sched cannot be parsed
[SonarQube Scanner] 05:17:06.698 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_backends cannot be parsed
[SonarQube Scanner] 05:17:06.699 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_bind cannot be parsed
[SonarQube Scanner] 05:17:06.699 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_bitmap cannot be parsed
[SonarQube Scanner] 05:17:06.699 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_bitmap_compare_inclusion cannot be parsed
[SonarQube Scanner] 05:17:06.699 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_bitmap_first_last_weight cannot be parsed
[SonarQube Scanner] 05:17:06.699 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_bitmap_singlify cannot be parsed
[SonarQube Scanner] 05:17:06.700 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_bitmap_string cannot be parsed
[SonarQube Scanner] 05:17:06.700 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_custom cannot be parsed
[SonarQube Scanner] 05:17:06.700 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_distances cannot be parsed
[SonarQube Scanner] 05:17:06.700 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_get_area_memlocation cannot be parsed
[SonarQube Scanner] 05:17:06.700 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_get_cache_covering_cpuset cannot be parsed
[SonarQube Scanner] 05:17:06.701 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_get_closest_objs cannot be parsed
[SonarQube Scanner] 05:17:06.701 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_get_largest_objs_inside_cpuset cannot be parsed
[SonarQube Scanner] 05:17:06.701 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_get_last_cpu_location cannot be parsed
[SonarQube Scanner] 05:17:06.701 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_get_next_obj_covering_cpuset cannot be parsed
[SonarQube Scanner] 05:17:06.702 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_get_obj_below_array_by_type cannot be parsed
[SonarQube Scanner] 05:17:06.702 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_get_obj_covering_cpuset cannot be parsed
[SonarQube Scanner] 05:17:06.702 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_get_obj_inside_cpuset cannot be parsed
[SonarQube Scanner] 05:17:06.702 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_get_shared_cache_covering_obj cannot be parsed
[SonarQube Scanner] 05:17:06.702 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_groups cannot be parsed
[SonarQube Scanner] 05:17:06.703 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_groups2 cannot be parsed
[SonarQube Scanner] 05:17:06.703 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_insert_misc cannot be parsed
[SonarQube Scanner] 05:17:06.703 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_iodevs cannot be parsed
[SonarQube Scanner] 05:17:06.703 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_is_thissystem cannot be parsed
[SonarQube Scanner] 05:17:06.704 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_list_components cannot be parsed
[SonarQube Scanner] 05:17:06.704 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_obj_infos cannot be parsed
[SonarQube Scanner] 05:17:06.704 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_object_userdata cannot be parsed
[SonarQube Scanner] 05:17:06.704 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_pci_backend cannot be parsed
[SonarQube Scanner] 05:17:06.704 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_synthetic cannot be parsed
[SonarQube Scanner] 05:17:06.705 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_topology_diff cannot be parsed
[SonarQube Scanner] 05:17:06.705 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_topology_dup cannot be parsed
[SonarQube Scanner] 05:17:06.705 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_topology_restrict cannot be parsed
[SonarQube Scanner] 05:17:06.705 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/hwloc_type_depth cannot be parsed
[SonarQube Scanner] 05:17:06.705 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/intel-mic cannot be parsed
[SonarQube Scanner] 05:17:06.706 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/linux-libnuma cannot be parsed
[SonarQube Scanner] 05:17:06.706 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/opencl cannot be parsed
[SonarQube Scanner] 05:17:06.706 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/openfabrics-verbs cannot be parsed
[SonarQube Scanner] 05:17:06.706 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/.libs/xmlbuffer cannot be parsed
[SonarQube Scanner] 05:17:06.707 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.707 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.707 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.707 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/cuda.c cannot be parsed
[SonarQube Scanner] 05:17:06.707 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/cudart.c cannot be parsed
[SonarQube Scanner] 05:17:06.708 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.708 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/README.txt cannot be parsed
[SonarQube Scanner] 05:17:06.708 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/autogen.sh cannot be parsed
[SonarQube Scanner] 05:17:06.708 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/config/README.txt cannot be parsed
[SonarQube Scanner] 05:17:06.708 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/configure.ac cannot be parsed
[SonarQube Scanner] 05:17:06.709 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/do_test.c cannot be parsed
[SonarQube Scanner] 05:17:06.709 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/main.c cannot be parsed
[SonarQube Scanner] 05:17:06.709 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/embedded/run-embedded-tests.sh cannot be parsed
[SonarQube Scanner] 05:17:06.709 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/gl cannot be parsed
[SonarQube Scanner] 05:17:06.710 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/gl.c cannot be parsed
[SonarQube Scanner] 05:17:06.710 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/gl.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.710 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/gl.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.710 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/gl.log cannot be parsed
[SonarQube Scanner] 05:17:06.713 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/gl.o cannot be parsed
[SonarQube Scanner] 05:17:06.713 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/gl.trs cannot be parsed
[SonarQube Scanner] 05:17:06.713 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/glibc-sched cannot be parsed
[SonarQube Scanner] 05:17:06.714 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/glibc-sched.c cannot be parsed
[SonarQube Scanner] 05:17:06.714 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/glibc-sched.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.714 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/glibc-sched.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.714 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/glibc-sched.log cannot be parsed
[SonarQube Scanner] 05:17:06.714 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/glibc-sched.o cannot be parsed
[SonarQube Scanner] 05:17:06.715 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/glibc-sched.trs cannot be parsed
[SonarQube Scanner] 05:17:06.715 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_backends cannot be parsed
[SonarQube Scanner] 05:17:06.715 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_backends.c cannot be parsed
[SonarQube Scanner] 05:17:06.715 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_backends.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.715 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_backends.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.716 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_backends.log cannot be parsed
[SonarQube Scanner] 05:17:06.716 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_backends.o cannot be parsed
[SonarQube Scanner] 05:17:06.716 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_backends.trs cannot be parsed
[SonarQube Scanner] 05:17:06.716 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bind cannot be parsed
[SonarQube Scanner] 05:17:06.717 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bind.c cannot be parsed
[SonarQube Scanner] 05:17:06.717 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bind.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.717 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bind.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.717 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bind.log cannot be parsed
[SonarQube Scanner] 05:17:06.717 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bind.o cannot be parsed
[SonarQube Scanner] 05:17:06.718 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bind.trs cannot be parsed
[SonarQube Scanner] 05:17:06.718 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap cannot be parsed
[SonarQube Scanner] 05:17:06.718 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap.c cannot be parsed
[SonarQube Scanner] 05:17:06.718 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.718 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.719 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap.log cannot be parsed
[SonarQube Scanner] 05:17:06.719 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap.o cannot be parsed
[SonarQube Scanner] 05:17:06.719 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap.trs cannot be parsed
[SonarQube Scanner] 05:17:06.719 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_compare_inclusion cannot be parsed
[SonarQube Scanner] 05:17:06.719 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_compare_inclusion.c cannot be parsed
[SonarQube Scanner] 05:17:06.720 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_compare_inclusion.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.720 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_compare_inclusion.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.720 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_compare_inclusion.log cannot be parsed
[SonarQube Scanner] 05:17:06.720 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_compare_inclusion.o cannot be parsed
[SonarQube Scanner] 05:17:06.721 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_compare_inclusion.trs cannot be parsed
[SonarQube Scanner] 05:17:06.721 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_first_last_weight cannot be parsed
[SonarQube Scanner] 05:17:06.721 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_first_last_weight.c cannot be parsed
[SonarQube Scanner] 05:17:06.721 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_first_last_weight.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.721 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_first_last_weight.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.722 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_first_last_weight.log cannot be parsed
[SonarQube Scanner] 05:17:06.722 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_first_last_weight.o cannot be parsed
[SonarQube Scanner] 05:17:06.722 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_first_last_weight.trs cannot be parsed
[SonarQube Scanner] 05:17:06.722 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_singlify cannot be parsed
[SonarQube Scanner] 05:17:06.722 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_singlify.c cannot be parsed
[SonarQube Scanner] 05:17:06.723 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_singlify.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.723 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_singlify.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.723 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_singlify.log cannot be parsed
[SonarQube Scanner] 05:17:06.723 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_singlify.o cannot be parsed
[SonarQube Scanner] 05:17:06.723 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_singlify.trs cannot be parsed
[SonarQube Scanner] 05:17:06.724 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_string cannot be parsed
[SonarQube Scanner] 05:17:06.724 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_string.c cannot be parsed
[SonarQube Scanner] 05:17:06.724 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_string.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.724 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_string.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.725 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_string.log cannot be parsed
[SonarQube Scanner] 05:17:06.725 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_string.o cannot be parsed
[SonarQube Scanner] 05:17:06.725 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_bitmap_string.trs cannot be parsed
[SonarQube Scanner] 05:17:06.725 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_custom cannot be parsed
[SonarQube Scanner] 05:17:06.725 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_custom.c cannot be parsed
[SonarQube Scanner] 05:17:06.726 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_custom.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.726 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_custom.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.726 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_custom.log cannot be parsed
[SonarQube Scanner] 05:17:06.726 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_custom.o cannot be parsed
[SonarQube Scanner] 05:17:06.726 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_custom.trs cannot be parsed
[SonarQube Scanner] 05:17:06.727 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_distances cannot be parsed
[SonarQube Scanner] 05:17:06.727 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_distances.c cannot be parsed
[SonarQube Scanner] 05:17:06.727 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_distances.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.727 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_distances.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.728 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_distances.log cannot be parsed
[SonarQube Scanner] 05:17:06.728 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_distances.o cannot be parsed
[SonarQube Scanner] 05:17:06.728 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_distances.trs cannot be parsed
[SonarQube Scanner] 05:17:06.728 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_area_memlocation cannot be parsed
[SonarQube Scanner] 05:17:06.728 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_area_memlocation.c cannot be parsed
[SonarQube Scanner] 05:17:06.729 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_area_memlocation.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.729 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_area_memlocation.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.729 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_area_memlocation.log cannot be parsed
[SonarQube Scanner] 05:17:06.729 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_area_memlocation.o cannot be parsed
[SonarQube Scanner] 05:17:06.729 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_area_memlocation.trs cannot be parsed
[SonarQube Scanner] 05:17:06.730 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_cache_covering_cpuset cannot be parsed
[SonarQube Scanner] 05:17:06.730 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_cache_covering_cpuset.c cannot be parsed
[SonarQube Scanner] 05:17:06.730 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_cache_covering_cpuset.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.730 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_cache_covering_cpuset.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.730 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_cache_covering_cpuset.log cannot be parsed
[SonarQube Scanner] 05:17:06.731 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_cache_covering_cpuset.o cannot be parsed
[SonarQube Scanner] 05:17:06.731 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_cache_covering_cpuset.trs cannot be parsed
[SonarQube Scanner] 05:17:06.731 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_closest_objs cannot be parsed
[SonarQube Scanner] 05:17:06.731 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_closest_objs.c cannot be parsed
[SonarQube Scanner] 05:17:06.731 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_closest_objs.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.732 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_closest_objs.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.732 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_closest_objs.log cannot be parsed
[SonarQube Scanner] 05:17:06.732 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_closest_objs.o cannot be parsed
[SonarQube Scanner] 05:17:06.732 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_closest_objs.trs cannot be parsed
[SonarQube Scanner] 05:17:06.733 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_largest_objs_inside_cpuset cannot be parsed
[SonarQube Scanner] 05:17:06.733 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_largest_objs_inside_cpuset.c cannot be parsed
[SonarQube Scanner] 05:17:06.733 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_largest_objs_inside_cpuset.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.733 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_largest_objs_inside_cpuset.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.733 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_largest_objs_inside_cpuset.log cannot be parsed
[SonarQube Scanner] 05:17:06.734 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_largest_objs_inside_cpuset.o cannot be parsed
[SonarQube Scanner] 05:17:06.734 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_largest_objs_inside_cpuset.trs cannot be parsed
[SonarQube Scanner] 05:17:06.734 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_last_cpu_location cannot be parsed
[SonarQube Scanner] 05:17:06.734 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_last_cpu_location.c cannot be parsed
[SonarQube Scanner] 05:17:06.734 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_last_cpu_location.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.735 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_last_cpu_location.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.735 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_last_cpu_location.log cannot be parsed
[SonarQube Scanner] 05:17:06.735 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_last_cpu_location.o cannot be parsed
[SonarQube Scanner] 05:17:06.735 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_last_cpu_location.trs cannot be parsed
[SonarQube Scanner] 05:17:06.735 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_next_obj_covering_cpuset cannot be parsed
[SonarQube Scanner] 05:17:06.736 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_next_obj_covering_cpuset.c cannot be parsed
[SonarQube Scanner] 05:17:06.736 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_next_obj_covering_cpuset.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.736 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_next_obj_covering_cpuset.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.737 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_next_obj_covering_cpuset.log cannot be parsed
[SonarQube Scanner] 05:17:06.737 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_next_obj_covering_cpuset.o cannot be parsed
[SonarQube Scanner] 05:17:06.737 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_next_obj_covering_cpuset.trs cannot be parsed
[SonarQube Scanner] 05:17:06.738 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_below_array_by_type cannot be parsed
[SonarQube Scanner] 05:17:06.738 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_below_array_by_type.c cannot be parsed
[SonarQube Scanner] 05:17:06.738 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_below_array_by_type.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.738 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_below_array_by_type.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.738 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_below_array_by_type.log cannot be parsed
[SonarQube Scanner] 05:17:06.739 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_below_array_by_type.o cannot be parsed
[SonarQube Scanner] 05:17:06.739 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_below_array_by_type.trs cannot be parsed
[SonarQube Scanner] 05:17:06.740 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_covering_cpuset cannot be parsed
[SonarQube Scanner] 05:17:06.740 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_covering_cpuset.c cannot be parsed
[SonarQube Scanner] 05:17:06.740 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_covering_cpuset.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.740 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_covering_cpuset.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.741 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_covering_cpuset.log cannot be parsed
[SonarQube Scanner] 05:17:06.741 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_covering_cpuset.o cannot be parsed
[SonarQube Scanner] 05:17:06.742 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_covering_cpuset.trs cannot be parsed
[SonarQube Scanner] 05:17:06.743 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_inside_cpuset cannot be parsed
[SonarQube Scanner] 05:17:06.743 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_inside_cpuset.c cannot be parsed
[SonarQube Scanner] 05:17:06.743 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_inside_cpuset.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.744 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_inside_cpuset.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.744 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_inside_cpuset.log cannot be parsed
[SonarQube Scanner] 05:17:06.744 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_inside_cpuset.o cannot be parsed
[SonarQube Scanner] 05:17:06.744 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_obj_inside_cpuset.trs cannot be parsed
[SonarQube Scanner] 05:17:06.745 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_shared_cache_covering_obj cannot be parsed
[SonarQube Scanner] 05:17:06.745 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_shared_cache_covering_obj.c cannot be parsed
[SonarQube Scanner] 05:17:06.746 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_shared_cache_covering_obj.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.746 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_shared_cache_covering_obj.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.746 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_shared_cache_covering_obj.log cannot be parsed
[SonarQube Scanner] 05:17:06.746 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_shared_cache_covering_obj.o cannot be parsed
[SonarQube Scanner] 05:17:06.746 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_get_shared_cache_covering_obj.trs cannot be parsed
[SonarQube Scanner] 05:17:06.747 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups cannot be parsed
[SonarQube Scanner] 05:17:06.747 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups.c cannot be parsed
[SonarQube Scanner] 05:17:06.747 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.747 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.748 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups.log cannot be parsed
[SonarQube Scanner] 05:17:06.748 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups.o cannot be parsed
[SonarQube Scanner] 05:17:06.748 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups.trs cannot be parsed
[SonarQube Scanner] 05:17:06.748 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups2 cannot be parsed
[SonarQube Scanner] 05:17:06.748 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups2.c cannot be parsed
[SonarQube Scanner] 05:17:06.749 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups2.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.749 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups2.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.749 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups2.log cannot be parsed
[SonarQube Scanner] 05:17:06.749 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups2.o cannot be parsed
[SonarQube Scanner] 05:17:06.749 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_groups2.trs cannot be parsed
[SonarQube Scanner] 05:17:06.750 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_insert_misc cannot be parsed
[SonarQube Scanner] 05:17:06.750 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_insert_misc.c cannot be parsed
[SonarQube Scanner] 05:17:06.750 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_insert_misc.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.750 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_insert_misc.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.750 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_insert_misc.log cannot be parsed
[SonarQube Scanner] 05:17:06.751 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_insert_misc.o cannot be parsed
[SonarQube Scanner] 05:17:06.752 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_insert_misc.trs cannot be parsed
[SonarQube Scanner] 05:17:06.752 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_iodevs cannot be parsed
[SonarQube Scanner] 05:17:06.753 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_iodevs.c cannot be parsed
[SonarQube Scanner] 05:17:06.753 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_iodevs.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.753 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_iodevs.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.753 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_iodevs.log cannot be parsed
[SonarQube Scanner] 05:17:06.753 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_iodevs.o cannot be parsed
[SonarQube Scanner] 05:17:06.754 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_iodevs.trs cannot be parsed
[SonarQube Scanner] 05:17:06.754 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_is_thissystem cannot be parsed
[SonarQube Scanner] 05:17:06.754 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_is_thissystem.c cannot be parsed
[SonarQube Scanner] 05:17:06.754 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_is_thissystem.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.754 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_is_thissystem.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.755 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_is_thissystem.log cannot be parsed
[SonarQube Scanner] 05:17:06.755 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_is_thissystem.o cannot be parsed
[SonarQube Scanner] 05:17:06.755 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_is_thissystem.trs cannot be parsed
[SonarQube Scanner] 05:17:06.755 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_list_components cannot be parsed
[SonarQube Scanner] 05:17:06.756 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_list_components.c cannot be parsed
[SonarQube Scanner] 05:17:06.756 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_list_components.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.756 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_list_components.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.756 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_list_components.log cannot be parsed
[SonarQube Scanner] 05:17:06.756 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_list_components.o cannot be parsed
[SonarQube Scanner] 05:17:06.757 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_list_components.trs cannot be parsed
[SonarQube Scanner] 05:17:06.757 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_obj_infos cannot be parsed
[SonarQube Scanner] 05:17:06.757 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_obj_infos.c cannot be parsed
[SonarQube Scanner] 05:17:06.757 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_obj_infos.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.757 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_obj_infos.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.758 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_obj_infos.log cannot be parsed
[SonarQube Scanner] 05:17:06.758 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_obj_infos.o cannot be parsed
[SonarQube Scanner] 05:17:06.758 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_obj_infos.trs cannot be parsed
[SonarQube Scanner] 05:17:06.758 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_object_userdata cannot be parsed
[SonarQube Scanner] 05:17:06.759 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_object_userdata.c cannot be parsed
[SonarQube Scanner] 05:17:06.759 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_object_userdata.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.759 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_object_userdata.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.759 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_object_userdata.log cannot be parsed
[SonarQube Scanner] 05:17:06.759 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_object_userdata.o cannot be parsed
[SonarQube Scanner] 05:17:06.760 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_object_userdata.trs cannot be parsed
[SonarQube Scanner] 05:17:06.760 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_pci_backend cannot be parsed
[SonarQube Scanner] 05:17:06.760 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_pci_backend.c cannot be parsed
[SonarQube Scanner] 05:17:06.760 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_pci_backend.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.760 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_pci_backend.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.761 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_pci_backend.log cannot be parsed
[SonarQube Scanner] 05:17:06.761 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_pci_backend.o cannot be parsed
[SonarQube Scanner] 05:17:06.761 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_pci_backend.trs cannot be parsed
[SonarQube Scanner] 05:17:06.761 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_synthetic cannot be parsed
[SonarQube Scanner] 05:17:06.761 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_synthetic.c cannot be parsed
[SonarQube Scanner] 05:17:06.762 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_synthetic.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.762 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_synthetic.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.762 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_synthetic.log cannot be parsed
[SonarQube Scanner] 05:17:06.762 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_synthetic.o cannot be parsed
[SonarQube Scanner] 05:17:06.762 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_synthetic.trs cannot be parsed
[SonarQube Scanner] 05:17:06.763 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_diff cannot be parsed
[SonarQube Scanner] 05:17:06.763 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_diff.c cannot be parsed
[SonarQube Scanner] 05:17:06.763 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_diff.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.763 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_diff.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.763 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_diff.log cannot be parsed
[SonarQube Scanner] 05:17:06.764 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_diff.o cannot be parsed
[SonarQube Scanner] 05:17:06.764 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_diff.trs cannot be parsed
[SonarQube Scanner] 05:17:06.764 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_dup cannot be parsed
[SonarQube Scanner] 05:17:06.764 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_dup.c cannot be parsed
[SonarQube Scanner] 05:17:06.765 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_dup.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.765 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_dup.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.765 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_dup.log cannot be parsed
[SonarQube Scanner] 05:17:06.765 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_dup.o cannot be parsed
[SonarQube Scanner] 05:17:06.765 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_dup.trs cannot be parsed
[SonarQube Scanner] 05:17:06.766 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_restrict cannot be parsed
[SonarQube Scanner] 05:17:06.766 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_restrict.c cannot be parsed
[SonarQube Scanner] 05:17:06.766 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_restrict.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.766 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_restrict.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.766 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_restrict.log cannot be parsed
[SonarQube Scanner] 05:17:06.767 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_restrict.o cannot be parsed
[SonarQube Scanner] 05:17:06.767 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_topology_restrict.trs cannot be parsed
[SonarQube Scanner] 05:17:06.767 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_type_depth cannot be parsed
[SonarQube Scanner] 05:17:06.767 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_type_depth.c cannot be parsed
[SonarQube Scanner] 05:17:06.767 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_type_depth.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.768 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_type_depth.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.768 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_type_depth.log cannot be parsed
[SonarQube Scanner] 05:17:06.768 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_type_depth.o cannot be parsed
[SonarQube Scanner] 05:17:06.768 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/hwloc_type_depth.trs cannot be parsed
[SonarQube Scanner] 05:17:06.768 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/intel-mic cannot be parsed
[SonarQube Scanner] 05:17:06.769 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/intel-mic.c cannot be parsed
[SonarQube Scanner] 05:17:06.769 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/intel-mic.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.769 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/intel-mic.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.769 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/intel-mic.log cannot be parsed
[SonarQube Scanner] 05:17:06.769 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/intel-mic.o cannot be parsed
[SonarQube Scanner] 05:17:06.770 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/intel-mic.trs cannot be parsed
[SonarQube Scanner] 05:17:06.770 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux-libnuma cannot be parsed
[SonarQube Scanner] 05:17:06.770 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux-libnuma.c cannot be parsed
[SonarQube Scanner] 05:17:06.770 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux-libnuma.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.771 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux-libnuma.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.771 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux-libnuma.log cannot be parsed
[SonarQube Scanner] 05:17:06.771 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux-libnuma.o cannot be parsed
[SonarQube Scanner] 05:17:06.771 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux-libnuma.trs cannot be parsed
[SonarQube Scanner] 05:17:06.771 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/128ia64-17n4s2c.output cannot be parsed
[SonarQube Scanner] 05:17:06.772 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/128ia64-17n4s2c.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.772 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/128ia64-17n4s2c.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.772 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/128ia64-17n4s2c.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.772 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-4n4c-cgroup-distance-merge.options cannot be parsed
[SonarQube Scanner] 05:17:06.772 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-4n4c-cgroup-distance-merge.output cannot be parsed
[SonarQube Scanner] 05:17:06.773 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-4n4c-cgroup-distance-merge.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.773 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-4n4c-cgroup-distance-merge.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.773 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-4n4c-cgroup-distance-merge.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.773 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.output cannot be parsed
[SonarQube Scanner] 05:17:06.773 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.774 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.774 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.774 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.xml.env cannot be parsed
[SonarQube Scanner] 05:17:06.774 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.xml.options cannot be parsed
[SonarQube Scanner] 05:17:06.775 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.xml.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.775 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.xml.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.775 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets.xml.source cannot be parsed
[SonarQube Scanner] 05:17:06.776 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets_noadmin.options cannot be parsed
[SonarQube Scanner] 05:17:06.776 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets_noadmin.output cannot be parsed
[SonarQube Scanner] 05:17:06.776 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets_noadmin.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.776 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets_noadmin.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.777 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c-cpusets_noadmin.source cannot be parsed
[SonarQube Scanner] 05:17:06.777 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c.output cannot be parsed
[SonarQube Scanner] 05:17:06.777 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.777 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.777 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16amd64-8n2c.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.778 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-2m4c2t.output cannot be parsed
[SonarQube Scanner] 05:17:06.778 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-2m4c2t.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.778 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-2m4c2t.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.778 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-2m4c2t.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.778 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.output cannot be parsed
[SonarQube Scanner] 05:17:06.779 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.779 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.779 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.779 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.xml.options cannot be parsed
[SonarQube Scanner] 05:17:06.780 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.xml.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.780 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.xml.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.780 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines.xml.source cannot be parsed
[SonarQube Scanner] 05:17:06.781 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines_noadmin.options cannot be parsed
[SonarQube Scanner] 05:17:06.781 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines_noadmin.output cannot be parsed
[SonarQube Scanner] 05:17:06.781 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines_noadmin.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.781 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines_noadmin.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.781 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t-offlines_noadmin.source cannot be parsed
[SonarQube Scanner] 05:17:06.782 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.output cannot be parsed
[SonarQube Scanner] 05:17:06.782 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.782 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.782 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.782 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.xml.options cannot be parsed
[SonarQube Scanner] 05:17:06.783 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.xml.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.783 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.xml.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.783 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t.xml.source cannot be parsed
[SonarQube Scanner] 05:17:06.784 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_merge.options cannot be parsed
[SonarQube Scanner] 05:17:06.784 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_merge.output cannot be parsed
[SonarQube Scanner] 05:17:06.784 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_merge.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.784 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_merge.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.784 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_merge.source cannot be parsed
[SonarQube Scanner] 05:17:06.785 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_ncaches.options cannot be parsed
[SonarQube Scanner] 05:17:06.785 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_ncaches.output cannot be parsed
[SonarQube Scanner] 05:17:06.785 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_ncaches.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.785 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_ncaches.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.785 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2c2t_ncaches.source cannot be parsed
[SonarQube Scanner] 05:17:06.786 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder-merge.options cannot be parsed
[SonarQube Scanner] 05:17:06.786 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder-merge.output cannot be parsed
[SonarQube Scanner] 05:17:06.786 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder-merge.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.786 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder-merge.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.786 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder-merge.source cannot be parsed
[SonarQube Scanner] 05:17:06.787 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder.output cannot be parsed
[SonarQube Scanner] 05:17:06.787 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.787 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.787 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16em64t-4s2ca2c-cpusetreorder.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.787 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16ia64-8n2s.output cannot be parsed
[SonarQube Scanner] 05:17:06.788 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16ia64-8n2s.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.788 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16ia64-8n2s.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.788 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/16ia64-8n2s.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.788 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/1alpha.output cannot be parsed
[SonarQube Scanner] 05:17:06.789 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/1alpha.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.789 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/1alpha.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.789 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/1alpha.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.789 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/20s390-2g6s4c.output cannot be parsed
[SonarQube Scanner] 05:17:06.789 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/20s390-2g6s4c.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.790 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/20s390-2g6s4c.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.790 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/20s390-2g6s4c.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.790 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/24em64t-2n6c2t+2mic.olddriver.options cannot be parsed
[SonarQube Scanner] 05:17:06.791 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/24em64t-2n6c2t+2mic.olddriver.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.791 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/24em64t-2n6c2t+2mic.olddriver.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.791 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/24em64t-2n6c2t+2mic.olddriver.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.792 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ia64-64n2s2c.output cannot be parsed
[SonarQube Scanner] 05:17:06.792 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ia64-64n2s2c.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.792 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ia64-64n2s2c.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.792 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ia64-64n2s2c.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.793 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nocache.exclude cannot be parsed
[SonarQube Scanner] 05:17:06.793 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nocache.output cannot be parsed
[SonarQube Scanner] 05:17:06.793 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nocache.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.793 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nocache.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.793 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nocache.source cannot be parsed
[SonarQube Scanner] 05:17:06.794 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nosys.exclude cannot be parsed
[SonarQube Scanner] 05:17:06.794 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nosys.output cannot be parsed
[SonarQube Scanner] 05:17:06.794 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nosys.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.794 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nosys.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.795 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t-nosys.source cannot be parsed
[SonarQube Scanner] 05:17:06.795 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t.output cannot be parsed
[SonarQube Scanner] 05:17:06.795 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.795 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.795 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/256ppc-8n8s4t.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.796 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/28em64t-2s2n7c-buggycoresiblings.output cannot be parsed
[SonarQube Scanner] 05:17:06.796 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/28em64t-2s2n7c-buggycoresiblings.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.796 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/28em64t-2s2n7c-buggycoresiblings.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.796 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/28em64t-2s2n7c-buggycoresiblings.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.796 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2amd64-2n.output cannot be parsed
[SonarQube Scanner] 05:17:06.797 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2amd64-2n.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.797 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2amd64-2n.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.797 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2amd64-2n.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.797 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2arm-2c.output cannot be parsed
[SonarQube Scanner] 05:17:06.797 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2arm-2c.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.798 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2arm-2c.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.798 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2arm-2c.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.798 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2c-nohugepage.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.798 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2c-nohugepage.xml.options cannot be parsed
[SonarQube Scanner] 05:17:06.799 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2c-nohugepage.xml.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.799 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2c-nohugepage.xml.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.799 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2c-nohugepage.xml.source cannot be parsed
[SonarQube Scanner] 05:17:06.799 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2t-hugepagesizecount.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.800 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2t-hugepagesizecount.xml.env cannot be parsed
[SonarQube Scanner] 05:17:06.800 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2t-hugepagesizecount.xml.options cannot be parsed
[SonarQube Scanner] 05:17:06.801 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2t-hugepagesizecount.xml.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.801 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2t-hugepagesizecount.xml.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.801 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2i386-2t-hugepagesizecount.xml.source cannot be parsed
[SonarQube Scanner] 05:17:06.801 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2ps3-2t.output cannot be parsed
[SonarQube Scanner] 05:17:06.802 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2ps3-2t.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.802 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2ps3-2t.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.802 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2ps3-2t.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.802 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2s390-2c.output cannot be parsed
[SonarQube Scanner] 05:17:06.802 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2s390-2c.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.803 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2s390-2c.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.803 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/2s390-2c.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.803 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.env cannot be parsed
[SonarQube Scanner] 05:17:06.803 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.output cannot be parsed
[SonarQube Scanner] 05:17:06.803 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.804 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.804 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.804 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.xml.env cannot be parsed
[SonarQube Scanner] 05:17:06.804 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.xml.options cannot be parsed
[SonarQube Scanner] 05:17:06.806 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.xml.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.806 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.xml.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.806 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32amd64-4s2n4c-cgroup.xml.source cannot be parsed
[SonarQube Scanner] 05:17:06.806 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32em64t-2n8c+1mic.options cannot be parsed
[SonarQube Scanner] 05:17:06.808 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32em64t-2n8c+1mic.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.808 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32em64t-2n8c+1mic.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.808 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32em64t-2n8c+1mic.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.808 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32ppc-4n4c2c.output cannot be parsed
[SonarQube Scanner] 05:17:06.809 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32ppc-4n4c2c.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.809 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32ppc-4n4c2c.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.809 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/32ppc-4n4c2c.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.809 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-2g2n4c+pci.env cannot be parsed
[SonarQube Scanner] 05:17:06.810 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-2g2n4c+pci.options cannot be parsed
[SonarQube Scanner] 05:17:06.811 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-2g2n4c+pci.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.812 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-2g2n4c+pci.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.812 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-2g2n4c+pci.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.812 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-4n10c+pci-conflicts.env cannot be parsed
[SonarQube Scanner] 05:17:06.812 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-4n10c+pci-conflicts.output cannot be parsed
[SonarQube Scanner] 05:17:06.813 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-4n10c+pci-conflicts.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.813 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-4n10c+pci-conflicts.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.813 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/40intel64-4n10c+pci-conflicts.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.813 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/48amd64-4d2n6c-sparse.output cannot be parsed
[SonarQube Scanner] 05:17:06.813 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/48amd64-4d2n6c-sparse.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.814 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/48amd64-4d2n6c-sparse.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.814 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/48amd64-4d2n6c-sparse.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.814 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4em64t-2c2t-ignore-reorder.options cannot be parsed
[SonarQube Scanner] 05:17:06.814 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4em64t-2c2t-ignore-reorder.output cannot be parsed
[SonarQube Scanner] 05:17:06.814 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4em64t-2c2t-ignore-reorder.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.815 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4em64t-2c2t-ignore-reorder.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.815 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4em64t-2c2t-ignore-reorder.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.815 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ia64-4s.output cannot be parsed
[SonarQube Scanner] 05:17:06.815 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ia64-4s.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.815 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ia64-4s.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.816 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ia64-4s.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.816 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ppc-4c.output cannot be parsed
[SonarQube Scanner] 05:17:06.816 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ppc-4c.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.816 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ppc-4c.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.817 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4ppc-4c.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.817 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4qs22-2s2t.output cannot be parsed
[SonarQube Scanner] 05:17:06.817 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4qs22-2s2t.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.817 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4qs22-2s2t.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.817 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/4qs22-2s2t.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.818 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64amd64-4s2n4ca2co.output cannot be parsed
[SonarQube Scanner] 05:17:06.818 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64amd64-4s2n4ca2co.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.818 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64amd64-4s2n4ca2co.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.818 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64amd64-4s2n4ca2co.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.818 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64fake-4n2s2ca2c2t.output cannot be parsed
[SonarQube Scanner] 05:17:06.819 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64fake-4n2s2ca2c2t.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.819 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64fake-4n2s2ca2c2t.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.819 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64fake-4n2s2ca2c2t.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.819 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-A2A-cache.output cannot be parsed
[SonarQube Scanner] 05:17:06.819 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-A2A-cache.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.820 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-A2A-cache.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.820 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-A2A-cache.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.820 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-SNC4-hybrid.output cannot be parsed
[SonarQube Scanner] 05:17:06.820 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-SNC4-hybrid.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.820 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-SNC4-hybrid.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.821 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/64intel64-fakeKNL-SNC4-hybrid.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.821 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8amd64-4n2c.output cannot be parsed
[SonarQube Scanner] 05:17:06.821 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8amd64-4n2c.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.821 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8amd64-4n2c.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.821 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8amd64-4n2c.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.822 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c-buggynuma.output cannot be parsed
[SonarQube Scanner] 05:17:06.822 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c-buggynuma.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.822 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c-buggynuma.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.822 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c-buggynuma.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.823 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c.output cannot be parsed
[SonarQube Scanner] 05:17:06.823 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.823 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.823 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s2ca2c.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.823 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s4c-heterogeneous.output cannot be parsed
[SonarQube Scanner] 05:17:06.824 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s4c-heterogeneous.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.824 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s4c-heterogeneous.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.824 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-2s4c-heterogeneous.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.824 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-4c2t.output cannot be parsed
[SonarQube Scanner] 05:17:06.824 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-4c2t.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.825 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-4c2t.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.825 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8em64t-4c2t.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.825 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2n2s2c.output cannot be parsed
[SonarQube Scanner] 05:17:06.825 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2n2s2c.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.825 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2n2s2c.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.826 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2n2s2c.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.826 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2s2c2t.output cannot be parsed
[SonarQube Scanner] 05:17:06.826 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2s2c2t.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.826 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2s2c2t.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.826 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-2s2c2t.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.827 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-4s2c.output cannot be parsed
[SonarQube Scanner] 05:17:06.827 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-4s2c.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.827 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-4s2c.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.827 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/8ia64-4s2c.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.828 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co-forcecpuinfo.env cannot be parsed
[SonarQube Scanner] 05:17:06.828 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co-forcecpuinfo.output cannot be parsed
[SonarQube Scanner] 05:17:06.828 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co-forcecpuinfo.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.828 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co-forcecpuinfo.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.828 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co-forcecpuinfo.source cannot be parsed
[SonarQube Scanner] 05:17:06.829 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co.output cannot be parsed
[SonarQube Scanner] 05:17:06.829 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.829 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.829 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/96em64t-4n4d3ca2co.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.829 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.830 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.830 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.830 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/README cannot be parsed
[SonarQube Scanner] 05:17:06.830 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.831 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.831 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.831 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test-suite.log cannot be parsed
[SonarQube Scanner] 05:17:06.831 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test-topology.sh cannot be parsed
[SonarQube Scanner] 05:17:06.831 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test-topology.sh.in cannot be parsed
[SonarQube Scanner] 05:17:06.832 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test1.fsroot.tar.bz2 cannot be parsed
[SonarQube Scanner] 05:17:06.832 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test1.options cannot be parsed
[SonarQube Scanner] 05:17:06.833 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test1.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.833 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test1.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.833 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/allowed/test1.synthetic cannot be parsed
[SonarQube Scanner] 05:17:06.833 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.834 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.834 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.834 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/test-gather-topology.sh cannot be parsed
[SonarQube Scanner] 05:17:06.834 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/test-gather-topology.sh.in cannot be parsed
[SonarQube Scanner] 05:17:06.834 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/test-gather-topology.sh.log cannot be parsed
[SonarQube Scanner] 05:17:06.835 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/test-gather-topology.sh.trs cannot be parsed
[SonarQube Scanner] 05:17:06.835 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/gather/test-suite.log cannot be parsed
[SonarQube Scanner] 05:17:06.835 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/test-suite.log cannot be parsed
[SonarQube Scanner] 05:17:06.835 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/test-topology.sh cannot be parsed
[SonarQube Scanner] 05:17:06.835 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/linux/test-topology.sh.in cannot be parsed
[SonarQube Scanner] 05:17:06.836 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/myriexpress.c cannot be parsed
[SonarQube Scanner] 05:17:06.836 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/nvml.c cannot be parsed
[SonarQube Scanner] 05:17:06.836 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/opencl cannot be parsed
[SonarQube Scanner] 05:17:06.836 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/opencl.c cannot be parsed
[SonarQube Scanner] 05:17:06.837 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/opencl.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.837 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/opencl.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.837 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/opencl.log cannot be parsed
[SonarQube Scanner] 05:17:06.837 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/opencl.o cannot be parsed
[SonarQube Scanner] 05:17:06.837 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/opencl.trs cannot be parsed
[SonarQube Scanner] 05:17:06.838 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/openfabrics-verbs cannot be parsed
[SonarQube Scanner] 05:17:06.838 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/openfabrics-verbs.c cannot be parsed
[SonarQube Scanner] 05:17:06.838 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/openfabrics-verbs.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.838 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/openfabrics-verbs.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.838 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/openfabrics-verbs.log cannot be parsed
[SonarQube Scanner] 05:17:06.839 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/openfabrics-verbs.o cannot be parsed
[SonarQube Scanner] 05:17:06.839 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/openfabrics-verbs.trs cannot be parsed
[SonarQube Scanner] 05:17:06.839 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.deps/libhwloc_port_aix_la-topology-aix.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.839 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.deps/libhwloc_port_bgq_la-topology-bgq.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.839 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.deps/libhwloc_port_cuda_la-topology-cuda.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.840 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.deps/libhwloc_port_darwin_la-topology-darwin.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.840 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.deps/libhwloc_port_freebsd_la-topology-freebsd.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.840 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.deps/libhwloc_port_gl_la-topology-gl.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.840 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.deps/libhwloc_port_hpux_la-topology-hpux.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.841 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.deps/libhwloc_port_netbsd_la-topology-netbsd.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.841 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.deps/libhwloc_port_nvml_la-topology-nvml.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.841 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.deps/libhwloc_port_opencl_la-topology-opencl.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.841 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.deps/libhwloc_port_osf_la-topology-osf.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.841 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.deps/libhwloc_port_solaris_la-topology-solaris-chiptype.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.842 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.deps/libhwloc_port_solaris_la-topology-solaris.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.842 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.deps/libhwloc_port_windows_la-topology-windows.Plo cannot be parsed
[SonarQube Scanner] 05:17:06.842 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-aix.a cannot be parsed
[SonarQube Scanner] 05:17:06.842 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-aix.la cannot be parsed
[SonarQube Scanner] 05:17:06.842 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-bgq.a cannot be parsed
[SonarQube Scanner] 05:17:06.843 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-bgq.la cannot be parsed
[SonarQube Scanner] 05:17:06.843 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-cuda.a cannot be parsed
[SonarQube Scanner] 05:17:06.843 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-cuda.la cannot be parsed
[SonarQube Scanner] 05:17:06.843 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-darwin.a cannot be parsed
[SonarQube Scanner] 05:17:06.844 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-darwin.la cannot be parsed
[SonarQube Scanner] 05:17:06.844 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-freebsd.a cannot be parsed
[SonarQube Scanner] 05:17:06.844 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-freebsd.la cannot be parsed
[SonarQube Scanner] 05:17:06.844 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-gl.a cannot be parsed
[SonarQube Scanner] 05:17:06.844 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-gl.la cannot be parsed
[SonarQube Scanner] 05:17:06.845 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-hpux.a cannot be parsed
[SonarQube Scanner] 05:17:06.845 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-hpux.la cannot be parsed
[SonarQube Scanner] 05:17:06.845 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-netbsd.a cannot be parsed
[SonarQube Scanner] 05:17:06.845 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-netbsd.la cannot be parsed
[SonarQube Scanner] 05:17:06.846 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-nvml.a cannot be parsed
[SonarQube Scanner] 05:17:06.846 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-nvml.la cannot be parsed
[SonarQube Scanner] 05:17:06.846 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-opencl.a cannot be parsed
[SonarQube Scanner] 05:17:06.846 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-opencl.la cannot be parsed
[SonarQube Scanner] 05:17:06.846 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-osf.a cannot be parsed
[SonarQube Scanner] 05:17:06.847 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-osf.la cannot be parsed
[SonarQube Scanner] 05:17:06.847 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-solaris.a cannot be parsed
[SonarQube Scanner] 05:17:06.847 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-solaris.la cannot be parsed
[SonarQube Scanner] 05:17:06.847 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-windows.a cannot be parsed
[SonarQube Scanner] 05:17:06.848 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc-port-windows.la cannot be parsed
[SonarQube Scanner] 05:17:06.848 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc_port_aix_la-topology-aix.o cannot be parsed
[SonarQube Scanner] 05:17:06.848 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc_port_bgq_la-topology-bgq.o cannot be parsed
[SonarQube Scanner] 05:17:06.848 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc_port_cuda_la-topology-cuda.o cannot be parsed
[SonarQube Scanner] 05:17:06.849 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc_port_darwin_la-topology-darwin.o cannot be parsed
[SonarQube Scanner] 05:17:06.849 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc_port_freebsd_la-topology-freebsd.o cannot be parsed
[SonarQube Scanner] 05:17:06.849 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc_port_gl_la-topology-gl.o cannot be parsed
[SonarQube Scanner] 05:17:06.849 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc_port_hpux_la-topology-hpux.o cannot be parsed
[SonarQube Scanner] 05:17:06.849 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc_port_netbsd_la-topology-netbsd.o cannot be parsed
[SonarQube Scanner] 05:17:06.850 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc_port_nvml_la-topology-nvml.o cannot be parsed
[SonarQube Scanner] 05:17:06.850 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc_port_opencl_la-topology-opencl.o cannot be parsed
[SonarQube Scanner] 05:17:06.850 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc_port_osf_la-topology-osf.o cannot be parsed
[SonarQube Scanner] 05:17:06.850 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc_port_solaris_la-topology-solaris-chiptype.o cannot be parsed
[SonarQube Scanner] 05:17:06.850 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc_port_solaris_la-topology-solaris.o cannot be parsed
[SonarQube Scanner] 05:17:06.851 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/.libs/libhwloc_port_windows_la-topology-windows.o cannot be parsed
[SonarQube Scanner] 05:17:06.851 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.851 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.851 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.851 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/aix/procinfo.h cannot be parsed
[SonarQube Scanner] 05:17:06.852 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/aix/sys/processor.h cannot be parsed
[SonarQube Scanner] 05:17:06.852 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/aix/sys/rset.h cannot be parsed
[SonarQube Scanner] 05:17:06.852 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/aix/sys/systemcfg.h cannot be parsed
[SonarQube Scanner] 05:17:06.852 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/aix/sys/thread.h cannot be parsed
[SonarQube Scanner] 05:17:06.853 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/bgq/spi/include/kernel/location.h cannot be parsed
[SonarQube Scanner] 05:17:06.853 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/bgq/spi/include/kernel/process.h cannot be parsed
[SonarQube Scanner] 05:17:06.853 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/cuda/cuda.h cannot be parsed
[SonarQube Scanner] 05:17:06.853 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/cuda/cuda_runtime_api.h cannot be parsed
[SonarQube Scanner] 05:17:06.853 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/darwin/sys/sysctl.h cannot be parsed
[SonarQube Scanner] 05:17:06.854 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/freebsd/pthread.h cannot be parsed
[SonarQube Scanner] 05:17:06.854 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/freebsd/pthread_np.h cannot be parsed
[SonarQube Scanner] 05:17:06.854 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/freebsd/sys/cpuset.h cannot be parsed
[SonarQube Scanner] 05:17:06.854 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/freebsd/sys/sysctl.h cannot be parsed
[SonarQube Scanner] 05:17:06.854 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/gl/NVCtrl/NVCtrl.h cannot be parsed
[SonarQube Scanner] 05:17:06.855 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/gl/NVCtrl/NVCtrlLib.h cannot be parsed
[SonarQube Scanner] 05:17:06.855 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/gl/X11/Xlib.h cannot be parsed
[SonarQube Scanner] 05:17:06.855 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/hpux/sys/mpctl.h cannot be parsed
[SonarQube Scanner] 05:17:06.855 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/netbsd/pthread.h cannot be parsed
[SonarQube Scanner] 05:17:06.855 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/netbsd/sched.h cannot be parsed
[SonarQube Scanner] 05:17:06.856 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/netbsd/sys/sysctl.h cannot be parsed
[SonarQube Scanner] 05:17:06.856 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/nvml/nvml.h cannot be parsed
[SonarQube Scanner] 05:17:06.856 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/opencl/CL/cl_ext.h cannot be parsed
[SonarQube Scanner] 05:17:06.856 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/osf/cpuset.h cannot be parsed
[SonarQube Scanner] 05:17:06.857 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/osf/numa.h cannot be parsed
[SonarQube Scanner] 05:17:06.857 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/osf/radset.h cannot be parsed
[SonarQube Scanner] 05:17:06.857 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/solaris/kstat.h cannot be parsed
[SonarQube Scanner] 05:17:06.857 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/solaris/picl.h cannot be parsed
[SonarQube Scanner] 05:17:06.857 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/solaris/sys/lgrp_user.h cannot be parsed
[SonarQube Scanner] 05:17:06.858 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/solaris/sys/processor.h cannot be parsed
[SonarQube Scanner] 05:17:06.858 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/solaris/sys/procset.h cannot be parsed
[SonarQube Scanner] 05:17:06.858 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/solaris/sys/systeminfo.h cannot be parsed
[SonarQube Scanner] 05:17:06.858 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/include/windows/windows.h cannot be parsed
[SonarQube Scanner] 05:17:06.858 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-aix.la cannot be parsed
[SonarQube Scanner] 05:17:06.859 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-bgq.la cannot be parsed
[SonarQube Scanner] 05:17:06.859 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-cuda.la cannot be parsed
[SonarQube Scanner] 05:17:06.859 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-darwin.la cannot be parsed
[SonarQube Scanner] 05:17:06.859 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-freebsd.la cannot be parsed
[SonarQube Scanner] 05:17:06.859 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-gl.la cannot be parsed
[SonarQube Scanner] 05:17:06.860 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-hpux.la cannot be parsed
[SonarQube Scanner] 05:17:06.860 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-netbsd.la cannot be parsed
[SonarQube Scanner] 05:17:06.860 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-nvml.la cannot be parsed
[SonarQube Scanner] 05:17:06.860 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-opencl.la cannot be parsed
[SonarQube Scanner] 05:17:06.861 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-osf.la cannot be parsed
[SonarQube Scanner] 05:17:06.861 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-solaris.la cannot be parsed
[SonarQube Scanner] 05:17:06.861 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc-port-windows.la cannot be parsed
[SonarQube Scanner] 05:17:06.861 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_aix_la-topology-aix.lo cannot be parsed
[SonarQube Scanner] 05:17:06.861 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_bgq_la-topology-bgq.lo cannot be parsed
[SonarQube Scanner] 05:17:06.862 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_cuda_la-topology-cuda.lo cannot be parsed
[SonarQube Scanner] 05:17:06.862 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_darwin_la-topology-darwin.lo cannot be parsed
[SonarQube Scanner] 05:17:06.862 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_freebsd_la-topology-freebsd.lo cannot be parsed
[SonarQube Scanner] 05:17:06.862 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_gl_la-topology-gl.lo cannot be parsed
[SonarQube Scanner] 05:17:06.862 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_hpux_la-topology-hpux.lo cannot be parsed
[SonarQube Scanner] 05:17:06.863 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_netbsd_la-topology-netbsd.lo cannot be parsed
[SonarQube Scanner] 05:17:06.863 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_nvml_la-topology-nvml.lo cannot be parsed
[SonarQube Scanner] 05:17:06.863 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_opencl_la-topology-opencl.lo cannot be parsed
[SonarQube Scanner] 05:17:06.863 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_osf_la-topology-osf.lo cannot be parsed
[SonarQube Scanner] 05:17:06.863 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_solaris_la-topology-solaris-chiptype.lo cannot be parsed
[SonarQube Scanner] 05:17:06.864 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_solaris_la-topology-solaris.lo cannot be parsed
[SonarQube Scanner] 05:17:06.864 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/libhwloc_port_windows_la-topology-windows.lo cannot be parsed
[SonarQube Scanner] 05:17:06.864 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-aix.c cannot be parsed
[SonarQube Scanner] 05:17:06.864 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-bgq.c cannot be parsed
[SonarQube Scanner] 05:17:06.865 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-cuda.c cannot be parsed
[SonarQube Scanner] 05:17:06.865 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-darwin.c cannot be parsed
[SonarQube Scanner] 05:17:06.865 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-freebsd.c cannot be parsed
[SonarQube Scanner] 05:17:06.865 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-gl.c cannot be parsed
[SonarQube Scanner] 05:17:06.865 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-hpux.c cannot be parsed
[SonarQube Scanner] 05:17:06.866 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-netbsd.c cannot be parsed
[SonarQube Scanner] 05:17:06.866 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-nvml.c cannot be parsed
[SonarQube Scanner] 05:17:06.866 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-opencl.c cannot be parsed
[SonarQube Scanner] 05:17:06.868 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-osf.c cannot be parsed
[SonarQube Scanner] 05:17:06.868 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-solaris-chiptype.c cannot be parsed
[SonarQube Scanner] 05:17:06.868 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-solaris.c cannot be parsed
[SonarQube Scanner] 05:17:06.868 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/ports/topology-windows.c cannot be parsed
[SonarQube Scanner] 05:17:06.868 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/rename/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.869 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/rename/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.869 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/rename/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.869 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/rename/main.c cannot be parsed
[SonarQube Scanner] 05:17:06.869 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/test-suite.log cannot be parsed
[SonarQube Scanner] 05:17:06.870 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/wrapper.sh cannot be parsed
[SonarQube Scanner] 05:17:06.870 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/wrapper.sh.in cannot be parsed
[SonarQube Scanner] 05:17:06.870 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.console.options cannot be parsed
[SonarQube Scanner] 05:17:06.870 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.console.output cannot be parsed
[SonarQube Scanner] 05:17:06.870 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.console.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.871 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.console.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.871 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.console.source cannot be parsed
[SonarQube Scanner] 05:17:06.872 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.872 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16-2gr2gr2n2c+misc.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.873 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16amd64-4distances.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.874 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16amd64-4distances.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.874 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16amd64-8n2c-cpusets.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.875 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16amd64-8n2c-cpusets.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.875 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t-offlines.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.875 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t-offlines.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.876 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.console.options cannot be parsed
[SonarQube Scanner] 05:17:06.876 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.console.output cannot be parsed
[SonarQube Scanner] 05:17:06.876 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.console.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.881 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.console.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.881 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.console.source cannot be parsed
[SonarQube Scanner] 05:17:06.882 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.882 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16em64t-4s2c2t.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.883 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.nocollapse.options cannot be parsed
[SonarQube Scanner] 05:17:06.883 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.nocollapse.output cannot be parsed
[SonarQube Scanner] 05:17:06.883 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.nocollapse.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.883 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.nocollapse.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.883 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.nocollapse.source cannot be parsed
[SonarQube Scanner] 05:17:06.884 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.options cannot be parsed
[SonarQube Scanner] 05:17:06.884 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.output cannot be parsed
[SonarQube Scanner] 05:17:06.884 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.884 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.884 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.console.source cannot be parsed
[SonarQube Scanner] 05:17:06.886 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.886 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/16intel64-manyVFs.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.886 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-12gr2n8c2t-distancegroups.env cannot be parsed
[SonarQube Scanner] 05:17:06.906 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-12gr2n8c2t-distancegroups.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.906 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-12gr2n8c2t-distancegroups.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.906 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-distancegroups.env cannot be parsed
[SonarQube Scanner] 05:17:06.906 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-distancegroups.source cannot be parsed
[SonarQube Scanner] 05:17:06.919 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-distancegroups.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.919 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-distancegroups.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.919 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-nodistancegroups.env cannot be parsed
[SonarQube Scanner] 05:17:06.932 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-nodistancegroups.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.932 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/192em64t-24n8c2t-nodistancegroups.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.934 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/24em64t-2n6c2t-pci.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.934 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/24em64t-2n6c2t-pci.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.934 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-noio.options cannot be parsed
[SonarQube Scanner] 05:17:06.934 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-noio.source cannot be parsed
[SonarQube Scanner] 05:17:06.935 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-noio.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.936 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-noio.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.936 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-normalio.source cannot be parsed
[SonarQube Scanner] 05:17:06.937 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-normalio.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.937 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-normalio.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.938 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-wholeio.options cannot be parsed
[SonarQube Scanner] 05:17:06.940 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-wholeio.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.940 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/32em64t-2n8c2t-pci-wholeio.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.940 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.console.env cannot be parsed
[SonarQube Scanner] 05:17:06.940 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.console.options cannot be parsed
[SonarQube Scanner] 05:17:06.941 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.console.output cannot be parsed
[SonarQube Scanner] 05:17:06.941 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.console.output.log cannot be parsed
[SonarQube Scanner] 05:17:06.941 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.console.output.trs cannot be parsed
[SonarQube Scanner] 05:17:06.941 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.console.source cannot be parsed
[SonarQube Scanner] 05:17:06.941 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.options cannot be parsed
[SonarQube Scanner] 05:17:06.944 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.944 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/64intel64-3g2n+2n-irregulargroups+pci.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.947 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/96em64t-4n4d3ca2co-pci.xml.log cannot be parsed
[SonarQube Scanner] 05:17:06.947 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/96em64t-4n4d3ca2co-pci.xml.trs cannot be parsed
[SonarQube Scanner] 05:17:06.948 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.948 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.948 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.948 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/test-suite.log cannot be parsed
[SonarQube Scanner] 05:17:06.948 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/test-topology.sh cannot be parsed
[SonarQube Scanner] 05:17:06.949 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xml/test-topology.sh.in cannot be parsed
[SonarQube Scanner] 05:17:06.949 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xmlbuffer cannot be parsed
[SonarQube Scanner] 05:17:06.949 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xmlbuffer.c cannot be parsed
[SonarQube Scanner] 05:17:06.949 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xmlbuffer.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.949 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xmlbuffer.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.950 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xmlbuffer.log cannot be parsed
[SonarQube Scanner] 05:17:06.950 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xmlbuffer.o cannot be parsed
[SonarQube Scanner] 05:17:06.950 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/tests/xmlbuffer.trs cannot be parsed
[SonarQube Scanner] 05:17:06.951 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.951 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.951 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.951 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.deps/hwloc-annotate.Po cannot be parsed
[SonarQube Scanner] 05:17:06.952 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.deps/hwloc-assembler.Po cannot be parsed
[SonarQube Scanner] 05:17:06.952 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.deps/hwloc-bind.Po cannot be parsed
[SonarQube Scanner] 05:17:06.952 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.deps/hwloc-calc.Po cannot be parsed
[SonarQube Scanner] 05:17:06.952 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.deps/hwloc-diff.Po cannot be parsed
[SonarQube Scanner] 05:17:06.952 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.deps/hwloc-distances.Po cannot be parsed
[SonarQube Scanner] 05:17:06.953 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.deps/hwloc-distrib.Po cannot be parsed
[SonarQube Scanner] 05:17:06.953 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.deps/hwloc-info.Po cannot be parsed
[SonarQube Scanner] 05:17:06.953 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.deps/hwloc-patch.Po cannot be parsed
[SonarQube Scanner] 05:17:06.953 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.deps/hwloc-ps.Po cannot be parsed
[SonarQube Scanner] 05:17:06.953 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.deps/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.Po cannot be parsed
[SonarQube Scanner] 05:17:06.954 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.deps/hwloc_dump_hwdata-hwloc-dump-hwdata.Po cannot be parsed
[SonarQube Scanner] 05:17:06.954 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.libs/hwloc-annotate cannot be parsed
[SonarQube Scanner] 05:17:06.954 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.libs/hwloc-assembler cannot be parsed
[SonarQube Scanner] 05:17:06.954 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.libs/hwloc-bind cannot be parsed
[SonarQube Scanner] 05:17:06.955 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.libs/hwloc-calc cannot be parsed
[SonarQube Scanner] 05:17:06.955 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.libs/hwloc-diff cannot be parsed
[SonarQube Scanner] 05:17:06.955 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.libs/hwloc-distances cannot be parsed
[SonarQube Scanner] 05:17:06.955 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.libs/hwloc-distrib cannot be parsed
[SonarQube Scanner] 05:17:06.955 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.libs/hwloc-dump-hwdata cannot be parsed
[SonarQube Scanner] 05:17:06.956 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.libs/hwloc-info cannot be parsed
[SonarQube Scanner] 05:17:06.956 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.libs/hwloc-patch cannot be parsed
[SonarQube Scanner] 05:17:06.956 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/.libs/hwloc-ps cannot be parsed
[SonarQube Scanner] 05:17:06.956 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.956 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.957 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.957 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-annotate cannot be parsed
[SonarQube Scanner] 05:17:06.957 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-annotate.1 cannot be parsed
[SonarQube Scanner] 05:17:06.957 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-annotate.1in cannot be parsed
[SonarQube Scanner] 05:17:06.957 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-annotate.c cannot be parsed
[SonarQube Scanner] 05:17:06.958 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-annotate.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.958 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-annotate.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.958 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-annotate.o cannot be parsed
[SonarQube Scanner] 05:17:06.958 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler cannot be parsed
[SonarQube Scanner] 05:17:06.958 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler-remote cannot be parsed
[SonarQube Scanner] 05:17:06.959 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler-remote.1 cannot be parsed
[SonarQube Scanner] 05:17:06.959 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler-remote.1in cannot be parsed
[SonarQube Scanner] 05:17:06.959 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler-remote.in cannot be parsed
[SonarQube Scanner] 05:17:06.959 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler.1 cannot be parsed
[SonarQube Scanner] 05:17:06.959 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler.1in cannot be parsed
[SonarQube Scanner] 05:17:06.960 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler.c cannot be parsed
[SonarQube Scanner] 05:17:06.960 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.960 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.960 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-assembler.o cannot be parsed
[SonarQube Scanner] 05:17:06.961 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-bind cannot be parsed
[SonarQube Scanner] 05:17:06.961 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-bind.1 cannot be parsed
[SonarQube Scanner] 05:17:06.961 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-bind.1in cannot be parsed
[SonarQube Scanner] 05:17:06.961 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-bind.c cannot be parsed
[SonarQube Scanner] 05:17:06.961 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-bind.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.962 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-bind.o cannot be parsed
[SonarQube Scanner] 05:17:06.962 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-calc cannot be parsed
[SonarQube Scanner] 05:17:06.962 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-calc.1 cannot be parsed
[SonarQube Scanner] 05:17:06.962 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-calc.1in cannot be parsed
[SonarQube Scanner] 05:17:06.962 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-calc.c cannot be parsed
[SonarQube Scanner] 05:17:06.963 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-calc.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.963 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-calc.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.963 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-calc.h cannot be parsed
[SonarQube Scanner] 05:17:06.963 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-calc.o cannot be parsed
[SonarQube Scanner] 05:17:06.963 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-compress-dir cannot be parsed
[SonarQube Scanner] 05:17:06.964 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-compress-dir.1 cannot be parsed
[SonarQube Scanner] 05:17:06.964 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-compress-dir.1in cannot be parsed
[SonarQube Scanner] 05:17:06.964 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-compress-dir.in cannot be parsed
[SonarQube Scanner] 05:17:06.964 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-diff cannot be parsed
[SonarQube Scanner] 05:17:06.964 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-diff.1 cannot be parsed
[SonarQube Scanner] 05:17:06.965 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-diff.1in cannot be parsed
[SonarQube Scanner] 05:17:06.965 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-diff.c cannot be parsed
[SonarQube Scanner] 05:17:06.965 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-diff.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.965 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-diff.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.965 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-diff.o cannot be parsed
[SonarQube Scanner] 05:17:06.966 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distances cannot be parsed
[SonarQube Scanner] 05:17:06.966 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distances.1 cannot be parsed
[SonarQube Scanner] 05:17:06.966 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distances.1in cannot be parsed
[SonarQube Scanner] 05:17:06.966 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distances.c cannot be parsed
[SonarQube Scanner] 05:17:06.966 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distances.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.967 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distances.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.967 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distances.o cannot be parsed
[SonarQube Scanner] 05:17:06.967 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distrib cannot be parsed
[SonarQube Scanner] 05:17:06.967 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distrib.1 cannot be parsed
[SonarQube Scanner] 05:17:06.967 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distrib.1in cannot be parsed
[SonarQube Scanner] 05:17:06.968 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distrib.c cannot be parsed
[SonarQube Scanner] 05:17:06.968 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distrib.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.968 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distrib.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.968 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-distrib.o cannot be parsed
[SonarQube Scanner] 05:17:06.969 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata cannot be parsed
[SonarQube Scanner] 05:17:06.969 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata-knl.c cannot be parsed
[SonarQube Scanner] 05:17:06.969 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.1 cannot be parsed
[SonarQube Scanner] 05:17:06.969 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.1in cannot be parsed
[SonarQube Scanner] 05:17:06.969 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-dump-hwdata.c cannot be parsed
[SonarQube Scanner] 05:17:06.970 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-gather-topology cannot be parsed
[SonarQube Scanner] 05:17:06.970 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-gather-topology.1 cannot be parsed
[SonarQube Scanner] 05:17:06.970 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-gather-topology.1in cannot be parsed
[SonarQube Scanner] 05:17:06.970 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-gather-topology.in cannot be parsed
[SonarQube Scanner] 05:17:06.970 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-info cannot be parsed
[SonarQube Scanner] 05:17:06.971 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-info.1 cannot be parsed
[SonarQube Scanner] 05:17:06.971 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-info.1in cannot be parsed
[SonarQube Scanner] 05:17:06.971 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-info.c cannot be parsed
[SonarQube Scanner] 05:17:06.971 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-info.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.971 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-info.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.972 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-info.o cannot be parsed
[SonarQube Scanner] 05:17:06.972 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-patch cannot be parsed
[SonarQube Scanner] 05:17:06.972 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-patch.1 cannot be parsed
[SonarQube Scanner] 05:17:06.972 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-patch.1in cannot be parsed
[SonarQube Scanner] 05:17:06.973 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-patch.c cannot be parsed
[SonarQube Scanner] 05:17:06.973 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-patch.gcda cannot be parsed
[SonarQube Scanner] 05:17:06.973 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-patch.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.973 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-patch.o cannot be parsed
[SonarQube Scanner] 05:17:06.973 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-ps cannot be parsed
[SonarQube Scanner] 05:17:06.974 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-ps.1 cannot be parsed
[SonarQube Scanner] 05:17:06.974 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-ps.1in cannot be parsed
[SonarQube Scanner] 05:17:06.974 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-ps.c cannot be parsed
[SonarQube Scanner] 05:17:06.974 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-ps.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.974 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc-ps.o cannot be parsed
[SonarQube Scanner] 05:17:06.975 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc.7 cannot be parsed
[SonarQube Scanner] 05:17:06.975 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc.7in cannot be parsed
[SonarQube Scanner] 05:17:06.975 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.975 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata-knl.o cannot be parsed
[SonarQube Scanner] 05:17:06.975 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.976 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/hwloc_dump_hwdata-hwloc-dump-hwdata.o cannot be parsed
[SonarQube Scanner] 05:17:06.976 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/misc.h cannot be parsed
[SonarQube Scanner] 05:17:06.976 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-fake-plugin.sh cannot be parsed
[SonarQube Scanner] 05:17:06.976 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-fake-plugin.sh.in cannot be parsed
[SonarQube Scanner] 05:17:06.977 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-annotate.sh cannot be parsed
[SonarQube Scanner] 05:17:06.978 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-annotate.sh.in cannot be parsed
[SonarQube Scanner] 05:17:06.978 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-annotate.sh.log cannot be parsed
[SonarQube Scanner] 05:17:06.978 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-annotate.sh.trs cannot be parsed
[SonarQube Scanner] 05:17:06.980 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-assembler.sh cannot be parsed
[SonarQube Scanner] 05:17:06.980 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-assembler.sh.in cannot be parsed
[SonarQube Scanner] 05:17:06.981 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-assembler.sh.log cannot be parsed
[SonarQube Scanner] 05:17:06.981 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-assembler.sh.trs cannot be parsed
[SonarQube Scanner] 05:17:06.981 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-calc.output cannot be parsed
[SonarQube Scanner] 05:17:06.981 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-calc.sh cannot be parsed
[SonarQube Scanner] 05:17:06.981 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-calc.sh.in cannot be parsed
[SonarQube Scanner] 05:17:06.982 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-calc.sh.log cannot be parsed
[SonarQube Scanner] 05:17:06.982 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-calc.sh.trs cannot be parsed
[SonarQube Scanner] 05:17:06.982 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-compress-dir.input.tar.gz cannot be parsed
[SonarQube Scanner] 05:17:06.982 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-compress-dir.output.tar.gz cannot be parsed
[SonarQube Scanner] 05:17:06.982 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-compress-dir.sh cannot be parsed
[SonarQube Scanner] 05:17:06.983 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-compress-dir.sh.in cannot be parsed
[SonarQube Scanner] 05:17:06.983 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-compress-dir.sh.log cannot be parsed
[SonarQube Scanner] 05:17:06.983 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-compress-dir.sh.trs cannot be parsed
[SonarQube Scanner] 05:17:06.985 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-diffpatch.sh cannot be parsed
[SonarQube Scanner] 05:17:06.985 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-diffpatch.sh.in cannot be parsed
[SonarQube Scanner] 05:17:06.985 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-diffpatch.sh.log cannot be parsed
[SonarQube Scanner] 05:17:06.985 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-diffpatch.sh.trs cannot be parsed
[SonarQube Scanner] 05:17:06.985 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distances.output cannot be parsed
[SonarQube Scanner] 05:17:06.986 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distances.sh cannot be parsed
[SonarQube Scanner] 05:17:06.986 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distances.sh.in cannot be parsed
[SonarQube Scanner] 05:17:06.986 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distances.sh.log cannot be parsed
[SonarQube Scanner] 05:17:06.986 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distances.sh.trs cannot be parsed
[SonarQube Scanner] 05:17:06.986 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distrib.output cannot be parsed
[SonarQube Scanner] 05:17:06.987 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distrib.sh cannot be parsed
[SonarQube Scanner] 05:17:06.987 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distrib.sh.in cannot be parsed
[SonarQube Scanner] 05:17:06.987 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distrib.sh.log cannot be parsed
[SonarQube Scanner] 05:17:06.987 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-distrib.sh.trs cannot be parsed
[SonarQube Scanner] 05:17:06.987 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-info.output cannot be parsed
[SonarQube Scanner] 05:17:06.988 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-info.sh cannot be parsed
[SonarQube Scanner] 05:17:06.988 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-info.sh.in cannot be parsed
[SonarQube Scanner] 05:17:06.988 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-info.sh.log cannot be parsed
[SonarQube Scanner] 05:17:06.988 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-hwloc-info.sh.trs cannot be parsed
[SonarQube Scanner] 05:17:06.988 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/hwloc/test-suite.log cannot be parsed
[SonarQube Scanner] 05:17:06.989 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo-lstopo-ascii.Po cannot be parsed
[SonarQube Scanner] 05:17:06.989 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo-lstopo-cairo.Po cannot be parsed
[SonarQube Scanner] 05:17:06.989 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo-lstopo-color.Po cannot be parsed
[SonarQube Scanner] 05:17:06.989 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo-lstopo-draw.Po cannot be parsed
[SonarQube Scanner] 05:17:06.989 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo-lstopo-fig.Po cannot be parsed
[SonarQube Scanner] 05:17:06.990 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo-lstopo-text.Po cannot be parsed
[SonarQube Scanner] 05:17:06.990 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo-lstopo-windows.Po cannot be parsed
[SonarQube Scanner] 05:17:06.990 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo-lstopo-xml.Po cannot be parsed
[SonarQube Scanner] 05:17:06.990 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo-lstopo.Po cannot be parsed
[SonarQube Scanner] 05:17:06.990 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_no_graphics-lstopo-ascii.Po cannot be parsed
[SonarQube Scanner] 05:17:06.990 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_no_graphics-lstopo-color.Po cannot be parsed
[SonarQube Scanner] 05:17:06.991 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_no_graphics-lstopo-draw.Po cannot be parsed
[SonarQube Scanner] 05:17:06.991 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_no_graphics-lstopo-fig.Po cannot be parsed
[SonarQube Scanner] 05:17:06.991 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_no_graphics-lstopo-text.Po cannot be parsed
[SonarQube Scanner] 05:17:06.991 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_no_graphics-lstopo-xml.Po cannot be parsed
[SonarQube Scanner] 05:17:06.991 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_no_graphics-lstopo.Po cannot be parsed
[SonarQube Scanner] 05:17:06.992 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_win-lstopo-ascii.Po cannot be parsed
[SonarQube Scanner] 05:17:06.992 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_win-lstopo-cairo.Po cannot be parsed
[SonarQube Scanner] 05:17:06.992 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_win-lstopo-color.Po cannot be parsed
[SonarQube Scanner] 05:17:06.992 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_win-lstopo-draw.Po cannot be parsed
[SonarQube Scanner] 05:17:06.992 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_win-lstopo-fig.Po cannot be parsed
[SonarQube Scanner] 05:17:06.993 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_win-lstopo-text.Po cannot be parsed
[SonarQube Scanner] 05:17:06.993 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_win-lstopo-windows.Po cannot be parsed
[SonarQube Scanner] 05:17:06.993 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_win-lstopo-xml.Po cannot be parsed
[SonarQube Scanner] 05:17:06.993 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.deps/lstopo_win-lstopo.Po cannot be parsed
[SonarQube Scanner] 05:17:06.994 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.libs/lstopo cannot be parsed
[SonarQube Scanner] 05:17:06.994 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/.libs/lstopo-no-graphics cannot be parsed
[SonarQube Scanner] 05:17:06.995 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/Makefile cannot be parsed
[SonarQube Scanner] 05:17:06.995 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/Makefile.am cannot be parsed
[SonarQube Scanner] 05:17:06.995 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/Makefile.in cannot be parsed
[SonarQube Scanner] 05:17:06.995 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo cannot be parsed
[SonarQube Scanner] 05:17:06.995 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-ascii.c cannot be parsed
[SonarQube Scanner] 05:17:06.996 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-cairo.c cannot be parsed
[SonarQube Scanner] 05:17:06.996 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-color.c cannot be parsed
[SonarQube Scanner] 05:17:06.996 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-draw.c cannot be parsed
[SonarQube Scanner] 05:17:06.996 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-fig.c cannot be parsed
[SonarQube Scanner] 05:17:06.996 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-ascii.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.997 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-ascii.o cannot be parsed
[SonarQube Scanner] 05:17:06.997 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-cairo.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.997 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-cairo.o cannot be parsed
[SonarQube Scanner] 05:17:06.997 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-color.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.997 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-color.o cannot be parsed
[SonarQube Scanner] 05:17:06.998 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-draw.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.998 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-draw.o cannot be parsed
[SonarQube Scanner] 05:17:06.998 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-fig.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.998 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-fig.o cannot be parsed
[SonarQube Scanner] 05:17:06.998 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-text.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.999 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-text.o cannot be parsed
[SonarQube Scanner] 05:17:06.999 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-xml.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.999 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo-xml.o cannot be parsed
[SonarQube Scanner] 05:17:06.999 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo.gcno cannot be parsed
[SonarQube Scanner] 05:17:06.999 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-lstopo.o cannot be parsed
[SonarQube Scanner] 05:17:07.000 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-no-graphics cannot be parsed
[SonarQube Scanner] 05:17:07.000 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-no-graphics.1 cannot be parsed
[SonarQube Scanner] 05:17:07.000 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-no-graphics.1in cannot be parsed
[SonarQube Scanner] 05:17:07.000 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-text.c cannot be parsed
[SonarQube Scanner] 05:17:07.000 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-windows.c cannot be parsed
[SonarQube Scanner] 05:17:07.001 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo-xml.c cannot be parsed
[SonarQube Scanner] 05:17:07.001 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo.c cannot be parsed
[SonarQube Scanner] 05:17:07.001 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo.desktop cannot be parsed
[SonarQube Scanner] 05:17:07.001 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo.h cannot be parsed
[SonarQube Scanner] 05:17:07.002 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-ascii.gcda cannot be parsed
[SonarQube Scanner] 05:17:07.002 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-ascii.gcno cannot be parsed
[SonarQube Scanner] 05:17:07.002 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-ascii.o cannot be parsed
[SonarQube Scanner] 05:17:07.002 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-color.gcda cannot be parsed
[SonarQube Scanner] 05:17:07.002 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-color.gcno cannot be parsed
[SonarQube Scanner] 05:17:07.003 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-color.o cannot be parsed
[SonarQube Scanner] 05:17:07.003 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-draw.gcda cannot be parsed
[SonarQube Scanner] 05:17:07.003 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-draw.gcno cannot be parsed
[SonarQube Scanner] 05:17:07.003 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-draw.o cannot be parsed
[SonarQube Scanner] 05:17:07.003 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-fig.gcda cannot be parsed
[SonarQube Scanner] 05:17:07.004 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-fig.gcno cannot be parsed
[SonarQube Scanner] 05:17:07.004 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-fig.o cannot be parsed
[SonarQube Scanner] 05:17:07.004 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-text.gcda cannot be parsed
[SonarQube Scanner] 05:17:07.004 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-text.gcno cannot be parsed
[SonarQube Scanner] 05:17:07.004 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-text.o cannot be parsed
[SonarQube Scanner] 05:17:07.005 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-xml.gcda cannot be parsed
[SonarQube Scanner] 05:17:07.006 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-xml.gcno cannot be parsed
[SonarQube Scanner] 05:17:07.006 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo-xml.o cannot be parsed
[SonarQube Scanner] 05:17:07.006 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo.gcda cannot be parsed
[SonarQube Scanner] 05:17:07.006 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo.gcno cannot be parsed
[SonarQube Scanner] 05:17:07.006 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/lstopo_no_graphics-lstopo.o cannot be parsed
[SonarQube Scanner] 05:17:07.007 WARN: The report '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/test-hwloc-ls.output' seems to be empty, ignoring.
[SonarQube Scanner] 05:17:07.009 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/test-hwloc-ls.sh cannot be parsed
[SonarQube Scanner] 05:17:07.009 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/test-hwloc-ls.sh.in cannot be parsed
[SonarQube Scanner] 05:17:07.009 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/test-hwloc-ls.sh.log cannot be parsed
[SonarQube Scanner] 05:17:07.010 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/test-hwloc-ls.sh.trs cannot be parsed
[SonarQube Scanner] 05:17:07.010 ERROR: Report /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/utils/lstopo/test-suite.log cannot be parsed
[SonarQube Scanner] 05:17:07.153 WARN: Cannot find the file '/builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-sonarscanner/hwloc-v1.11-20190314.0500.git550b2be/include/private/misc.h', skipping violations
[SonarQube Scanner] 05:17:07.166 WARN: Cannot find the file '../../utils/hwloc/misc.h', skipping violations
[SonarQube Scanner] 05:17:07.219 WARN: Cannot find the file './misc.h', skipping violations
[SonarQube Scanner] 05:17:07.475 WARN: Property 'sonar.c.coverage.reportPath' is not declared as multi-values/property set but was read using 'getStringArray' method. The SonarQube plugin declaring this property should be updated.
[SonarQube Scanner] + exit 0
[Pipeline] [SonarQube Scanner] deleteDir
[Pipeline] [SonarQube Scanner] }
[Pipeline] [SonarQube Scanner] // dir
[Pipeline] [SonarQube Scanner] }
[Pipeline] [SonarQube Scanner] // node
[Pipeline] [SonarQube Scanner] }
[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