SuccessConsole Output

+ chmod 755 job-3-debug.sh
+ ./job-3-debug.sh hwloc-v1.11-20190621.0500.git5461f9c.tar.gz
############################
Running on:
Linux hwloc-debian5amd64 2.6.26-2-amd64 #1 SMP Sun Mar 4 21:48:06 UTC 2012 x86_64 GNU/Linux
Tarball: hwloc-v1.11-20190621.0500.git5461f9c.tar.gz
############################
+ test -f /builds/.ciprofile
+ . /builds/.ciprofile
++ export PATH=/builds/local/bin/:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
++ PATH=/builds/local/bin/:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/games
++ export C_INCLUDE_PATH=/builds/local/include/
++ C_INCLUDE_PATH=/builds/local/include/
++ export LD_LIBRARY_PATH=/builds/local/lib/
++ LD_LIBRARY_PATH=/builds/local/lib/
++ export LIBRARY_PATH=/builds/local/lib/
++ LIBRARY_PATH=/builds/local/lib/
++ export CC=gcc-4.2
++ CC=gcc-4.2
+ tarball=hwloc-v1.11-20190621.0500.git5461f9c.tar.gz
++ basename hwloc-v1.11-20190621.0500.git5461f9c.tar.gz .tar.gz
+ basename=hwloc-v1.11-20190621.0500.git5461f9c
+ test -d hwloc-v1.11-20190621.0500.git5461f9c
+ tar xfz hwloc-v1.11-20190621.0500.git5461f9c.tar.gz
+ rm hwloc-v1.11-20190621.0500.git5461f9c.tar.gz
+ cd hwloc-v1.11-20190621.0500.git5461f9c
+ touch configure
+ mkdir build-plugins-debug
+ cd build-plugins-debug
+ ../configure --enable-plugins --enable-debug

###
### Configuring hwloc distribution tarball
### Startup tests
###
checking build system type... x86_64-unknown-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... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether UID '1000' is supported by ustar format... yes
checking whether GID '1000' is supported by ustar format... yes
checking how to create a ustar tar archive... gnutar
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc-4.2
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-4.2 accepts -g... yes
checking for gcc-4.2 option to accept ISO C89... none needed
checking whether gcc-4.2 understands -c and -o together... yes
checking dependency style of gcc-4.2... gcc3
checking how to run the C preprocessor... gcc-4.2 -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-4.2
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc-4.2 accepts -g... (cached) yes
checking for gcc-4.2 option to accept ISO C89... (cached) none needed
checking whether gcc-4.2 understands -c and -o together... (cached) yes
checking dependency style of gcc-4.2... (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/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug
configure: hwloc srcdir: /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c
configure: Detected VPATH build
checking for hwloc version... v1.11-20190621.0500.git5461f9c
checking if want hwloc maintainer support... enabled
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)... no
checking for __attribute__(const)... yes
checking for __attribute__(deprecated)... yes
checking for __attribute__(format)... yes
checking for __attribute__(hot)... no
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-4.2 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/sh
checking for ffs... yes
checking whether ffs is declared... yes
checking whether function ffs has a complete prototype... yes
checking for ffsl... yes
checking whether ffsl is declared... yes
checking whether function ffsl has a complete prototype... yes
checking for fls... no
checking for flsl... no
checking for clz... no
checking for clzl... no
checking for openat... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for getpagesize... yes
checking for memalign... yes
checking for posix_memalign... yes
checking sys/utsname.h usability... yes
checking sys/utsname.h presence... yes
checking for sys/utsname.h... yes
checking for uname... yes
checking valgrind/valgrind.h usability... yes
checking valgrind/valgrind.h presence... yes
checking for valgrind/valgrind.h... yes
checking whether RUNNING_ON_VALGRIND is declared... yes
checking pthread_np.h usability... no
checking pthread_np.h presence... no
checking for pthread_np.h... no
checking whether pthread_setaffinity_np is declared... yes
checking whether pthread_getaffinity_np is declared... yes
checking for sched_setaffinity... yes
checking for sys/cpuset.h... no
checking for cpuset_setaffinity... no
checking for library containing pthread_getthrds_np... no
checking for cpuset_setid... no
checking 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... no
checking libudev.h presence... no
checking for libudev.h... no
checking for PCIACCESS... yes
checking pciaccess.h usability... yes
checking pciaccess.h presence... yes
checking for pciaccess.h... yes
checking for pci_slot_match_iterator_create... yes
checking for final PCIACCESS support... yes
checking CL/cl_ext.h usability... no
checking CL/cl_ext.h presence... no
checking for CL/cl_ext.h... no
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking cuda_runtime_api.h usability... no
checking cuda_runtime_api.h presence... no
checking for 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... yes
checking ltdl.h usability... yes
checking ltdl.h presence... yes
checking for ltdl.h... yes
checking for lt_dlopenext in -lltdl... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking components to build statically...  noos xml synthetic custom xml_nolibxml linux linuxpci x86
checking components to build as plugins...  pci xml_libxml
checking for a sed that does not truncate output... /bin/sed

###
### Configuring hwloc documentation
###
checking if this is a developer build... no (doxygen generation is optional)
checking for doxygen... no
checking for pdflatex... no
checking for makeindex... no
checking for fig2dev... no
checking for gs... no
checking for epstopdf... no
checking if can build doxygen docs... no
checking for w3m... /usr/bin/w3m
checking for lynx... no
checking if can build top-level README... yes
checking if will build doxygen docs... no
checking if will install doxygen docs... yes
checking whether to enable "picky" compiler mode... no (default)

###
### Configuring hwloc command line utilities
###
checking for CAIRO... yes
checking cairo.h usability... yes
checking cairo.h presence... yes
checking for cairo.h... yes
checking for cairo_fill... yes
checking for final CAIRO support... yes
checking 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... no
checking termcap support using ncurses and -lncursesw... no
checking termcap support using ncurses and -lncurses... no
checking termcap support using curses and ... no
checking termcap support using curses and -ltermcap... no
checking termcap support using curses and -lcursesw... no
checking termcap support using curses and -lcurses... no
checking whether diff accepts -u... yes
checking whether diff accepts -w... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking for clock_gettime... 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... no
checking infiniband/verbs.h presence... no
checking for infiniband/verbs.h... no
checking myriexpress.h usability... no
checking myriexpress.h presence... no
checking for myriexpress.h... no
checking for xmllint... no
checking for bunzip2... bunzip2
checking if CXX works... yes
checking whether diff accepts -u... yes

###
### Performing final hwloc configuration
###
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by gcc-4.2... /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... 98304
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-4.2 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-4.2 supports -fno-rtti -fno-exceptions... no
checking for gcc-4.2 option to produce PIC... -fPIC -DPIC
checking if gcc-4.2 PIC flag -fPIC -DPIC works... yes
checking if gcc-4.2 static flag -static works... yes
checking if gcc-4.2 supports -c -o file.o... yes
checking if gcc-4.2 supports -c -o file.o... (cached) yes
checking whether the gcc-4.2 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... (cached) no
checking for shl_load in -ldld... (cached) no
checking for dlopen... (cached) no
checking for dlopen in -ldl... (cached) yes
checking whether a program can dlopen itself... (cached) 
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:              yes (pci xml_libxml)
-----------------------------------------------------------------------------

+ make
Making all in src
make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/src »
  CC       topology.lo
  CC       traversal.lo
  CC       distances.lo
  CC       components.lo
../../src/components.c: In function ‘hwloc_plugins_init’:
../../src/components.c:216: warning: assignment discards qualifiers from pointer target type
  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-linux.lo
  CC       topology-hardwired.lo
  CC       topology-x86.lo
  CCLD     libhwloc.la
  CC       hwloc_xml_libxml_la-topology-xml-libxml.lo
  CCLD     hwloc_xml_libxml.la
  CC       hwloc_pci_la-topology-pci.lo
  CCLD     hwloc_pci.la
make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/src »
Making all in include
make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/include »
make[1]: Rien à faire pour « all ».
make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/include »
Making all in utils
make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils »
Making all in hwloc
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/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
  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[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils/hwloc »
Making all in lstopo
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/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[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils/lstopo »
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils »
make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils »
Making all in tests
make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests »
Making all in .
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests »
make[2]: Rien à faire pour « all-am ».
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests »
Making all in ports
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/ports »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/ports »
Making all in xml
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/xml »
make[2]: Rien à faire pour « all ».
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/xml »
Making all in linux
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux »
Making all in .
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux »
Making all in allowed
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/allowed »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/allowed »
Making all in gather
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/gather »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/gather »
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux »
make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests »
Making all in contrib/systemd
make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/contrib/systemd »
Creating hwloc-dump-hwdata.service...
make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/contrib/systemd »
Making all in doc
make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc »
make  all-recursive
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc »
Making all in examples
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc/examples »
make[3]: Rien à faire pour « all ».
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc/examples »
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc »
make[3]: Rien à faire pour « all-am ».
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc »
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc »
make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc »
make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug »
make[1]: Rien à faire pour « all-am ».
make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug »
+ make check
Making check in src
make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/src »
make  hwloc_fake.la
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/src »
  CC       topology-fake.lo
  CCLD     hwloc_fake.la
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/src »
make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/src »
Making check in include
make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/include »
make[1]: Rien à faire pour « check ».
make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/include »
Making check in utils
make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils »
Making check in hwloc
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils/hwloc »
make  check-TESTS
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils/hwloc »
make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/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
PASS: test-fake-plugin.sh
============================================================================
Testsuite summary for hwloc v1.11-20190621.0500.git5461f9c
============================================================================
# TOTAL: 9
# PASS:  9
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils/hwloc »
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils/hwloc »
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils/hwloc »
Making check in lstopo
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils/lstopo »
make  check-TESTS
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils/lstopo »
make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils/lstopo »
PASS: test-hwloc-ls.sh
============================================================================
Testsuite summary for hwloc v1.11-20190621.0500.git5461f9c
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils/lstopo »
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils/lstopo »
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils/lstopo »
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils »
make[2]: Rien à faire pour « check-am ».
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils »
make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/utils »
Making check in tests
make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests »
Making check in .
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/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      
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/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
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests »
make  check-TESTS
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests »
make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/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
============================================================================
Testsuite summary for hwloc v1.11-20190621.0500.git5461f9c
============================================================================
# TOTAL: 38
# PASS:  38
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests »
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests »
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests »
Making check in ports
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/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[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/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[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/ports »
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/ports »
Making check in xml
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/xml »
make  check-TESTS
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/xml »
make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/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-20190621.0500.git5461f9c
============================================================================
# TOTAL: 20
# PASS:  20
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/xml »
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/xml »
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/xml »
Making check in linux
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux »
Making check in .
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux »
make[5]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/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-20190621.0500.git5461f9c
============================================================================
# TOTAL: 56
# PASS:  56
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux »
make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux »
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux »
Making check in allowed
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/allowed »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/allowed »
make[5]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/allowed »
PASS: test1.output
============================================================================
Testsuite summary for hwloc v1.11-20190621.0500.git5461f9c
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/allowed »
make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/allowed »
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/allowed »
Making check in gather
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/gather »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/gather »
make[5]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/gather »
PASS: test-gather-topology.sh
============================================================================
Testsuite summary for hwloc v1.11-20190621.0500.git5461f9c
============================================================================
# TOTAL: 1
# PASS:  1
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/gather »
make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/gather »
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux/gather »
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests/linux »
make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/tests »
Making check in contrib/systemd
make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/contrib/systemd »
make[1]: Rien à faire pour « check ».
make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/contrib/systemd »
Making check in doc
make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc »
make  check-recursive
make[2]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc »
Making check in examples
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc/examples »
make  hwloc-hello hwloc-hello-cpp cpuset+bitmap+cpubind nodeset+membind+policy get-knl-modes gpu sharedcaches
make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc/examples »
  CC       hwloc-hello.o
  CCLD     hwloc-hello
  CXX      hwloc-hello-cpp.o
  CXXLD    hwloc-hello-cpp
  CC       cpuset+bitmap+cpubind.o
  CCLD     cpuset+bitmap+cpubind
  CC       nodeset+membind+policy.o
  CCLD     nodeset+membind+policy
  CC       get-knl-modes.o
  CCLD     get-knl-modes
  CC       gpu.o
  CCLD     gpu
  CC       sharedcaches.o
  CCLD     sharedcaches
make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc/examples »
make  check-TESTS
make[4]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc/examples »
make[5]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc/examples »
PASS: hwloc-hello
PASS: hwloc-hello-cpp
============================================================================
Testsuite summary for hwloc v1.11-20190621.0500.git5461f9c
============================================================================
# TOTAL: 2
# PASS:  2
# SKIP:  0
# XFAIL: 0
# FAIL:  0
# XPASS: 0
# ERROR: 0
============================================================================
make[5]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc/examples »
make[4]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc/examples »
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc/examples »
make[3]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc »
make[3]: Rien à faire pour « check-am ».
make[3]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc »
make[2]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc »
make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug/doc »
make[1]: entrant dans le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug »
make[1]: Rien à faire pour « check-am ».
make[1]: quittant le répertoire « /builds/workspace/extended_v1.11-4LXAN3GVLISCK4CYYWT4LPETRFVNBC4JX65XYJK6V7XX2CH52AVA/check-unix-debug/hwloc-v1.11-20190621.0500.git5461f9c/build-plugins-debug »
+ tests/wrapper.sh utils/lstopo/lstopo-no-graphics
hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.


 * Topology extraction from /proc/cpuinfo *

processor 0
processor 1
os proc 1 is online
found 2 cpu topologies, cpuset 0x00000003
os package 0 has cpuset 0x00000001
os core 0 has cpuset 0x00000001
thread 0 has cpuset 0x00000001
cache depth 1 has cpuset 0x00000001
cache depth 1 has cpuset 0x00000001
cache depth 2 has cpuset 0x00000001
os package 1 has cpuset 0x00000002
os core 0 has cpuset 0x00000002
thread 1 has cpuset 0x00000002
cache depth 1 has cpuset 0x00000002
cache depth 1 has cpuset 0x00000002
cache depth 2 has cpuset 0x00000002
found DMIProductName 'CloudStack KVM Hypervisor'
found DMIProductVersion 'RHEL 7.0.0 PC (i440FX + PIIX, 1996)'
found DMIChassisVendor 'Bochs'
found DMIChassisType '1'
found DMIChassisVersion ''
found DMIChassisAssetTag ''
found DMIBIOSVendor 'Seabios'
found DMIBIOSVersion '0.5.1'
found DMIBIOSDate '01/01/2011'
found DMISysVendor 'Apache Software Foundation'
hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
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
  Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001
    L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000001
      L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
        L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000001
          Core#0 cpuset 0x00000001
            PU#0 cpuset 0x00000001
  Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002
    L2Cache(size=4096KB linesize=64 ways=16) cpuset 0x00000002
      L1dCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
        L1iCache(size=32KB linesize=64 ways=8) cpuset 0x00000002
          Core#0 cpuset 0x00000002
            PU#1 cpuset 0x00000002
Backend x86 forcing a reconnect of levels
--- Package level has number 1

--- Cache level depth 2 has number 2

--- Cache level depth 1 has number 3

--- Cache level depth 1 has number 4

--- Core level has number 5

--- PU level has number 6

hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.
highest cpuid 4, cpuid type 0
highest extended cpuid 8000000a
possible CPUs are 0x00000003
binding to CPU0
APIC ID 0x00 max_log_proc 1
phys 0 thread 0
cache 0 type 1
thus 1 threads
this is thread 0 of core 0
cache 1 type 2
cache 2 type 3
cache 3 type 0
cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
binding to CPU1
APIC ID 0x01 max_log_proc 1
phys 1 thread 0
cache 0 type 1
thus 1 threads
this is thread 0 of core 0
cache 1 type 2
cache 2 type 3
cache 3 type 0
cache 0 type 1 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
cache 1 type 2 L1 t1 c1 linesize 64 linepart 1 ways 8 sets 64, size 32KB
cache 2 type 3 L2 t1 c1 linesize 64 linepart 1 ways 16 sets 4096, size 4096KB
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
  Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 arity 1
    L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
      L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
        L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
          Core#0 cpuset 0x00000001 arity 1
            PU#0 cpuset 0x00000001
  Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 arity 1
    L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
      L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
        L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
          Core#0 cpuset 0x00000002 arity 1
            PU#1 cpuset 0x00000002
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
  Package#0(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000001 arity 1
    L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 arity 1
      L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
        L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 arity 1
          Core#0 cpuset 0x00000001 arity 1
            PU#0 cpuset 0x00000001
  Package#1(CPUVendor=GenuineIntel CPUFamilyNumber=6 CPUModelNumber=13 CPUModel="QEMU Virtual CPU version 1.5.3" CPUStepping=3) cpuset 0x00000002 arity 1
    L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 arity 1
      L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
        L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 arity 1
          Core#0 cpuset 0x00000002 arity 1
            PU#1 cpuset 0x00000002

Restrict topology cpusets to existing PU and NODE objects

Propagate offline and disallowed cpus down and up

Propagate nodesets
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
  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
    L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
      L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
        L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
          Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
            PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
  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
    L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
      L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
        L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
          Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
            PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002

Removing unauthorized and offline sets from all sets
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
  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
    L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
      L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
        L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
          Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 arity 1
            PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001
  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
    L2Cache(size=4096KB linesize=64 ways=16 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
      L1dCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
        L1iCache(size=32KB linesize=64 ways=8 Inclusive=0) cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
          Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 arity 1
            PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002

Add default object sets

Ok, finished tweaking, now connect
--- Package level has number 1

--- Cache level depth 2 has number 2

--- Cache level depth 1 has number 3

--- Cache level depth 1 has number 4

--- Core level has number 5

--- PU level has number 6

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
  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
    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
      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
        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
          Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
            PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
  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
    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
      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
        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
          Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
            PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.

Scanning PCI buses...
  0000:00:00.0 0600 8086:1237 Intel Corporation 440FX - 82441FX PMC [Natoma]
  0000:00:01.0 0601 8086:7000 Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
  0000:00:01.1 0101 8086:7010 Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II]
  0000:00:01.2 0c03 8086:7020 Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II]
  0000:00:01.3 0680 8086:7113 Intel Corporation 82371AB/EB/MB PIIX4 ACPI
  0000:00:02.0 0300 1013:00b8 Cirrus Logic GD 5446
  0000:00:03.0 0200 1af4:1000 Qumranet, Inc.
  0000:00:04.0 0100 1af4:1001 Qumranet, Inc.
hwloc verbose debug enabled, may be disabled with HWLOC_DEBUG_VERBOSE=0 in the environment.

PCI hierarchy under fake parent:
  0000:00:00.0 Device [8086:1237 (1af4:1100) rev=02 class=0600]
  0000:00:01.0 Device [8086:7000 (1af4:1100) rev=00 class=0601]
  0000:00:01.1 Device [8086:7010 (1af4:1100) rev=00 class=0101]
  0000:00:01.2 Device [8086:7020 (1af4:1100) rev=01 class=0c03]
  0000:00:01.3 Device [8086:7113 (1af4:1100) rev=03 class=0680]
  0000:00:02.0 Device [1013:00b8 (1af4:1100) rev=00 class=0300]
  0000:00:03.0 Device [1af4:1000 (1af4:0001) rev=00 class=0200]
  0000:00:04.0 Device [1af4:1001 (1af4:0002) rev=00 class=0100]

Starting new PCI hostbridge 0000:00
New PCI hostbridge 0000:[00-00]
Attaching hostbridge to cpuset 0x00000003
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
  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
    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
      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
        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
          Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
            PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
  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
    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
      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
        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
          Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
            PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
  Bridge Host->PCI#0(buses=0000:[00-00])
    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]"
    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]"
    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]"
      Block name "hdc"
    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]"
    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"
    PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
    PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
    PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
Backend linuxpci forcing a reconnect of levels
--- Package level has number 1

--- Cache level depth 2 has number 2

--- Cache level depth 1 has number 3

--- Cache level depth 1 has number 4

--- Core level has number 5

--- PU level has number 6

PCI objects already added, ignoring linuxpci backend.
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
  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
    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
      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
        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
          Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
            PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
  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
    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
      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
        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
          Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
            PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
  Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
    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]"
    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]"
    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
      Block name "hdc"
    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]"
    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"
    PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
    PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
    PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."

Now reconnecting
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
  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
    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
      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
        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
          Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
            PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
  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
    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
      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
        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
          Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
            PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
  Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
    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
      Block name "hdc"
    PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
    PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
    PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."

Removing ignored objects
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
  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
    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
      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
        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
          Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
            PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
  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
    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
      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
        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
          Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
            PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
  Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
    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
      Block name "hdc"
    PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
    PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
    PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."

Removing empty objects except numa nodes and PCI devices
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
  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
    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
      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
        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
          Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
            PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
  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
    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
      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
        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
          Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
            PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
  Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
    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
      Block name "hdc"
    PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
    PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
    PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."

Removing objects whose type has HWLOC_IGNORE_TYPE_KEEP_STRUCTURE and have only one child or are the only child
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
  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
    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
      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
        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
          Core#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
            PU#0 cpuset 0x00000001 complete 0x00000001 online 0x00000001 allowed 0x00000001 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
  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
    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
      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
        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
          Core#0 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f arity 1
            PU#1 cpuset 0x00000002 complete 0x00000002 online 0x00000002 allowed 0x00000002 nodeset 0xf...f completeN 0xf...f allowedN 0xf...f
  Bridge Host->PCI#0(buses=0000:[00-00]) arity 8
    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
      Block name "hdc"
    PCI 1013:00b8#32(busid=0000:00:02.0 class=0300(VGA) PCIVendor="Cirrus Logic" PCIDevice="GD 5446") name "Cirrus Logic GD 5446"
    PCI 1af4:1000#48(busid=0000:00:03.0 class=0200(Ether) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
    PCI 1af4:1001#64(busid=0000:00:04.0 class=0100(SCSI) PCIVendor="Qumranet, Inc.") name "Qumranet, Inc."
--- Package level has number 1

--- Cache level depth 2 has number 2

--- Cache level depth 1 has number 3

--- Cache level depth 1 has number 4

--- Core level has number 5

--- PU level has number 6


Propagate total memory up
Machine (2015MB)
  Package L#0 + L2 L#0 (4096KB) + L1d L#0 (32KB) + L1i L#0 (32KB) + Core L#0 + PU L#0 (P#0)
  Package L#1 + L2 L#1 (4096KB) + L1d L#1 (32KB) + L1i L#1 (32KB) + Core L#1 + PU L#1 (P#1)
  HostBridge L#0
    PCI 8086:7010
      Block L#0 "hdc"
    PCI 1013:00b8
    PCI 1af4:1000
    PCI 1af4:1001
+ cd ..
+ exit 0
sh: line 1: 31586 Complété              sleep 3